Re: Extracting word list considering affixes
Kevin Atkinson <[email protected]> Mon, 9 Mar 2015 22:23:56 -0400 (EDT)
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 10 Mar 2015, John Wood wrote: > Need your advice. I'm trying to extract a list of all words from aspen > russian dictionary. I googled a bit and found this one: > > http://superuser.com/questions/137957/how-to-convert-aspell-dictionary-to-simple-list-of-words > > aspell -d pl dump master | aspell -l pl expand > my.dict > The thing is words it produces are ending with question mark [?] which I > suppose means that some substitution left to be done (like affix). Is there > a way to get all the words including the ones different by affixes? Could you attach a small sample of the output? Also what is the output of the "locale" command.