/wordcount3000

Counts Word Frequencies from URL

Primary LanguagePython

Wordcount

deployed using heroku

link for production

This is a simple word counter tool which counts the most number of used words.

Uses JSON format for data object storage

BeautifulSoup for scraping source from url

A simple flask server

To avoid highly used grammatical keywords(pronouces/articles) stop words is used

Lastly, the main module module doing the job, Counter, to count the fequency of words.