Skip to contents

Creates a function that calculates the complement of the Jaro-Winkler distance between two strings (i.e., \(1 - \text{Jaro-Winkler distance}\)).

Usage

jarowinkler_complement()

Value

Returns a function taking two string arguments, x and y, and returning the complement of the Jaro-Winkler distance.

Author

Adam Struzik