Learn R Programming

⚠️There's a newer version (0.2-7) of this package.Take me there.

openNLP (version 0.2-6)

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

3,012

Version

0.2-6

License

GPL-3

Maintainer

Last Published

February 18th, 2016

Functions in openNLP (0.2-6)

Maxent_Sent_Token_Annotator

Apache OpenNLP based sentence token annotators
Maxent_Chunk_Annotator

Apache OpenNLP based chunk annotators
Maxent_Word_Token_Annotator

Apache OpenNLP based word token annotators
Parse_Annotator

Apache OpenNLP based parse annotator
Maxent_POS_Tag_Annotator

Apache OpenNLP based POS tag annotators
Maxent_Entity_Annotator

Apache OpenNLP based entity annotators