Running:
import spacy
nlp = spacy.load('en_core_web_sm')
Results in the following error:
E050] Can't find model 'en_core_web_sm'. It doesn't seem to be a shortcut link, a Python package or a valid path to a data directory.
How do I solve this issue?