similarity_streams

Function similarity_streams 

Source
pub fn similarity_streams<'w1, 'w2, W1, W2>(words1: W1, words2: W2) -> f64
where W1: Iterator<Item = &'w1 str>, W2: Iterator<Item = &'w2 str>,
Expand description

Calculate similarity of two streams of string slices by simhash