LibreOffice 3.5 includes a grammar checker called (or possibly based on) LightProof. From what I read, LightProof seems to be a Python library that can be used to validate custom grammar rules. But I can’t find a project page for LightProof for life.
The closest I got is http://cgit.freedesktop.org/libreoffice/lightproof/tree/ , which seems to be LibreOffice extension code, not LightProof itself.
So, is LightProof actually a library that can be implemented in other applications, or is it just a code word for the LibreOffice function?
source
share