Re: Tsearch2 / PG 8.2 Which stemmer files?

From: Hannes Dorbath <light(at)theendofthetunnel(dot)de>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Subject: Re: Tsearch2 / PG 8.2 Which stemmer files?
Date: 2006-12-07 14:23:12
Message-ID: 457823D0.3090702@theendofthetunnel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thank you Oleg.

I have a bit more trouble migrating from 8.1.5 TSearch2 + Gin/UTF-8 to
PG 8.2.

First I tried to use existing dict and affix files, which triggered that
oldFormat condition. So I tried to start from scratch. The thing I can't
get to work is compound word support for German again.

What I did:

1. OpenOffice Dictionary from http://j3e.de/hunspell/de_DE.zip
2. extract de_DE.dic
3. Run compound.pl on de_DE.dic
4. Put modified de_DE.dic back in the zip, run my2ispell on them
5. Convert both to UTF-8

Do I need to hack compound.pl to do something different, as the affix
format changed?

I'd really appreciate any hint.

Thanks!

On 07.12.2006 14:52, Oleg Bartunov wrote:
> please download patch tsearch_snowball_82.gz
> http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
> which updates API to snowball.

--
Regards,
Hannes Dorbath

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moran 2006-12-07 14:26:14 Re: VACUUM and transactions in different databases
Previous Message Joost Kraaijeveld 2006-12-07 14:19:54 Re: Why does explain differ from explan analyze?