| NP V NP |
| example |
"The lack of money limited the help."
|
| syntax |
Cause V Patient
|
| semantics |
limit(during(E), Cause, Patient, ?Goal)
|
| NP V NP S_ING |
| example |
"The lack of money limited them to helping to our peers."
|
| syntax |
Cause V Patient {to} Goal <+oc_ing>
|
| semantics |
limit(during(E), Cause, Patient, Goal)
|
| NP V NP PP.goal |
| example |
"The lack of money limited the help to our peers."
|
| syntax |
Cause V Patient {to} Goal
|
| semantics |
limit(during(E), Cause, Patient, Goal)
|
| NP V NP S_INF |
| example |
"The lack of money limited them to help their peers only."
|
| syntax |
Cause V Patient Goal <+oc_to_inf>
|
| semantics |
limit(during(E), Cause, Patient, Goal)
|
|