DataTurks-Engg / Entity-Recognition-In-Resumes-SpaCy

Automatic Summarization of Resumes with NER -> Evaluate resumes at a glance through Named Entity Recognition
https://medium.com/@dataturks/automatic-summarization-of-resumes-with-ner-8b97a5f562b
443 stars 215 forks source link

Spcay can't train overlaped entity #18

Open sandeep-adireddi opened 5 years ago

sandeep-adireddi commented 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.

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

shyamnath commented 5 years ago

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

varshini24 commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

Is it resolved I am facing issue over here

Sooraj577 commented 4 years ago

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