rake 0.3.6

Rust implementation of Rapid Automatic Keyword Extraction (RAKE) algorithm
Documentation
1
2
3
pub(crate) trait NumberChecker<T> {
    fn is_number(&self, t: T) -> bool;
}