next up previous
Next: LISP implementation of a Up: 13.11.2001: Grammatik: prozedurale Aspekte Previous: Test lexicon and grammar

Sample traces from the LISP left-corner recogniser

(the man saw the woman)()
(man saw the woman)(det)
(man saw the woman)(det (det n np))
(man saw the woman)((n np))
(saw the woman)(n (n np))
(saw the woman)((np))
(saw the woman)(np)
(saw the woman)(np (np vp s))
(saw the woman)((vp s))
(the woman)(v (vp s))
(the woman)(v (v np vp) (vp s))
(the woman)((np vp) (vp s))
(woman)(det (np vp) (vp s))
(woman)(det (det n np) (np vp) (vp s))
(woman)((n np) (np vp) (vp s))
()(n (n np) (np vp) (vp s))
()((np) (np vp) (vp s))
()(np (np vp) (vp s))
()((vp) (vp s))
()(vp (vp s))
()((s))
()(s) ok
Readings: 
1



Dafydd Gibbon, Wed Feb 12 10:50:41 MET 2003 Automatically generated, links may change - update every session.