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
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate porter_stemmer
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.