I am trying to find the most frequent phrases (3 words in a row) in a text file using Python. I have a script that finds the most common words in the file using Python2. But