Word Frequency Counter
User can find the frequency of words in a text.
If you haven' t already Tornado framework, install it by using the below command from the WC folder(after cloning project),
pip install -r requirement.txt
Steps to run application:
-
Go to wc_app folder.
-
Run the application(application.py) module.
-
It will be run on 8000 port. You can see site in http://localhost:8000/.
-
If you have already used the port(8000), change the port in application module at 61 line. Then re run the application module and view it in browser.