Package opennlp.tools.ml.maxent
package opennlp.tools.ml.maxent
Package related to ML by means of the Maximum Entropy (ME) algorithm.
-
ClassDescriptionA
ContextGenerator
implementation 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-valuedevents
as anevent stream
. .