|
| 1 | +{ |
| 2 | + "target_templates": [ |
| 3 | + "Serves {target} {quantity} {quality} {dish}" |
| 4 | + ], |
| 5 | + "templates": [ |
| 6 | + "has {quantity} {quality} {dish}" |
| 7 | + ], |
| 8 | + "parts": { |
| 9 | + "quantity": [ |
| 10 | + "a little bit of", |
| 11 | + "a heaping pile of", |
| 12 | + "a moderate serving of", |
| 13 | + "a taste of", |
| 14 | + "just a smell of" |
| 15 | + ], |
| 16 | + "quality": [ |
| 17 | + "fresh made", |
| 18 | + "left over", |
| 19 | + "just out of the oven" |
| 20 | + ], |
| 21 | + "dish": [ |
| 22 | + "gefilte fish", |
| 23 | + "matzo ball soup", |
| 24 | + "cholent", |
| 25 | + "sufganiyot", |
| 26 | + "cream cheese with lox bagel", |
| 27 | + "lamb merguez with lentils and pears", |
| 28 | + "warm apple streusel with ice cream on top", |
| 29 | + "mushroom and truffle pizza", |
| 30 | + "lemon and rosemary salad with a side of rice", |
| 31 | + "latkes with applesauce", |
| 32 | + "challah french toast", |
| 33 | + "grilled fish tacos with chili-lime dressing", |
| 34 | + "date charoset", |
| 35 | + "huevos haminados", |
| 36 | + "baba-ghanouj", |
| 37 | + "bastani with freshly baked pita", |
| 38 | + "hummus with perfectly fried falafel", |
| 39 | + "mujadrah with warm bread", |
| 40 | + "shishlik with red peppers, mushrooms, and onion", |
| 41 | + "spicy shakshouka with french bread", |
| 42 | + "hadgi badah with a tall glass of apple juice", |
| 43 | + "malawah with a large glass of milk", |
| 44 | + "sweet kugel with extra sugar on top", |
| 45 | + "hamantaschen with date and raspberry filling", |
| 46 | + "marbled halva with almonds on top", |
| 47 | + "labna with a side of chili sauce", |
| 48 | + "polow shirin with extra pomegranate", |
| 49 | + "lamb bademjan" |
| 50 | + "beef kubbeh with extra chili peppers", |
| 51 | + "beef shawarma with a side of hummus and rice", |
| 52 | + "lamb and mushroom kofta with a large coke", |
| 53 | + "cheese and spinach sambousek", |
| 54 | + "bamieh with a side of grilled chicken", |
| 55 | + "chicken tagine with saffron rice and a slice of lechuch", |
| 56 | + "kofta mishmisheya with grilled vegetables", |
| 57 | + "charoset with day old matzah", |
| 58 | + "sour cherry rugelach", |
| 59 | + "orange-scented flan with dulce de leche syrup", |
| 60 | + "brisket with potatoes and a spinach salad", |
| 61 | + "bouikos con kashkaval", |
| 62 | + "lemon-rice soup with soda crackers" |
| 63 | + ] |
| 64 | + } |
| 65 | +} |
0 commit comments