| NP V |
| example |
"He rehearsed."
|
| syntax |
Agent V
|
| semantics |
perform(during(E), Agent, ?Theme, ?Recipient)
|
| NP V NP |
| example |
"He rehearsed the song."
|
| syntax |
Agent V Theme
|
| semantics |
perform(during(E), Agent, Theme, ?Recipient)
|
| NP V NP PP.recipient |
| example |
"He rehearsed the song for the exam."
|
| syntax |
Agent V Theme {for} Recipient
|
| semantics |
perform(during(E), Agent, Theme, Recipient)
|
| NP V S_ING |
| example |
"He rehearsed singing the song."
|
| syntax |
Agent V Theme <+sc_ing>
|
| semantics |
perform(during(E), Agent, Theme, ?Recipient)
|
| NP V PP.recipient |
| example |
"He rehearsed for the exam."
|
| syntax |
Agent V {for} Recipient
|
| semantics |
perform(during(E), Agent, ?Theme, Recipient)
|
|