I know nltk can tell you the likelihood of a word within a given context nltk language model (ngram) calculate the prob of a word from context
But can it tell you the count (or likelyhood) of a given ngram within the Brown corpus? For instance, can it tell you the number of times that the phrase "chocolate milkshake" occurs in the brown corpus?
I know you can do this with google ngrams but the data is a little unwieldy. I am wondering if there is a way to do it w/ simple NLTK.