OmkarPathak / ResumeParser

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

Extract College Name / University #11

Closed lokesh77 closed 5 years ago

lokesh77 commented 5 years ago

Hi... @OmkarPathak .... Everything works fine in this project.... But I just want something To Do.... Need to extract Name of college or university..... Please guide me how to do this..

OmkarPathak commented 5 years ago

I have a function which extracts all the text between entities. So you can print entities['education'] from that function which will give you all the contents for education section of the resume. Then you can have a list of colleges, brute force them with the contents and extract College / University names as required

OmkarPathak commented 5 years ago

@lokesh77 closing this issue. If you were able to modify the script and see it as a necessary part to be incorporated in the current, do open a pull request :)