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 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.GIS A Factory class which uses instances of GISTrainer to create and train GISModels.GISModel A maximum entropy model which has been trained using the Generalized Iterative Scaling procedure (implemented in GIS.java).IntegerPool A pool of read-only, unsigned Integer objects within a fixed, non-sparse range.RealBasicEventStream