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 |
AbstractEventModelSequenceTrainer |
class |
AbstractEventTrainer |
class |
AbstractSequenceTrainer |
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.
|
class |
SimplePerceptronSequenceTrainer
Trains models for sequences using the perceptron algorithm.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.