cemoody / lda2vec

MIT License
3.15k stars 629 forks source link

No longer compatible: from spacy.en import English #95

Open xiaoyizy opened 5 years ago

xiaoyizy commented 5 years ago

Spacy v2.0 has added a language submodule in its API. Please use nlp = spacy.load('en') or import spacy.lang.en instead.

durgeshbhagat commented 5 years ago

have you fixed the idx issues, the nlp from spacy was giving negative idx?