Re: [Pharo-users] New methods for the String class

2015-07-28 Thread Cameron Sanders via Pharo-users
: 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

Re: [Pharo-users] New methods for the String class

2015-07-28 Thread stepharo
Hi I know that Olivier Auverlot has all kind of string distance. Hernan Morales has also a package extending string. Stef

Re: [Pharo-users] New methods for the String class

2015-07-28 Thread Cameron Sanders via Pharo-users
--- 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

Re: [Pharo-users] New methods for the String class

2014-02-26 Thread Hernán Morales Durand
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

Re: [Pharo-users] New methods for the String class

2014-02-26 Thread 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 distances. >> Then you have Longest com

Re: [Pharo-users] New methods for the String class

2014-02-26 Thread 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 common subsequence, Longest common substring (they are

Re: [Pharo-users] New methods for the String class

2014-02-25 Thread Hernán Morales Durand
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