Skip to content

ugkarthik/WC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Frequency Counter

User can find the frequency of words in a text.

Initial setup

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published