NP V NP |
example |
"I defended them."
|
syntax |
Agent V Theme
|
semantics |
defend(during(E), Agent, Theme, ?Co-Theme)
|
NP V NP PP.co-theme |
example |
"I defended them against the warriors."
|
syntax |
Agent V Theme {against} Co-Theme <-sentential>
|
semantics |
defend(during(E), Agent, Theme, Co-Theme)
|
NP V S_ING |
example |
"I defended building the house."
|
syntax |
Agent V Theme <+ac_ing>
|
semantics |
defend(during(E), Agent, ?Theme, Theme)
|
NP V S_ING |
example |
"I defended their building the house."
|
syntax |
Agent V Theme <+poss_ing>
|
semantics |
defend(during(E), Agent, ?Theme, Theme)
|
|