- main(String[]) - Static method in class opennlp.maxent.BinToAscii
-
- main(String[]) - Static method in class opennlp.maxent.GISModel
-
- main(String[]) - Static method in class opennlp.maxent.io.BinToAscii
-
- main(String[]) - Static method in class opennlp.maxent.io.OldFormatGISModelReader
-
Convert a model created with Maxent 1.0 to a format used with
Maxent 1.2.
- main(String[]) - Static method in class opennlp.maxent.io.SuffixSensitiveGISModelReader
-
To convert between different formats of the new style.
- Main - Class in opennlp.maxent
-
Main file for opennlp.maxent.
- Main() - Constructor for class opennlp.maxent.Main
-
- main(String[]) - Static method in class opennlp.maxent.Main
-
- main(String[]) - Static method in class opennlp.maxent.ModelApplier
-
Main method.
- main(String[]) - Static method in class opennlp.maxent.ModelTrainer
-
Main method.
- main(String[]) - Static method in class opennlp.maxent.RealBasicEventStream
-
- ModelApplier - Class in opennlp.maxent
-
Test the model on some input.
- ModelApplier(MaxentModel) - Constructor for class opennlp.maxent.ModelApplier
-
- ModelDomain - Interface in opennlp.maxent
-
A simple interface that represents a domain to which a particular maxent
model is primarily applicable.
- ModelReplacementManager - Class in opennlp.maxent
-
A object which can be used to ensure that a Maxent application can swap the
model currently in use with a new one in a thread-safe manner without
stopping the servicing of requests.
- ModelReplacementManager(ModelSetter) - Constructor for class opennlp.maxent.ModelReplacementManager
-
- ModelSetter - Interface in opennlp.maxent
-
A object to facilitate the resetting of a MaxentModel variable to a
new value (model).
- ModelTrainer - Class in opennlp.maxent
-
Main class which calls the GIS procedure after building the EventStream from
the data.
- ModelTrainer() - Constructor for class opennlp.maxent.ModelTrainer
-