7 stable releases
1.1.0 | Mar 26, 2022 |
---|---|
1.0.7 | Nov 1, 2021 |
1.0.6 | Jan 10, 2021 |
1.0.5 | Apr 1, 2020 |
1.0.3 | Feb 4, 2019 |
#7 in #spell-checking
23 downloads per month
53KB
872 lines
voikko-rs
Rust bindings for the Voikko library.
Requirements
libvoikko
version 4.0.1 or newer- Unit tests currently expect the
fi-x-morphoid
dictionary package to be installed.
Status
The crate is feature-complete but not yet tested very well. Bugs may remain.
The version number is 1.0 as I do not expect major changes to the API.
Things implemented
- Functions to list the available dictionaries and languages supported for spell-checking, hyphenation, and grammar-checking.
- Spell-checking
- Suggested spellings
- Hyphenation
- Tokenization
- Sentence delineation from input text
- Morphological analysis
- Grammar-checking
Things missing
- Tests for the option setter functions
Dependencies
~400KB