OpenNLP Tutorial
OpenNLP Useful Resources
Selected Reading
- OpenNLP - Command Line Interface
- OpenNLP - Chunking Sentences
- OpenNLP - Parsing the Sentences
- OpenNLP - Finding Parts of Speech
- Named Entity Recognition
- OpenNLP - Tokenization
- OpenNLP - Sentence Detection
- OpenNLP - Referenced API
- OpenNLP - Environment
- OpenNLP - Overview
- OpenNLP - Home
OpenNLP Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
OpenNLP - Home
OpenNLP Tutorial
Apache OpenNLP is an open source Java pbrary which is used process Natural Language text. OpenNLP provides services such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and co-reference resolution, etc. In this tutorial, we will understand how to use the OpenNLP pbrary to build an efficient text processing service.
Audience
This tutorial has been prepared for beginners to make them understand how to use the OpenNLP pbrary, and thus help them in building text processing services using this pbrary.
Prerequisites
For this tutorial, it is assumed that the readers have a prior knowledge of Java programming language.
Advertisements