gogsbread / ResumeParser

Resume Parser using rule based approach. Developed using framework provided by GATE
GNU Lesser General Public License v3.0
283 stars 153 forks source link

Unable to detect correct Employee Name if in CAPS #12

Open gr8tushar opened 8 years ago

gr8tushar commented 8 years ago

Hi, In the attached resume, the parser is not able to find the correct name if in CAPS. However it works fine, if it is in standard casing.

Earlier, it was detecting VITAE as first name. Added it to stop words list. It stopped detecting it as first name.

Added the full name to FULL Name _CAPS list. Didn't work

Nitin.docx

Suban5 commented 6 years ago

Did you find any solution to this problem? @gr8tushar