Project
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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Licenses
MIT
Dependencies
Runtime
>= 0.6.0, ~> 0.6
>= 0.7.2, ~> 0.7.0
>= 0.8, ~> 0.8
>= 1.6.0, ~> 1.6
>= 1.3.2, ~> 1.3
>= 1.4.2, ~> 1.4