文档中的搭配,窗口大小

时间:2017-03-24 13:55:01

标签: python nltk collocation

我正在尝试计算文档中的搭配。是否有可能在NLTK函数中为它定义窗口大小(与“from_words”函数一样)?或者代替窗口大小句子或整个文档的边界?任何提示都表示赞赏!或者是否有一个可以取代NLTK的库?

finder = BigramCollocationFinder.from_words(str(sentences).split(), window_size = 5)

finder = BigramCollocationFinder.from_documents(documents)

0 个答案:

没有答案