Skip to content

rebeccapatterson/ToolBox-WordFrequency

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToolBox-WordFrequency

Word Frequency Analysis Project Toolbox starter code

Full instructions at https://sites.google.com/site/sd16spring/home/project-toolbox/word-frequency-analysis

This program currently returns the top 100 words in the book Dracula. To change the number of words, open the code and change the value of n in line 63. To choose a different book, download the .txt file, place it in the file that the code is in, and in the code replace the file specified in word_list in line 64.

To run the program and see the top word list in the terminal, type $ python frequency.py

About

Word Frequency Analysis Project Toolbox starter code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%