CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2006
    Posts
    7

    Unhappy 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

  2. #2
    Join Date
    Mar 2004
    Location
    Prague, Czech Republic, EU
    Posts
    1,701

    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.

  3. #3
    Join Date
    Jul 2003
    Location
    Maryland
    Posts
    762

    Re: Search name address from resume in .doc format(Resume parser)

    Quote 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
  •  





Click Here to Expand Forum to Full Width

Featured