[a superficial (purely syntactic) parse]
(s (np (pn FROG))
(vp (tense PAST)
(iv RUN)
(pp (p THROUGH)
(np (det THE) (n WOODS)))
(dep-clause
(conj SO-THAT)
(s (np (pn TOAD))
(vp (aux WOULD)
(neg NOT)
(tv SEE)
(np (pron HIM)))))))
[a deeper, more semantic parse]
(RUN1 (event-type RUN)
(agent FROG)
(path (ref-point WOODS1)
(dir THROUGH))
(time (ref-point (^time TAKE1))
(dir AFTER))
(purpose (event-type PREVENT)
(agent FROG)
(theme (event-type SEE)
(experiencer TOAD)
(theme RUN1))))
[an even deeper "parse"]
{a movie in which Frog is running through the woods;
we cut to an scene in his mind where Toad fails
to notice him}
Last updated: 2 April 1996
URL: http://www.indiana.edu/~gasser/Q351/parsing1.html
Comments:
gasser@salsa.indiana.edu
Copyright 1996,
The Trustees of
Indiana University