Re: TSearch chain dictionaries

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: TSearch chain dictionaries
Date: 2007-10-15 14:42:05
Message-ID: Pine.LNX.4.64.0710151840000.25678@sn.sai.msu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 15 Oct 2007, Hannes Dorbath wrote:

> I'm sure that is covered somewhere, but I failed to locate it. Is it not
> possible to chain dicts? Feed output from iSpell to a stemmer for example.

no. As a workaround you can create your own dictionary
ispell_stemmer_chain(), which does what you want inside -
call ispell and pass result to stemmer.

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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Greg Sabino Mullane 2007-10-15 15:17:29 Re: Re : Very asynchrnous replication system
Previous Message Syan Tan 2007-10-15 14:35:01 Re: atomic commit; begin for long running transactions , in combination with savepoint.