Re: tsearch dictionary list?

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Daniel Chiaramello <daniel(dot)chiaramello(at)golog(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: tsearch dictionary list?
Date: 2008-07-18 22:27:52
Message-ID: Pine.LNX.4.64.0807190224440.11363@sn.sai.msu.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 18 Jul 2008, Daniel Chiaramello wrote:

> Hi all.
>
> I'm new to postgresql world, and I have to extend an existing product for
> Thailand - that product has some features based on tsearch, and I was
> wondering if there is an existing dictionary for that language... I failed to
> find any reference of such dictionary on the web, and of course I don't speak
> thailandese at all!

read documentation first and you'll be surprised. In brief,
tsearch supports all dictionaries of OpenOffice
http://wiki.services.openoffice.org/wiki/Dictionaries

>
> In fact, is there somewhere a list of existing tsearch dictionaries? Are
> japanese, chinese, or other "exotic" languages supported by tsearch?
>
> Thanks for your attention,
> Daniel Chiaramello
>
>

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 Francisco Reyes 2008-07-19 00:25:50 Re: Backup/Restore of single table in multi TB database
Previous Message Francisco Reyes 2008-07-18 21:46:18 Re: Reducing memory usage of insert into select operations?