Trait FeatureExtractor

Source
pub trait FeatureExtractor {
    // Required method
    fn extract(&self, s: &str) -> Vec<(String, i32)>;
}

Required Methods§

Source

fn extract(&self, s: &str) -> Vec<(String, i32)>

Implementors§