Hunspell_create

abstract fun Hunspell_create(affpath: String, dpath: String): Pointer?(source)

Creates a new Hunspell instance from dictionary files.

Return

Handle to the Hunspell instance, or null on failure

Parameters

affpath

Path to the .aff (affix) file

dpath

Path to the .dic (dictionary) file