----- Original Message ----- From: "David" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Tuesday, April 25, 2006 1:02 PM Subject: [Aspell-user] How to create a wordlist from Aspell for a giveninstalled language?
> Dear members, > > I need a wordlist in order to use it on a particular spell checker, I know it is possible to create a wordlist for a given language from Aspell. I have installed Aspell and the Spanish dictionary for Aspell. Reading the documentation on: > > http://aspell.sourceforge.net/man-html/Creating-an-Individual-Word-List.html#Creating-an-Individual-Word-List > > I don't see how to proceed, > > I was trying: > > aspell --lang=es create master ./spanish.wordlist > > but it looks like thinking without any output, I suspect it should take so much time. I am using win32 Aspell. > > Thanks in advance, > > David > ---- Reply ----- Hi David, I don't see where you redirect the wordlist source to standard input. I think you need something like: aspell --lang=es create master ./es.rws < spanish.txt Are you clear that the file after master is the output file, not the input file? Best regards, Gary _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
