Re: Obtain all the valid lists from a dictionary
Kevin Atkinson <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 5 Nov 2005, Albert Astals Cid wrote: > Nope, i'm using Mandriva and i'm using vim to open the list of resulting > words. So wrong guess, but thanks for trying! > > i'm doing > aspell -l en dump master | aspell expand > WORDS The English word list does not need to be expanded. But "aspell expand" should be a noop. You also you did not specify the language for the second part of the command. What does: aspell -l en dump master aspell -l en dump master | aspell -l en expand Give you? Are you using cygwin, MinGW, or the native VC binary? Does "locale" give you anything? If not what does "echo $LANG" give? > You can get the file i get at http://usuarios.lycos.es/tsdgeos/WORDS > P.S: I'm using aspell-0.60.3 may updating to .4 help? I don't think so.