NP V NP |
example |
"Jackie accompanied Rose."
|
syntax |
Agent V Theme
|
semantics |
motion(during(E0), Agent)
motion(during(E1), Theme)
equals(E0, E1)
path_rel(start(E0), Theme, Initial_Location, ch_of_loc, prep)
path_rel(during(E0), Theme, Trajectory, ch_of_loc, prep)
path_rel(end(E0), Theme, Destination, ch_of_loc, prep)
path_rel(start(E1), Agent, Initial_Location, ch_of_loc, prep)
path_rel(during(E1), Agent, Trajectory, ch_of_loc, prep)
path_rel(end(E1), Agent, Destination, ch_of_loc, prep)
cause(Agent, E0)
|
NP V NP PP.destination |
example |
"Jackie accompanied Rose to the store."
|
syntax |
Agent V Theme {{+spatial}} Destination
|
semantics |
motion(during(E0), Agent)
motion(during(E1), Theme)
equals(E0, E1)
path_rel(start(E0), Theme, Initial_Location, ch_of_loc, prep)
path_rel(during(E0), Theme, Trajectory, ch_of_loc, prep)
path_rel(end(E0), Theme, Destination, ch_of_loc, prep)
path_rel(start(E1), Agent, Initial_Location, ch_of_loc, prep)
path_rel(during(E1), Agent, Trajectory, ch_of_loc, prep)
path_rel(end(E1), Agent, Destination, ch_of_loc, prep)
|
|