Class | Description |
---|---|
BinarySubtree |
The GLL parser constructs BinarySubtrees during parsing.
|
BinarySubtreeNode |
A node in a
BinarySubtree . |
BinarySubtreePrefix |
A "prefix subtree" in a
BinarySubtree . |
BinarySubtreeSlot |
A slot (state) in a
BinarySubtree . |
ClusterNode |
A cluster node.
|
CrfNode |
A CRF node.
|
Descriptor |
A descriptor is a slot (a state) with it's position in the input.
|
GllParser |
The GLL parser.
|
GllResult |
The results of a GLL parse.
|
PoppedNode |
Popped nodes are used to keep track of partial parses.
|
The GllParser
implements a GLL parser.