NP V NP PP.destination |
example |
"Tamara poured water into the bowl."
|
syntax |
Agent V Theme {{+path & -dest_dir}} Destination
|
semantics |
motion(during(E), Theme)
not(Prep(start(E), Theme, Destination))
Prep(E, Theme, Destination)
cause(Agent, E)
|
NP V NP ADVP |
example |
"Tamara poured water here."
|
syntax |
Agent V Theme Destination <+adv_loc>
|
semantics |
motion(during(E), Theme)
not(Prep(start(E), Theme, Destination))
Prep(E, Theme, Destination)
cause(Agent, E)
|
NP V PP.destination |
example |
"Water poured onto the plants."
|
syntax |
Theme V {{+path & -dest_dir}} Destination
|
semantics |
motion(during(E), Theme)
not(Prep(start(E), Theme, Destination))
Prep(E, Theme, Destination)
|
NP V NP PP.initial_location PP.destination |
example |
"Maria poured water from the bowl into the cup."
|
syntax |
Agent V Theme {{+src}} Initial_Location {{+dest_conf}} Destination
|
semantics |
not(Prep(start(E), Theme, Destination))
Prep(E, Theme, Initial_Location)
Prep(E, Theme, Destination)
cause(Agent, E)
|
NP V PP.initial_location PP.destination |
example |
"Water poured from the bowl into the cup."
|
syntax |
Theme V {{+src}} Initial_Location {{+dest_conf}} Destination
|
semantics |
not(Prep(start(E), Theme, Destination))
Prep(E, Theme, Initial_Location)
Prep(E, Theme, Destination)
|
|