Re: String Similarity

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
Subject: Re: String Similarity
Date: 2006-05-19 23:13:31
Message-ID: 200605191613.31375.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> > I have a side project that needs to "intelligently" know if two
> > strings are contextually similar.

Also check out the "fuzzystrmatch" module in /contrib, which offers
soundex, metaphone and levenschtein functions.

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2006-05-19 23:45:42 Re: text_position worst case runtime
Previous Message Bruce Momjian 2006-05-19 23:05:53 Re: [OT] MySQL is bad, but THIS bad?