rust-stemmers icon indicating copy to clipboard operation
rust-stemmers copied to clipboard

Add Czech stemmer

Open simunic-cz opened this issue 1 year ago • 5 comments

  • 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

simunic-cz avatar Apr 27 '24 20:04 simunic-cz

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

simunic-cz avatar Apr 27 '24 21:04 simunic-cz