Learn R Programming

openNLP (version 0.2-8)

Apache OpenNLP Tools Interface

Description

An interface to the Apache OpenNLP tools (version 1.5.3). The Apache OpenNLP library is a machine learning based toolkit for the processing of natural language text written in Java. It supports the most common NLP tasks, such as tokenization, sentence segmentation, part-of-speech tagging, named entity extraction, chunking, parsing, and coreference resolution. See for more information.

Copy Link

Version

Install

install.packages('openNLP')

Monthly Downloads

965

Version

0.2-8

License

GPL-3

Maintainer

Kurt Hornik

Last Published

July 13th, 2026

Functions in openNLP (0.2-8)

Maxent_Word_Token_Annotator

Apache OpenNLP based word token annotators
Maxent_Sent_Token_Annotator

Apache OpenNLP based sentence token annotators
Maxent_POS_Tag_Annotator

Apache OpenNLP based POS tag annotators
Maxent_Entity_Annotator

Apache OpenNLP based entity annotators
Maxent_Chunk_Annotator

Apache OpenNLP based chunk annotators
Parse_Annotator

Apache OpenNLP based parse annotator