: Tue, 28 Jul 2015 11:00:11 -0400
> Subject: Re: [Pharo-users] New methods for the String class
> What fuzzy-string matching tools & packages are available today?
>
> -cam
>
> On Wed, Feb 26, 2014 at 9:09 AM, Hernán Morales Durand <
> hernan.mora...@gmail.com> wr
Hi
I know that Olivier Auverlot has all kind of string distance.
Hernan Morales has also a package extending string.
Stef
--- Begin Message ---
What fuzzy-string matching tools & packages are available today?
-cam
On Wed, Feb 26, 2014 at 9:09 AM, Hernán Morales Durand <
hernan.mora...@gmail.com> wrote:
>
>
>
> 2014-02-26 7:10 GMT-03:00 Norbert Hartl :
>
>>
>> Am 26.02.2014 um 09:50 schrieb Pharo4Stef :
>>
>>
>> We
2014-02-26 7:10 GMT-03:00 Norbert Hartl :
>
> Am 26.02.2014 um 09:50 schrieb Pharo4Stef :
>
>
> We can have an information retrieval API for aproximate string matching,
> i.e. Levenshtein distance (already implemented, various versions), Hamming
> distance, both are the most used and simplest edit
Am 26.02.2014 um 09:50 schrieb Pharo4Stef :
>>
>> We can have an information retrieval API for aproximate string matching,
>> i.e. Levenshtein distance (already implemented, various versions), Hamming
>> distance, both are the most used and simplest edit distances.
>> Then you have Longest com
>
> We can have an information retrieval API for aproximate string matching, i.e.
> Levenshtein distance (already implemented, various versions), Hamming
> distance, both are the most used and simplest edit distances.
> Then you have Longest common subsequence, Longest common substring (they are
Hi Daniela,
2014-02-24 14:30 GMT-03:00 Daniela Meneses :
> Hi to all,
>
> As you may know I'm working on in some improvements for the String class.
> Until now I implemented some missing tests. Right now I'm looking forward
> to add new methods that could be useful based on Ruby API (
> http://ww