Hi, I wish to use collections.counter So I have imported nltk and trained/tested my txt file already. Now I want to use counter to count frequencies and probability of words. I think that I need to do something like, see code below Code: from collections import Counter def word_count(word): return def prob(word): return 0