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