Hunspell_spell

abstract fun Hunspell_spell(pHunspell: Pointer, word: String): Int(source)

Checks if a word is spelled correctly.

Return

Non-zero if the word is correct, 0 if misspelled

Parameters

pHunspell

Handle to the Hunspell instance

word

The word to check