You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Luc Boutier (JIRA)" <ji...@apache.org> on 2017/04/03 12:44:45 UTC

[jira] [Created] (LANG-1318) Jaro Winkler implementation introduced in 3.5 is not correct

Luc Boutier created LANG-1318:
---------------------------------

             Summary: Jaro Winkler implementation introduced in 3.5 is not correct
                 Key: LANG-1318
                 URL: https://issues.apache.org/jira/browse/LANG-1318
             Project: Commons Lang
          Issue Type: Bug
            Reporter: Luc Boutier


Using 3.5 commons-lang the following call return a distance of 1

StringUtils.getJaroWinklerDistance(“/opt/software1”,  “/opt/software2”)

Jaro Winkler says that distance of 1 means equal string which is not the case here.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)