Sign in Sign up
rubygems

WebWordSorter

This library # This class contains all the necessary methods to do the following: -Crawl most websites and return an array of their URLS. -Convert all HTML and most web linked PDF documents to one large string given an array of urls. -Parse out all non words and non human sensible markup. -Stooge Sort an array of words via Iteration, NOT recursion. NOTE: Current verison IS using recursive stooge sort! -Write array of words to a new file.

Activity

Latest release
12y ago
Total releases
3
Cadence
~6 months
Last 12 months
0

Details

License
MIT
First release
Apr 03, 2013
Releases
Version Released
0.1.4 patch
0.1.3 patch
0.1.2 initial