nltk.BigramCollocationFinder.__init__

BigramCollocationFinder.__init__(word_fd, bigram_fd, window_size=2)[source]

Construct a BigramCollocationFinder, given FreqDists for appearances of words and (possibly non-contiguous) bigrams.