You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bripkens <gi...@git.apache.org> on 2014/04/28 17:24:16 UTC

[GitHub] commons-lang pull request: Add fuzzy String matching logic to Stri...

GitHub user bripkens opened a pull request:

    https://github.com/apache/commons-lang/pull/20

    Add fuzzy String matching logic to StringUtils

    Fuzzy algorithms are quite common nowadays with editors such as Sublime Text, TextMate, Atom and others implementing a fuzzy matching algorithm. This PR adds a new string similarity algorithm to StringUtils which behaves very similar to the ones used in the aforementioned editors.
    
    An issue that needs to be mentioned is that this algorithm is not documented in form of a paper to the best of my knowledge. For this reason different variations of this algorithm may exist.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bripkens/commons-lang trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-lang/pull/20.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #20
    
----
commit 57087807ec04f416d1e098d87db5eb74a822e05f
Author: Ben Ripkens <br...@gmail.com>
Date:   2014-04-27T15:34:06Z

    Add fuzzy String matching logic to StringUtils

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-lang pull request: Add fuzzy String matching logic to Stri...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/commons-lang/pull/20


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org