Package opennlp.tools.models
Klasse ClassPathModelLoader
java.lang.Object
opennlp.tools.models.ClassPathModelLoader
Responsible for loading OpenNLP models from the classpath.
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungload(ClassPathModelEntry entry) Loads aClassPathModelfrom aClassPathModelEntry
- 
Konstruktordetails- 
ClassPathModelLoaderpublic ClassPathModelLoader()
 
- 
- 
Methodendetails- 
loadLoads aClassPathModelfrom aClassPathModelEntry- Parameter:
- entry- A valid- ClassPathModelEntry, it must not be- null.
- Gibt zurück:
- A ClassPathModelcontaining the model resources.
- Löst aus:
- IOException- thrown if something went wrong during reading resources from the classpath.
 
 
-