Entity-Recognition-In-Resumes-SpaCy icon indicating copy to clipboard operation
Entity-Recognition-In-Resumes-SpaCy copied to clipboard

E24 error

Open isbkch opened this issue 5 years ago • 4 comments

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?

isbkch avatar Apr 01 '19 22:04 isbkch

Did you solved it ?

rhlr avatar Apr 11 '19 03:04 rhlr

@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?

yashkan27 avatar Apr 11 '19 13:04 yashkan27

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....

saipavanmeruga avatar Apr 15 '19 12:04 saipavanmeruga

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: https://github.com/explosion/spaCy/issues/3527

drishyamlabs avatar Apr 25 '19 11:04 drishyamlabs