MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.spelling/Spelling/checkSentence

checkSentence

[jvm]
abstract fun checkSentence(message: String): List<SpellCheckCorrection>

Check a whole sentence for spelling mistakes.

Return

list of corrections

Parameters

jvm

   
message Message to check