Describe the bug
OSError: [E941] Can't find model 'en'. It looks like you're trying to load a model from a shortcut, which is obsolete as of spaCy v3.0. To load the model, use its full name instead:
nlp = spacy.load("en_core_web_sm")
For more details on the available models, see the models directory: https://spacy.io/models. If you want to create a blank model, use spacy.blank: nlp = spacy.blank("en")
To Reproduce
In case you are not running the current version of the notebook/script as found on GitHub.
n/a
Expected behavior
please follow the error and use nlp = spacy.load("en_core_web_sm")
Screenshots
n/a
Environment
If you are not using the latest version of the Docker imag:
OS: [MacOSX]
Version [Big Sur, 11.4]
Additional context
please follow the error and use nlp = spacy.load("en_core_web_sm")
Describe the bug OSError: [E941] Can't find model 'en'. It looks like you're trying to load a model from a shortcut, which is obsolete as of spaCy v3.0. To load the model, use its full name instead:
nlp = spacy.load("en_core_web_sm")
For more details on the available models, see the models directory: https://spacy.io/models. If you want to create a blank model, use spacy.blank: nlp = spacy.blank("en")
To Reproduce
n/a
Expected behavior please follow the error and use nlp = spacy.load("en_core_web_sm")
Screenshots n/a
Environment If you are not using the latest version of the Docker imag:
Additional context please follow the error and use nlp = spacy.load("en_core_web_sm")