Re: Re: Fuzzy matching? - Mailing list pgsql-sql

From Timothy H. Keitt
Subject Re: Re: Fuzzy matching?
Date
Msg-id 3B758DB9.7040106@keittlab.bio.sunysb.edu
Whole thread Raw
In response to Re: Fuzzy matching?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-sql
The Levenshtein-distance code I posted uses the agrep algorithm.

Tim

Peter Eisentraut wrote:

>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.
>

-- 
Timothy H. Keitt
Department of Ecology and Evolution
State University of New York at Stony Brook
Stony Brook, New York 11794 USA
Phone: 631-632-1101, FAX: 631-632-7626
http://life.bio.sunysb.edu/ee/keitt/





pgsql-sql by date:

Previous
From: Allan Engelhardt
Date:
Subject: Small parser bug?
Next
From: "Robert J. Sanford, Jr."
Date:
Subject: how do i...