Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0-ALPHA
-
None
-
None
-
JDK1.6.17
-
New
Description
StringDistance sd = new JaroWinklerDistance();
System.out.println(sd.getDistance("",""));
console prints 0.
but when use LevensteinDistance or NGramDistance, that console prints 1.0