fruit_punch_2
Input Synsets
Name |
State |
Definition |
ginger_beer.n.01 |
Substance |
carbonated slightly alcoholic drink flavored with fermented ginger |
lemonade.n.01 |
Substance |
sweetened beverage of diluted lemon juice |
orange_juice.n.01 |
Substance |
bottled or freshly squeezed juice of oranges |
pineapple_juice.n.01 |
Substance |
the juice of pineapples (usually bottled or canned) |
Machine Synsets
Output Synsets
Name |
State |
Definition |
fruit_punch.n.01 |
Substance |
a punch made of fruit juices mixed with water or soda water (with or without alcohol) |
Transition Graph
graph TD;
recipe-fruit_punch_2(recipe: fruit_punch_2);
pineapple_juicen01(pineapple_juice.n.01);
lemonaden01(lemonade.n.01);
ginger_beern01(ginger_beer.n.01);
orange_juicen01(orange_juice.n.01);
fruit_punchn01(fruit_punch.n.01);
recipe-fruit_punch_2 --> fruit_punchn01;
pineapple_juicen01 --> recipe-fruit_punch_2;
lemonaden01 --> recipe-fruit_punch_2;
ginger_beern01 --> recipe-fruit_punch_2;
orange_juicen01 --> recipe-fruit_punch_2;