custom-rust-stemmers

Crates.iocustom-rust-stemmers
lib.rscustom-rust-stemmers
version0.1.0
sourcesrc
created_at2023-12-20 12:46:35.946785
updated_at2023-12-20 12:46:35.946785
descriptionExperimental fork of: A rust implementation of some popular snowball stemming algorithms
homepage
repositoryhttps://github.com/merl-twin/custom-rust-stemmers
max_upload_size
id1075252
size428,640
(merl-twin)

documentation

README

Forked from: https://github.com/CurrySoftware/rust-stemmers

With the custom experimental editions with unknown usefullness.

Rust Stemmers

This crate implements some stemmer algorithms found in the snowball project which are compiled to rust using a rust-backend for the snowball language.

Related Projects

  • rust-backend for the snowball language which generated the code in src/snowball/algorithms.
  • The stemmer crate provides bindings to the C Snowball implementation.
Commit count: 1

cargo fmt