libaccidence - Generic grammar checking library Accidence is meant to provide a generic interface for distinct grammar checker libraries and servers. It currently supports: * Link-Grammar: a language parser for English (http://bobo.link.cs.cmu.edu/link). * Cogroo: a grammar checker for Portuguese (http://cogroo.sourceforge.net). * LanguageTool: an Open Source language checker for English, German, Polish, Dutch, and other languages (http://www.languagetool.org). A provider interface is offered to allow the development of backends to other checkers. A plugin can be developed, following that interface, and compiled separately. It should be put in a specific directory to be loaded on runtime. This library has taken heavy insight from: libenchant - http:// Gabriel Bakiewicz