Re: Full text search - How to build a filtering dictionary - Mailing list pgsql-general

From Oleg Bartunov
Subject Re: Full text search - How to build a filtering dictionary
Date
Msg-id Pine.LNX.4.64.1201182039030.19097@sn.sai.msu.ru
Whole thread Raw
In response to Full text search - How to build a filtering dictionary  (Antonio Franzoso <antoniofranzoso@yahoo.it>)
Responses Re: Full text search - How to build a filtering dictionary  (Antonio Franzoso <antoniofranzoso@yahoo.it>)
List pgsql-general
Antonio,

you can see contrib/unaccent dictionary, which is a filtering
dictionary. I have a page about it - http://mira.sai.msu.su/~megera/wiki/unaccent




Oleg
On Wed, 18 Jan 2012, Antonio Franzoso wrote:

> Hi all,
> I need to build a synonym dictionary that performs a normalization of
> tokens just like a filtering dictionary does. I've searched for a filtering
> dictionary template but I've found it. Where Can I find it? Or, if there
> isn't such a template, How can I build a simple filter dictionary that
> simply maps a term with another (in a synonym dict-like way)?
>
> Thanks in advance,
> Antonio
>
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

pgsql-general by date:

Previous
From: Antonio Franzoso
Date:
Subject: Full text search - How to build a filtering dictionary
Next
From: "A.M."
Date:
Subject: Re: Table permissions