Vertika Srivastava

Results 2 issues of Vertika Srivastava

You are calculating frequency distribution of words from Phrase list. **Phrase list is a set**, so a word will be present just once in it. Using Counter(chain.from_iterable(phrase_list)) to find freq_distribution...

Everytime you run the program, the set of keywords change. Can you point out why is it happening.