| NP V NP |
| example |
"Nora brought the book."
|
| syntax |
Agent V Theme
|
| semantics |
motion(during(E0), Theme)
equals(E0, E1)
motion(during(E1), Agent)
cause(Agent, E0)
|
| NP V NP PP.destination |
| example |
"Nora brought the book to the meeting."
|
| syntax |
Agent V Theme {against before into on to onto} Destination
|
| semantics |
motion(during(E0), Theme)
location(end(E0), Theme, Destination)
equals(E0, E1)
motion(during(E1), Agent)
location(end(E1), Agent, Destination)
cause(Agent, E0)
|
| NP V PP.destination NP |
| example |
"Nora brought to lunch the book."
|
| syntax |
Agent V {against before into on to onto} Destination Theme
|
| semantics |
motion(during(E0), Theme)
location(end(E0), Theme, Destination)
equals(E0, E1)
motion(during(E1), Agent)
location(end(E1), Agent, Destination)
cause(Agent, E0)
|
| NP V NP PP.source |
| example |
"Nora brought the book from home."
|
| syntax |
Agent V Theme {{+src}} Source
|
| semantics |
motion(during(E0), Theme)
location(start(E0), Theme, Source)
equals(E0, E1)
motion(during(E1), Agent)
location(start(E1), Agent, Source)
cause(Agent, E0)
|
| NP V NP PP.source PP.destination |
| example |
"Nora brought the book from home to the meeting."
|
| syntax |
Agent V Theme {{+src}} Source {to} Destination
|
| semantics |
motion(during(E0), Theme)
location(start(E0), Theme, Source)
location(end(E0), Theme, Destination)
equals(E0, E1)
motion(during(E1), Agent)
location(start(E1), Agent, Source)
location(end(E1), Agent, Destination)
cause(Agent, E0)
|
| NP V NP ADVP |
| example |
"The train brought us here."
|
| syntax |
Agent V Theme Destination <+adv_loc>
|
| semantics |
motion(during(E0), Theme)
motion(during(E1), Agent)
location(end(E0), Theme, Destination)
location(end(E1), Agent, Destination)
equals(E0, E1)
cause(Agent, E0)
|
|