Re: Obtain all the valid lists from a dictionary
"Gary Setter" <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.devel |
|---|---|
| Message-ID | <003201c5de25$8cec9bc0$32144a0c@pavilion> |
----- Original Message ----- From: "Albert Astals Cid" <[email protected]> To: "Gary Setter" <[email protected]> Cc: <[email protected]> Sent: Saturday, October 29, 2005 10:35 AM Subject: Re: [aspell-devel] Obtain all the valid lists from a dictionary > Hi Gary, i think that is not the correct command, and if it is, it is not > working here, for example in catalan language i get things like > > obtengu/BV Hi Albert, You discovered Affix compression. Rather then storing spell spells spelling, the dictionary has spell/GSS You can expand the compressed words with the "aspell expand". You can do something like this? aspell dump master | aspell expand Best regards, Gary