| NP V for NP S_INF |
| example |
"I begged for her to do it."
|
| syntax |
Agent V Proposition <-for_comp>
|
| semantics |
supplicate(during(E), Agent, ?Recipient, Proposition)
|
| NP V NP PP.proposition |
| example |
"I begged her for release."
|
| syntax |
Agent V Recipient {for} Proposition <-sentential>
|
| semantics |
supplicate(during(E), Agent, Recipient, Proposition)
|
| NP V NP S_INF |
| example |
"I begged her to do it."
|
| syntax |
Agent V Recipient Proposition <+oc_to_inf>
|
| semantics |
supplicate(during(E), Agent, Recipient, Proposition)
|
| NP V PP.proposition |
| example |
"I begged for release."
|
| syntax |
Agent V {for} Proposition <-sentential>
|
| semantics |
supplicate(during(E), Agent, ?Recipient, Proposition)
|
| NP V NP that S |
| example |
"I begged him that he come."
|
| syntax |
Agent V Recipient Proposition <+that_comp>
|
| semantics |
supplicate(during(E), Agent, Recipient, Proposition)
|
| NP V S_INF |
| example |
"I begged to come."
|
| syntax |
Agent V Proposition <+sc_to_inf>
|
| semantics |
supplicate(during(E), Agent, ?Recipient, Proposition)
|
|