C | |
chart [Chart] |
Represents the chart for a chart parser.
|
G | |
grammar [Grammar] |
This represents a Multiple Context-Free Grammar and all of the
information we've managed to wring out of it.
|
R | |
reconstruct_pat [Grammar] |
Rule reconstruction pattern (used to reconstruct parse trees; one
such pattern exists for every rule, more or less).
|
rule [Grammar] |
This consists of a head category, one or two right-hand categories, and
a map function, here just the index of the map function in the grammar's
list of map functions.
|
rule_pat [Grammar] |
A rule pattern will be stored in a list pertaining to a particular
category (the "trigger" category).
|