Skip to content

Commit

Permalink
before pull
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed May 8, 2023
1 parent 7608d76 commit bc3af5e
Showing 1 changed file with 49 additions and 6 deletions.
55 changes: 49 additions & 6 deletions tutorial/test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 3,
"id": "8d2e243b-95cc-4969-af5c-d1c2517a2534",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -67,7 +67,7 @@
"data": {
"text/html": [
"\n",
" <b>Text-Fabric:</b> <a target=\"_blank\" href=\"https://annotation.github.io/text-fabric/tf/cheatsheet.html\" title=\"text-fabric-api\">Text-Fabric API 11.2.1</a>, <a target=\"_blank\" href=\"https://github.com/ETCBC/nestle1904/blob/master/app\" title=\"ETCBC/nestle1904 app\">ETCBC/nestle1904/app v3</a>, <a target=\"_blank\" href=\"https://annotation.github.io/text-fabric/tf/about/searchusage.html\" title=\"Search Templates Introduction and Reference\">Search Reference</a><br>\n",
" <b>Text-Fabric:</b> <a target=\"_blank\" href=\"https://annotation.github.io/text-fabric/tf/cheatsheet.html\" title=\"text-fabric-api\">Text-Fabric API 11.2.2</a>, <a target=\"_blank\" href=\"https://github.com/ETCBC/nestle1904/blob/master/app\" title=\"ETCBC/nestle1904 app\">ETCBC/nestle1904/app v3</a>, <a target=\"_blank\" href=\"https://annotation.github.io/text-fabric/tf/about/searchusage.html\" title=\"Search Templates Introduction and Reference\">Search Reference</a><br>\n",
" <b>Data:</b> <a target=\"_blank\" href=\"https://github.com/ETCBC/nestle1904/blob/master/docs/home.md\" title=\"provenance of TF dataset (unspecified)\">ETCBC - nestle1904 0.1</a>, <a target=\"_blank\" href=\"https://annotation.github.io/text-fabric/tf/writing/greek.html\" title=\"How TF features represent text\">Character table</a>, <a target=\"_blank\" href=\"https://github.com/ETCBC/nestle1904/blob/master/docs/features/home.md\" title=\"ETCBC - nestle1904 feature documentation\">Feature docs</a><br>\n",
" <details class=\"nodeinfo\"><summary><b>Node types</b></summary>\n",
"<table class=\"nodeinfo\">\n",
Expand Down Expand Up @@ -1172,15 +1172,15 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 4,
"id": "f7770990-9cd3-41c8-8fae-374930fa8e8f",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" 0.15s 137779 results\n"
" 0.14s 137779 results\n"
]
}
],
Expand All @@ -1192,7 +1192,7 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 5,
"id": "a34061ea-4d3a-433b-9b6f-b9de9b5d6a22",
"metadata": {},
"outputs": [
Expand Down Expand Up @@ -1251,9 +1251,52 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 6,
"id": "217eabe3-04bd-468d-b7c3-39b0b72ca2c8",
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
" 0.00s 1 result\n"
]
}
],
"source": [
"results = A.search(\"\"\"\n",
"error\n",
"\"\"\")"
]
},
{
"cell_type": "code",
"execution_count": 7,
"id": "676961b9-2d8b-4465-9b34-9709143b95db",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"<div class=\"tfsechead \"><span class=\"ltr\">gnt 05-acts</span></div><div class=\" children\"><div class=\"contnr c2 trm \" ><div class=\"lbl c2 trm \" ><span class=\"nd\">error </span></div></div></div>"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"A.pretty(results[0][0])"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b864d865-f2e0-46bd-a7e1-f8d25f6091be",
"metadata": {},
"outputs": [],
"source": []
}
Expand Down

0 comments on commit bc3af5e

Please sign in to comment.