MetaPhrase

An open source translation editor for native mobile app localization.

View project on GitHub

//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.spellcheck.usecase/ValidateSpellingUseCase/invoke

invoke

[jvm]
abstract suspend operator fun invoke(input: List<ValidateSpellingUseCase.InputItem>, lang: String): Map<String, List<String>>

Check for spelling errors a given messaeg.

Return

errors in the form of a map from message key to list of misspelled words

Parameters

jvm

   
input operation input
lang language code