通过pycontraction库扩展英语收缩

时间:2019-02-11 09:42:56

标签: python

这是我的代码。

from pycontractions import Contractions

cont = Contractions('GoogleNews-vectors-negative300.bin')
cont.load_models()

它出现以下错误:

Word2Vec model not found at GoogleNews-vectors-negative300.bin

我已经安装了pycontractions,gensim和Word2Vec。 还缺少什么?

0 个答案:

没有答案