RE: Dumping only variant languages
"Raul da Silva" <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <18EEB48B693F23448281FC3A7B87AE6203146F46@34093-EVS3C1.exchange.rackspace.com> |
Ahh... so easy. Works perfectly! Many thanks. -----Original Message----- From: Kevin Atkinson [mailto:[email protected]] Sent: Wednesday, October 08, 2008 3:20 PM To: Raul da Silva Cc: [email protected] Subject: Re: [Aspell-user] Dumping only variant languages On Wed, 8 Oct 2008, Raul da Silva wrote: > Hi Kevin- > > I've scoured the doc and just can't figure this out... > > I'm using the dump/expand commands in the format - > > aspell --encoding="UTF-8" -l en dump master | aspell -l en expand | tr ' > ' '\n' > en.txt Try just: aspell --encoding="UTF-8" dump master en_US The expand part is only needed for the English dictionaries.