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
Enables the detection of OpenNLP models in the classpath. -
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-*".