//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.spelling/Spelling/getLemmata
getLemmata
[jvm]
abstract fun getLemmata(message: String): List<String>
Analyze a message to get a list of word stems.
Return
list of stems
Parameters
jvm
message | Message to analyze |