MTL

MTL Spell Checker

* Install hunspell (via apt or rpm)

* download MTL/US dictionary

* open term

sudo mkdir /usr/share/hunspell

tar zxf ~/Downloads/mtl_dic.tgz

sudo cp en_US* /usr/share/hunspell

hunspell -d en_US mtl.txt #where mtl.txt is a MTL text file that you like to run spelling check

hunspell -l < mtl.txt #will show you all the typos

or
hunspell mtl.txt #which uses default dictionary(i.e. en_US)


For Linux/MacOS OpenOffice/libreoffice users, download mtl dictionary which merged en_US and MTL vocabularies for spelling check purpose. Proceed to slect Extension Managed to install the above downloaded mtl.oxt