//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.spelling/Spelling/check
check
[jvm]
abstract fun check(word: String): List<String>
Check a word for spelling mistakes.
Return
list of suggestions
Parameters
jvm
word | Word to check |