divvun / divvunspellLinks
Spell checking library for ZHFST/BHFST spellers, with case handling and tokenization support. (Spell checking derived from hfst-ospell)
☆14Updated 2 weeks ago
Alternatives and similar repositories for divvunspell
Users that are interested in divvunspell are comparing it to the libraries listed below
Sorting:
- A small crate to provide space-efficient Option<_> replacements☆37Updated 11 months ago
- Porter's stemmer for rust☆24Updated 3 years ago
- Rust port of the Text::Unidecode Perl module, which provides pure ASCII transliterations of Unicode strings.☆75Updated 7 years ago
- Library for language and locale identifier negotiation.☆40Updated 3 months ago
- Runtime string padding library for Rust☆17Updated 3 years ago
- Unicode caseless matching☆24Updated last year
- Odds and ends — collection miscellania. Extra functionality for slices, strings and other things☆22Updated 5 years ago
- char <-> Unicode character name☆23Updated 9 years ago
- Timing macros for Rust modelled after Python's timeit☆16Updated 2 years ago
- User first async http client☆24Updated 2 years ago
- A fork of Rust’s `test` crate that doesn’t require unstable language features.☆19Updated last year
- Safe* C foreign function interface for Rust, using proc macros and marshaling types.☆17Updated last month
- A rust library exposing much of the Unicode Character Database (v9.0.0)☆16Updated 9 years ago
- A Rust library for strongly-typed string keys for configuration.☆25Updated 7 years ago
- Experimental cooperative cancellation for async-std