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