ignoreWord

actual suspend fun ignoreWord(word: String)(source)

Marks word as ignored for the lifetime of this checker. Unlike addToDictionary, ignores are not persisted and are not returned by userDictionary. Where the platform provides a native ignore facility (iOS, macOS, Windows, Linux/Hunspell) it is used; otherwise the word is filtered out of results in this library.

expect suspend fun ignoreWord(word: String)(source)

Marks word as ignored for the lifetime of this checker. Unlike addToDictionary, ignores are not persisted and are not returned by userDictionary. Where the platform provides a native ignore facility (iOS, macOS, Windows, Linux/Hunspell) it is used; otherwise the word is filtered out of results in this library.

actual suspend fun ignoreWord(word: String)(source)

Marks word as ignored for the lifetime of this checker. Unlike addToDictionary, ignores are not persisted and are not returned by userDictionary. Where the platform provides a native ignore facility (iOS, macOS, Windows, Linux/Hunspell) it is used; otherwise the word is filtered out of results in this library.

actual suspend fun ignoreWord(word: String)(source)

Marks word as ignored for the lifetime of this checker. Unlike addToDictionary, ignores are not persisted and are not returned by userDictionary. Where the platform provides a native ignore facility (iOS, macOS, Windows, Linux/Hunspell) it is used; otherwise the word is filtered out of results in this library.