brownie
Input Synsets
Machine Synsets
Name |
State |
Definition |
cookie_sheet.n.01 |
Matched |
a cooking utensil consisting of a flat rectangular metal sheet used for baking cookies or biscuits |
oven.n.01 |
Matched |
kitchen appliance used for baking or roasting |
Output Synsets
Name |
State |
Definition |
brownie.n.03 |
Matched |
square or bar of very rich chocolate cake usually with nuts |
Transition Graph
graph TD;
recipe-brownie(recipe: brownie);
brownie_battern01(brownie_batter.n.01);
ovenn01(oven.n.01);
cookie_sheetn01(cookie_sheet.n.01);
brownien03(brownie.n.03);
recipe-brownie --> brownien03;
brownie_battern01 --> recipe-brownie;
ovenn01 --> recipe-brownie;
cookie_sheetn01 --> recipe-brownie;