| NP V NP PP.initial_location |
| example |
"Carla shoveled the snow from the walk."
|
| syntax |
Agent V Theme {{+src}} Initial_Location
|
| semantics |
cause(Agent, E)
location(start(E), Theme, Initial_Location)
not(location(end(E), Theme, Initial_Location))
|
| NP V NP.initial_location |
| example |
"Carla shoveled the walk."
|
| syntax |
Agent V Initial_Location
|
| semantics |
cause(Agent, E)
location(start(E), ?Theme, Initial_Location)
not(location(end(E), ?Theme, Initial_Location))
|
| NP V |
| example |
"Carla was vacuuming."
|
| syntax |
Agent V
|
| semantics |
cause(Agent, E)
location(start(E), ?Theme, ?Initial_Location)
not(location(end(E), ?Theme, ?Initial_Location))
|
| NP V NP ADJP-Result |
| example |
"Carla shoveled the walk clean."
|
| syntax |
Agent V Initial_Location Result
|
| semantics |
cause(Agent, E)
location(start(E), ?Theme, Initial_Location)
not(location(end(E), ?Theme, Initial_Location))
Pred(result(E), Initial_Location)
|
|