similarity
Similarity is computed as 2 * |A ∩ B| / (|A| + |B|).
Parameters
first
The first string to compare.
second
The second string to compare.
Similarity is computed as 2 * |A ∩ B| / (|A| + |B|).
The first string to compare.
The second string to compare.