libaccidence - Generic grammar checking library Accidence currently supports two backends: - Link-Grammar: a parser for English language (http://bobo.link.cs.cmu.edu/link) - Cogroo: a grammar checker for Portuguese language (http://cogroo.sourceforge.net) Dependencies and limitations: The library only dependency is Glib. It only works on Linux so far. To compile the backend modules some external libraries are needed: - Link-Grammar: link grammar library (available on abiword cvs tree) - Cogroo: XML-RPC library to communicate with Cogroo server (http://xmlrpc-c.sourceforge.net) Gabriel Bakiewicz