NP V |
example |
"Paul breathed."
|
syntax |
Agent V
|
semantics |
body_process(E, Agent)
emit(during(E), Agent, ?Theme)
|
NP V PP.destination |
example |
"Paul breathed on Mary."
|
syntax |
Agent V {on onto} Destination
|
semantics |
body_process(E, Agent)
emit(during(E), Agent, ?Theme)
Prep(E, ?Theme, Destination)
|
NP V NP.theme |
example |
"The dragon breathed fire."
|
syntax |
Agent V Theme
|
semantics |
body_process(E, Agent)
emit(during(E), Agent, Theme)
|
NP V NP.theme PP.destination |
example |
"The dragon breathed fire on Mary."
|
syntax |
Agent V Theme {on onto} Destination
|
semantics |
body_process(E, Agent)
emit(during(E), Agent, Theme)
Prep(E, Theme, Destination)
|
|