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 TypeClassDescriptionclassA base implementation of aClassPathModelFinderfor the detection of OpenNLP models in the classpath.Constructors in opennlp.tools.models with parameters of type ClassPathModelFinderModifierConstructorDescriptionDefaultClassPathModelProvider(ClassPathModelFinder finder, ClassPathModelLoader loader) Instantiates aDefaultClassPathModelProviderwith the specifiedmodelJarPattern, amodel finderand amodel loaderinstance. -
Uses of ClassPathModelFinder in opennlp.tools.models.classgraph
Classes in opennlp.tools.models.classgraph that implement ClassPathModelFinderModifier and TypeClassDescriptionclassEnables the detection of OpenNLP models in the classpath via Classgraph. -
Uses of ClassPathModelFinder in opennlp.tools.models.dir
Classes in opennlp.tools.models.dir that implement ClassPathModelFinderModifier and TypeClassDescriptionclassTheDirectoryModelFinderclass is responsible for finding model files in a given directory on the classpath. -
Uses of ClassPathModelFinder in opennlp.tools.models.simple
Classes in opennlp.tools.models.simple that implement ClassPathModelFinderModifier 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-*".