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