When running:
import spacy
nlp = spacy.load('en')
the following is printed:
Warning: no model found for 'en' Only loading the 'en' tokenizer.
/site-packages/spacy/data
is empty with the exception of the init file.
all filepaths are only pointing to my single installation of python.
Any help appreciated on resolving this.
Thanks! Will