Hunspell_add

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

Adds a word to the runtime dictionary. The word is only remembered for this session and not persisted.

Return

0 on success

Parameters

pHunspell

Handle to the Hunspell instance

word

The word to add