Uses of Interface
opennlp.tools.models.ClassPathModelFinder
Packages that use ClassPathModelFinder
Package
Description
-
Uses of ClassPathModelFinder in opennlp.tools.models
Classes in opennlp.tools.models that implement ClassPathModelFinderModifier and TypeClassDescriptionclass
A base implementation of aClassPathModelFinder
for the detection of OpenNLP models in the classpath.Constructors in opennlp.tools.models with parameters of type ClassPathModelFinderModifierConstructorDescriptionDefaultClassPathModelProvider
(ClassPathModelFinder finder, ClassPathModelLoader loader) Instantiates aDefaultClassPathModelProvider
with the specifiedmodelJarPattern
, amodel finder
and amodel loader
instance. -
Uses of ClassPathModelFinder in opennlp.tools.models.classgraph
Classes in opennlp.tools.models.classgraph that implement ClassPathModelFinderModifier and TypeClassDescriptionclass
Enables the detection of OpenNLP models in the classpath via Classgraph. -
Uses of ClassPathModelFinder in opennlp.tools.models.simple
Classes in opennlp.tools.models.simple that implement ClassPathModelFinderModifier and TypeClassDescriptionclass
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-*".