Interface DictEntries

    • Method Detail

      • size

        int size()
        Specified by:
        size in interface Collection<DictEntry>
        Specified by:
        size in interface List<DictEntry>
        Returns:
        a positive number of dictionary entries with the same word. Most often it's 1 (unless there are homonyms). Entries are indexed from 0 to size() - 1 and these indices can be passed into other methods of this class.
      • getMorphologicalData

        default String getMorphologicalData​(int entryIndex)
        Same as get(entryIndex).getMorphologicalData()
      • getMorphologicalValues

        default List<String> getMorphologicalValues​(int entryIndex,
                                                    String key)
        Same as get(entryIndex).getMorphologicalValues(key)