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

https://github.com/rhdunn/opennlp-extensions

A set of OpenNLP extensions for reading and training CoNLL-X and CoNLL-U files.
https://github.com/rhdunn/opennlp-extensions

conll-u conll-x conllu conllx nlp opennlp universal-dependencies

Last synced: about 2 months ago
JSON representation

A set of OpenNLP extensions for reading and training CoNLL-X and CoNLL-U files.

Awesome Lists containing this project

README

        

# OpenNLP Extensions
This is a set of extensions for working with OpenNLP.
1. [opennlp-conll](src/opennlp-conll) is a collection of classes for working
with CoNLL-X and CoNLL-U treebanks.
2. [opennlp-train](src/opennlp-train) is a collection of helper classes and
functions for training different OpenNLP models.

These extensions provide several [Training Applications](src/opennlp-train/README.md#training-applications)
for creating the different OpenNLP model objects using the supported treebank
files and configuration properties.

## License
Copyright (C) 2021 Reece H. Dunn

SPDX-License-Identifier: Apache-2.0