org.apache.uima.conceptMapper.support.dictionaryResource
Interface DictionaryResource.DictEntriesByLength
- All Superinterfaces:
- Serializable
- Enclosing interface:
- DictionaryResource
public static interface DictionaryResource.DictEntriesByLength
- extends Serializable
getEntries
DictionaryResource.DictEntries getEntries(int length)
putEntry
void putEntry(int length,
String[] elements,
String unsorted,
EntryProperties props)
getLongest
Integer getLongest()
getShortest
Integer getShortest()
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.