bjherger / ResumeParser

A framework to parse resumes, extract contact & other information, and check for required terms
367 stars 216 forks source link

Improved the Candidate Name Search Ability #44

Closed saadmalik95 closed 4 years ago

saadmalik95 commented 4 years ago

Spacy has some issues recognizing names. In cases where no name is found. We use regex to extract the first two words in the resume. The common resume format is the name first.

bjherger commented 4 years ago

@saadmalik95 Great recommendation. Thanks for the PR!