OmkarPathak / pyresparser

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

Format data for learning #18

Open Vintic opened 4 years ago

Vintic commented 4 years ago

Hi, I think it's good to have a tool that will be able to read input data:

  1. text,pdf,doc,docx
  2. name,
  3. age,
  4. skills,
  5. ... (Designation, worked at)

Find all this in text, to extract "start", "end" of every feature and append them to traindata json.

OmkarPathak commented 4 years ago

@Vintic totally agree with you. If you can please open a Pull Request for the same as currently I'm not having a full bandwidth