LanguageTool Community

You're in expert mode. Don't know what to do here? Try the simple mode instead.

Enter a single LanguageTool XML style/grammar rule (everything and including from <rule> to </rule>, as found in grammar.xml) here to check it. The rule syntax is described in our documentation. In some places you can use Ctrl+Space to get completion help from the editor.


<!-- this is an example rule: --> <rule id="CONFUSION_OF_BED_BAD" name="confusion of bed/bad"> <pattern> <token>bed</token> <token>English</token> </pattern> <message>Did you mean <suggestion>bad English</suggestion>?</message> <example correction="bad English">Sorry for my <marker>bed English</marker>.</example> </rule>
Hint: you can also submit this form with Ctrl+Return