Uses of Class
opennlp.maxent.Context

Packages that use Context
opennlp.maxent Provides main functionality of the maxent package including data structures and algorithms for parameter estimation. 
opennlp.maxent.io Provides the I/O functionality of the maxent package including reading and writting models in several formats. 
 

Uses of Context in opennlp.maxent
 

Subclasses of Context in opennlp.maxent
 class MutableContext
          Class used to store parameters or expected values associated with this context which can be updated or assigned.
 

Constructors in opennlp.maxent with parameters of type Context
EvalParameters(Context[] params, double correctionParam, double correctionConstant, int numOutcomes)
          Creates a set of paramters which can be evaulated with the eval method.
GISModel(Context[] params, java.lang.String[] predLabels, java.lang.String[] outcomeNames, int correctionConstant, double correctionParam)
          Creates a new model with the specified parameters, outcome names, and predicate/feature labels.
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.
 

Uses of Context in opennlp.maxent.io
 

Fields in opennlp.maxent.io declared as Context
protected  Context[] GISModelWriter.PARAMS
           
 

Methods in opennlp.maxent.io that return Context
protected  Context[] OldFormatGISModelReader.getParameters(int[][] outcomePatterns)
          Reads the parameters from a file and populates an array of context objects.
protected  Context[] GISModelReader.getParameters(int[][] outcomePatterns)
          Reads the parameters from a file and populates an array of context objects.
 



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