jaro_winkler_similarity | R Documentation |
Calculates the Jaro-Winkler similarity between two strings.
jaro_winkler_similarity(s1, s2, prefix_weight = 0.1)
s1 |
The first string. |
s2 |
The second string. |
prefix_weight |
The weight applied to the prefix (default: 0.1). |
A numeric value representing the Jaro-Winkler similarity.
jaro_winkler_similarity("kitten", "sitting")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.