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

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Now ispell dictionary can eat dictionaries in MySpell format,
Date: 2006-06-09 13:25:59
Message-ID: 20060609132559.8CF699FA621@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-06-09 18:12:29 pgsql: Cleanup: < * -%Allow pooled connections to list all prepared
Previous Message Herbrand Hofker 2006-06-09 04:50:03 unsubscribe