spelling checker
0 votos
August 4th, 2006 mysurface Posted in Text Manipulation, aspell | Hits: 2356 |
If you are using console to write your article, maybe readme file and you searching for spelling checker, then you can use aspell.
Let say you have readme file wants to check for spelling mistake:
aspell -c readme
Let say you wanna check alternatives spelling for a word:
echo "superticious" | aspell -a
[䏿–‡ç¿»è¯‘ï¼½
Live Chat!









September 28th, 2006 at 5:16 am
I am trying to see how to use aspellw itha custome dictionary on Linux. Not the same as Solaris, and what i read isn’t working, so clearly I’m doing something wrong.
aspell -correctoption dictionaryname filename
(with the proper values inserted)
would be very useful to me!