NP V NP |
example |
"Roberto took notes."
|
syntax |
Agent V Theme
|
semantics |
path_rel(start(E), Initial_State, Theme, ch_of_state, prep)
path_rel(result(E), Result, Theme, ch_of_state, prep)
created_image(result(E), Theme)
location(end(E), Theme, Destination)
cause(Agent, E)
|
NP V NP PP.destination |
example |
"Saul jotted down readings on a notepad."
|
syntax |
Agent V Theme {on | in} Destination
|
semantics |
path_rel(start(E), Initial_State, Theme, ch_of_state, prep)
path_rel(result(E), Result, Theme, ch_of_state, prep)
created_image(result(E), Theme)
location(end(E), Theme, Destination)
cause(Agent, E)
|
|