Docs.rs
porter-stemmer-0.1.2
porter-stemmer 0.1.2
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
samgiles
Dependencies
unicode-segmentation ^1.3.0
normal
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
porter_
stemmer
0.1.2
All Items
Crate Items
Functions
Crate
porter_stemmer
Copy item path
Source
Functions
§
stem
Given a word, return its stemmed form
stem_
tokenized
Take a word as a Vector of grapheme clusters, and return the stemmed equivalent using Porter’s stemming algorithm.