Skip to contents

Creates a function that calculates the Jaro-Winkler distance between two strings, defined as \(1 - \text{Jaro-Winkler similarity}\).

Usage

jarowinkler_complement()

Value

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

Author

Adam Struzik