Symbols
Write a function that takes a string as input and returns all the words in the string as symbols
Use your function to read a file and return a count of the occurrence of each word in the form of an association list
Sort the association list in descending order of most common to least common words