Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gatenlp/gateplugin-opennlp

GATE wrappers for the OpenNLP tool set
https://github.com/gatenlp/gateplugin-opennlp

Last synced: 7 days ago
JSON representation

GATE wrappers for the OpenNLP tool set

Awesome Lists containing this project

README

        

This directory contains wrappers for the OpenNLP java-based tools for
sentence detection, tokenization, pos-tagging, chunking and parsing,
named-entity detection, and coreference. The tools use the Maxent
machine learning package.

The wrappers use the following libraries:

OpenNLP Tools from
OpenNLP Maxent from

All of the above libraries are redistributed here under the GNU Lesser
General Public License (LGPL) Version 3, a copy of which can be
found in the file LICENSE.

By default, the wrappers use models for English which can be found in
models/english directory. The models are copies of those available at
. These models have also
been redistributed here under the GNU Lesser General Public License
(LGPL) Version 3, a copy of which can be found in the file LICENSE.

Thanks are due to Georgi D. Georgiev of Ontotext for originally
wrapping the OpenNLP tools for GATE, and to the OpenNLP project.