CurrySoftware / rust-stemmersLinks
A rust implementation of some popular snowball stemming algorithms
☆130Updated last year
Alternatives and similar repositories for rust-stemmers
Users that are interested in rust-stemmers are comparing it to the libraries listed below
Sorting:
- finalfusion embeddings in Rust☆105Updated 2 years ago
- Diff library with semantic cleanup, based on Google's diff-match-patch☆231Updated last month
- A simple and lightweight fuzzy search engine that works in memory, searching for similar strings (a pun here).☆186Updated 3 weeks ago
- Rust implementations of string similarity metrics☆468Updated 2 months ago
- ☆319Updated 4 months ago
- Fast generic radix trie implemented in Rust☆214Updated 4 months ago
- Spelling correction & Fuzzy search based on Symmetric Delete spelling correction algorithm.☆141Updated 7 months ago
- Memory efficient trie (prefix tree) library based on LOUDS