Grac
An Open Source GRAmmar Checker.
Install
Grac is running under Unix and Linux systems with python installed. We tried it under Linux and MacOsX.
The package is ready to configure for your own system and the commande 'make' will build the project.
The main file is src/grac.py and you can summon it with option '-h' to know the specific options
Release precisions
In this release we have especially thinking how to manage our project as you can see in the available documentation. We found a tagged corpus in french and we have implemented some functions to get tag from corpus and to split new corpus into a workable way.
Documentation
A quick documentation about grammar checking and grac implementation is available as tex format into 'doc' directory. You can generate other format my compiling the tex file, you need latex installed, by executing 'make doc' at the root of the package.
Bibliography
You can find in the LINKS' file some interessant link about the way to build a grammar checker.
