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

Full Language model ported #6

@zverok

Description

@zverok

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions