Can the LibreOffice LightProof grammar library be used externally?

Posted by Phyxx on Stack Overflow See other posts from Stack Overflow or by Phyxx
Published on 2012-05-09T02:41:17Z Indexed on 2012/12/05 23:04 UTC
Read the original article Hit count: 105

Filed under:
|
|

LibreOffice 3.5 includes a grammar checker, called (or maybe based on) LightProof. From what I have read, LightProof seems to be a Python library that can be used to check for custom grammar rules. But I can not for the life of me find a project page for LightProof.

The closest I got was http://cgit.freedesktop.org/libreoffice/lightproof/tree/, which seems to be the code for the LibreOffice extension, not LightProof itself.

So is LightProof actually a library that can be implemented in other applications, or is it just a code word for a LibreOffice feature?

© Stack Overflow or respective owner

Related posts about python

Related posts about api