Uses of Interface
opennlp.maxent.Prior

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

Uses of Prior in opennlp.maxent
 

Classes in opennlp.maxent that implement Prior
 class UniformPrior
          Provide a maximum entropy model with a uniform prior.
 

Methods in opennlp.maxent with parameters of type Prior
static GISModel GIS.trainModel(int iterations, DataIndexer indexer, boolean printMessagesWhileTraining, boolean smoothing, Prior modelPrior, int cutoff)
          Train a model using the GIS algorithm.
static GISModel GIS.trainModel(int iterations, DataIndexer indexer, Prior modelPrior, int cutoff)
          Train a model using the GIS algorithm with the specified number of iterations, data indexer, and prior.
 

Constructors in opennlp.maxent with parameters of type Prior
GISModel(Context[] params, java.lang.String[] predLabels, java.lang.String[] outcomeNames, int correctionConstant, double correctionParam, Prior prior)
          Creates a new model with the specified parameters, outcome names, and predicate/feature labels.
 



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