Uses of Interface
opennlp.model.MaxentModel

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

Uses of MaxentModel in opennlp.maxent
 

Classes in opennlp.maxent that implement MaxentModel
 class GISModel
          A maximum entropy model which has been trained using the Generalized Iterative Scaling procedure (implemented in GIS.java).
 

Methods in opennlp.maxent that return MaxentModel
 MaxentModel DomainToModelMap.getModel(ModelDomain domain)
          Get the model mapped to by the given ModelDomain key.
static MaxentModel TrainEval.train(EventStream events, int cutoff)
           
 

Methods in opennlp.maxent with parameters of type MaxentModel
static void TrainEval.eval(MaxentModel model, Reader r, Evalable e)
           
static void TrainEval.eval(MaxentModel model, Reader r, Evalable e, boolean verbose)
           
 void Evalable.localEval(MaxentModel model, Reader r, Evalable e, boolean verbose)
          If the -l option is selected for evaluation, this method will be called rather than TrainEval's evaluation method.
 void ModelReplacementManager.replaceModel(MaxentModel model)
          Replace the old model with a new one, forcing the replacement to wait until all threads using the old model have finished using it.
 void ModelSetter.setModel(MaxentModel m)
          Assign a new MaxentModel value to a MaxentModel variable.
 void DomainToModelMap.setModelForDomain(ModelDomain domain, MaxentModel model)
          Sets the model for the given domain.
 

Constructors in opennlp.maxent with parameters of type MaxentModel
ModelApplier(MaxentModel m)
           
 

Uses of MaxentModel in opennlp.maxent.quasinewton
 

Classes in opennlp.maxent.quasinewton that implement MaxentModel
 class QNModel
           
 

Uses of MaxentModel in opennlp.model
 

Classes in opennlp.model that implement MaxentModel
 class AbstractModel
           
 

Uses of MaxentModel in opennlp.perceptron
 

Classes in opennlp.perceptron that implement MaxentModel
 class PerceptronModel
           
 



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