nltk.TrigramCollocationFinder.__init__

TrigramCollocationFinder.__init__(word_fd, bigram_fd, wildcard_fd, trigram_fd)[source]

Construct a TrigramCollocationFinder, given FreqDists for appearances of words, bigrams, two words with any word between them, and trigrams.