RSS Feed for This PostCurrent Article

Natural Language Processing using OpenNLP Tools

I used tools from OpenNLP as part of my research on natural language processing and semantic web

OpenNLP is an organizational center for open source projects related to natural language processing. It hosts a variety of java-based NLP tools which perform sentence detection, tokenization, pos-tagging, chunking and parsing, named-entity detection, and coreference using the OpenNLP Maxent machine learning package.

onlplogo

Open source projects hosted under OpenNLP can be found at http://opennlp.sourceforge.net/projects.html

Popularity: 3% [?]


Trackback URL


RSS Feed for This Post1 Comment(s)

  1. Ahsan | Aug 1, 2010 | Reply

    How should I use opennlp tools in my java program? I have made a program in java which takes a string from user as input and then tokenizes it and stores the in an array and also replaces theshort form words with orginal words such as “don’t” with “do not”.

RSS Feed for This PostPost a Comment