chit_chat-37.6

Members

Roles

Frames

Basic Intransitive
ex: "Susan was chitchatting"
sym: Actor1 V
sem: transfer_info(during(E), Actor1, ?Actor2, ?Topic) cause(Actor1, E)

PP with-PP
ex: "Susan chitchatted with Rachel"
sym: Actor1 V with Actor2
sem: transfer_info(during(E), Actor1, Actor2, ?Topic) transfer_info(during(E), Actor2, Actor1, ?Topic) cause(Actor1, E)

PP-PP with-PP Topic-PP
ex: "Susan chitchatted with Rachel about the problem"
sym: Actor1 V with Actor2 about Topic
sem: transfer_info(during(E), Actor1, Actor2, Topic) transfer_info(during(E), Actor2, Actor1, Topic) cause(Actor1, E)

Simple Reciprocal Intransitive
ex: "Susan and Rachel chitchatted"
sym: Actor[+plural] V
sem: transfer_info(during(E), Actor_i, Actor_j, ?Topic) transfer_info(during(E), Actor_j, Actor_i, ?Topic)

PP-PP Topic-PP with-PP
ex: "Susan chitchatted about the problem with Rachel."
sym: Actor1 V about Topic with Actor2
sem: transfer_info(during(E), Actor1, Actor2, Topic) transfer_info(during(E), Actor2, Actor1, Topic) cause(Actor1, E)

PP Simple Reciprocal Subject, Topic-PP
ex: "Susan and Rachel chitchatted about matters of great import."
sym: Actor[+plural] V about Topic
sem: transfer_info(during(E), Actor_i, Actor_j, Topic) transfer_info(during(E), Actor_j, Actor_i, Topic)

PP Topic-PP
ex: "Susan chitchatted about matters of great import."
sym: Actor1 V about Topic
sem: transfer_info(during(E), Actor1, ?Actor2, Topic)