| Interface | Description |
|---|---|
| IMutableRelationProcessor |
Relation processor interface
|
| Walker.IRelationProcessor<T> |
Relation model processor
|
| Class | Description |
|---|---|
| DefaultMutableGrammaticalRelations | |
| Evaluator |
Get instance of relation from its name.
|
| FromGrammaticalRelations |
Import relation model from class.
|
| MutableAGrammaticalStructure |
Mutable grammatical structure
|
| MutableAParseTree |
Mutable artifact representing parse tree
|
| MutableChineseGrammaticalRelations | |
| MutableEnglishGrammaticalRelations | |
| MutableGrammaticalRelation |
Mutable (editable) grammatical relation
|
| MutableRelationModel |
Relation model
|
| MutableRelationModelTransformer |
Relation model transformer
|
| MutableUniversalChineseGrammaticalRelations | |
| MutableUniversalEnglishGrammaticalRelations | |
| ProtoGrammaticalRelation |
ProtoGrammaticalRelation is used to define a standardized, hierarchical set of grammatical relations, together with patterns for identifying them in parse
trees.
|
| ToGrammaticalRelations |
Set existing grammatical relation model as expressed by target class to the data contained in this relation model.
|
| Walker<T> |