Package opennlp.tools.models.simple
Class SimpleClassPathModelFinder
java.lang.Object
opennlp.tools.models.AbstractClassPathModelFinder
opennlp.tools.models.simple.SimpleClassPathModelFinder
- All Implemented Interfaces:
- ClassPathModelFinder
public class SimpleClassPathModelFinder
extends AbstractClassPathModelFinder
implements ClassPathModelFinder
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-*".
 This wildcard pattern can be adjusted by using the alternative constructor of this class.
- See Also:
- 
Field SummaryFields inherited from interface opennlp.tools.models.ClassPathModelFinderOPENNLP_MODEL_JAR_PREFIX
- 
Constructor SummaryConstructorsConstructorDescriptionBy default, it scans forClassPathModelFinder.OPENNLP_MODEL_JAR_PREFIX.SimpleClassPathModelFinder(String modelJarPrefix) 
- 
Method SummaryMethods inherited from class opennlp.tools.models.AbstractClassPathModelFinderfindModelsMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface opennlp.tools.models.ClassPathModelFinderfindModels
- 
Constructor Details- 
SimpleClassPathModelFinderpublic SimpleClassPathModelFinder()By default, it scans forClassPathModelFinder.OPENNLP_MODEL_JAR_PREFIX.
- 
SimpleClassPathModelFinder- Parameters:
- modelJarPrefix- The leafnames of the jars that should be canned (e.g. "opennlp.jar"). May contain a wildcard glob ("opennlp-*.jar"). It must not be- null.
 
 
-