Package opennlp.tools.models
Schnittstelle ClassPathModelFinder
- Alle bekannten Implementierungsklassen:
- AbstractClassPathModelFinder,- ClassgraphModelFinder,- SimpleClassPathModelFinder
public interface ClassPathModelFinder
- 
FeldübersichtFelder
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungfindModels(boolean reloadCache) Finds OpenNLP models within the classpath.
- 
Felddetails- 
OPENNLP_MODEL_JAR_PREFIX- Siehe auch:
 
 
- 
- 
Methodendetails- 
findModelsFinds 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.
 
 
-