Spellcheck

Spellcheck

The purpose of this language is to explore all the settings and configurations that affect spellchecking in the desktop. In particular, what kind of configuration is possible so as to have different default languages in different KDE activity.

See:
https://linux.overshoot.tv/wiki/aspell

aspell

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

Syndicate content