Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getWordsByType(wordtype: WordType): ImmutableSet<String>
Link copied to clipboard
abstract fun hasWordInfo(word: String): Boolean
Link copied to clipboard
abstract fun synonymsForWord(word: String): ImmutableSet<String>