You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/contrib/tsearch2/my2ispell
Teodor Sigaev ca5bc1ae51 Fix convertion for 'PFX flag N num' 19 years ago
..
Makefile Fix convertion for 'PFX flag N num' 19 years ago
README

README

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>