Modules§
- hunspell
- Safe minimal wrapper of hunspell.
Structs§
- BadWord
- Represents a misspelt word in a text.
- Lang
Provider - A structure to ensure that the data files for the given language are available.
- Spell
- This is the main structure. It allows to gather dictionaries for a given language and spellcheck individual word or whole text using it.
Enums§
- Spell
Error - Spell
Result - Result of a check. Wraps possible corrections when this is an incorrect result.
Functions§
- load_
config - Loads the configuration from the disk.