Struct rust_stemmers::Stemmer [] [src]

pub struct Stemmer { /* fields omitted */ }

Wrapps a usable interface around the actual stemmer implementation

Methods

impl Stemmer
[src]

[src]

Create a new stemmer from an algorithm

[src]

Stem a single word Please note, that the input is expected to be all lowercase (if that is applicable).