Package opennlp.tools.ml.maxent
Package related to ML by means of the Maximum Entropy (ME) algorithm.
-
Interface Summary Interface Description ContextGenerator<T> Represents a generator of contexts for maxent decisions.DataStream An interface for objects which can deliver a stream of training data to be supplied to an EventStream. -
Class Summary Class Description BasicContextGenerator AContextGenerator
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:GISModel A maximum entropy model which has been trained using the Generalized Iterative Scaling (GIS) procedure.GISTrainer An implementation of Generalized Iterative Scaling (GIS).RealBasicEventStream Class for real-valuedevents
as anevent stream
.