Skip to content

raquelsilveira/cogroo4

 
 

Repository files navigation

Here you will find the source code of CoGrOO version 4.x.

Source organization

The code is organized as maven subprojects:

  • cogroo4
    • cogroo-nlp: low level customizations of Apache OpenNLP and tools, like the Featurizer tool and FSA dictionaries
    • cogroo-ann: a framework composed of Annotators and Pipes, this allow easy abstraction of Apache OpenNLP
    • cogroo-gc: the grammar checker core, based on the framework from cogroo-ann
    • cogroo-dict: dictionaries and scripst to deal with it (should be removed soon because now it is partially covered by Jspell-ptBR project)
    • cogroo-addon: core of the LO|OO add on (not present in the moment, we need to refactor the pt_Br addon)
    • eval: evaluation related subprojects (used by wcolen to write his master's dissertation)
    • lang: language specific code
      • [lang]: a language (for example pt_br)
        • cogroo-res-[lang]: resources (language models and dictionaries) for language
        • cogroo-ann-[lang]: customization of the framework for language
        • cogroo-gc-[lang]: language specific code and resources for language
        • cogroo-addon-[lang]: LO|OO addon for language

Building

Execute mvn clean install inside the root folder.

Usage

Using the API

License

Apache License 2.0

About

(Apache OpenOffice|LibreOffice) Portuguese Grammar Checker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 48.1%
  • HTML 45.3%
  • Perl 2.9%
  • JavaScript 2.9%
  • Shell 0.8%
  • Batchfile 0.0%