tree: 20971a05ab6e966d17648eedc5c90e9299bb1a7b [path history] [tgz]
  1. pom.xml
  2. README.md
opennlp-dl-gpu/README.md

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:

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