|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |