S -> NP VP NP -> PN NP -> (DET) ADJ* N NP -> NP CONJ NP VP -> VP PP VP -> IV VP -> TV NP VP -> LV ADJ VP -> CV that S IV -> IV CONJ IV PP -> P NP PN -> Toad IV -> pushed IV -> pulled P -> on DET -> the N -> rake CONJ -> and



<network/node, sentence-left, waiting-nodes, parse>
<S/0, sentence, (), ((S))> (S/0 is the
first node in the S network).
node
is a final node of network, sentence-left
and waiting-nodes are empty) or the queue is empty
(only way to terminate if exhaustive)
node,
sentence-left matches
the category, return a new state.
jump, return a
new state (without consuming any words).
node is a final node in network
and waiting-nodes is not empty, return a new state (pop).
Last updated: 27 March 1997
URL: http://www.indiana.edu/~gasser/Q351/cfg.html
Comments:
gasser@salsa.indiana.edu
Copyright 1997,
The Trustees of
Indiana University