Package | Description |
---|---|
org.apache.uima.conceptMapper.support.dictionaryResource |
Modifier and Type | Field and Description |
---|---|
protected Hashtable<String,DictionaryResource.DictEntriesByLength> |
DictionaryResource_impl.dictImpl
Hashtable of first words.
|
protected Hashtable<String,DictionaryResource.DictEntriesByLength> |
CompiledDictionaryResource_impl.dictImpl
Hashtable of first words.
|
Modifier and Type | Method and Description |
---|---|
DictionaryResource.DictEntriesByLength |
DictionaryResource_impl.getEntries(String key) |
DictionaryResource.DictEntriesByLength |
DictionaryResource.getEntries(String key)
return data structure containing a list of dictionary entries, sorted by number of tokens
|
DictionaryResource.DictEntriesByLength |
CompiledDictionaryResource_impl.getEntries(String key) |
Copyright © 2016. All rights reserved.