Uses of Class
opennlp.model.IndexHashTable

Packages that use IndexHashTable
opennlp.model   
 

Uses of IndexHashTable in opennlp.model
 

Fields in opennlp.model declared as IndexHashTable
protected  IndexHashTable<java.lang.String> AbstractModel.pmap
          Mapping between predicates/contexts and an integer representing them.
 

Constructors in opennlp.model with parameters of type IndexHashTable
AbstractModel(Context[] params, java.lang.String[] predLabels, IndexHashTable<java.lang.String> pmap, java.lang.String[] outcomeNames)
           
 



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