Package | Description |
---|---|
opennlp.tools.ml | |
opennlp.tools.ml.maxent |
Provides main functionality of the maxent package including data structures and
algorithms for parameter estimation.
|
opennlp.tools.ml.maxent.quasinewton | |
opennlp.tools.ml.naivebayes | |
opennlp.tools.ml.perceptron |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEventTrainer |
Modifier and Type | Method and Description |
---|---|
static EventTrainer |
TrainerFactory.getEventTrainer(Map<String,String> trainParams,
Map<String,String> reportMap) |
Modifier and Type | Class and Description |
---|---|
class |
GIS
Deprecated.
use
GISTrainer |
class |
GISTrainer
An implementation of Generalized Iterative Scaling.
|
Modifier and Type | Class and Description |
---|---|
class |
QNTrainer
Maxent model trainer using L-BFGS algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
NaiveBayesTrainer
Trains models using the perceptron algorithm.
|
Modifier and Type | Class and Description |
---|---|
class |
PerceptronTrainer
Trains models using the perceptron algorithm.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.