Uses of Interface
opennlp.maxent.Evalable

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

Uses of Evalable in opennlp.maxent
 

Methods in opennlp.maxent with parameters of type Evalable
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.
static void TrainEval.run(java.lang.String[] args, Evalable e)
           
 



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