Gabriel Genellina wrote:
> At Tuesday 26/12/2006 18:08, John Machin wrote:
> > > > I'm looking for a module to do fuzzy comparison of strings. [...]
> Other alternatives: trigram, n-gram, Jaro's distance. There are some
> Python implem. available.
Quick question, you mentioned the data you need
Gabriel Genellina wrote:
> At Tuesday 26/12/2006 18:08, John Machin wrote:
> > > > I'm looking for a module to do fuzzy comparison of strings. [...]
> Other alternatives: trigram, n-gram, Jaro's distance. There are some
> Python implem. available.
Quick question, you mentioned the data you need