OmkarPathak / pyresparser

A simple resume parser used for extracting information from resumes
GNU General Public License v3.0
808 stars 411 forks source link

Education extraction & Experience extraction is not working properly #1

Closed iam-mhaseeb closed 5 years ago

iam-mhaseeb commented 5 years ago

To make education extraction more robust, let's introduce unigram and bigram extraction of words and match with both upper and lower case.

To make the experience more promising let's pull everything from the experience section and slice paragraphs as experiences.

OmkarPathak commented 5 years ago

@iam-mhaseeb nice idea. Let's have it get going

iam-mhaseeb commented 5 years ago

Can you get out a basic pull request for it? I can work on it to refine more.

iam-mhaseeb commented 5 years ago

@OmkarPathak Any update on it?