bagels
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 |
bagel.n.01 |
Matched |
(Yiddish) glazed yeast-raised doughnut-shaped roll with hard crust |
Transition Graph
graph TD;
recipe-bagels(recipe: bagels);
sesame_seedn01(sesame_seed.n.01);
bagel_doughn01(bagel_dough.n.01);
raw_eggn01(raw_egg.n.01);
ovenn01(oven.n.01);
cookie_sheetn01(cookie_sheet.n.01);
bageln01(bagel.n.01);
recipe-bagels --> bageln01;
sesame_seedn01 --> recipe-bagels;
bagel_doughn01 --> recipe-bagels;
raw_eggn01 --> recipe-bagels;
ovenn01 --> recipe-bagels;
cookie_sheetn01 --> recipe-bagels;