-
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
Spcay can't train overlaped entity #18
Comments
I was also facing the same issue. Did you able to fix it. |
The code is not compatible with the latest version of spacy |
What is your environment for installing spacy 2.0.12? |
Did you have Microsoft C++ build tools installed? And could screenshot where you getting error. |
Thoroughly check the starting and ending because the second annotation is overlapping with the starting and ending of the first. Hence the model got confused like using this annotation you are trying to show the model an enity inside an entity which is not allowed. |
Is it resolved I am facing issue over here |
|
ValueError: [E103] Trying to set conflicting doc.ents: '(549, 582, 'Designation')' and '(539, 581, 'Designation')'. A token can only be part of one entity, so make sure the entities you're setting don't overlap.
The text was updated successfully, but these errors were encountered: