Package | Description |
---|---|
opennlp.tools.ml.model | |
opennlp.tools.ml.perceptron |
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 © 2015 The Apache Software Foundation. All rights reserved.