Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

Where to download (Dutch) Postgresql Fulltext Search dictionaries

$
0
0

PostgreSQL enables me to configure what dictionaries I would like to use when preforming a fulltext search. The following types of dictionaries can be set:

  • stop
  • ispell
  • simple
  • snowball
  • synonym
  • thesaurus

It comes with some .stop dictionaries and example files included, if you install the .deb file through PostgreSQL’s servers. Yet nothing to fancy. Are there any locations that one can get good filed dictionaries in any of these categories? I am searching for Dutch dictionaries in particular.

So far I found ispell dictionaries for many languages:
http://cgit.freedesktop.org/libreoffice/dictionaries/tree/
http://fmg-www.cs.ucla.edu/geoff/ispell-dictionaries.html

Any links to good sources?

Update

So far I managed to find the following:

PostgreSQL ships with Snowball and Stop dictionaries for a lot of languages (for sure Dutch, English and German), I have no clue how up-to-date they are.

To get good Ispell/Hunspell dictionaries I would refer you to the following post: "Wrong affix file formate for flag" while loading dictionaries from LibreOffice in PostgreSQL 9.3. In short quite okay once ship with Linux (Debian at least) check out the link on how to set it up.

For Thesaurus and Synonyms I am still hoping for input and my search continues. If I find something be for I hear something I will post it here.


Viewing all articles
Browse latest Browse all 1138

Trending Articles