Open swamikevala opened 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
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