snowball_stemmer
Types
Values
pub fn new() -> Stemmer
Creates a new Stemmer object to be used with stem.
Can and should be used across multiple calls to stem because
it is essentially a cache for the splitters used in the stemming and
so improves performance by performing the expensive splitter creation
only once.