lingo 0.2.0

Simple library to detect text languages
Documentation
use rust_stemmers::Stemmer;

pub trait StemmerTrait {
    fn stemmer(&self) -> Option<Stemmer>;
}