Hunspell_create_key

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

Creates a new Hunspell instance from dictionary files with a custom key.

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

key

Encryption key (usually null for standard dictionaries)