NP V NP PP.destination |
example |
"Steve tossed the ball to the garden."
|
syntax |
Agent V Theme {{+dest | +loc}} Destination
|
semantics |
exert_force(during(E0), Agent, Theme)
contact(end(E0), Agent, Theme)
motion(during(E1), Theme)
¬contact(during(E1), Agent, Theme)
path_rel(start(E1), Theme, Initial_Location, ch_of_loc, prep)
path_rel(end(E1), Theme, Destination, ch_of_loc, prep)
cause(Agent, E1)
meets(E0, E1)
equals(Agent, Initial_Location)
|
NP V NP PP.initial_location |
example |
"Steve tossed the ball from the corner."
|
syntax |
Agent V Theme {{+src}} Initial_Location
|
semantics |
exert_force(during(E0), Agent, Theme)
contact(end(E0), Agent, Theme)
motion(during(E1), Theme)
¬contact(during(E1), Agent, Theme)
path_rel(start(E1), Theme, Initial_Location, ch_of_loc, prep)
cause(Agent, E1)
meets(E0, E1)
|
NP V NP PP.initial_location PP.destination |
example |
"Steve tossed the ball from the corner to the garden."
|
syntax |
Agent V Theme {{+src}} Initial_Location {{+dest_dir}} Destination
|
semantics |
exert_force(during(E0), Agent, Theme)
contact(end(E0), Agent, Theme)
motion(during(E1), Theme)
¬contact(during(E1), Agent, Theme)
path_rel(start(E1), Theme, Initial_Location, ch_of_loc, prep)
path_rel(end(E1), Theme, Destination, ch_of_loc, prep)
cause(Agent, E1)
meets(E0, E1)
|
|