You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Otto Fowler (JIRA)" <ji...@apache.org> on 2017/07/25 13:05:00 UTC

[jira] [Created] (METRON-1061) Add Fuzzy String Scoring to Stellar

Otto Fowler created METRON-1061:
-----------------------------------

             Summary: Add Fuzzy String Scoring to Stellar
                 Key: METRON-1061
                 URL: https://issues.apache.org/jira/browse/METRON-1061
             Project: Metron
          Issue Type: Improvement
            Reporter: Otto Fowler
            Assignee: Otto Fowler


Fuzzy string matching or scoring generates a score based on the similarity of a string vs. a query.
Functionality for this exists in Apache commons and should be exposed through stellar.

"A matching algorithm that is similar to the searching algorithms implemented in editors such as Sublime Text, TextMate, Atom and others.
One point is given for every matched character. Subsequent matches yield two bonus points. A higher score indicates a higher similarity."

https://commons.apache.org/sandbox/commons-text/jacoco/org.apache.commons.text.similarity/FuzzyScore.java.html

https://commons.apache.org/proper/commons-text/index.html




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)