Uses of Class
opennlp.tools.models.AbstractClassPathModelFinder
Packages that use AbstractClassPathModelFinder
Package
Description
-
Uses of AbstractClassPathModelFinder in opennlp.tools.models.classgraph
Subclasses of AbstractClassPathModelFinder in opennlp.tools.models.classgraphModifier and TypeClassDescriptionclassEnables the detection of OpenNLP models in the classpath via Classgraph. -
Uses of AbstractClassPathModelFinder in opennlp.tools.models.dir
Subclasses of AbstractClassPathModelFinder in opennlp.tools.models.dirModifier and TypeClassDescriptionclassTheDirectoryModelFinderclass is responsible for finding model files in a given directory on the classpath. -
Uses of AbstractClassPathModelFinder in opennlp.tools.models.simple
Subclasses of AbstractClassPathModelFinder in opennlp.tools.models.simpleModifier and TypeClassDescriptionclassEnables the detection of OpenNLP models in the classpath via JDK classes By default, this class will search for JAR files starting with "opennlp-models-*".