- train(EventStream, int) - Static method in class opennlp.maxent.TrainEval
-
- TrainEval - Class in opennlp.maxent
-
Trains or evaluates maxent components which have implemented the Evalable
interface.
- TrainEval() - Constructor for class opennlp.maxent.TrainEval
-
- trainModel(EventStream) - Static method in class opennlp.maxent.GIS
-
Train a model using the GIS algorithm, assuming 100 iterations and no
cutoff.
- trainModel(EventStream, boolean) - Static method in class opennlp.maxent.GIS
-
Train a model using the GIS algorithm, assuming 100 iterations and no
cutoff.
- trainModel(EventStream, int, int) - Static method in class opennlp.maxent.GIS
-
Train a model using the GIS algorithm.
- trainModel(EventStream, int, int, boolean, boolean) - Static method in class opennlp.maxent.GIS
-
Train a model using the GIS algorithm.
- trainModel(EventStream, int, int, double) - Static method in class opennlp.maxent.GIS
-
Train a model using the GIS algorithm.
- trainModel(int, DataIndexer, boolean) - Static method in class opennlp.maxent.GIS
-
Train a model using the GIS algorithm.
- trainModel(int, DataIndexer) - Static method in class opennlp.maxent.GIS
-
Train a model using the GIS algorithm.
- trainModel(int, DataIndexer, Prior, int) - Static method in class opennlp.maxent.GIS
-
Train a model using the GIS algorithm with the specified number of iterations, data indexer, and prior.
- trainModel(int, DataIndexer, boolean, boolean, Prior, int) - Static method in class opennlp.maxent.GIS
-
Train a model using the GIS algorithm.