Tagged Questions

2
votes
3answers
565 views

How can I use jaro-winkler to find the closest value in a table?

I have an implementation of the jaro-winkler algorithm in my database. I did not write this function. The function compares two values and gives the probability of match. So jaro(string1, string2, ...