Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-944

Add the Jaro-Winkler string distance algorithm to StringUtils

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.3
    • lang.*
    • None

    Description

      Add SimilarityMatch algorithm to evaluate a similarity matching ratio between two strings.

      double matchscore = StringUtils.calculateSimilarityMatching(String s1, String s2)

      I have a patch ready with implementation of similaritymatch.
      This happens to be a usual need in science algorithm and directly using commons lang3 library for these string operation would be neat.

      Attachments

        1. LANG-944.1.patch
          9 kB
          Rekha Joshi
        2. LANG-944.2.patch
          10 kB
          Rekha Joshi
        3. LANG-944.3.patch
          15 kB
          Rekha Joshi

        Activity

          People

            britter Benedikt Ritter
            rekhajoshm Rekha Joshi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: