COMBINATION
Roles: combined, combined-with
Special case of ACCOMPANIMENT where the two arguments are combined to form something new. Also use this for algebraic operations.
Dependency graph for sentence: Kim mixed the eggs with the flour. Token mixed is labeled COMBINATION-INIT and has an edge labeled CAUSER to token Kim and an edge labeled combined to token eggs and an edge labeled combined-with to token flour.
Dependency graph for sentence: Blend the vegetables into a smoothie. Token Blend is labeled COMBINATION-INIT and has an edge labeled combined to token vegetables and an edge labeled EFFECT to token smoothie.
Dependency graph for sentence: Twelve and three make fifteen. Token make is labeled COMBINATION and has an edge labeled combined to token Twelve and an edge labeled combined-with to token three and an edge labeled EFFECT to token fifteen.