Coder Social home page Coder Social logo

tramyardg / cvparser Goto Github PK

View Code? Open in Web Editor NEW
38.0 2.0 18.0 5.27 MB

CVparser is software for parsing or extracting data out of CV/resumes.

Java 100.00%
resume-parser cv-parser regex pattern-matching etl cv parsing regular-expression extract extracting-data

cvparser's Issues

Implement parsers for resume

Parser tracker

  • profile
    • parse name
    • parse address ref. #1
  • parse links
  • parse phone number
  • parse objective
  • parse experience #3
  • parse education #2
  • parse skills #7

Parse applicant experiences from resume

Reference main issue #4

In a resume, you may find work experiences in different formats as follows:

1. 
<dateFrom> - <dateTo> <position> at <companyName>, <location>
<description>

2. 
<companyName>, <location>, <dateFrom> - <dateTo>
<position> <description> 

3. 
<companyName>
<position>
<location>  <dateFrom> - <dateTo>
<description>

4. 
<position> at <companyName>
<dateFrom> - <dateTo>
<description>

Cannot run CVparser main if one of docx or doc file is open.

Error:

[main] ERROR com.cv.parser.CVparserMain - main
java.lang.NullPointerException
	at com.cv.parser.extract.MSExtractor.extractFiles(MSExtractor.java:74)
	at com.cv.parser.extract.MSExtractor.main(MSExtractor.java:43)
	at com.cv.parser.CVparserMain.createContents(CVparserMain.java:137)
	at com.cv.parser.CVparserMain.open(CVparserMain.java:51)
	at com.cv.parser.CVparserMain.main(CVparserMain.java:39)

Parse address from resume

Reference main issue #4
To make things simpler, we can combine name and address fields as one to make profile (inspired by Indeed).
See example below.
image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.