Open sandeep-adireddi opened 5 years ago
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.
I was also facing the same issue. Did you able to fix it.
The code is not compatible with the latest version of spacy I was able to run it using Spacy version ==2.0.12
The code is not compatible with the latest version of spacy I was able to run it using Spacy version ==2.0.12
What is your environment for installing spacy 2.0.12? Mine is Mac OS with Anaconda python 3 and I'm not able to install that version of spacy on my env.
The code is not compatible with the latest version of spacy I was able to run it using Spacy version ==2.0.12
What is your environment for installing spacy 2.0.12? Mine is Mac OS with Anaconda python 3 and I'm not able to install that version of spacy on my env.
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
Is it resolved I am facing issue over Which tool is used for annotation?
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.