Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Can't find model "en" error by directly loading en_core_web_sm #34

Open
nicolemd7 opened this issue Feb 15, 2023 · 3 comments
Open

Comments

@nicolemd7
Copy link

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")

@zhouzebiao
Copy link

Command : python3 -m spacy download en

@akesh1235
Copy link

@nicolemd7 @zhouzebiao
In The attributes of errant like errant.Annotator and errant.load need to make changes please follow This by clicking here

@Madhavmoudhgal
Copy link

Madhavmoudhgal commented Sep 29, 2023

@nicolemd7 @zhouzebiao In The attributes of errant like errant.Annotator and errant.load need to make changes please follow This by clicking here
hello i am still facing the same issue here can you please guide me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants