Package | Description |
---|---|
opennlp.maxent.io |
Provides the I/O functionality of the maxent package including reading
and writting models in several formats.
|
opennlp.model | |
opennlp.perceptron |
Modifier and Type | Field and Description |
---|---|
protected IndexHashTable<String> |
QNModelWriter.pmap |
Modifier and Type | Field and Description |
---|---|
protected IndexHashTable<String> |
AbstractModel.pmap
Mapping between predicates/contexts and an integer representing them.
|
Constructor and Description |
---|
AbstractModel(Context[] params,
String[] predLabels,
IndexHashTable<String> pmap,
String[] outcomeNames) |
Constructor and Description |
---|
PerceptronModel(Context[] params,
String[] predLabels,
IndexHashTable<String> pmap,
String[] outcomeNames) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.