akutuzov / webvectors

Web-ify your word2vec: framework to serve distributional semantic models online
http://vectors.nlpl.eu/explore/embeddings/
GNU General Public License v3.0
197 stars 49 forks source link

Replace model.wv.vocab with model.vocab #16

Closed akutuzov closed 6 years ago

akutuzov commented 6 years ago

Replace all calls to the deprecated model.wv.vocab with model.vocab, as per changes in Gensim 3.3.0