hunspell command examples
hunspell – spell checker, stemmer and morphological analyzer
#hunspell -d en_US english.html
#hunspell -d en_US,en_US_med medical.txt
#hunspell -d ~/openoffice.org2.4/share/dict/ooo/de_DE
#hunspell *.html
#hunspell -l text.html
One Reply to “hunspell command examples”
I would like to add some comments on above
-d dict,dict2,…
Set dictionaries by their base names with or without paths.
Example of the syntax:
-d en_US,en_geo,en_med,de_DE,de_med