|
-
February 6th, 2006, 01:45 AM
#1
Search name address from resume in .doc format(Resume parser)
want some solution to this problem. i want the code in c# . using .net platform
Design a system which can accept a plain text resume in .doc format and can identify name address phone no email id of the candidate from the resume .Extracting of given fields should be like human being search.even though format of resume given is not definite sysytem should be able to identify specific fields.
product perspective
System will only take the name of the file containing resume in any format and will output specific fields from resume by reading and identifying elements
Edit/Delete Message
-
February 6th, 2006, 02:16 AM
#2
Re: Search name address from resume in .doc format(Resume parser)
Such a task is a great challenge of artifical inteligence. 
You have to do two things: create a Word COM which allows you to read content of the Word document and a neural network, which you have to train how to recognize the document. Good luck.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
-
February 6th, 2006, 04:18 AM
#3
Re: Search name address from resume in .doc format(Resume parser)
 Originally Posted by baokar1
want some solution to this problem. i want the code in c# . using .net platform
Design a system which can accept a plain text resume in .doc format and can identify name address phone no email id of the candidate from the resume .Extracting of given fields should be like human being search.even though format of resume given is not definite sysytem should be able to identify specific fields.
product perspective
System will only take the name of the file containing resume in any format and will output specific fields from resume by reading and identifying elements
Edit/Delete Message
This sounds like it was copied and pasted directly from a homework problem or a project from a company.
We will not help you with such things, however; we are willing to help you if you have any specific questions (you did not have any questions in your post).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|