Discussion:
[Aspell-user] Extracting word list considering affixes
John Wood
2015-03-09 21:05:41 UTC
Permalink
Hello aspell user group,

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?

Thanks in advance,
Alex
Kevin Atkinson
2015-03-10 02:23:56 UTC
Permalink
Post by John Wood
Need your advice. I'm trying to extract a list of all words from aspen
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.

Loading...