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.
-
ClassDescriptionA
ContextGeneratorimplementation for maxent decisions, assuming that the input given to theBasicContextGenerator.getContext(String)method is a String containing contextual predicates separated by spaces, for instance:Represents a generator of contexts for maxent decisions.An 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 (GIS) procedure.An implementation of Generalized Iterative Scaling (GIS).Class for real-valuedeventsas anevent stream. .