Package opennlp.tools.models
Schnittstelle ClassPathModelFinder
- Alle bekannten Implementierungsklassen:
 AbstractClassPathModelFinder,ClassgraphModelFinder,SimpleClassPathModelFinder
public interface ClassPathModelFinder
- 
Feldübersicht
Felder - 
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfindModels(boolean reloadCache) Finds OpenNLP models within the classpath. 
- 
Felddetails
- 
OPENNLP_MODEL_JAR_PREFIX
- Siehe auch:
 
 
 - 
 - 
Methodendetails
- 
findModels
Finds OpenNLP models within the classpath.- Parameter:
 reloadCache-true, if the internal cache should explicitly be reloaded,falseotherwise.- Gibt zurück:
 - A Set of 
model entries. It might be empty if none were found. 
 
 -