Skip to content

fekete-robert/languagetool-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

languagetool-examples

This repository contains a few sample rules for the LanguageTool grammar checker (https://languagetool.org/)

To use these rules in your LanguageTool installation, complete the following steps.

  • Download the 'languagetool-examples.xml' file.

  • Navigate to /org/languagetool/rules/en/

  • Open the grammar.xml file in an editor.

  • Find the DOCTYPE definition (<!DOCTYPE rules), and add a new entity:

     <!ENTITY myrules "org/languagetool/rules/en/myrules.xml">
    

    Note that the path must be relative to the location of the languagetool.jar file.

  • Include the following line under the line that begins with <rules lang=

     &myrules;
    
  • Restart LanguageTool.

About

A few sample rules for the LanguageTool grammar checker (https://languagetool.org/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages