This package browser is in early development. Mind the rough edges.

grammalecte

French spelling and grammar checker

Grammalecte is a grammar checker for the French language, derived from Lightproof.

Grammalecte helps writing a proper French, without distracting users with false positives. This grammar checker follows the principle: the less false positives, the better; if it cannot know with a good chance that a dubious expression is wrong, it keeps silent.

The package provides the command line interface, along with a server and a Python library.

Installation

Install the latest version of grammalecte as follows:

guix install grammalecte

Or install a particular version:

guix install grammalecte@2.1.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of grammalecte about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/grammalecte'><img src='https://packages.guix.gnu.org/packages/grammalecte/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/grammalecte/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/grammalecte)

Example Org:

[[https://packages.guix.gnu.org/packages/grammalecte][https://packages.guix.gnu.org/packages/grammalecte/badges/latest-version.svg]]