Uses of Class
opennlp.model.IndexHashTable

Packages that use IndexHashTable
opennlp.model   
opennlp.perceptron   
 

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)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.