Module nlprule::rule[][src]

Implementations related to single rules.

Modules

id

Provides structures to identify nodes at various levels of the rule tree and a Selector to match on these structs.

Structs

DisambiguationRule

A disambiguation rule. Changes the information associcated with one or more tokens if it matches. Sourced from LanguageTool. An example of how a simple rule might look in the original XML format:

Example

An example associated with a Rule.

Rule

A grammar rule. Returns a Suggestion for change if it matches. Sourced from LanguageTool. An example of how a simple rule might look in the original XML format:

Suggestions

An iterator over Suggestions.