Click here to Skip to main content
15,886,689 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
The code for Resume(CV) Extraction software which extract data like name of candidate experience,skill from multiple resume's and display it & store it into HR database
Posted
Updated 1-Feb-11 9:00am
v2
Comments
DaveAuld 1-Feb-11 14:58pm    
And the question is?
Abhinav S 1-Feb-11 23:18pm    
What have you tried so far?
Sandeep Mewara 2-Feb-11 6:10am    
Any effort?

It would be quite unlikely that anyone will expect you to write an app that can do this with any reasonable amount of success because there is no standard structure for a resume. While you can reduce nearly all resumes to some form of text data, interpreting that data itself would require some kind of language-capable AI programming.

You could try some heuristic approaches like extracting an email address out or say phone numbers, and even the name may be guessable (although not 100% guaranteed), but you really cannot parse out skillsets just like that. But you could do the reverse, you could have a predefined list of keywords that you need (like say Java, Database, OOP, etc.) and then search the resume text for these keywords. If there are enough search hits, then you can make a rough guess as to whether the resume is suitable or not.

And then you could store your search findings in your HR database.
 
Share this answer
 
v2
Comments
Yusuf 1-Feb-11 15:22pm    
May be the HR have their own Resume Template(R) which the candidate should fill and submit. I know, I know, it is far fetched and unlikely, but just saying. Who am I to kid here, huh?
Sergey Alexandrovich Kryukov 1-Feb-11 22:37pm    
Nishant, this is not exactly the case: "there is no standard structure for a resume". I saw the "standard" format (XML based), as well as software to work with such stuff and XSLT for presentation of the resume (on the Web, for example). It was was supposed to promote standard way of resume parsing by HR and staffing company (I'm quite skeptical about business uses of this stuff because of overwhelming illiteracy dominating job agencies :-). Nevertheless...

I'm struggling to remember what it was...

--SA
I knew the standard for Resume/CV exist, saw it before but was not sure about standard status.

Here is what I found:
http://www.hr-xml.org/[^],
see also:
http://xmlresume.sourceforge.net/[^],
http://ns.hr-xml.org/2_4/HR-XML-2_4/SEP/Resume.html#_Toc127541910[^].

This is a recommendations for the standard HR-XML of 2006. I still don't know the status of the standardization. Anyway, could be a topic for future development.

See also my comment to Nishant's Answer :).

—SA
 
Share this answer
 
v3
Comments
Indivara 1-Feb-11 22:56pm    
Amazing. An XML standard for resumes!

(even meaningless questions have their uses, I've gained something from this :))
fjdiewornncalwe 2-Feb-11 14:38pm    
D'OH!!! Cookie cutter resumes. (I'm shaking my head, just so you know). Let's take away all of the ways someone can be an individual with personality while looking for work. I got plenty an interview when I was younger and inexperienced solely because my resume was visually more impressive then the average.
Sergey Alexandrovich Kryukov 2-Feb-11 14:44pm    
So true. I simply chase every single recruiter and wait until a representative of a company calls. This is the only way. If you look at my resume, you will see: 99% of false positives, almost nothing about real work. Worst signal-to-noise; and no technology can help.
--SA
Indivara 1-Feb-11 22:58pm    
By the way Sergey, did you get the link I sent last night?
(I'll be away from CP most of the time today, replies will be delayed)
Sergey Alexandrovich Kryukov 2-Feb-11 3:26am    
Indivara, sorry, I failed to get them.

Something was wrong with your messages. I preserved my e-mail notification to sort it our later.
In e-mail there are your messages about the link, but not the link. When I go to CodeProject following the URL in e-mail notification, I cannot see even the messages I could see in notification. I think you also sent me "test". What it was?

--SA
No such code exists unfortunately, you will have to write it yourself.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 1-Feb-11 22:47pm    
I'm telling, I saw some codes. Please see my answer. I'm not sure it was related to HR-XML standard (may be some other), but likely it was.
--SA
Richard MacCutchan 2-Feb-11 4:01am    
Assuming everyone uses that standard. I never saw any such standards in 40+ years of working in the UK, and I doubt that anyone is using it yet.
Sergey Alexandrovich Kryukov 2-Feb-11 11:57am    
No wonder. First of all, all that stuff with searching candidates by keyword in resume is 90% pointless, but even when it makes some useful selection, I see who are those people working in recruiting. About 99% of complete idiots, having troubles downloading a resume, asking for "DOC" only, etc. What HR-XML or something?
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900