MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

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