Re: [LANG] Algorithm for fuzzy string matching

2014-05-02 Thread Benedikt Ritter
; Original message From: Benedikt > Ritter < > > > brit...@apache.org> Date:05/02/2014 04:15 (GMT-05:00) > > > To: Commons Developers List > > > Subject: Re: [LANG] Algorithm for fuzzy string matching > > > > > > Since nobody had objec

Re: [LANG] Algorithm for fuzzy string matching

2014-05-02 Thread Gary Gregory
SU or should it live in its own class? > > > > Gary > > > > Original message From: Benedikt Ritter < > > brit...@apache.org> Date:05/02/2014 04:15 (GMT-05:00) > > To: Commons Developers List > > Subject: Re: [LANG] Algorithm for fuzzy

Re: [LANG] Algorithm for fuzzy string matching

2014-05-02 Thread Benedikt Ritter
opers List > Subject: Re: [LANG] Algorithm for fuzzy string matching > > Since nobody had objections against adding this, I'll apply this > patch. > > Benedikt > > > 2014-04-28 17:47 GMT+02:00 Benedikt Ritter : > > > Hi all, > > > > we have a

Re: [LANG] Algorithm for fuzzy string matching

2014-05-02 Thread Gary Gregory
Do we really want this in SU or should it live in its own class? Gary Original message From: Benedikt Ritter Date:05/02/2014 04:15 (GMT-05:00) To: Commons Developers List Subject: Re: [LANG] Algorithm for fuzzy string matching Since nobody had objections against adding

Re: [LANG] Algorithm for fuzzy string matching

2014-05-02 Thread Benedikt Ritter
Since nobody had objections against adding this, I'll apply this patch. Benedikt 2014-04-28 17:47 GMT+02:00 Benedikt Ritter : > Hi all, > > we have a nice PR for StringUtils at github: > https://github.com/apache/commons-lang/pull/20 > > It adds a new string matching algorithm to StringUtils, t

[LANG] Algorithm for fuzzy string matching

2014-04-28 Thread Benedikt Ritter
Hi all, we have a nice PR for StringUtils at github: https://github.com/apache/commons-lang/pull/20 It adds a new string matching algorithm to StringUtils, that calculates a score for the similarity between to strings. This kind of fuzzy matching is known from editors like Sublime Text, Text Mate