- get(int) - Method in class opennlp.maxent.IntegerPool
-
Returns the shared Integer wrapper for value if it is
inside the range managed by this pool.
- getContext(Object) - Method in class opennlp.maxent.BasicContextGenerator
-
Builds up the list of contextual predicates given a String.
- getContext(Object) - Method in interface opennlp.maxent.ContextGenerator
-
Builds up the list of contextual predicates given an Object.
- getCorrectionConstant() - Method in class opennlp.maxent.io.GISModelReader
-
- getCorrectionParameter() - Method in class opennlp.maxent.io.GISModelReader
-
- getEventCollector(Reader) - Method in interface opennlp.maxent.Evalable
-
Returns the EventCollector that is used to collect all relevant
information from the data file.
- getModel(ModelDomain) - Method in class opennlp.maxent.DomainToModelMap
-
Get the model mapped to by the given ModelDomain key.
- getName() - Method in interface opennlp.maxent.ModelDomain
-
Get the name of this domain.
- getNegativeOutcome() - Method in interface opennlp.maxent.Evalable
-
The outcome that should be considered a negative result.
- getParameters(int[][]) - Method in class opennlp.maxent.io.OldFormatGISModelReader
-
Reads the parameters from a file and populates an array of context objects.
- GIS - Class in opennlp.maxent
-
A Factory class which uses instances of GISTrainer to create and train
GISModels.
- GIS() - Constructor for class opennlp.maxent.GIS
-
- GISModel - Class in opennlp.maxent
-
A maximum entropy model which has been trained using the Generalized
Iterative Scaling procedure (implemented in GIS.java).
- GISModel(Context[], String[], String[], int, double) - Constructor for class opennlp.maxent.GISModel
-
Creates a new model with the specified parameters, outcome names, and predicate/feature labels.
- GISModel(Context[], String[], String[], int, double, Prior) - Constructor for class opennlp.maxent.GISModel
-
Creates a new model with the specified parameters, outcome names, and predicate/feature labels.
- GISModelReader - Class in opennlp.maxent.io
-
Abstract parent class for readers of GISModels.
- GISModelReader(File) - Constructor for class opennlp.maxent.io.GISModelReader
-
- GISModelReader(DataReader) - Constructor for class opennlp.maxent.io.GISModelReader
-
- GISModelWriter - Class in opennlp.maxent.io
-
Abstract parent class for GISModel writers.
- GISModelWriter(AbstractModel) - Constructor for class opennlp.maxent.io.GISModelWriter
-