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.
Encapsulates a classpath entry that is associated with a
model URI
and optional properties
.Describes a scanner which detects OpenNLP specific model files in an applications's classpath.
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.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-*".