Jaro-Winkler Distance
Purpose of the Node
The Jaro-Winkler Distance node calculates the Jaro-Winkler distance between two strings. This distance is a measure of similarity between two strings, which is particularly useful in text processing and data cleaning tasks where string comparison is required.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
string1 | First String | Input | String |
string2 | Second String | Input | String |
distance | Jaro-Winkler Distance | Output | Float |