NP V NP PP.theme |
example |
"Steve pelted Anna with acorns."
|
syntax |
Agent V Destination {with} Theme
|
semantics |
motion(during(E), Theme)
not(contact(during(E), Agent, Theme))
cause(Agent, E)
not(location(start(E), Theme, Destination))
location(end(E), Theme, Destination)
|
NP V NP |
example |
"Steve pelted Anna."
|
syntax |
Agent V Destination
|
semantics |
motion(during(E), ?Theme)
not(contact(during(E), Agent, ?Theme))
cause(Agent, E)
not(location(start(E), ?Theme, Destination))
location(end(E), ?Theme, Destination)
|
|