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

Automatic Summarization of Resumes with NER -> Evaluate resumes at a glance through Named Entity Recognition

Results 25 Entity-Recognition-In-Resumes-SpaCy issues
Sort by recently updated
recently updated
newest added

In this repo, u have given annotated test data for prediction, but what if the test data is not annotated before hand for prediction. I mean what modifications should be...

There are 6 entities, but trained model only shows 4

I get the error mentioned below while training, even when I used the same code. ValueError: [E103] Trying to set conflicting doc.ents: '(6861, 6870, 'Companies worked at')' and '(6305, 7258,...

I'm getting some issues with SEG Faults in spacy 2.0.12. If someone can just upload the trained data somewhere, that'd be great!

GoldParse issue resolved for new Spacy version

Can we get a link for the dataset? or any other source which can help for resumes?

Is it possible to test the model with personal PDF resume? Or is there any function to convert a PDF resume in the "DataTurks JSON format"?

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