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.
- Host: GitHub
- URL: https://github.com/rhdunn/opennlp-extensions
- Owner: rhdunn
- License: apache-2.0
- Created: 2021-10-17T22:05:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-10T15:44:23.000Z (over 3 years ago)
- Last Synced: 2025-01-31T23:28:14.587Z (4 months ago)
- Topics: conll-u, conll-x, conllu, conllx, nlp, opennlp, universal-dependencies
- Language: Kotlin
- Homepage:
- Size: 236 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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. DunnSPDX-License-Identifier: Apache-2.0