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

Spcay can't train overlaped entity #18

Open
sandeep-adireddi opened this issue Oct 24, 2019 · 7 comments
Open

Spcay can't train overlaped entity #18

sandeep-adireddi opened this issue Oct 24, 2019 · 7 comments

Comments

@sandeep-adireddi
Copy link

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.

@JaganRajendran
Copy link

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.

@shyamnath
Copy link

The code is not compatible with the latest version of spacy
I was able to run it using Spacy version ==2.0.12

@varshini24
Copy link

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.

@Abhimanyu100
Copy link

Abhimanyu100 commented Nov 11, 2019

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.

@Sooraj577
Copy link

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.

@gaurav0535
Copy link

Is it resolved I am facing issue over here

@Sooraj577
Copy link

Is it resolved I am facing issue over Which tool is used for annotation?

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

7 participants