Interface DictionaryEntry
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Compoundcompound(String objectID, String language, String word, List<String> decomposition)StringgetLanguage()Language ISO code supported by the dictionary.StringgetObjectID()Unique identifier of the entry to add or override.static Pluralplural(String objectID, String language, List<String> words)static Stopwordstopword(String objectID, String language, String word, String state)
-