Re: Fuzzy matching?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Fuzzy matching?
Дата
Msg-id web-94485@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Re: Fuzzy matching?  ("Joe Conway" <joseph.conway@home.com>)
Ответы Re: Fuzzy matching?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Joe,

> In any case, metaphone is reportedly more accurate (at least for
> English
> words) than soundex, and levenshtein offers an entirely different and
> interesting approach. Any interest in having all three of these in
> the
> backend?

I'm quite interested, myself.  How difficult is it for somebody that
doesn't program C to attach a function from the Contrib directory?  If
it's not very difficult, then I'd recommend putting metaphone in
/contrib, and levenstein in the backend.  My reasoning is that
levenstein is useful for all roman alphabets, but metaphone is not so
useful for non-english versions of postgres.

-Josh

______AGLIO DATABASE SOLUTIONS___________________________                                      Josh Berkus Complete
informationtechnology      josh@agliodbs.com  and data management solutions       (415) 565-7293 for law firms, small
businesses       fax 621-2533   and non-profit organizations.      San Francisco
 


В списке pgsql-sql по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Fuzzy matching?
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Fuzzy matching?