[]Function triforce_rs::functions::strict_word_similarity

pub fn strict_word_similarity<x, y>(
    x: x,
    y: y
) -> strict_word_similarity<<x as AsExpression<Text>>::Expression, <y as AsExpression<Text>>::Expression> where
    x: AsExpression<Text>,
    y: AsExpression<Text>, 

Same as word_similarity(text, text), but forces extent boundaries to match word boundaries. Since we don't have cross-word trigrams, this function actually returns greatest similarity between first string and any continuous extent of words of the second string.