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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]