Re: request a new feature in fuzzystrmatch

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: request a new feature in fuzzystrmatch
Date: 2013-05-17 19:06:06
Message-ID: 51967F9E.1070100@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www


> Can we add Levenshtein-Damerau edit distance since it is used in
> spelling checker
> instead of levenshtein edit distance?

Patches welcome! You, too, can be a PostgreSQL contributor.

However, you will need to preserve the ability of users to use the old
levenshtien algorithm as well, for backwards-compatibility. Shouldn't
be hard, just add a new function called levenshtiend().

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Abbate 2013-05-17 19:12:21 [PATCH] Correct release notes about DROP TABLE IF EXISTS and add, link.
Previous Message Nicolas Barbier 2013-05-17 18:44:28 Re: counting algorithm for incremental matview maintenance

Browse pgsql-www by date

  From Date Subject
Next Message Liming Hu 2013-05-17 19:39:22 Re: request a new feature in fuzzystrmatch
Previous Message Liming Hu 2013-05-17 16:40:27 Re: request a new feature in fuzzystrmatch