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