Uses of Interface
opennlp.maxent.MaxentModel

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

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, java.io.Reader r, Evalable e)
           
static void TrainEval.eval(MaxentModel model, java.io.Reader r, Evalable e, boolean verbose)
           
 void Evalable.localEval(MaxentModel model, java.io.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.
 



Copyright © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.