((gender fem) (number sing)) ((number sing) (gender masc)) () -> no
((gender ?x) (number sing) (person 3)) ((gender fem) (number sing)) () -> ((gender fem) (number sing) (person 3))
((subject (content (index ?i))) (pred (content ((reln sing) (singer ?i))))) ((subject (content (index sam))) (pred (content ((reln sing) (singer phyllis))))) () -> no
((synsem ((content ((restriction (SET ((reln rock)
(inst r1))
((color gray)
(arg r1)))))))))
((phon "rock")
(synsem ((content ((restriction (SET ((reln rock)
(inst ?index))))
(index (?index
(gend neut)
(num sing))))))))
()
-->
((phon "rock")
(synsem ((content ((restriction (SET ((reln rock)
(inst r1))
((color gray)
(arg r1))))
(index (r1
(gend neut)
(num sing))))))))
((dtrs ((head-dtr ((synsem ((cat ((head verb))))))
(phon (SET (1 2 "gives"))))
(comp-dtrs (LIST ((synsem ((cat ((head noun)))))))
(phon ?obj1_phon))
((synsem ((cat ((head noun))))))
(phon ((SET (3 4 "Fido"))))))
(phon ((ORD
(?obj1_phon > (1 2 "gives"))
((3 4 "Fido") > ?obj1_phon))
(SET (1 2 "gives")
(3 4 "Fido")))))
((phon ((SET (2 3 "Bob"))))
(synsem ((cat ((head noun))))))
(comp-dtrs 1)
==>
((dtrs ((head-dtr ((synsem ((cat ((head verb)))))
(phon ((SET (1 2 "gives"))))))
(comp-dtrs (LIST ((synsem ((cat ((head noun)))))
(phon ((SET (2 3 "Bob")))))
((synsem ((cat ((head noun)))))
(phon ((SET (3 4 "Fido")))))))))
(phon ((SET (2 3 "Bob")
(1 2 "gives")
(3 4 "Fido")))))
Last modified: Wed Oct 8 08:19:33 EST
Comments:
gasser@cs.indiana.edu