-
Notifications
You must be signed in to change notification settings - Fork 215
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
E24 error #9
Comments
Did you solved it ? |
@rhlr I suppose you are doing the same part of resume parsing. |
For resolving the issue use spacy 2.0.18 version.... |
Installing spacy 2.0.18 resolved the issue for me. import spacy Follow this for more updates: |
I'm getting the following error when I execute
train.py
ValueError: [E024] Could not find an optimal move to supervise the parser. Usually, this means the GoldParse was not correct. For example, are all labels added to the model?
Anything I should be doing differently?
The text was updated successfully, but these errors were encountered: