Uses of Interface
org.apache.uima.conceptMapper.support.dictionaryResource.DictionaryResource.DictEntriesByLength

Packages that use DictionaryResource.DictEntriesByLength
org.apache.uima.conceptMapper.support.dictionaryResource   
 

Uses of DictionaryResource.DictEntriesByLength in org.apache.uima.conceptMapper.support.dictionaryResource
 

Fields in org.apache.uima.conceptMapper.support.dictionaryResource with type parameters of type DictionaryResource.DictEntriesByLength
protected  java.util.Hashtable<java.lang.String,DictionaryResource.DictEntriesByLength> CompiledDictionaryResource_impl.dictImpl
          Hashtable of first words.
protected  java.util.Hashtable<java.lang.String,DictionaryResource.DictEntriesByLength> DictionaryResource_impl.dictImpl
          Hashtable of first words.
 

Methods in org.apache.uima.conceptMapper.support.dictionaryResource that return DictionaryResource.DictEntriesByLength
 DictionaryResource.DictEntriesByLength CompiledDictionaryResource_impl.getEntries(java.lang.String key)
           
 DictionaryResource.DictEntriesByLength DictionaryResource_impl.getEntries(java.lang.String key)
           
 DictionaryResource.DictEntriesByLength DictionaryResource.getEntries(java.lang.String key)
          return data structure containing a list of dictionary entries, sorted by number of tokens
 



Copyright © 2011. All Rights Reserved.