All Classes and Interfaces

Class
Description
A base implementation of a ClassPathModelFinder for the detection of OpenNLP models in the classpath.
Enables the detection of OpenNLP models in the classpath via Classgraph.
A record that holds the binary representation of an OpenNLP model and related properties.
Responsible for loading OpenNLP models from the classpath via entries.
A provider for obtaining pre-trained OpenNLP models from an application's classpath.
A default implementation of ClassPathModelProvider which by default relies on SimpleClassPathModelFinder to scan for models in the current classpath.
The DirectoryModelFinder class is responsible for finding model files in a given directory on the classpath.
Enables the detection of OpenNLP models in the classpath via JDK classes By default, this class will search for JAR files starting with "opennlp-models-*".