1
2
3
4
5
6
mod stemmer;
#[cfg(test)]
mod test;

pub use stemmer::Stemmer;