See: Description
| Interface | Description |
|---|---|
| RulesAccess |
Interface to classes that provides access to rules.
|
| RulesTreesAccess |
Interface to classes that provides access to rules trees.
|
| Class | Description |
|---|---|
| AcceptState |
An accept state, that is part of rules DFA.
|
| NullSyntacticChunk | |
| NullToken | |
| RulesApplier |
Applies error rules to a
Sentence object. |
| RulesProvider |
Singleton objetc that provides access to the
Rules |
| RulesTree |
Class that defines a Rules tree, which nodes are
States |
| RulesTrees |
Give access to the set of
RulesTree. |
| RulesTreesBuilder |
This class builds rules trees that will be used to match mistakes in the
sentences.
|
| RulesTreesFromScratchAccess |
Creates an empty
RulesTrees that could be populated with data from
XML file. |
| RulesTreesProvider |
Decides if the rules trees must be obtained from a serialized file or if
they must be built from scratch.
|
| RulesTreesSerializedAccess |
Read the rules from a serialized file (faster)
|
| RulesXmlAccess |
Class that provides access to the rules read from a xml file.
|
| State |
A state, which is part of rules DFA.
|
| SuggestionBuilder |
This class makes suggestions to correct the mistakes.
|
| XMLRuleDefinition |
Copyright © 2012–2017 CoGrOO. All rights reserved.