3

I need to run through a document and check that it contains proper English grammar. My toolset for spell-checking for words include ispell and OpenOffice, but they seem only to do spell-checking.

Even though OpenOffice was talking about grammar I didn't manage to get it to find grammar faults, only spelling errors.

I'd like to check some basic rules such as "a/an articles" etc.

random
  • 14,638
  • 9
  • 54
  • 58
touko
  • 262
  • 1
  • 2
  • 9

1 Answers1

3

You can use LanguageTool. From the site:

An Open Source language checker for English, German, Polish, Dutch, and other languages. This is a rule-based language checker that will find errors for which a rule is defined in its XML configuration files. Rules for more complicated errors can be written in Java. You can think of LanguageTool as a tool to detect errors that a simple spell checker cannot detect, e.g. mixing up there/their, no/now etc. It can also detect some grammar mistakes. It does not include spell checking

alex
  • 17,684
  • 7
  • 54
  • 77