| |
| Members |
|
| collaborate
(fn 1; wn 1, 2; g 1, 2)
|
| cooperate
(fn 1; wn 1; g 1)
|
| join
(wn 3; g 3, 4)
|
|
|
| Roles |
|
|
no roles
|
| Frames |
|
| NP V PP.theme |
| example |
"They collaborated on the task."
|
| syntax |
Actor <+plural> V {on} Theme <-sentential>
|
| semantics |
cooperate(during(E), Actor_i, Actor_j, Theme)
|
| NP V PP.actor2 PP.theme |
| example |
"John collaborated with Paul on the task."
|
| syntax |
Actor1 V {with} Actor2 {on} Theme <-sentential>
|
| semantics |
cooperate(during(E), Actor1, Actor2, Theme)
|
| NP V PP.theme |
| example |
"They collaborated in the task."
|
| syntax |
Actor <+plural> V {in} Theme <-sentential>
|
| semantics |
cooperate(during(E), Actor_i, Actor_j, Theme)
|
| NP V PP.actor2 PP.theme |
| example |
"John collaborated with Paul in the task."
|
| syntax |
Actor1 <+plural> V {with} Actor2 {in} Theme <-sentential>
|
| semantics |
cooperate(during(E), Actor1, Actor2, Theme)
|
| NP V PP.theme S_ING |
| example |
"They collaborated in finishing the task."
|
| syntax |
Actor <+plural> V {in} Theme <+sc_ing>
|
| semantics |
cooperate(during(E), Actor_i, Actor_j, Theme)
|
|
|