en_core_web_sm load error: Config validation error tokenizer -> @tokenizers a class is expected #12076
Unanswered
yuxy411
asked this question in
Help: Installation
Replies: 1 comment
-
Are you using the correct version of the You can execute the following command in a bash shell to get a report of potential incompatibilities:
To install the correct version of the model, you can use the following command:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when I load the en_core_web_sm, I got a bug as Config validation error, tokenizer -> @Tokenizers a class is expected.
import spacy nlp = spacy.load('en_core_web_sm')
Is this something wrong with my code?
Beta Was this translation helpful? Give feedback.
All reactions