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

Convert multiple resumes simultaneously #3

Open bravedream opened 8 years ago

bravedream commented 8 years ago

Hello Antony. Thanks for the great script. I wonder if there is way to convert multiple (say 300) resumes at the same time in CLI, rather than one by one? Also, for each resume, the parsed field names do not align (one has education, name, gender and the next has gender, skills, education). Is there a way to solve this or do I have to do it in excel VBA when converting JSON to csv? Thanks!

gr8tushar commented 8 years ago

Hi, Navigate to ResumeParser/ResumeTransducer/src/code4goal/antony/resumeparser/ResumeParserProgram.java In the program instead of reading one single file, read files from directory.

Hope that helps.