Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gatenlp/gateplugin-opennlp
- Owner: GateNLP
- License: lgpl-3.0
- Created: 2017-07-20T10:34:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T11:20:12.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T18:43:51.938Z (2 months ago)
- Language: Java
- Homepage:
- Size: 74.6 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 fromAll 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.