Skip to content Skip to sidebar Skip to footer

Error While Loading English Module In Spacy

I am working on Ubuntu 16.04, on jupyter notebook. I just installed the latest version of spaCy using the following because my english module wasn't downloading conda install -c c

Solution 1:

Have you tried python -m spacy download en ? You need to download the spacy models for the language you want to parse.


Post a Comment for "Error While Loading English Module In Spacy"