rust-stemmers
rust-stemmers copied to clipboard
Add Czech stemmer
- Added the Czech stemming algorithm in SBL, copied from https://snowballstem.org
- Compiled Czech SBL into Rust, added support for Czech
- Updated the README file
Update: fixed incorrectly generated Context fields type (switched i32 for usize) as per suggestion in an open PR: https://github.com/CurrySoftware/rust-stemmers/pull/20