OmkarPathak / ResumeParser

A simple resume parser used for extracting information from resumes
MIT License
284 stars 164 forks source link

Flow #21

Open NikhilBantia opened 5 years ago

NikhilBantia commented 5 years ago

Can you help me with the flow of the code?

OmkarPathak commented 5 years ago

The main wrapper file for parsing resume is this

All the extraction functions (e.g extract_name, extract_mobile_number) can be found here

NikhilBantia commented 5 years ago

Hey Omkar,

Thanks for the reply! One small issue though, I get the following error:

AttributeError: 'English' object has no attribute 'noun_chunks'

Can you tell me a way out?

Thanks in advance!

On Fri, Jun 28, 2019 at 8:52 AM Omkar Pathak notifications@github.com wrote:

The main wrapper file for parsing resume is this https://github.com/OmkarPathak/ResumeParser/blob/master/resume_parser/resume_parser/resume_parser.py

All the extraction function can be found here https://github.com/OmkarPathak/ResumeParser/blob/master/resume_parser/resume_parser/utils.py

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OmkarPathak/ResumeParser/issues/21?email_source=notifications&email_token=ALOT6NXP7FMZMO3DSON2O43P4V7YRA5CNFSM4H3ZFMY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYY6DLY#issuecomment-506585519, or mute the thread https://github.com/notifications/unsubscribe-auth/ALOT6NRH7IVIENRLLIAHEHTP4V7YRANCNFSM4H3ZFMYQ .

OmkarPathak commented 5 years ago

@NikhilBantia which Python version and SpaCy version are you using?

NikhilBantia commented 5 years ago

Python: 3.7.3 Spacy: 2.1.4

NikhilBantia commented 5 years ago

Hello there,

I just signed the petition ". @PMOIndia @PetaIndia It's SHAMEFUL that the fine for abusing an animal is the cost of a soft drink! Hike the penalty to stop abuse. #SaveOurStrays" and wanted to see if you could help by adding your name.

Our goal is to reach 300,000 signatures and we need more support. You can read more and sign the petition here:

http://chng.it/xwvKcSQgwn

Thanks! Nikhil Bantia

JavvajiSumanth commented 4 years ago

Hey Nikhil, how did you execute the code? And where is the output generated?