An open API service indexing awesome lists of open source software.

https://github.com/cluzier/text-analyzer


https://github.com/cluzier/text-analyzer

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# text-analyzer

- Scrapes a url for the top 20 words on the page. Does not read html tags and content between `

` tags.

- Stores the words and their frequencies into a database called 'word_occurrences' in a table named 'word'.