这是我的代码。
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。 还缺少什么?