//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 |