cemoody / lda2vec

MIT License
3.15k stars 629 forks source link

Import spacy.en fails #74

Open nikwalia opened 6 years ago

nikwalia commented 6 years ago

The SpaCy import fails with SpaCy version 2.0+. The import statement "from spacy.en import English" is outdated, the correct version with the API change is "from spacy.lang.en import English".