Skip to content

Commit

Permalink
small fix in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Jun 1, 2018
1 parent 5ba5490 commit baa6e82
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions tutorial/searchQuantifiers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
"output_type": "stream",
"text": [
"382 results\n",
" 1.90s Done\n"
" 1.64s Done\n"
]
}
],
Expand Down Expand Up @@ -432,7 +432,7 @@
"output_type": "stream",
"text": [
"382 results\n",
" 0.38s Done\n"
" 0.80s Done\n"
]
}
],
Expand Down Expand Up @@ -467,7 +467,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
" 0.19s 382\n"
" 0.15s 382\n"
]
}
],
Expand Down Expand Up @@ -532,7 +532,7 @@
"output_type": "stream",
"text": [
"31399 results\n",
" 2.37s Done\n"
" 2.36s Done\n"
]
},
{
Expand Down Expand Up @@ -2388,7 +2388,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
" 1.72s 31399\n"
" 1.33s 31399\n"
]
}
],
Expand Down Expand Up @@ -2455,7 +2455,7 @@
" | | /where/\n",
" | | parent:clause\n",
" | | phrase function=Pred\n",
" | | 0.71s 57070 matching nodes\n",
" | | 0.68s 57070 matching nodes\n",
" | | /have/\n",
" | | parent:clause\n",
" | | phrase function=Pred\n",
Expand All @@ -2470,12 +2470,12 @@
" | | | /-/\n",
" | | | 1.51s 4893 nodes to exclude\n",
" | | 1.53s reduction from 57070 to 52177 nodes\n",
" | | 1.79s 52177 matching nodes\n",
" | | 1.82s 4893 match antecedent but not consequent\n",
" | 1.81s reduction from 88101 to 83208 nodes\n",
" 2.20s Constraining search space with 1 relations ...\n",
" 2.20s Setting up retrieval plan ...\n",
" 2.21s Ready to deliver results from 115154 nodes\n",
" | | 1.78s 52177 matching nodes\n",
" | | 1.81s 4893 match antecedent but not consequent\n",
" | 1.79s reduction from 88101 to 83208 nodes\n",
" 2.19s Constraining search space with 1 relations ...\n",
" 2.19s Setting up retrieval plan ...\n",
" 2.19s Ready to deliver results from 115154 nodes\n",
"Iterate over S.fetch() to get the results\n",
"See S.showPlan() to interpret the results\n"
]
Expand Down Expand Up @@ -2525,7 +2525,7 @@
"output_type": "stream",
"text": [
"15332 results\n",
" 1.22s Done\n"
" 0.96s Done\n"
]
}
],
Expand Down Expand Up @@ -2562,7 +2562,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
" 3.12s 15332\n"
" 3.28s 15332\n"
]
}
],
Expand Down Expand Up @@ -2635,14 +2635,15 @@
" | | /with/\n",
" | | c:clause\n",
" | | =: phrase function=Subj\n",
" | | 0.57s adding 5297 to 0 yields 5297 nodes\n",
" | | 0.69s adding 5297 to 0 yields 5297 nodes\n",
" | | /or/\n",
" | | c:clause\n",
" | | := phrase function=Subj/-/\n",
" | | 0.58s adding 11118 to 5297 yields 15924 nodes\n",
" | 0.59s reduction from 88101 to 15924 nodes\n",
" 0.70s Constraining search space with 3 relations ...\n",
" 0.72s Setting up retrieval plan ...\n",
" | | := phrase function=Subj\n",
" | | 0.55s adding 11118 to 5297 yields 15924 nodes\n",
" | | /-/\n",
" | 0.55s reduction from 88101 to 15924 nodes\n",
" 0.67s Constraining search space with 3 relations ...\n",
" 0.70s Setting up retrieval plan ...\n",
" 0.74s Ready to deliver results from 522298 nodes\n",
"Iterate over S.fetch() to get the results\n",
"See S.showPlan() to interpret the results\n"
Expand Down Expand Up @@ -2823,18 +2824,18 @@
" | | /where/\n",
" | | parent:phrase\n",
" | | w:word pdp=verb\n",
" | | 1.09s 69026 matching nodes\n",
" | | 1.38s 69026 matching nodes\n",
" | | /have/\n",
" | | parent:phrase\n",
" | | w:word pdp=verb\n",
" | | parent function=Pred\n",
" | | /-/\n",
" | | 1.44s 57070 matching nodes\n",
" | | 1.49s 11955 match antecedent but not consequent\n",
" | 1.51s reduction from 253187 to 241232 nodes\n",
" 1.52s Constraining search space with 0 relations ...\n",
" 1.52s Setting up retrieval plan ...\n",
" 1.52s Ready to deliver results from 241232 nodes\n",
" | | 1.41s 57070 matching nodes\n",
" | | 1.46s 11955 match antecedent but not consequent\n",
" | 1.47s reduction from 253187 to 241232 nodes\n",
" 1.48s Constraining search space with 0 relations ...\n",
" 1.48s Setting up retrieval plan ...\n",
" 1.49s Ready to deliver results from 241232 nodes\n",
"Iterate over S.fetch() to get the results\n",
"See S.showPlan() to interpret the results\n"
]
Expand Down

0 comments on commit baa6e82

Please sign in to comment.