Debian – grammar-checker under linux

debianspell-checking

While there are spell-checkers but AFAIK they are limited to spell-checking. Are there any grammar-checking utilities in free software and more precisely Debian. Even if not in Debian, then in free software. I am using the spell-checking tag as those folks would probably be also interested in this.

Best Answer

You can try this Python library:

http://www.nltk.org/

You should not look for a Linux program that does this, but for a Python / Java / PHP / C++ app that does this. Any language that can run under Linux will do. I've googled for "python grammar checker".

Related Question