MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.spelling/DefaultSpelling/getLemmata

getLemmata

[jvm]
open override 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