Index

A C E F G H L M O P S T 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractClassPathModelFinder - Class in opennlp.tools.models
Enables the detection of OpenNLP models in the classpath.
AbstractClassPathModelFinder() - Constructor for class opennlp.tools.models.AbstractClassPathModelFinder
AbstractClassPathModelFinder(String) - Constructor for class opennlp.tools.models.AbstractClassPathModelFinder
 

C

ClassgraphModelFinder - Class in opennlp.tools.models.classgraph
Enables the detection of OpenNLP models in the classpath via classgraph.
ClassgraphModelFinder() - Constructor for class opennlp.tools.models.classgraph.ClassgraphModelFinder
By default, it scans for "opennlp-models-*.jar".
ClassgraphModelFinder(String) - Constructor for class opennlp.tools.models.classgraph.ClassgraphModelFinder
 
ClassPathModel - Record Class in opennlp.tools.models
 
ClassPathModel(Properties, byte[]) - Constructor for record class opennlp.tools.models.ClassPathModel
Creates an instance of a ClassPathModel record class.
ClassPathModelEntry - Record Class in opennlp.tools.models
Encapsulates a classpath entry that is associated with an model URI and optional properties.
ClassPathModelEntry(URI, Optional<URI>) - Constructor for record class opennlp.tools.models.ClassPathModelEntry
Creates an instance of a ClassPathModelEntry record class.
ClassPathModelFinder - Interface in opennlp.tools.models
 
ClassPathModelLoader - Class in opennlp.tools.models
Responsible for loading OpenNLP models from the classpath.
ClassPathModelLoader() - Constructor for class opennlp.tools.models.ClassPathModelLoader
 

E

equals(Object) - Method in record class opennlp.tools.models.ClassPathModel
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class opennlp.tools.models.ClassPathModelEntry
Indicates whether some other object is "equal to" this one.

F

findModels(boolean) - Method in class opennlp.tools.models.AbstractClassPathModelFinder
 
findModels(boolean) - Method in interface opennlp.tools.models.ClassPathModelFinder
Finds OpenNLP models within the classpath.

G

getModelLanguage() - Method in record class opennlp.tools.models.ClassPathModel
 
getModelName() - Method in record class opennlp.tools.models.ClassPathModel
 
getModelSHA256() - Method in record class opennlp.tools.models.ClassPathModel
 
getModelVersion() - Method in record class opennlp.tools.models.ClassPathModel
 

H

hashCode() - Method in record class opennlp.tools.models.ClassPathModel
Returns a hash code value for this object.
hashCode() - Method in record class opennlp.tools.models.ClassPathModelEntry
Returns a hash code value for this object.

L

load(ClassPathModelEntry) - Method in class opennlp.tools.models.ClassPathModelLoader

M

model() - Method in record class opennlp.tools.models.ClassPathModel
Returns the value of the model record component.
model() - Method in record class opennlp.tools.models.ClassPathModelEntry
Returns the value of the model record component.

O

OPENNLP_MODEL_JAR_PREFIX - Static variable in interface opennlp.tools.models.ClassPathModelFinder
 
opennlp.tools.models - package opennlp.tools.models
 
opennlp.tools.models.classgraph - package opennlp.tools.models.classgraph
 
opennlp.tools.models.simple - package opennlp.tools.models.simple
 

P

properties() - Method in record class opennlp.tools.models.ClassPathModel
Returns the value of the properties record component.
properties() - Method in record class opennlp.tools.models.ClassPathModelEntry
Returns the value of the properties record component.

S

SimpleClassPathModelFinder - Class in opennlp.tools.models.simple
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-*".
SimpleClassPathModelFinder() - Constructor for class opennlp.tools.models.simple.SimpleClassPathModelFinder
SimpleClassPathModelFinder(String) - Constructor for class opennlp.tools.models.simple.SimpleClassPathModelFinder
 

T

toString() - Method in record class opennlp.tools.models.ClassPathModel
Returns a string representation of this record class.
toString() - Method in record class opennlp.tools.models.ClassPathModelEntry
Returns a string representation of this record class.
A C E F G H L M O P S T 
All Classes and Interfaces|All Packages|Constant Field Values