Thread: pgsql: Now ispell dictionary can eat dictionaries in MySpell format,

pgsql: Now ispell dictionary can eat dictionaries in MySpell format,

From
teodor@postgresql.org (Teodor Sigaev)
Date:
Log Message:
-----------
Now ispell dictionary can eat dictionaries in MySpell format,
used by OpenOffice. Dictionaries are placed at
http://lingucomponent.openoffice.org/spell_dic.html
Dictionary automatically recognizes format of files.

Warning. MySpell's format has limitation with compound
word support: it's impossible to mark affix as
compound-only affix. So for norwegian, german etc
languages it's recommended to use original ispell format.
For that reason I don't want to remove my2ispell
scripts, it's has workaround at least for norwegian language.

Modified Files:
--------------
    pgsql/contrib/tsearch2/ispell:
        spell.c (r1.30 -> r1.31)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ispell/spell.c.diff?r1=1.30&r2=1.31)
        spell.h (r1.11 -> r1.12)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/ispell/spell.h.diff?r1=1.11&r2=1.12)