NP V NP |
example |
"Jill took a cab."
|
syntax |
Agent V Theme
|
semantics |
motion(during(E0), Theme)
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)
cause(Agent, E0)
equals(E0, E1)
motion(during(E1), Agent)
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)
|
force dynamics | Volitional Internal FD Representation |
NP V NP PP.destination |
example |
"Jack took a flight to Tuscon."
|
syntax |
Agent V Theme {to} Destination
|
semantics |
motion(during(E0), Theme)
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)
equals(E0, E1)
motion(during(E1), Agent)
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)
|
force dynamics | Volitional Motion FD Representation |
NP V NP PP.initial_location |
example |
"Claire took a traim from Reno."
|
syntax |
Agent V Theme {from} Initial_Location
|
semantics |
motion(during(E0), Theme)
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)
equals(E0, E1)
motion(during(E1), Agent)
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)
|
force dynamics | Volitional Motion FD Representation |
NP V NP |
example |
"Kevin took the freeway."
|
syntax |
Agent V Trajectory
|
semantics |
motion(during(E), Trajectory)
cause(Agent, E)
motion(during(E), Agent)
path_rel(start(E), Agent, Initial_Location, ch_of_loc, prep)
path_rel(during(E), Agent, Trajectory, ch_of_loc, prep)
path_rel(end(E), Agent, Destination, ch_of_loc, prep)
cause(Agent, E)
|
force dynamics | Self-volitional Motion FD Representation |
NP V NP PP.destination |
example |
"Martha took the back way to Nederland."
|
syntax |
Agent V Trajectory {to} Destination
|
semantics |
motion(during(E), Agent)
path_rel(start(E), Agent, Initial_Location, ch_of_loc, prep)
path_rel(during(E), Agent, Trajectory, ch_of_loc, prep)
path_rel(end(E), Agent, Destination, ch_of_loc, prep)
cause(Agent, E)
|
force dynamics | Self-volitional Motion FD Representation |
NP V NP PP.initial_location |
example |
"Gordo took an unknown route from Topeka."
|
syntax |
Agent V Trajectory {from} Initial_Location
|
semantics |
motion(during(E), Agent)
path_rel(start(E), Agent, Initial_Location, ch_of_loc, prep)
path_rel(during(E), Agent, Trajectory, ch_of_loc, prep)
path_rel(start(E), Agent, Destination, ch_of_loc, prep)
cause(Agent, E)
|
force dynamics | Self-volitional Motion FD Representation |
|