| Basic Transitive |
| example |
"Linda taped the picture."
|
| syntax |
Agent V Patient
|
| semantics |
cause(Agent, E)
attached(end(E), Patient, Instrument)
|
| NP-PP locative-PP |
| example |
"Linda taped the picture to the wall."
|
| syntax |
Agent V Patient1 {to on onto} Patient2
|
| semantics |
cause(Agent, E)
together(end(E), physical, Patient1, Patient2)
attached(end(E), Patient1, Instrument)
attached(end(E), Patient2, Instrument)
|
| Together Reciprocal Alternation Transitive |
| example |
"Linda taped the label and the cover together."
|
| syntax |
Agent V Patient <+plural> (together)
|
| semantics |
cause(Agent, E)
together(end(E), physical, Patient_i, Patient_j)
attached(end(E), Patient_i, Instrument)
attached(end(E), Patient_j, Instrument)
|
| Middle Construction |
| example |
"Labels tape easily to that kind of cover."
|
| syntax |
Patient1 V ADV {to on onto} Patient2
|
| semantics |
property(Patient1+Patient2, Prop)
Adv(Prop)
|
| Middle Construction |
| example |
"Most labels tape easily."
|
| syntax |
Patient <+plural> V ADV
|
| semantics |
property(Patient_i+Patient_j, Prop)
Adv(Prop)
|
| Middle Construction |
| example |
"Labels and covers tape easily together."
|
| syntax |
Patient <+plural> V ADV (together)
|
| semantics |
property(Patient_i+Patient_j, Prop)
Adv(Prop)
|
| Middle Construction |
| example |
"Labels and covers tape together easily."
|
| syntax |
Patient <+plural> V (together) ADV
|
| semantics |
property(Patient_i+Patient_j, Prop)
Adv(Prop)
|
| NP-ADJP Resultative |
| example |
"Linda taped the box shut."
|
| syntax |
Agent V Patient ADJ
|
| semantics |
cause(Agent, E)
attached(end(E), Patient, Instrument)
Pred(result(E), Patient)
|
|