Uses of Package
opennlp.maxent

Packages that use opennlp.maxent
opennlp.maxent Provides main functionality of the maxent package including data structures and algorithms for parameter estimation. 
 

Classes in opennlp.maxent used by opennlp.maxent
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.
DoubleStringPair
           
Evalable
          Interface for components which use maximum entropy models and can evaluate the performace of the models using the TrainEval class.
GISModel
          A maximum entropy model which has been trained using the Generalized Iterative Scaling procedure (implemented in GIS.java).
ModelDomain
          A simple interface that represents a domain to which a particular maxent model is primarily applicable.
ModelSetter
          A object to facilitate the resetting of a MaxentModel variable to a new value (model).
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.