checkMultiword

actual suspend fun checkMultiword(text: String): List<SpellingCorrection>(source)

Performs spell check on a sentence or multi-word text. Returns a list of SpellingCorrection objects containing the misspelled words, their positions in the original text, and suggested corrections. Returns an empty list if no spelling errors are found.

Words added via addToDictionary (any scope) and words passed to ignoreWord are filtered out of the results.

expect suspend fun checkMultiword(text: String): List<SpellingCorrection>(source)

Performs spell check on a sentence or multi-word text. Returns a list of SpellingCorrection objects containing the misspelled words, their positions in the original text, and suggested corrections. Returns an empty list if no spelling errors are found.

Words added via addToDictionary (any scope) and words passed to ignoreWord are filtered out of the results.

actual suspend fun checkMultiword(text: String): List<SpellingCorrection>(source)

Performs spell check on a sentence or multi-word text. Returns a list of SpellingCorrection objects containing the misspelled words, their positions in the original text, and suggested corrections. Returns an empty list if no spelling errors are found.

Words added via addToDictionary (any scope) and words passed to ignoreWord are filtered out of the results.

actual suspend fun checkMultiword(text: String): List<SpellingCorrection>(source)

Performs spell check on a sentence or multi-word text. Returns a list of SpellingCorrection objects containing the misspelled words, their positions in the original text, and suggested corrections. Returns an empty list if no spelling errors are found.