cocoa
Input Synsets
Name |
State |
Definition |
cocoa_powder.n.01 |
Substance |
the powdery remains of chocolate liquor after cocoa butter is removed; used in baking and in low fat and low calorie recipes and as a flavoring for ice cream |
granulated_sugar.n.01 |
Substance |
sugar in the form of small grains |
vanilla.n.02 |
Substance |
a flavoring prepared from vanilla beans macerated in alcohol (or imitating vanilla beans) |
whole_milk.n.01 |
Substance |
milk from which no constituent (such as fat) has been removed |
Machine Synsets
Name |
State |
Definition |
saucepan.n.01 |
Matched |
a deep pan with a handle; used for stewing or boiling |
stove.n.01 |
Matched |
a kitchen appliance used for cooking food |
Output Synsets
Name |
State |
Definition |
cocoa.n.01 |
Substance |
a beverage made from cocoa powder and milk and sugar; usually drunk hot |
Transition Graph
graph TD;
recipe-cocoa(recipe: cocoa);
cocoa_powdern01(cocoa_powder.n.01);
whole_milkn01(whole_milk.n.01);
vanillan02(vanilla.n.02);
granulated_sugarn01(granulated_sugar.n.01);
stoven01(stove.n.01);
saucepann01(saucepan.n.01);
cocoan01(cocoa.n.01);
recipe-cocoa --> cocoan01;
cocoa_powdern01 --> recipe-cocoa;
whole_milkn01 --> recipe-cocoa;
vanillan02 --> recipe-cocoa;
granulated_sugarn01 --> recipe-cocoa;
stoven01 --> recipe-cocoa;
saucepann01 --> recipe-cocoa;