Phyxx
Phyxx

Reputation: 16086

Can the LibreOffice LightProof grammar library be used externally?

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?

Upvotes: 3

Views: 844

Answers (2)

phw
phw

Reputation: 214

LightProof has been superseded by LanguageTool, the source of which is available on GitHub.

Upvotes: 1

Daniel Naber
Daniel Naber

Reputation: 1654

It's not possible yet, but: "we will be able to make a stand-alone version of Lightproof/Grammalecte as it won’t be necessary to use Hunspell anymore" - see Olivier R.'s post to the LibreOffice mailing list.

Upvotes: 0

Related Questions