custom-rust-stemmers 0.1.0

Experimental fork of: A rust implementation of some popular snowball stemming algorithms
Documentation
  • Coverage
  • 35.71%
    5 out of 14 items documented1 out of 5 items with examples
  • Size
  • Source code size: 428.17 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 8.04 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • merl-twin/custom-rust-stemmers
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • merl-twin

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.