• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

NLP APIs

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am currently working on a Resume Analyzer which is supposed to analyze resumes, extract useful information like personal details, experience, achievements, skills, etc from the resume and parse an XML file with this data and later use such XML files to compare people and suggest the best person for the job.

The problem i am having is in extracting useful data from the text. I thought that NLP would be good for it and searched for it.
I got puzzled due to lot of API's like:
-Stanford Parser
-Stanford POS Tagger
-OpenNLP
-Mallet
-Gate
-LingPipe
-MinorThread
Since I am new to NLP, can someone suggest that which API would be most useful and best for my task?
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic