I'm designing a fulltext search function in postgresql for my current project. It works ok with ispell/myspell dictionaries so far. Now I need to add support for chinese, japanese and arabic search. Where do I start? There are no templates or dictionaries available for those languages as far as I can see. Will it work with pg_catalog.simple configuration?
A:
Just a hint from the manual: A large list of dictionaries is available on the OpenOffice Wiki.
Frank Heikens
2010-03-23 07:43:27