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

#100 in Internationalization (i18n)

GPL-3.0-or-later

53KB
872 lines

voikko-rs

Coverage Status

Rust bindings for the Voikko library.

Requirements

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

~595KB