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

E24 error #9

Open
isbkch opened this issue Apr 1, 2019 · 4 comments
Open

E24 error #9

isbkch opened this issue Apr 1, 2019 · 4 comments

Comments

@isbkch
Copy link

isbkch commented Apr 1, 2019

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?

@rhlr
Copy link

rhlr commented Apr 11, 2019

Did you solved it ?

@yashkan27
Copy link

@rhlr I suppose you are doing the same part of resume parsing.
Out of curiosity, I want to ask you a favor. How can we perform a semantic search on the resume data?

@saipavanmeruga
Copy link

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?

For resolving the issue use spacy 2.0.18 version....

@drishyamlabs
Copy link

drishyamlabs commented Apr 25, 2019

Installing spacy 2.0.18 resolved the issue for me.
You can check your spacy version by using:

import spacy
print(spacy.version) # spaCy version
print(spacy.file) # location of spaCy installation

Follow this for more updates:
explosion/spaCy#3527

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

5 participants