aspell

This is a wiki page. Be bold and improve it!

If you have any questions about the content on this page, don't hesitate to open a new ticket and we'll do our best to assist you.

See man aspell

Use in programming

aspell --master en dump master

List all the words in the en dictionary.

In some languages like Polish, you might want to expand the affix flags for the given vocabulary:

aspell -d pl dump master | aspell -l pl expand > my.dict