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

try / catch when profile isn't parsed #23

Closed bigethan closed 1 year ago

bigethan commented 7 years ago

If a resume's name isn't properly parsed, it blows up all the other downstream modules. Adding some try catch. Open to suggestion on what to do in the catch, this PR just keeps the parsing from failing.