| Basic Intransitive |
| example |
"Susan complained."
|
| syntax |
Agent V
|
| semantics |
transfer_info(during(E), Agent, ?Recipient, ?Topic)
cause(Agent, E)
|
| PP Recipient-PP |
| example |
"Susan complained to Rachel."
|
| syntax |
Agent V {to} Recipient
|
| semantics |
transfer_info(during(E), Agent, Recipient, ?Topic)
cause(Agent, E)
|
| S |
| example |
"Susan complained that the party would be tonight."
|
| syntax |
Agent V Topic <+that_comp>
|
| semantics |
transfer_info(during(E), Agent, ?Recipient, Topic)
cause(Agent, E)
|
| PP-S Recipient-PP |
| example |
"Susan complained to Rachel that the party would be tonight."
|
| syntax |
Agent V {to} Recipient Topic <+that_comp>
|
| semantics |
transfer_info(during(E), Agent, Recipient, Topic)
cause(Agent, E)
|
| PP Topic-PP |
| example |
"Ellen complained about the situation."
|
| syntax |
Agent V {about} Topic
|
| semantics |
transfer_info(during(E), Agent, ?Recipient, Topic)
cause(Agent, E)
|
| PP-PP Topic-PP Recipient-PP |
| example |
"Ellen complained about the situation to Helen."
|
| syntax |
Agent V {about} Topic {to} Recipient
|
| semantics |
transfer_info(during(E), Agent, Recipient, Topic)
cause(Agent, E)
|
| QUOT |
| example |
"Ellen complained, 'The mail didn't come today.'"
|
| syntax |
Agent V Topic <+quotation>
|
| semantics |
transfer_info(during(E), Agent, ?Recipient, Topic)
cause(Agent, E)
|
| PP-QUOT Recipient-PP |
| example |
"Ellen complained to Helen, 'The mail didn't come today.'"
|
| syntax |
Agent V {to} Recipient Topic <+quotation>
|
| semantics |
transfer_info(during(E), Agent, Recipient, Topic)
cause(Agent, E)
|
| PP-PP Recipient-PP Topic-PP |
| example |
"The prime minister complained to the former president about U.S. interference in his country's affairs."
|
| syntax |
Agent V {to} Recipient {about} Topic
|
| semantics |
transfer_info(during(E), Agent, Recipient, Topic)
cause(Agent, E)
|
|