|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexHashTable | |
---|---|
opennlp.maxent.io | Provides the I/O functionality of the maxent package including reading and writting models in several formats. |
opennlp.model | |
opennlp.perceptron |
Uses of IndexHashTable in opennlp.maxent.io |
---|
Fields in opennlp.maxent.io declared as IndexHashTable | |
---|---|
protected IndexHashTable<String> |
QNModelWriter.pmap
|
Uses of IndexHashTable in opennlp.model |
---|
Fields in opennlp.model declared as IndexHashTable | |
---|---|
protected IndexHashTable<String> |
AbstractModel.pmap
Mapping between predicates/contexts and an integer representing them. |
Constructors in opennlp.model with parameters of type IndexHashTable | |
---|---|
AbstractModel(Context[] params,
String[] predLabels,
IndexHashTable<String> pmap,
String[] outcomeNames)
|
Uses of IndexHashTable in opennlp.perceptron |
---|
Constructors in opennlp.perceptron with parameters of type IndexHashTable | |
---|---|
PerceptronModel(Context[] params,
String[] predLabels,
IndexHashTable<String> pmap,
String[] outcomeNames)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |