[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Aspell-user] How to create a wordlist from Aspell for a giveninstal
From: |
Gary Setter |
Subject: |
Re: [Aspell-user] How to create a wordlist from Aspell for a giveninstalled language? |
Date: |
Wed, 26 Apr 2006 07:41:41 -0500 |
----- Original Message -----
From: "David" <address@hidden>
To: <address@hidden>
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