jaro_similarity.Rd
Calculates the Jaro similarity between two strings, a value between 0 and 1.
jaro_similarity(s1, s2)
The first string.
The second string.
A numeric value representing the Jaro similarity.
jaro_similarity("kitten", "sitting") #> [1] 0.7460317