jaro_similarity {RapidFuzz} | R Documentation |
Jaro Similarity
Description
Calculates the Jaro similarity between two strings, a value between 0 and 1.
Usage
jaro_similarity(s1, s2)
Arguments
s1 |
The first string. |
s2 |
The second string. |
Value
A numeric value representing the Jaro similarity.
Examples
jaro_similarity("kitten", "sitting")
[Package RapidFuzz version 1.0 Index]