Re: How to create an aspell dictionary from hunspell dic/aff pair?
Kevin Atkinson <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 29 Jun 2006, ge wrote: > How to create an aspell dictionary from hunspell dic/aff pair? > I want to enhance hu_HU.dat/aff, version 99.4 with the newest word list. > > I downloaded aspell6-hu-0.99.4.2-0, but this contains already > aspellized wordlist, the .dat file is not there. Do you mean: ftp://ftp.gnu.org/gnu/aspell/dict/hu/aspell6-hu-0.99.4.2-0.tar.bz2? In that case the data should already be there. You need to uncompress the word list using: preunzip hu.cwl The affix file is in "hu_affix.dat". I had the clean up the mysql ".dic" file using the script "doc/clean.pl".