File: README.md

package info (click to toggle)
apache-opennlp 2.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,772 kB
  • sloc: java: 80,146; xml: 73,649; sh: 237; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 414 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# OpenNLP DL (GPU)

This module brings in `onnxruntime_gpu` bindings to the existing `opennlp-dl` module. If you are planning to run with GPU acceleration, please use this BOM.

You can use it in your code by adding the following as a dependency:

```xml
<dependency>
    <groupId>org.apache.opennlp</groupId>
    <artifactId>opennlp-dl-gpu</artifactId>
    <version>${opennlp.version}</version>
 </dependency>
```