larsga / Duke

Duke is a fast and flexible deduplication engine written in Java
Apache License 2.0
615 stars 193 forks source link

Jaro Bug #205

Open swamikevala opened 9 years ago

swamikevala commented 9 years ago

Bug in Jaro implementation (in JaroWinkler comparator class)

String1 = "sarathchandran k" String2 = "sarath chandran"

current code gives transpositions t=4 - but there should be none