Module nlprule::rules[][src]

Sets of grammatical error correction rules.

Structs

Rules

A set of grammatical error correction rules.

RulesIter

An iterator over references to rules.

RulesIterMut

An iterator over mutable references to rules.

Functions

apply_suggestions

Correct a text by applying suggestions to it. In the case of multiple possible replacements, always chooses the first one.