[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Aspell-user] creating a cross-language wordlist
From: |
Dormont, Dan \(Corporate\) |
Subject: |
RE: [Aspell-user] creating a cross-language wordlist |
Date: |
Sun, 11 Apr 2004 17:40:28 -0400 |
>> language-specific. How can I use this single wordlist in different
>> languages? If the answer is I can't, what workarounds are available?
>
>You can't at this time. You could simple copy the personal word list,
>but you will have to change the header. A simpile shell script could do
>this.
Thanks. That should work for me.
The idea is to let people submit their own words to the dictionary, so what
I'll probably do is accumulate the words in a text file and run a cron job to
recompile the binary dictionaries.
-Dan