File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,14 @@ You can also follow our [mailing lists](http://opennlp.apache.org/mailing-lists.
58
58
59
59
## Overview
60
60
61
- Currently the library has different packages:
61
+ Currently, the library has different packages:
62
62
63
63
* ` opennlp-tools ` : The core toolkit.
64
64
* ` opennlp-uima ` : A set of [ Apache UIMA] ( https://uima.apache.org ) annotators.
65
65
* ` opennlp-brat-annotator ` : A set of annotators for [ BRAT] ( http://brat.nlplab.org/ )
66
66
* ` opennlp-morfologik-addon ` : An addon for Morfologik
67
+ * ` opennlp-dl ` : OpenNLP interface implementations for ONNX models using the ` onnxruntime ` dependency.
68
+ * ` opennlp-dl-gpu ` : Replaces ` onnxruntime ` with the ` onnxruntime_gpu ` dependency to support GPU acceleration.
67
69
* ` opennlp-sandbox ` : Other projects in progress are found in the [ sandbox] ( https://github.com/apache/opennlp-sandbox )
68
70
69
71
## Getting Started
You can’t perform that action at this time.
0 commit comments