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