public interface DictEntries
| Modifier and Type | Method and Description |
|---|---|
String |
getMorphologicalData(int entryIndex) |
List<String> |
getMorphologicalValues(int entryIndex,
String key) |
int |
size() |
int size()
size() - 1 and these indices can
be passed into other methods of this class.String getMorphologicalData(int entryIndex)
entryIndex - an index from 0 (inclusive) to size() (exclusive)kk:vvvvvv form, sorted, space-separated, excluding
ph:) associated with the homonym at the given entry index, or an empty stringList<String> getMorphologicalValues(int entryIndex, String key)
entryIndex - an index from 0 (inclusive) to size() (exclusive)key - the key in the form kk: by which to filter the morphological fieldsvvvvvv form) of morphological fields with the given key
associated with the homonym at the given entry indexCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.