Skip to main contentCrate rspell
Source - hunspell
- Safe minimal wrapper of hunspell.
- BadWord
- Represents a misspelt word in a text.
- LangProvider
- 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.
- SpellError
- SpellResult
- Result of a check. Wraps possible corrections when this is an incorrect result.
- load_config
- Loads the configuration from the disk.