Lakshmanaram
Lakshmanaram
Being a newbie to the open source world, I haven't collaborated a lot and therefore rarely get any notifications. I spend most of my time reading my github news feed,...
Thanks a lot for your contribution @daringer and sorry for the late reply. :smile:
@htriem I see that you've assigned this issue to yourself. Are you working on this or would it be okay if I take this up as my first issue?
Few resources to start with: * https://github.com/derek73/python-nameparser * https://www.quora.com/Whats-a-good-algorithm-for-people-name-detection
In cvscan/details_parser.py ```python return end_year - start_year ``` end_year can be 2015 and start_year can be recognised as 14, in which case the experience is 2001, etc. In some cases...