Expand description
Zspell library
The main operations of this module include AffixConfig, which represents
configuration options, and Dictionary, which contains the affix
configuration and the implementation to perform spell checking.
Please note that the spellchecker is currently in alpha, and really not ready for any mainstream use. Contributions are more than welcome at, https://github.com/pluots/zspell.
Re-exports
pub use affix::AffixConfig;pub use dictionary::Dictionary;Modules
Classes needed for affix attributes
A dictionary contains methods and a list of Entries Load hunspell dicts, as described at http://pwet.fr/man/linux/fichiers_speciaux/hunspell/
Macros
Create a vector of unicode graphemes Each &str within this array is a single unicode character, which is composed of one to four 8-bit integers (“chars”)