Trait xor_utils::Score [] [src]

pub trait Score {
    fn score(&self) -> f32;
}

Required Methods

Calculates a relative value "score" for an item which relates to how likely it is the item represents text.

This value can be used to determine the likeliness of the item representing text.

Implementors