Re: Fuzzy matching?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Fuzzy matching?
Date: 2001-08-05 21:47:29
Message-ID: Pine.LNX.4.30.0108052344140.11071-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches pgsql-sql

Josh Berkus writes:

> For many of my programs, it would be extremely useful to have some form
> of "fuzzy matching" for VARCHAR fields.

For lexical similarity, check out the agrep algorithm. Last I checked the
source code wasn't quite Free(tm), but the algorithm was published in an
academic work.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Larry Rosenman 2001-08-06 00:23:38 Re: Autoconf 2.50 is out (was Re: [PATCHES] Re: OpenUnix 8 Patch)
Previous Message Dave Page 2001-08-05 21:03:44 RE: Patch for Improved Syntax Error Reporting

Browse pgsql-sql by date

  From Date Subject
Next Message Allan Engelhardt 2001-08-05 21:50:37 Inheritance is completely broken [was: Re: Creating foreign key constraint to child table?]
Previous Message Peter Eisentraut 2001-08-05 21:41:18 Re: Date Time Functions - ANSI SQL ?