Registry / other / rust-stemmers

rust-stemmers

JSON →
library1.2.0rscratesunverified

A rust implementation of some popular snowball stemming algorithms for text processing.

# Cargo.toml [dependencies] rust-stemmers = "1.2.0"
INSTALL
IMPORT
SIG · RUST-STEMMERS
R
rust-stemmers
otherrustv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Stemmer
use rust_stemmers::Stemmer;

Stems an English word using the Porter algorithm.

use rust_stemmers::{Stemmer, Algorithm}; fn main() { let stemmer = Stemmer::create(Algorithm::English); let stemmed = stemmer.stem("running"); println!("Stemmed: {}", stemmed); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rust-stemmers — cargo add rust-stemmers · libregistry