1)Given a large text file, find the top 10 frequent words. (used priorityqueue simple leetcode) 2)From the same text file, find the occurence count of a particular word 3)Find the top 10 most frequent bigrams from the text file. (2 words adjacent to each other that occur multiple times)