Package opennlp.tools.ml.maxent
package opennlp.tools.ml.maxent
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
-
ClassDescriptionGenerate contexts for maxent decisions, assuming that the input given to the getContext() method is a String containing contextual predicates separated by spaces.Generate contexts for maxent decisions.A interface for objects which can deliver a stream of training data to be supplied to an EventStream.A maximum entropy model which has been trained using the Generalized Iterative Scaling procedure (implemented in GIS.java).An implementation of Generalized Iterative Scaling.