This repository was archived by the owner on May 19, 2021. It is now read-only.

Description
Language model of LanguageTool is described in grammar.xml (see #3) and
languagetool-language-modules/<lang>/src/main/java/org/languagetool/language/<Language>.java
It defines:
- what tokenizer to use;
- what POS tagger to use;
- what rules (common and specific for the language) to load in addition to those listed in
grammar.xml
At the very first iteration, we port only English.java. This means also porting Java-only rules to Ruby, and "settings" of language (described above) -- the settings are preferably to be ported to YAML (to ensure overall portability of the package to other programming languages).