From 20f8187fc3674595a211bd7d3179006647143b8e Mon Sep 17 00:00:00 2001 From: Jonas Weinz Date: Fri, 12 Jul 2019 18:07:11 +0200 Subject: [PATCH] changed HTML rendering of crf evaluation --- Tagging/CRF_evaluation.ipynb | 1538 ++++++++++++++++++++-------------- 1 file changed, 921 insertions(+), 617 deletions(-) diff --git a/Tagging/CRF_evaluation.ipynb b/Tagging/CRF_evaluation.ipynb index 2074322..cea0d8f 100644 --- a/Tagging/CRF_evaluation.ipynb +++ b/Tagging/CRF_evaluation.ipynb @@ -32,25 +32,26 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 16, "metadata": {}, "outputs": [], "source": [ "def sentence_as_markdown_table( tokens, labels = None, predictions = None):\n", " n = len(tokens)\n", - " s = \"| |\"\n", + " s = \"\\n\\n\\n\"\n", " for t in tokens:\n", - " s += t + \" |\"\n", + " s += f\"\"\n", " \n", - " s += \"\\n|-----|\" + \"----|\" * n\n", + " s += \"\\n\"\n", " \n", " if labels is not None:\n", - " s += \"\\n|labels:|\" + \"\".join([f\" {l} |\" for l in labels])\n", + " s += \"\" + \"\".join([f\"\" for l in labels])\n", + " s += \"\\n\"\n", " \n", " if predictions is not None:\n", - " s+= \"\\n|Predicitions:|\" + \"\".join([f\" {p} |\" for p in predictions])\n", + " s+= \"\" + \"\".join([f\"\" for p in predictions])\n", " \n", - " display(Markdown(s + \"\\n\"))\n", + " display(HTML(s + \"\\n
Sentence:{t}
labels:{l}
Predicitions:{p}
\\n\"))\n", "\n", " \n", " " @@ -58,16 +59,16 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 17, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "" + "" ] }, - "execution_count": 4, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -79,19 +80,22 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 18, "metadata": {}, "outputs": [ { "data": { - "text/markdown": [ - "| |Reduce |heat |to |low |and |let |the |water |simmer |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | action | 0 | 0 | 0 | 0 | 0 | ingredient | action | 0 |\n", - "|Predicitions:| action | action | 0 | 0 | 0 | 0 | 0 | ingredient | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Putthemeatasideonaplateandaddtheremainingbuttertothepan.
labels:action0ingredient00000action00ingredient0000
Predicitions:action0ingredient00000action00ingredient0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -99,14 +103,17 @@ }, { "data": { - "text/markdown": [ - "| |Gently |drop |gnudi |, |about |12 |at |a |time |, |into |the |simmering |water |and |cook |until |they |rise |to |the |surface |, |about |4 |minutes |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Dropintheonionsandcookoveramediumheatfor5-8minutes.
labels:000ingredient0action000action0000
Predicitions:000ingredient0action000action0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -114,14 +121,17 @@ }, { "data": { - "text/markdown": [ - "| |Simmer |for |4 |more |minutes |and |remove |with |a |slotted |spoon |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | action | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addthepaprika,peppercorns,allspice,bay_leafandclove.
labels:action0ingredient0ingredient0ingredient0ingredient0ingredient0
Predicitions:action0ingredient0ingredient0ingredient0ingredient0action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -129,14 +139,17 @@ }, { "data": { - "text/markdown": [ - "| |Keep |boiled |gnudi |warm |while |you |finish |cooking |remaining |batches |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | action | 0 | action | 0 | 0 | 0 | action | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | action | 0 | action | 0 | 0 | 0 | action | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Pourinthewaterandbringittoaboil.
labels:action00ingredient00000action0
Predicitions:action00ingredient00000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -144,14 +157,17 @@ }, { "data": { - "text/markdown": [ - "| |Melt_butter |in |a |large |skillet |over |medium |heat |and |cook |whole |sage_leaves |until |they |wilt |and |are |beginning |to |brown |, |about |2 |minutes |; |remove |leaves |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| ingredient | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | action | ingredient | 0 |\n", - "|Predicitions:| ingredient | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | action | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Returnthemeattothepan,lowertheheatandcovertightly.
labels:00ingredient0000action0action0action00
Predicitions:00ingredient0000action0action0action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -159,14 +175,17 @@ }, { "data": { - "text/markdown": [ - "| |Retain |butter |in |skillet |. |\n", - "|-----|----|----|----|----|----|\n", - "|labels:| 0 | ingredient | 0 | 0 | 0 |\n", - "|Predicitions:| action | ingredient | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Simmerfor11/2to2hours,bastingoccasionallywiththeliquid.
labels:action0000000action000ingredient0
Predicitions:action0000000action000ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -174,14 +193,17 @@ }, { "data": { - "text/markdown": [ - "| |Stir |chopped |sage |into |the |hot |butter |and |cook |until |the |butter |begins |to |brown |and |give |off |a |nutty |fragrance |, |about |2 |minutes |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | action | ingredient | 0 | 0 | ingredient | ingredient | 0 | action | 0 | 0 | ingredient | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | action | ingredient | 0 | 0 | ingredient | ingredient | 0 | action | 0 | 0 | ingredient | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Whenthemeatcanbeeasilypiercedwithafork,transfertoaplateandcovertokeepwarm.
labels:00ingredient0000000000000action00action0
Predicitions:00ingredient00000000000action0action00action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -189,14 +211,17 @@ }, { "data": { - "text/markdown": [ - "| |Gently |mix |the |gnudi |into |the |butter |and |sage |until |gnudi |are |coated |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | action | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | action | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Strainthecooking_liquidthroughasieveintoasmallbowl,pressingdownhardontheonionsbeforediscardingthem.
labels:action0ingredient0000000000000ingredient0action00
Predicitions:action0ingredient00000000action000000action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -204,14 +229,17 @@ }, { "data": { - "text/markdown": [ - "| |Garnish |with |whole |sage_leaves |and |sprinkle |with |2 |tablespoons |Parmigiano-Reggiano_cheese |to |serve |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | ingredient | 0 | action | 0 | 0 | 0 | ingredient | 0 | action | 0 |\n", - "|Predicitions:| action | 0 | 0 | ingredient | 0 | action | 0 | 0 | 0 | ingredient | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Thereshouldbe11/2to2cupsofliquid.
labels:000000000ingredient0
Predicitions:000000000ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -219,14 +247,17 @@ }, { "data": { - "text/markdown": [ - "| |\n", - "|-----|\n", - "|labels:|\n", - "|Predicitions:|\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Ifthereislessthenaddbeef_stocktomakeupthedifference.
labels:00000actioningredient000000
Predicitions:00000actioningredient000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -234,14 +265,17 @@ }, { "data": { - "text/markdown": [ - "| |Preheat |the |oven |to |350 |degrees |. |\n", - "|-----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Returntheliquidtotheskillet,bringtoasimmer,thenlowertheheat.
labels:00ingredient0000000action00action0action0
Predicitions:00ingredient0000000action00action0action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -249,14 +283,17 @@ }, { "data": { - "text/markdown": [ - "| |Cream |butter |with |lemon_zest |and |sugar |( |minus |1 |tablespoon |) |until |light |and |fluffy |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| ingredient | ingredient | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| ingredient | ingredient | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Withawhisk,beattheremainingflourintothesour_cream.
labels:00action0action00action00ingredient0
Predicitions:00action0action00action00ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -264,14 +301,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |the |egg |and |vanilla |and |beat |until |combined |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | ingredient | 0 | action | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | ingredient | 0 | action | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Abitatatime,beatthesour_creamintotheliquidandcook,whiskingallthetime,untilitthickensslightly.
labels:000000action0ingredient00ingredient0action0action000000action00
Predicitions:000000action0ingredient00ingredient0action0action000000action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -279,14 +319,17 @@ }, { "data": { - "text/markdown": [ - "| |Meanwhile |, |toss |the |blueberries |with |1/4 |cup |of |flour |, |then |whisk |together |the |remaining |flour |, |baking_powder |and |salt |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | action | 0 | 0 | action | 0 | 0 | 0 | action | 0 | ingredient | 0 | action | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | action | 0 | 0 | action | 0 | 0 | 0 | action | 0 | ingredient | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Don'tletitboil.
labels:0000action0
Predicitions:0000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -294,14 +337,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |the |flour |mixture |to |the |butter |mixture |a |little |at |a |time |, |alternating |with |the |buttermilk |; |fold |in |the |blueberries |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | action | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | action | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | action | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 | action | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Returnthebeeftotheskillet,basteitwellwiththesauceandcookjustlongenoughtoheatitthrough.
labels:00ingredient0000action0000ingredient0action0000action000
Predicitions:00ingredient0000action0000ingredient0action00000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -309,14 +355,17 @@ }, { "data": { - "text/markdown": [ - "| |Grease |a |9-inch |square |aluminum |baking |pan |with |butter |or |coat |with |non-stick |spray |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
StirintheMadeiraandtasteforseasoning.
labels:action00ingredient0action0action0
Predicitions:action00ingredient0action0action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -324,14 +373,17 @@ }, { "data": { - "text/markdown": [ - "| |Spread |batter |into |pan |. |\n", - "|-----|----|----|----|----|----|\n", - "|labels:| action | action | 0 | 0 | 0 |\n", - "|Predicitions:| action | ingredient | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Servewithdumplingsorboiledormashed_potatoes.
labels:action0ingredient0action0ingredient0
Predicitions:action0ingredient0action0ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -339,14 +391,17 @@ }, { "data": { - "text/markdown": [ - "| |Sprinkle |batter |with |remaining |tablespoon |of |sugar |. |\n", - "|-----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | action | 0 | 0 | 0 | 0 | action | 0 |\n", - "|Predicitions:| action | ingredient | 0 | 0 | action | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
labels:
Predicitions:
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -354,14 +409,17 @@ }, { "data": { - "text/markdown": [ - "| |Bake |for |35-45 |minutes |. |\n", - "|-----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Inasmallmicrowavablebowl,combinethesugarandwaterandmicrowaveonhighpowerjustuntilthesugarisdissolved.
labels:00000000action0ingredient00000000action000
Predicitions:00000000action0ingredient0ingredient00action000ingredient000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -369,14 +427,17 @@ }, { "data": { - "text/markdown": [ - "| |Check |with |a |toothpick |, |checking |for |doneness |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Letcool,thenstirintheremainingingredients.
labels:0action00action00000
Predicitions:0action00action00000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -384,14 +445,17 @@ }, { "data": { - "text/markdown": [ - "| |Let |cool |at |least |15 |minutes |before |serving |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | action | 0 | 0 | 0 | 0 | 0 | action | 0 |\n", - "|Predicitions:| 0 | action | 0 | 0 | 0 | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Letstandfor30minutes.
labels:000000
Predicitions:000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -399,14 +463,17 @@ }, { "data": { - "text/markdown": [ - "| |\n", - "|-----|\n", - "|labels:|\n", - "|Predicitions:|\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Fillamediumbowlwithice_water.
labels:ingredient0000ingredient0
Predicitions:action0000ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -414,14 +481,17 @@ }, { "data": { - "text/markdown": [ - "| |Preheat |a |grill |for |high |heat |. |\n", - "|-----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | action | 0 | 0 | action | 0 |\n", - "|Predicitions:| 0 | 0 | action | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Inamediumsaucepanofboilingsalted_water,cooktheshrimpuntilpink,2minutes.
labels:00000actioningredient0action0ingredient000000
Predicitions:00000actioningredient0action0ingredient000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -429,14 +499,17 @@ }, { "data": { - "text/markdown": [ - "| |In |a |medium |bowl |, |lightly |mix |together |the |ground_beef |, |Worcestershire_sauce |, |liquid_smoke |and |garlic_powder |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Usingaslottedspoon,transfertheshrimptotheice_watertocool.
labels:000action000ingredient00ingredient0action0
Predicitions:000action000ingredient00ingredient0action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -444,14 +517,17 @@ }, { "data": { - "text/markdown": [ - "| |Form |into |3 |patties |, |handling |the |meat |minimally |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Peelanddeveintheshrimp,thenpatdryandhalvethemlengthwise.
labels:action000ingredient000000000
Predicitions:action000ingredient000000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -459,14 +535,17 @@ }, { "data": { - "text/markdown": [ - "| |Brush |both |sides |of |each |patty |with |some |oil |, |and |season |with |seasoned_salt |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | action | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | action | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Returnthecookingwatertoaboil.
labels:00actioningredient00action0
Predicitions:00action000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -474,14 +553,17 @@ }, { "data": { - "text/markdown": [ - "| |Place |the |patties |on |the |grill |grate |, |and |cook |for |about |5 |minutes |per |side |, |until |well |done |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | action | action | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | action | ingredient | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addthesoakedrice_vermicelliandcookuntiltender,about2minutes.
labels:action0actioningredient0action0000000
Predicitions:action0actioningredient0action0000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -489,14 +571,17 @@ }, { "data": { - "text/markdown": [ - "| |\n", - "|-----|\n", - "|labels:|\n", - "|Predicitions:|\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Drainandrinseundercoolrunningwater.
labels:action0action0action0ingredient0
Predicitions:action0action0action0ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -504,14 +589,17 @@ }, { "data": { - "text/markdown": [ - "| |Heat |oven |to |400 |degrees |F |. |\n", - "|-----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Drainagainandpatdrywithpapertowels.
labels:action00000000
Predicitions:action00000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -519,14 +607,17 @@ }, { "data": { - "text/markdown": [ - "| |Saute |sausage |and |zucchini |in |oil |in |a |large |nonstick |skillet |over |medium |heat |5 |to |7 |minutes |, |or |until |sausage |is |browned |and |zucchini |tender |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | action | 0 | ingredient | 0 | 0 |\n", - "|Predicitions:| 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Usingscissors,cutthenoodlesinto2-inchlengths.
labels:000action0ingredient0000
Predicitions:actioningredient0action0ingredient0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -534,14 +625,17 @@ }, { "data": { - "text/markdown": [ - "| |Remove |skillet |from |heat |; |cool |slightly |. |\n", - "|-----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | action | 0 | action | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | action | 0 | action | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Fillabowlwithhot_water.
labels:ingredient000ingredient0
Predicitions:action000ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -549,14 +643,17 @@ }, { "data": { - "text/markdown": [ - "| |Combine |ricotta |, |egg_white |, |mozzarella |, |1/4 |cup |of |the |Parmesan |, |salt |, |and |pepper |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| 0 | ingredient | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Add3rice-paperwrappers,1atatime,andletsoakuntilslightlysoftenedbutstillabitstiff,about30seconds;transfertoaworksurface.
labels:action00000000000action0000000000000000000
Predicitions:action00000000000action0000000000000000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -564,14 +661,17 @@ }, { "data": { - "text/markdown": [ - "| |Spread |3/4 |cup |of |the |tomato_sauce |on |bottom |of |a |10-inch |ovenproof |skillet |, |preferably |cast-iron |or |nonstick |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Rubeachwrapperwithalittlewateruntilcompletelypliable,thenblotdrywithpapertowels.
labels:action00000ingredient00000000000
Predicitions:action0ingredient000ingredient00000000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -579,14 +679,17 @@ }, { "data": { - "text/markdown": [ - "| |Top |with |2 |noodles |, |long |sides |touching |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Place1lettuceleafonthelowerthirdofeachwrapper.
labels:action0ingredient000action00000
Predicitions:action0ingredient000action000ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -594,14 +697,17 @@ }, { "data": { - "text/markdown": [ - "| |Spoon |1/3 |each |of |the |sausage |mixture |, |cheese |mixture |, |and |basil_leaves |over |noodles |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Brushwithalittleofthehoisinandtopwith3shrimphalves,ascant3tablespoonsoftheshreddedchickenand3mint_leaves.
labels:action0000000ingredient00ingredient000000000ingredient00ingredient0
Predicitions:action0000000ingredient00ingredientingredient00000000ingredient0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -609,14 +715,17 @@ }, { "data": { - "text/markdown": [ - "| |Assemble |2 |more |layers |, |beginning |with |2 |noodles |, |then |3/4 |cup |of |the |sauce |, |1/3 |of |the |sausage |mixture |, |1/3 |of |the |cheese |mixture |, |and |1/3 |of |the |basil_leaves |, |ending |top |layer |with |the |last |2 |noodles |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Foldupthebottomedgeofthewrapper,thenfoldtheendsinandrolloveronce.
labels:action000000000action0000ingredient000
Predicitions:action000000ingredient00action0ingredient00ingredient000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -624,14 +733,17 @@ }, { "data": { - "text/markdown": [ - "| |Spread |the |remaining |3/4 |cup |sauce |over |top |and |sprinkle |with |the |remaining |1/4 |cup |Parmesan |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Placeachiveonthewrapperandcontinuetorollintoatightcylinder.
labels:action0ingredient000000ingredient00000
Predicitions:action0000ingredient000ingredient00000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -639,14 +751,17 @@ }, { "data": { - "text/markdown": [ - "| |Cover |tightly |with |foil |. |\n", - "|-----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Placethefinishedrollsonalargeplatterandcoverwithlightlymoistenedpapertowelswhileyousoak,fillandrolltheremainingwrappers.
labels:action00ingredient00000action0000000action0ingredient0ingredient0000
Predicitions:action00ingredient000ingredient0action0000000action0ingredient0ingredient00ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -654,14 +769,17 @@ }, { "data": { - "text/markdown": [ - "| |Bake |35 |minutes |. |\n", - "|-----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Cuteachrollinhalfdiagonallyandservewiththedipping_sauce.
labels:action0ingredient0000action00ingredient0
Predicitions:action0ingredient0000action00ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -669,14 +787,17 @@ }, { "data": { - "text/markdown": [ - "| |Let |rest |10 |minutes |before |cutting |into |wedges |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
labels:
Predicitions:
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -684,14 +805,17 @@ }, { "data": { - "text/markdown": [ - "| |\n", - "|-----|\n", - "|labels:|\n", - "|Predicitions:|\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Inashallowdish,combinethepistachios,salt,andpepper.
labels:0000000ingredient0action00ingredient0
Predicitions:0000000ingredient0action00ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -699,14 +823,17 @@ }, { "data": { - "text/markdown": [ - "| |Preheat |the |oven |to |450 |degrees |F. |Bring |a |large |pot |of |salted_water |to |a |boil |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | action | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Dredgethesalmoninthepistachiomixture,pressinggentlytocoat.
labels:00ingredient00ingredient0000000
Predicitions:00ingredient00ingredient00action0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -714,14 +841,17 @@ }, { "data": { - "text/markdown": [ - "| |Put |2 |pieces |of |foil |side |by |side |on |a |baking |sheet |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Inasmallskillet,heattheoilandgarlicovermediumheat.
labels:00000action0ingredient0ingredient00action0
Predicitions:00000action0ingredient0ingredient00action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -729,14 +859,17 @@ }, { "data": { - "text/markdown": [ - "| |Put |the |almonds |on |one |piece |of |foil |and |the |broccoli |on |the |other |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | ingredient | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addthesalmonandcookuntilbrowned,about2to3minutes.
labels:action0ingredient0action0action0000000
Predicitions:action0ingredient0action0action0000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -744,14 +877,17 @@ }, { "data": { - "text/markdown": [ - "| |Transfer |to |the |oven |; |roast |until |the |almonds |are |lightly |toasted |, |about |7 |minutes |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Reducetheheattomedium;turnthesalmonandcookuntilsalmonflakeseasilywithfork,about2or3minutesmore.
labels:action0action00000ingredient0action0ingredientingredient00000000000
Predicitions:action0action00000ingredient0action0ingredientingredient00000000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -759,14 +895,17 @@ }, { "data": { - "text/markdown": [ - "| |Remove |the |foil |with |the |almonds |. |\n", - "|-----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Transferthefilletstoservingplates.
labels:00action0action00
Predicitions:00ingredient0action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -774,14 +913,17 @@ }, { "data": { - "text/markdown": [ - "| |Continue |roasting |the |broccoli |until |tender |, |about |7 |more |minutes |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
ServewithLemonCream_Sauce,andgarnishwithchoppedpistachios,ifdesired.
labels:action0ingredientingredient00action0actioningredient0000
Predicitions:action0ingredientingredient00action0actioningredient0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -789,14 +931,17 @@ }, { "data": { - "text/markdown": [ - "| |Season |the |broccoli |with |salt |and |pepper |and |transfer |to |a |large |bowl |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Inasmallsaucepan,meltthebutterovermedium-highheat.
labels:00000action0ingredient00action0
Predicitions:00000action0ingredient00action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -804,14 +949,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |the |pasta |to |the |boiling_water |and |cook |as |the |label |directs |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addtheflour,whiskingtocombineandcookfor2minutes.
labels:action0action0action000action0000
Predicitions:action0action00000action0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -819,14 +967,17 @@ }, { "data": { - "text/markdown": [ - "| |Meanwhile |, |pulse |the |almonds |in |a |food |processor |until |finely |chopped |; |with |the |motor |running |, |add |the |garlic |and |process |until |finely |chopped |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | action | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Reducetheheattomedium;stirinthebrothandcreamandsimmeruntilthickened,whiskingfrequently,about3minutes.
labels:action0action000action00ingredient0ingredient0action0action0action000000
Predicitions:action0action000action00ingredient0ingredient0action000action000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -834,14 +985,17 @@ }, { "data": { - "text/markdown": [ - "| |Drizzle |in |the |olive_oil |and |process |until |blended |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | ingredient | 0 | 0 | 0 | action | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addthelemon_zest,lemon_juice,salt,andpepper,whiskingtocombine.
labels:action0ingredient0ingredient0action00ingredient0action000
Predicitions:action0ingredient0ingredient0action00ingredient00000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -849,14 +1003,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |the |basil |and |pulse |until |smooth |; |transfer |to |the |bowl |with |the |broccoli |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Cookfor2minutes,whiskingconstantly.
labels:action0000action00
Predicitions:action0000action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -864,14 +1021,17 @@ }, { "data": { - "text/markdown": [ - "| |Put |the |tomatoes |and |half |of |their |juice |( |about |1 |cup |) |in |the |food |processor |and |pulse |until |pureed |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Pourintoaservingdishandservewiththesalmon.
labels:action00action00action00ingredient0
Predicitions:action00action00action00ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -879,14 +1039,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |to |the |bowl |with |the |broccoli |mixture |and |stir |to |combine |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | action | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | action | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
labels:
Predicitions:
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -894,14 +1057,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |1 |teaspoon |salt |and |1/2 |teaspoon |pepper |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | action | 0 | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | 0 | action | 0 | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Inasmallbowlcombineoil,soy_sauce,honey,red_wine_vinegar,garlic,ginger,andgreen_onion.
labels:00000ingredient0ingredient0ingredient0ingredient0ingredient0ingredient00ingredient0
Predicitions:00000ingredient0ingredient0ingredient0ingredient0ingredient0ingredient00ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -909,14 +1075,17 @@ }, { "data": { - "text/markdown": [ - "| |Drain |the |pasta |and |toss |with |the |sauce |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Mixwell.
labels:action00
Predicitions:action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -924,14 +1093,17 @@ }, { "data": { - "text/markdown": [ - "| |Per |serving |: |Calories |744 |; |Fat |39 |g |( |Saturated |5 |g |) |; |Cholesterol |0 |mg |; |Sodium |555 |mg |; |Carbohydrate |82 |g |; |Fiber |12 |g |; |Protein |20 |g |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | action | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Placesteakinalargeplasticbag,pourmarinadeoverandsecurebagtightly.
labels:actioningredient000000actioningredient000000
Predicitions:actioningredient000000actioningredient000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -939,14 +1111,17 @@ }, { "data": { - "text/markdown": [ - "| |Photograph |by |Antonis |Achilleos |\n", - "|-----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Allowmeattomarinateinrefrigeratorforatleast5hours,turningseveraltimes.
labels:0ingredient0action0action0000000000
Predicitions:0ingredient000action000000action000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -954,14 +1129,17 @@ }, { "data": { - "text/markdown": [ - "| |\n", - "|-----|\n", - "|labels:|\n", - "|Predicitions:|\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Grillabout2''above``whitehot''coalsorunderabroilerfor4-5minutesoneachside.
labels:action000000ingredient00000ingredient0000000
Predicitions:action000000ingredient0000000000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -969,14 +1147,17 @@ }, { "data": { - "text/markdown": [ - "| |Preheat |oven |to |350 |degrees |F |( |175 |degrees |C |) |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Toserve,slicethinstripsdiagonallyacrossthegrainofthemeat.
labels:0action0action00000ingredient00ingredient0
Predicitions:0action0action00000000ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -984,14 +1165,17 @@ }, { "data": { - "text/markdown": [ - "| |Lightly |grease |one |13 |x |9 |inch |cake |pan |or |two |8 |inch |round |cake |pans |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | ingredient | ingredient | 0 | 0 |\n", - "|Predicitions:| 0 | ingredient | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | ingredient | ingredient | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
labels:
Predicitions:
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -999,14 +1183,17 @@ }, { "data": { - "text/markdown": [ - "| |Mix |sugar |and |flour |together |. |\n", - "|-----|----|----|----|----|----|----|\n", - "|labels:| action | action | 0 | action | 0 | 0 |\n", - "|Predicitions:| action | action | 0 | action | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Inafoodprocessor,combinethespinach,cilantro,parsley,pumpkin_seeds,cheese,oregano,garlicandchile.
labels:0000000ingredient0ingredient0ingredient0ingredient0ingredient0ingredient0ingredient0ingredient0
Predicitions:0000000ingredient0ingredient0ingredient0ingredient0ingredient0ingredient0ingredient0ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1014,14 +1201,17 @@ }, { "data": { - "text/markdown": [ - "| |With |two |knives |or |a |pastry |blender |cut |the |shortening |into |the |flour |and |sugar |until |the |mixture |resembles |coarse |crumbs |( |as |if |you |were |making |pie_dough |) |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | ingredient | 0 | action | 0 | ingredient | 0 | 0 | action | 0 | action | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | ingredient | 0 | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | action | 0 | action | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Pulsetoblend.
labels:00action0
Predicitions:00action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1029,14 +1219,17 @@ }, { "data": { - "text/markdown": [ - "| |Reserve |1/2 |cup |of |this |mixture |as |crumbs |for |top |of |cake |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Withthemotorrunning,addtheoilandlime_juiceandprocessfor15to20minutesuntilwellblended.
labels:00000action0ingredient0ingredient000000000action0
Predicitions:00000action0ingredient0ingredient000000000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1044,14 +1237,17 @@ }, { "data": { - "text/markdown": [ - "| |To |the |remaining |flour |mixture |stir |in |the |baking_powder |, |eggs |, |milk |, |and |vanilla |and |mix |well |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | action | 0 | action | 0 | 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 | 0 | ingredient | 0 | action | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | action | 0 | action | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | 0 | ingredient | 0 | action | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Scrapeintoacontainer,cover,andrefrigerateuntilreadytouse.
labels:00000action00action00000
Predicitions:00000action00action00000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1059,14 +1255,17 @@ }, { "data": { - "text/markdown": [ - "| |Pour |batter |into |prepared |pan |. |\n", - "|-----|----|----|----|----|----|----|\n", - "|labels:| action | action | 0 | action | 0 | 0 |\n", - "|Predicitions:| 0 | action | 0 | action | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Thepestokeepsfor3to4daysintherefrigerator.
labels:0ingredient00000000action0
Predicitions:0ingredient00000000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1074,14 +1273,17 @@ }, { "data": { - "text/markdown": [ - "| |Sprinkle |reserved |crumb |mixture |over |top |. |\n", - "|-----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Makes2cups.
labels:0000
Predicitions:0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1089,14 +1291,17 @@ }, { "data": { - "text/markdown": [ - "| |Bake |at |350 |degrees |F |( |175 |degrees |C |) |for |about |45 |minutes |( |35 |minutes |if |using |two |8 |inch |round |cake |pans |) |or |until |center |of |cake |springs |back |when |lightly |touched |or |a |toothpick |inserted |in |the |center |comes |out |clean |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
IDEA:Substitutechicken_brothforoilandusethesameday.
labels:000ingredient0ingredient000000
Predicitions:00000ingredient000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1104,14 +1309,17 @@ }, { "data": { - "text/markdown": [ - "| |\n", - "|-----|\n", - "|labels:|\n", - "|Predicitions:|\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Shakewellbeforeusing.
labels:00000
Predicitions:action00action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1119,14 +1327,17 @@ }, { "data": { - "text/markdown": [ - "| |Combine |the |garlic |, |onions |, |salt |and |5 |cups |water |in |a |12-inch |high-sided |saucepan |and |bring |to |a |boil |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | ingredient | 0 | ingredient | 0 | action | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 |\n", - "|Predicitions:| 0 | 0 | ingredient | 0 | ingredient | 0 | action | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
NOTES:Adjustthe``fire''oftheadobo(hotterthanthechile)toyourtasteandexperience.
labels:00action000000ingredient0000ingredient000action000
Predicitions:00000000000000ingredient000action0action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1134,14 +1345,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |the |chicken_breasts |and |bay_leaf |, |and |lower |the |heat |to |a |simmer |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | ingredient | 0 | 0 | action | 0 | action | 0 | 0 | action | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | ingredient | 0 | 0 | action | 0 | action | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Formoreflavor,addtarragon,rosemary,sun-dried_tomatoes,roastedred_bell_peppers,roastedeggplant,whatever!
labels:00ingredient0actioningredient0ingredient0ingredient0actioningredient0actioningredient000
Predicitions:00ingredient0actioningredient0ingredient0ingredient0actioningredient0actioningredient000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1149,14 +1363,17 @@ }, { "data": { - "text/markdown": [ - "| |Cook |the |chicken |, |partially |covered |, |until |cooked |through |, |about |35 |minutes |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | action | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | action | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Useasacondiment.
labels:000ingredient0
Predicitions:00000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1164,14 +1381,17 @@ }, { "data": { - "text/markdown": [ - "| |( |To |check |for |doneness |, |slit |the |chicken |in |half |to |make |sure |the |interior |is |no |longer |pink |. |) |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Dabandswirlintothicksoups.
labels:00000ingredient0
Predicitions:0000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1179,14 +1399,17 @@ }, { "data": { - "text/markdown": [ - "| |Remove |the |chicken |( |reserve |the |broth |) |and |allow |to |cool |slightly |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | action | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | action | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Tossontohotpasta,especiallygoodonpolenta-pasta-twists.
labels:00ingredientingredient000000
Predicitions:00ingredientingredient000000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1194,14 +1417,17 @@ }, { "data": { - "text/markdown": [ - "| |When |cool |enough |to |handle |, |shred |by |hand |and |place |in |a |medium |bowl |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | action | 0 | 0 | 0 | 0 | action | 0 | ingredient | 0 | action | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addtosalsa.
labels:action0ingredient0
Predicitions:action0ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1209,14 +1435,17 @@ }, { "data": { - "text/markdown": [ - "| |Remove |enough |broth |to |leave |about |2 |cups |in |the |pan |with |the |onions |and |garlic |( |cool |and |refrigerate |or |freeze |the |extra |broth |for |another |use |) |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | action | 0 | action | 0 | action | 0 | ingredient | ingredient | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | action | 0 | 0 | 0 | action | 0 | ingredient | ingredient | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Thecilantro_pestocouldbemade,Ithink,withlessornooil-subbroth.
labels:0ingredient00000000000ingredient00ingredient0
Predicitions:0ingredient00000000000ingredient0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1224,14 +1453,17 @@ }, { "data": { - "text/markdown": [ - "| |Remove |the |bay_leaf |. |\n", - "|-----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
labels:
Predicitions:
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1239,14 +1471,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |the |tomatillos |and |jalapenos |and |cook |until |the |tomatillos |are |olive |green |, |10 |to |12 |minutes |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 | ingredient | ingredient | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | 0 | action | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Heatolive_oilovermediumheat.
labels:actioningredient00action0
Predicitions:actioningredient00action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1254,14 +1489,17 @@ }, { "data": { - "text/markdown": [ - "| |With |a |slotted |spoon |, |transfer |the |solid |ingredients |( |onions |, |tomatillos |and |garlic |) |to |a |blender |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addonions,garlic,dill_seeds,dill_weedsandoreganoandcookforabout5minutes.
labels:actioningredient0ingredient0ingredient0ingredient0ingredient0action00000
Predicitions:actioningredient0ingredient0ingredient0ingredient0ingredient0action00000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1269,14 +1507,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |the |cilantro |and |process |until |smooth |( |using |some |of |the |liquid |in |the |pan |if |needed |) |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addflourandstirfor2minutes.
labels:actionaction0action0000
Predicitions:actionaction0action0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1284,14 +1525,17 @@ }, { "data": { - "text/markdown": [ - "| |Season |with |salt |and |pepper |. |\n", - "|-----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | action | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | action | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addbothcansoftomatoes,chicken_broth,saltandpepper.
labels:action000ingredient0ingredient0action0ingredient0
Predicitions:action000ingredient0ingredient0action0ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1299,14 +1543,17 @@ }, { "data": { - "text/markdown": [ - "| |Pour |the |salsa |back |into |the |saucepan |and |bring |to |a |boil |; |add |the |chicken |and |cook |until |the |flavors |incorporate |, |about |5 |minutes |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | action | 0 | ingredient | 0 | action | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | action | 0 | ingredient | 0 | action | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Boilthenturndowntoasimmer.
labels:action00000action0
Predicitions:action00000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1314,14 +1561,17 @@ }, { "data": { - "text/markdown": [ - "| |Adjust |the |seasoning |. |\n", - "|-----|----|----|----|----|\n", - "|labels:| action | 0 | action | 0 |\n", - "|Predicitions:| 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addcreamslowlyasyoustirmixture.
labels:actioningredient000action00
Predicitions:actioningredient000action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1329,14 +1579,17 @@ }, { "data": { - "text/markdown": [ - "| |Remove |from |the |heat |and |set |aside |to |cool |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | action | 0 | action | 0 | 0 | action | 0 |\n", - "|Predicitions:| action | 0 | 0 | action | 0 | action | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addparsleyandhoneyandcontinuetostir.
labels:actioningredient0ingredient000action0
Predicitions:actioningredient0ingredient000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1344,14 +1597,17 @@ }, { "data": { - "text/markdown": [ - "| |Preheat |the |oven |to |400 |degrees |F |. |\n", - "|-----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Letsimmerfor10minutes.
labels:0action0000
Predicitions:0action0000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1359,14 +1615,17 @@ }, { "data": { - "text/markdown": [ - "| |To |assemble |the |empanadas |: |Dust |a |flat |surface |with |flour |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Enjoy.
labels:00
Predicitions:00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1374,14 +1633,17 @@ }, { "data": { - "text/markdown": [ - "| |Roll |out |the |pizza_dough |about |1/8 |to |1/4 |inch |thick |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
labels:
Predicitions:
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1389,14 +1651,17 @@ }, { "data": { - "text/markdown": [ - "| |Using |a |6-inch |round |cookie |cutter |( |or |a |bowl |or |plate |with |the |same |diameter |) |, |cut |the |dough |into |circles |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | ingredient | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | ingredient | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | ingredient | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | ingredient | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Mixsalt,pepperandcinnamoninsmallbowl;rubchicken_pieceswithsaltmixture.
labels:actionaction0ingredient0ingredient0000actioningredient0action00
Predicitions:actionaction0ingredient0ingredient0000action00action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1404,14 +1669,17 @@ }, { "data": { - "text/markdown": [ - "| |Expect |to |get |about |3 |circles |from |1 |pound |of |dough |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Heatoilin11-inchskilletwithhighsidesoverhighheatuntilhot.
labels:actioningredient00000000action0ingredient0
Predicitions:actioningredient00000000action0ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1419,14 +1687,17 @@ }, { "data": { - "text/markdown": [ - "| |Brush |the |egg |wash |over |the |surface |of |one |dough |round |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | action | 0 | 0 | 0 | 0 | 0 | ingredient | ingredient | 0 |\n", - "|Predicitions:| 0 | 0 | ingredient | action | 0 | 0 | action | 0 | 0 | ingredient | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addchicken,skinsidedown.
labels:actioningredient00000
Predicitions:actioningredient00000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1434,14 +1705,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |2 |tablespoons |of |filling |onto |half |of |the |circle |and |sprinkle |about |1 |ounce |of |mozzarella |on |top |of |the |filling |, |if |using |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | ingredient | 0 | ingredient | 0 | 0 | ingredient | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Cook4to5minutesoneachsideoruntilbrown.
labels:action000000000action0
Predicitions:action000000000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1449,14 +1723,17 @@ }, { "data": { - "text/markdown": [ - "| |Fold |the |plain |half |over |the |filling |. |\n", - "|-----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| 0 | 0 | action | 0 | 0 | 0 | ingredient | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
(Cook_chickenin2batchesifpanistoosmallforchickentobrownproperly.
labels:0ingredient000000000ingredient0action00
Predicitions:0ingredient000000000ingredient0action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1464,14 +1741,17 @@ }, { "data": { - "text/markdown": [ - "| |Seal |the |edges |with |fork |tines |or |crimp |decoratively |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
).
labels:00
Predicitions:00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1479,14 +1759,17 @@ }, { "data": { - "text/markdown": [ - "| |Repeat |for |the |remaining |empanadas |. |\n", - "|-----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | 0 | 0 | ingredient | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Removechickenfromskilletandplaceonplate;keepwarm.
labels:actioningredient000action0000action0
Predicitions:actioningredient000action0000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1494,14 +1777,17 @@ }, { "data": { - "text/markdown": [ - "| |( |Save |any |leftover |filling |in |an |airtight |container |in |the |fridge |for |up |to |a |week |for |another |use |. |) |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | ingredient | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Reduceheattomedium-high.
labels:actionaction000
Predicitions:actionaction000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1509,14 +1795,17 @@ }, { "data": { - "text/markdown": [ - "| |Transfer |the |empanadas |to |a |baking |sheet |lined |with |parchment |paper |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | ingredient | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | 0 | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addonionand1tablespoongarlic.
labels:actioningredient000ingredient0
Predicitions:actioningredient000ingredient0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1524,14 +1813,17 @@ }, { "data": { - "text/markdown": [ - "| |Using |a |pastry |brush |, |brush |the |tops |of |the |empanadas |with |the |egg |wash. |Bake |until |crisp |and |golden |brown |, |about |20 |minutes |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | 0 | ingredient | action | 0 | action | 0 | ingredient | 0 | 0 | ingredient | 0 | 0 | ingredient | 0 | action | 0 | ingredient | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 |\n", - "|Predicitions:| 0 | 0 | ingredient | action | 0 | action | 0 | ingredient | 0 | 0 | 0 | 0 | 0 | ingredient | 0 | action | 0 | ingredient | 0 | 0 | action | 0 | 0 | 0 | 0 | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Cook3minutesoruntilonionistender,stirringoccasionally.
labels:action0000ingredient000action00
Predicitions:action0000ingredient000action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1539,14 +1831,17 @@ }, { "data": { - "text/markdown": [ - "| |Let |cool |for |about |10 |minutes |before |serving |. |\n", - "|-----|----|----|----|----|----|----|----|----|----|\n", - "|labels:| 0 | action | 0 | 0 | 0 | 0 | 0 | action | 0 |\n", - "|Predicitions:| 0 | action | 0 | 0 | 0 | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addwineandscrapebottomofskilletwithwoodenspoontoloosenanycooked-onbrownbits.
labels:actioningredient0000000action00ingredient0action00
Predicitions:actioningredient0000000action00ingredient0action00
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1554,14 +1849,17 @@ }, { "data": { - "text/markdown": [ - "| |\n", - "|-----|\n", - "|labels:|\n", - "|Predicitions:|\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Continuecookinguntilwinehasevaporated.
labels:0action0ingredient000
Predicitions:0action00000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1569,14 +1867,17 @@ }, { "data": { - "text/markdown": [ - "| |Heat |a |large |pot |over |mediumhigh |heat |. |\n", - "|-----|----|----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | 0 | 0 | 0 | 0 | action | 0 |\n", - "|Predicitions:| action | 0 | 0 | 0 | 0 | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Addundrainedtomatoes,remaininggarlicandoreganotoskillet;stir.
labels:action0ingredient00ingredient0ingredient000action0
Predicitions:action0ingredient00ingredient0ingredient000action0
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {}, @@ -1584,14 +1885,17 @@ }, { "data": { - "text/markdown": [ - "| |Add |the |bacon |and |cook |. |\n", - "|-----|----|----|----|----|----|----|\n", - "|labels:| action | 0 | ingredient | 0 | action | 0 |\n", - "|Predicitions:| action | 0 | ingredient | 0 | action | 0 |\n" + "text/html": [ + "\n", + "\n", + "\n", + "\n", + "\n", + "\n", + "
Returnchicken,skinsidedown,andjuicestoskillet.
labels:0ingredient000000ingredient000
Predicitions:0ingredient000000action000
\n" ], "text/plain": [ - "" + "" ] }, "metadata": {},