cake_mix
Input Synsets
Name |
State |
Definition |
baking_powder.n.01 |
Substance |
any of various powdered mixtures used in baking as a substitute for yeast |
flour.n.01 |
Substance |
fine powdery foodstuff obtained by grinding and sifting the meal of a cereal grain |
granulated_sugar.n.01 |
Substance |
sugar in the form of small grains |
salt.n.02 |
Substance |
white crystalline form of especially sodium chloride used to season and preserve food |
sodium_carbonate.n.01 |
Substance |
a sodium salt of carbonic acid; used in making soap powders and glass and paper |
Machine Synsets
Output Synsets
Name |
State |
Definition |
cake_mix.n.01 |
Substance |
a commercial mix for making a cake |
Transition Graph
graph TD;
recipe-cake_mix(recipe: cake_mix);
flourn01(flour.n.01);
granulated_sugarn01(granulated_sugar.n.01);
saltn02(salt.n.02);
baking_powdern01(baking_powder.n.01);
sodium_carbonaten01(sodium_carbonate.n.01);
cake_mixn01(cake_mix.n.01);
recipe-cake_mix --> cake_mixn01;
flourn01 --> recipe-cake_mix;
granulated_sugarn01 --> recipe-cake_mix;
saltn02 --> recipe-cake_mix;
baking_powdern01 --> recipe-cake_mix;
sodium_carbonaten01 --> recipe-cake_mix;