instant_coffee
Input Synsets
Name |
State |
Definition |
instant_coffee.n.01 |
Substance |
dehydrated coffee that can be made into a drink by adding hot water |
water.n.06 |
Substance |
a liquid necessary for the life of most animals and plants |
Machine Synsets
Output Synsets
Name |
State |
Definition |
drip_coffee.n.01 |
Substance |
coffee made by passing boiling water through a perforated container packed with finely ground coffee |
Transition Graph
graph TD;
recipe-instant_coffee(recipe: instant_coffee);
watern06(water.n.06);
instant_coffeen01(instant_coffee.n.01);
drip_coffeen01(drip_coffee.n.01);
recipe-instant_coffee --> drip_coffeen01;
watern06 --> recipe-instant_coffee;
instant_coffeen01 --> recipe-instant_coffee;