Live Chat!

spelling checker

          0 votos

August 4th, 2006 mysurface

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
[中文翻译]
Related PostsA Grammar Checker for Open OfficeThe [...]

Posted in Text Manipulation, aspell | Hits: 2574 | 1 Comment »