Calculates the frequency of letters in an array and returns a Histogram plot of all of the letters.
Calculates the reoccurence of words and returns an array indicating the frequency of each word.
Breaks the string into list of words and returns the frequency of words
Reads the contents of a .txt fle counts the reoccurence of words and returns the frequency of words.
You only have to enter the name of your .txt file for once and it will do the same things that Histogram4.py does.
Asks the user "How many of the top words do you wish to print?" and depending on the input, prints an histogram of the top n words in the .txt file.
Reads the contents of a .txt fle counts the reoccurence of words and returns the frequency of words as a histogram.
Reads the contents of a .pdf fle counts the reoccurence of words and returns the frequency of words as a histogram.
python3 create-word-frequency-report.py Filename topwords
For help, simply type
python3 create-word-frequency-report.py -h