Parses text from Wikipedia articles and provides most common words used.
Input: URL to an English Wikipedia article.
Output: Most common words used in that article, descending order.
- Provide functionality for non-English articles
- Implement word-cloud creation functionality for most common words
- Allow exportation of results into .csv or .xls file
- Show title of article for articles that were generated randomly
- Implement quiz-type game (match word list to article name)
- Provide support for non-Wikipedia URLs
- JSoup (parses HTML)
- Apache Commons Lang (3.x)
- JavaFX 2