Re: Fuzzy string comparison

2006-12-28 Thread jmw
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

Re: Fuzzy string comparison

2006-12-28 Thread jmw
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