mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
13 lines
380 B
Plaintext
13 lines
380 B
Plaintext
Utility for convert MySpell dictionary and affix from
|
|
myspell to ispell format.
|
|
Utility tested on nb_NO.zip and nn_NO.zip from
|
|
OpenOffice (http://lingucomponent.openoffice.org/download_dictionary.html)
|
|
|
|
usage:
|
|
For example, make norwegian dictionary and affix:
|
|
% cp nb_NO.zip my2ispell
|
|
% cd my2ispell
|
|
% gmake ZIPFILE=nb_NO LANGUAGE=norsk
|
|
|
|
Author: Teodor Sigaev <teodor@sigaev.ru>
|