Package opennlp.tools.models
package opennlp.tools.models
-
ClassDescriptionA base implementation of a
ClassPathModelFinder
for the detection of OpenNLP models in the classpath.A record that holds the binary representation of an OpenNLP model and related properties.Encapsulates a classpath entry that is associated with amodel URI
and optionalproperties
.Describes a scanner which detects OpenNLP specific model files in an applications's classpath.Responsible for loading OpenNLP models from the classpath viaentries
.A provider for obtaining pre-trained OpenNLPmodels
from an application's classpath.A default implementation ofClassPathModelProvider
which by default relies onSimpleClassPathModelFinder
to scan for models in the current classpath.