R/comparators.R
jarowinkler_complement.Rd
Creates a function that calculates the Jaro-Winkler distance between two strings, defined as \(1 - \text{Jaro-Winkler similarity}\).
jarowinkler_complement()
Returns a function taking two string arguments, x and y, and returning the Jaro-Winkler distance.
x
y
Adam Struzik