chen0040 / keras-english-resume-parser-and-analyzer

keras project that parses and analyze english resumes
MIT License
272 stars 144 forks source link

Word from a line annotation issue #12

Open annapurnarelan20 opened 5 years ago

annapurnarelan20 commented 5 years ago

Thanks!! for the parser is really good. I just have a question, that in the annotation GUI we annotate a line with our labels predefined , I have got one case i.e a line with "having 4 years of experience in iOS application" I only want "4 years" as "Experience" but will get the entire line which then will be difficult for me to do further analysis with the data... This case is same for "Skills" if the document has the line "proficient with objective c , swift" again it will annotate the whole line where as I need only the "objective c" and "swift".

So my query is to annotate the particular word from a line is possible , or if any one can suggest a way to do that with current parser!!

Thank you for the help!!