Learn R Programming

openNLP (version 0.2-7)

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

2,412

Version

0.2-7

License

GPL-3

Maintainer

Last Published

October 26th, 2019

Functions in openNLP (0.2-7)

Parse_Annotator

Apache OpenNLP based parse annotator
Maxent_Entity_Annotator

Apache OpenNLP based entity annotators
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_Chunk_Annotator

Apache OpenNLP based chunk annotators