Package | Description |
---|---|
opennlp.tools.ml.maxent |
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
|
opennlp.tools.ml.model |
Modifier and Type | Method and Description |
---|---|
GISModel |
GISTrainer.trainModel(int iterations,
DataIndexer di,
Prior modelPrior,
int threads)
Train a model using the GIS algorithm.
|
Constructor and Description |
---|
GISModel(Context[] params,
String[] predLabels,
String[] outcomeNames,
Prior prior)
Creates a new model with the specified parameters, outcome names, and
predicate/feature labels.
|
Modifier and Type | Class and Description |
---|---|
class |
UniformPrior
Provide a maximum entropy model with a uniform prior.
|
Modifier and Type | Field and Description |
---|---|
protected Prior |
AbstractModel.prior
Prior distribution for this model.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.