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