I am trying to load a NLP model \'en\' from SpaCy in my PyCharm and I am using Python 2.7 . My code to load the \'en\' model is nlp = spacy.load(\'en\', disable=[
nlp = spacy.load(\'en\', disable=[
go to your virtualenv then activate the venv by:
source venv/bin/activate
then when it is activated type: python -m spacy download en_core_web_sm
python -m spacy download en_core_web_sm
then desactivate the virtualenv by: deactivate
deactivate