tpmkms_4wp 8.9.1-beta.27 → 8.9.1-beta.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/animals.instance.json +6427 -714
- package/common/articles.js +4 -7
- package/common/articles.test.json +268 -136
- package/common/asking.test.json +1504 -798
- package/common/avatar.js +8 -0
- package/common/avatar.test.json +3292 -1852
- package/common/characters.test.json +962 -464
- package/common/colors.instance.json +22950 -1756
- package/common/colors.test.json +140 -68
- package/common/comparable.instance.json +1279 -149
- package/common/comparable.js +11 -11
- package/common/comparable.test.json +455 -230
- package/common/concept.js +9 -1
- package/common/concept.test.json +2023 -928
- package/common/conjunction.js +12 -0
- package/common/conjunction.test.json +219 -102
- package/common/countable.test.json +906 -444
- package/common/crew.instance.json +18796 -2069
- package/common/crew.js +19 -0
- package/common/crew.test.json +7104 -3435
- package/common/currency.js +0 -1
- package/common/currency.test.json +753 -369
- package/common/dialogues.js +76 -29
- package/common/dialogues.test.json +4225 -1915
- package/common/dimension.instance.json +744 -112
- package/common/dimension.js +16 -2
- package/common/dimension.test.json +10410 -4721
- package/common/edible.instance.json +21412 -2527
- package/common/edible.js +13 -0
- package/common/edible.test.json +1033 -487
- package/common/emotions.instance.json +2269 -254
- package/common/emotions.js +10 -2
- package/common/emotions.test.json +928 -403
- package/common/errors.js +0 -2
- package/common/errors.test.json +77 -38
- package/common/evaluate.test.json +43 -22
- package/common/events.test.json +453 -210
- package/common/fastfood.instance.json +80935 -9140
- package/common/fastfood.js +83 -2
- package/common/fastfood.test.json +37703 -20376
- package/common/formulas.instance.json +309 -53
- package/common/formulas.test.json +6286 -3094
- package/common/gdefaults.js +0 -1
- package/common/help.test.json +272 -128
- package/common/helpers/concept.js +1 -0
- package/common/helpers/properties.js +1 -31
- package/common/hierarchy.js +9 -0
- package/common/hierarchy.test.json +21532 -10628
- package/common/javascript.test.json +185 -86
- package/common/kirk.instance.json +302 -3
- package/common/kirk.test.json +621 -285
- package/common/length.instance.json +9630 -697
- package/common/length.test.json +3359 -1737
- package/common/listener.test.json +33 -18
- package/common/math.instance.json +278 -52
- package/common/math.test.json +22940 -13876
- package/common/meta.instance.json +1 -0
- package/common/meta.js +8 -8
- package/common/meta.test.json +584 -272
- package/common/nameable.test.json +1800 -843
- package/common/negation.test.json +114 -60
- package/common/numbers.test.json +198 -108
- package/common/ordering.instance.json +3848 -541
- package/common/ordering.test.json +1158 -540
- package/common/ordinals.js +7 -1
- package/common/ordinals.test.json +256 -136
- package/common/people.instance.json +3803 -537
- package/common/people.js +0 -14
- package/common/people.test.json +14361 -7176
- package/common/percentages.js +0 -1
- package/common/percentages.test.json +289 -134
- package/common/pipboy.instance.json +13187 -1238
- package/common/pipboy.js +22 -41
- package/common/pipboy.test.json +5598 -2688
- package/common/pokemon.instance.json +5930 -660
- package/common/pokemon.test.json +975 -453
- package/common/pressure.instance.json +2589 -286
- package/common/pressure.test.json +991 -445
- package/common/properties.instance.json +887 -80
- package/common/properties.js +13 -22
- package/common/properties.test.json +20521 -9542
- package/common/punctuation.test.json +305 -146
- package/common/reports.instance.json +965 -108
- package/common/reports.js +7 -0
- package/common/reports.test.json +13247 -6426
- package/common/scorekeeper.instance.json +1 -0
- package/common/scorekeeper.js +17 -7
- package/common/scorekeeper.test.json +26256 -11598
- package/common/sizeable.test.json +455 -230
- package/common/spock.instance.json +302 -3
- package/common/spock.test.json +621 -285
- package/common/stgame.js +0 -1
- package/common/stgame.test.json +962 -464
- package/common/stm.test.json +755 -374
- package/common/tell.test.json +195 -90
- package/common/temperature.instance.json +5940 -285
- package/common/temperature.test.json +990 -444
- package/common/testing.test.json +67 -34
- package/common/time.test.json +2386 -1066
- package/common/tokenize.js +3 -2
- package/common/tokenize.test.json +33 -18
- package/common/ui.instance.json +123 -21
- package/common/ui.js +0 -16
- package/common/ui.test.json +612 -312
- package/common/weight.instance.json +9798 -680
- package/common/weight.js +10 -0
- package/common/weight.test.json +6185 -2711
- package/common/wp.instance.json +13555 -1583
- package/common/wp.js +11 -6
- package/common/wp.test.json +27299 -13463
- package/common/yesno.test.json +132 -72
- package/package.json +2 -2
@@ -123,7 +123,7 @@
|
|
123
123
|
],
|
124
124
|
[
|
125
125
|
"comparable",
|
126
|
-
"
|
126
|
+
"theAble",
|
127
127
|
false
|
128
128
|
],
|
129
129
|
[
|
@@ -296,6 +296,11 @@
|
|
296
296
|
"isEder",
|
297
297
|
false
|
298
298
|
],
|
299
|
+
[
|
300
|
+
"isQuery",
|
301
|
+
"verb",
|
302
|
+
false
|
303
|
+
],
|
299
304
|
[
|
300
305
|
"it",
|
301
306
|
"pronoun",
|
@@ -321,6 +326,11 @@
|
|
321
326
|
"direction",
|
322
327
|
false
|
323
328
|
],
|
329
|
+
[
|
330
|
+
"listable",
|
331
|
+
"listable",
|
332
|
+
false
|
333
|
+
],
|
324
334
|
[
|
325
335
|
"lowest",
|
326
336
|
"condition",
|
@@ -476,6 +486,11 @@
|
|
476
486
|
"queryable",
|
477
487
|
false
|
478
488
|
],
|
489
|
+
[
|
490
|
+
"object",
|
491
|
+
"listable",
|
492
|
+
false
|
493
|
+
],
|
479
494
|
[
|
480
495
|
"object",
|
481
496
|
"queryable",
|
@@ -528,7 +543,7 @@
|
|
528
543
|
],
|
529
544
|
[
|
530
545
|
"operator_modifier",
|
531
|
-
"
|
546
|
+
"adjective",
|
532
547
|
false
|
533
548
|
],
|
534
549
|
[
|
@@ -578,7 +593,7 @@
|
|
578
593
|
],
|
579
594
|
[
|
580
595
|
"ordering_modifier",
|
581
|
-
"
|
596
|
+
"adjective",
|
582
597
|
false
|
583
598
|
],
|
584
599
|
[
|
@@ -663,7 +678,7 @@
|
|
663
678
|
],
|
664
679
|
[
|
665
680
|
"queryable",
|
666
|
-
"
|
681
|
+
"listable",
|
667
682
|
false
|
668
683
|
],
|
669
684
|
[
|
@@ -992,10 +1007,6 @@
|
|
992
1007
|
"price",
|
993
1008
|
0
|
994
1009
|
],
|
995
|
-
[
|
996
|
-
"property",
|
997
|
-
0
|
998
|
-
],
|
999
1010
|
[
|
1000
1011
|
"quantity",
|
1001
1012
|
0
|
@@ -1017,10 +1028,6 @@
|
|
1017
1028
|
"list",
|
1018
1029
|
0
|
1019
1030
|
],
|
1020
|
-
[
|
1021
|
-
"property",
|
1022
|
-
0
|
1023
|
-
],
|
1024
1031
|
[
|
1025
1032
|
"quantity",
|
1026
1033
|
0
|
@@ -1028,23 +1035,6 @@
|
|
1028
1035
|
],
|
1029
1036
|
"counter": 2
|
1030
1037
|
},
|
1031
|
-
{
|
1032
|
-
"op": [
|
1033
|
-
"property",
|
1034
|
-
0
|
1035
|
-
],
|
1036
|
-
"ops": [
|
1037
|
-
[
|
1038
|
-
"is",
|
1039
|
-
0
|
1040
|
-
],
|
1041
|
-
[
|
1042
|
-
"property",
|
1043
|
-
0
|
1044
|
-
]
|
1045
|
-
],
|
1046
|
-
"counter": 3
|
1047
|
-
},
|
1048
1038
|
{
|
1049
1039
|
"op": [
|
1050
1040
|
"is",
|
@@ -1056,7 +1046,7 @@
|
|
1056
1046
|
0
|
1057
1047
|
]
|
1058
1048
|
],
|
1059
|
-
"counter":
|
1049
|
+
"counter": 3
|
1060
1050
|
},
|
1061
1051
|
{
|
1062
1052
|
"op": [
|
@@ -1069,11 +1059,11 @@
|
|
1069
1059
|
1
|
1070
1060
|
]
|
1071
1061
|
],
|
1072
|
-
"counter":
|
1062
|
+
"counter": 4
|
1073
1063
|
}
|
1074
1064
|
]
|
1075
1065
|
},
|
1076
|
-
"trace": "\n\n>>>>>>>>>>>>> Counter 1\n summary\n\n 0. price/0 (1, 1) - \"price\"\n 1. list/0 (1, 5) - \"and\"\n 2. quantity/0 (1, 9) - \"quantity\"\n 3. is/0 (1, 12) - \"are\"\n 4. property/0 (1, 18) - \"properties\"\n\n details\n\n 0. price/0 (1, 1) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. list/0 (1, 5) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n word: \"and\"\n }\n 2. quantity/0 (1, 9) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. is/0 (1, 12) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. property/0 (1, 18) - \"properties\"\n {\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({default: True, marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price})\n\n>>>>>>>>>>>>> Counter 2\n summary\n\n *0. price/1 (dead) (2, 0) - \"price\"\n 1. list/0 (1, 5) - \"and\"\n 2. quantity/0 (1, 9) - \"quantity\"\n 3. is/0 (1, 12) - \"are\"\n 4. property/0 (1, 18) - \"properties\"\n\n details\n\n *0. price/1 (dead) (2, 0) - \"price\"\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. list/0 (1, 5) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n types: [\n ]\n word: \"and\"\n }\n 2. quantity/0 (1, 9) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. is/0 (1, 12) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. property/0 (1, 18) - \"properties\"\n {\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({default: True, marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge)), range: {'start': 6, 'end': 8}, text: and, types: [], word: and})\n\n>>>>>>>>>>>>> Counter 3\n summary\n\n *0. list/1 (3, 0) - \"price and quantity\"\n 1. is/0 (1, 12) - \"are\"\n 2. property/0 (1, 18) - \"properties\"\n\n details\n\n *0. list/1 (3, 0) - \"price and quantity\"\n {\n prioritized_by: [('list', 0)]\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'count': 2, 'found_types': ['quantity', 'price'], 'type': ['quantifier', 'queryable', 'comparable', 'theAble', 'property', 'quantity', 'number']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 12) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 2. property/0 (1, 18) - \"properties\"\n {\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=2) is Context({marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, value: property, word: properties})\n\n>>>>>>>>>>>>> Counter 4\n summary\n\n 0. list/1 (3, 0) - \"price and quantity\"\n 1. is/0 (1, 12) - \"are\"\n *2. property/1 (dead) (2, 1) - \"properties\"\n\n details\n\n 0. list/1 (3, 0) - \"price and quantity\"\n {\n prioritized_by: [('list', 0)]\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'count': 2, 'found_types': ['quantity', 'price'], 'type': ['quantifier', 'queryable', 'comparable', 'theAble', 'property', 'quantity', 'number']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 12) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n *2. property/1 (dead) (2, 1) - \"properties\"\n {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge)), number: many, range: {'start': 19, 'end': 21}, text: are, word: are})\n\n>>>>>>>>>>>>> Counter 5\n summary\n\n *0. is/1 (4, 0) - \"price and quantity are properties\"\n\n details\n\n *0. is/1 (4, 0) - \"price and quantity are properties\"\n {\n prioritized_by: [('is', 0)]\n marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({'count': 2, 'found_types': []}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'count': 2, 'found_types': ['quantity', 'price'], 'type': ['quantifier', 'queryable', 'comparable', 'theAble', 'property', 'quantity', 'number']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({'count': 2, 'found_types': []}) bridge(bridge)), number: many, one: Context({default: True, isList: True, listable: True, marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'count': 2, 'found_types': ['quantity', 'price'], 'type': ['quantifier', 'queryable', 'comparable', 'theAble', 'property', 'quantity', 'number']}) bridge(bridge)), number: many, range: {'start': 0, 'end': 32}, text: price and quantity, types: ['price'], value: [Context({dead: True, default: True, marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price}), Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 10, 'end': 17}, text: quantity, value: quantity, word: quantity})], word: and}), range: {'start': 0, 'end': 32}, text: price and quantity are properties, two: Context({dead: True, marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, types: ['property'], value: property, word: properties}), word: are})\n\n>>>>>>>>>>>>> Counter 6\n summary\n\n *0. is/2 (dead) (5, 0) - \"price and quantity are properties\"\n\n details\n\n *0. is/2 (dead) (5, 0) - \"price and quantity are properties\"\n {\n prioritized_by: [('is', 1)]\n dead: true\n marker: Operator(is/2, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'count': 2, 'found_types': ['quantity', 'price'], 'type': ['quantifier', 'queryable', 'comparable', 'theAble', 'property', 'quantity', 'number']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\n",
|
1066
|
+
"trace": "\n\n>>>>>>>>>>>>> Counter 1\n summary\n\n 0. price/0 - \"price\"\n 1. list/0 - \"and\"\n 2. quantity/0 - \"quantity\"\n 3. is/0 - \"are\"\n 4. property/0 (dead) - \"properties\"\n\n details\n\n 0. Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)) (1, 0) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge)) (1, 6) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n word: \"and\"\n }\n 2. Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)) (1, 10) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge)) (1, 15) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. Operator(property/0, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (1, 21) - \"properties\"\n {\n dead: true\n marker: Operator(property/0, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is ('price', 0), Context({default: True, marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price})\n\n>>>>>>>>>>>>> Counter 2\n summary\n\n *0. price/1 (dead) - \"price\"\n 1. list/0 - \"and\"\n 2. quantity/0 - \"quantity\"\n 3. is/0 - \"are\"\n 4. property/0 (dead) - \"properties\"\n\n details\n\n 0. Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (2, 0) - \"price\"\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge)) (1, 6) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n types: [\n ]\n word: \"and\"\n }\n 2. Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)) (1, 10) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge)) (1, 15) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. Operator(property/0, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (1, 21) - \"properties\"\n {\n dead: true\n marker: Operator(property/0, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is ('list', 0), Context({default: True, marker: Operator(list/0, PASS, ['Selector(Bridge(\\'{ ...next(operator), listable: true, isList: true, value: append(before, after) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])], bridge(bridge))'], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge)), range: {'start': 6, 'end': 8}, text: and, types: [], word: and})\n\n>>>>>>>>>>>>> Counter 3\n summary\n\n *0. list/1 - \"price and quantity\"\n 1. is/0 - \"are\"\n 2. property/0 (dead) - \"properties\"\n\n details\n\n 0. Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'found_types': ['quantity', 'price'], 'type': ['listable', 'property', 'queryable', 'theAble', 'quantifier', 'quantity', 'number', 'comparable']}) bridge(bridge)) (3, 0) - \"price and quantity\"\n {\n prioritized_by: [('list', 0)]\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'found_types': ['quantity', 'price'], 'type': ['listable', 'property', 'queryable', 'theAble', 'quantifier', 'quantity', 'number', 'comparable']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge)) (1, 15) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 2. Operator(property/0, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (1, 21) - \"properties\"\n {\n dead: true\n marker: Operator(property/0, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n value: \"property\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is ('is', 0), Context({marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge)), number: many, range: {'start': 19, 'end': 21}, text: are, word: are})\n\n>>>>>>>>>>>>> Counter 4\n summary\n\n *0. is/1 - \"price and quantity are properties\"\n\n details\n\n 0. Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({'found_types': []}) bridge(bridge)) (4, 0) - \"price and quantity are properties\"\n {\n prioritized_by: [('is', 0)]\n marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({'found_types': []}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'found_types': ['quantity', 'price'], 'type': ['listable', 'property', 'queryable', 'theAble', 'quantifier', 'quantity', 'number', 'comparable']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n dead: true\n marker: Operator(property/0, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is ('is', 1), Context({marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({'found_types': []}) bridge(bridge)), number: many, one: Context({default: True, isList: True, listable: True, marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'found_types': ['quantity', 'price'], 'type': ['listable', 'property', 'queryable', 'theAble', 'quantifier', 'quantity', 'number', 'comparable']}) bridge(bridge)), number: many, range: {'start': 0, 'end': 32}, text: price and quantity, types: ['price'], value: [Context({dead: True, default: True, marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price}), Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 10, 'end': 17}, text: quantity, value: quantity, word: quantity})], word: and}), range: {'start': 0, 'end': 32}, text: price and quantity are properties, two: Context({dead: True, marker: Operator(property/0, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, types: ['property'], value: property, word: properties}), word: are})\n\n>>>>>>>>>>>>> Counter 5\n summary\n\n *0. is/2 (dead) - \"price and quantity are properties\"\n\n details\n\n 0. Operator(is/2, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (5, 0) - \"price and quantity are properties\"\n {\n prioritized_by: [('is', 1)]\n dead: true\n marker: Operator(is/2, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'found_types': ['quantity', 'price'], 'type': ['listable', 'property', 'queryable', 'theAble', 'quantifier', 'quantity', 'number', 'comparable']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n dead: true\n marker: Operator(property/0, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\n",
|
1077
1067
|
"contexts": [
|
1078
1068
|
{
|
1079
1069
|
"number": "many",
|
@@ -1133,16 +1123,16 @@
|
|
1133
1123
|
"value": "property",
|
1134
1124
|
"text": "properties",
|
1135
1125
|
"marker": "property",
|
1126
|
+
"dead": true,
|
1136
1127
|
"word": "properties",
|
1137
1128
|
"range": {
|
1138
1129
|
"start": 23,
|
1139
1130
|
"end": 32
|
1140
1131
|
},
|
1141
|
-
"dead": true,
|
1142
1132
|
"types": [
|
1143
1133
|
"property"
|
1144
1134
|
],
|
1145
|
-
"level":
|
1135
|
+
"level": 0,
|
1146
1136
|
"concept": true
|
1147
1137
|
},
|
1148
1138
|
"dead": true,
|
@@ -1206,16 +1196,6 @@
|
|
1206
1196
|
0
|
1207
1197
|
]
|
1208
1198
|
],
|
1209
|
-
[
|
1210
|
-
[
|
1211
|
-
"is",
|
1212
|
-
0
|
1213
|
-
],
|
1214
|
-
[
|
1215
|
-
"list",
|
1216
|
-
1
|
1217
|
-
]
|
1218
|
-
],
|
1219
1199
|
[
|
1220
1200
|
[
|
1221
1201
|
"is",
|
@@ -1231,6 +1211,188 @@
|
|
1231
1211
|
]
|
1232
1212
|
]
|
1233
1213
|
],
|
1214
|
+
"summaries": [
|
1215
|
+
{
|
1216
|
+
"summaries": [
|
1217
|
+
{
|
1218
|
+
"operators": [
|
1219
|
+
{
|
1220
|
+
"marker": [
|
1221
|
+
"price",
|
1222
|
+
0
|
1223
|
+
],
|
1224
|
+
"range": {
|
1225
|
+
"start": 0,
|
1226
|
+
"end": 4
|
1227
|
+
}
|
1228
|
+
},
|
1229
|
+
{
|
1230
|
+
"marker": [
|
1231
|
+
"list",
|
1232
|
+
0
|
1233
|
+
],
|
1234
|
+
"range": {
|
1235
|
+
"start": 6,
|
1236
|
+
"end": 8
|
1237
|
+
}
|
1238
|
+
},
|
1239
|
+
{
|
1240
|
+
"marker": [
|
1241
|
+
"quantity",
|
1242
|
+
0
|
1243
|
+
],
|
1244
|
+
"range": {
|
1245
|
+
"start": 10,
|
1246
|
+
"end": 17
|
1247
|
+
}
|
1248
|
+
},
|
1249
|
+
{
|
1250
|
+
"marker": [
|
1251
|
+
"is",
|
1252
|
+
0
|
1253
|
+
],
|
1254
|
+
"range": {
|
1255
|
+
"start": 19,
|
1256
|
+
"end": 21
|
1257
|
+
}
|
1258
|
+
},
|
1259
|
+
{
|
1260
|
+
"marker": [
|
1261
|
+
"property",
|
1262
|
+
0
|
1263
|
+
],
|
1264
|
+
"range": {
|
1265
|
+
"start": 23,
|
1266
|
+
"end": 32
|
1267
|
+
}
|
1268
|
+
}
|
1269
|
+
],
|
1270
|
+
"counter": 1
|
1271
|
+
},
|
1272
|
+
{
|
1273
|
+
"operators": [
|
1274
|
+
{
|
1275
|
+
"marker": [
|
1276
|
+
"price",
|
1277
|
+
1
|
1278
|
+
],
|
1279
|
+
"range": {
|
1280
|
+
"start": 0,
|
1281
|
+
"end": 4
|
1282
|
+
}
|
1283
|
+
},
|
1284
|
+
{
|
1285
|
+
"marker": [
|
1286
|
+
"list",
|
1287
|
+
0
|
1288
|
+
],
|
1289
|
+
"range": {
|
1290
|
+
"start": 6,
|
1291
|
+
"end": 8
|
1292
|
+
}
|
1293
|
+
},
|
1294
|
+
{
|
1295
|
+
"marker": [
|
1296
|
+
"quantity",
|
1297
|
+
0
|
1298
|
+
],
|
1299
|
+
"range": {
|
1300
|
+
"start": 10,
|
1301
|
+
"end": 17
|
1302
|
+
}
|
1303
|
+
},
|
1304
|
+
{
|
1305
|
+
"marker": [
|
1306
|
+
"is",
|
1307
|
+
0
|
1308
|
+
],
|
1309
|
+
"range": {
|
1310
|
+
"start": 19,
|
1311
|
+
"end": 21
|
1312
|
+
}
|
1313
|
+
},
|
1314
|
+
{
|
1315
|
+
"marker": [
|
1316
|
+
"property",
|
1317
|
+
0
|
1318
|
+
],
|
1319
|
+
"range": {
|
1320
|
+
"start": 23,
|
1321
|
+
"end": 32
|
1322
|
+
}
|
1323
|
+
}
|
1324
|
+
],
|
1325
|
+
"counter": 2
|
1326
|
+
},
|
1327
|
+
{
|
1328
|
+
"operators": [
|
1329
|
+
{
|
1330
|
+
"marker": [
|
1331
|
+
"list",
|
1332
|
+
1
|
1333
|
+
],
|
1334
|
+
"range": {
|
1335
|
+
"start": 0,
|
1336
|
+
"end": 17
|
1337
|
+
}
|
1338
|
+
},
|
1339
|
+
{
|
1340
|
+
"marker": [
|
1341
|
+
"is",
|
1342
|
+
0
|
1343
|
+
],
|
1344
|
+
"range": {
|
1345
|
+
"start": 19,
|
1346
|
+
"end": 21
|
1347
|
+
}
|
1348
|
+
},
|
1349
|
+
{
|
1350
|
+
"marker": [
|
1351
|
+
"property",
|
1352
|
+
0
|
1353
|
+
],
|
1354
|
+
"range": {
|
1355
|
+
"start": 23,
|
1356
|
+
"end": 32
|
1357
|
+
}
|
1358
|
+
}
|
1359
|
+
],
|
1360
|
+
"counter": 3
|
1361
|
+
},
|
1362
|
+
{
|
1363
|
+
"operators": [
|
1364
|
+
{
|
1365
|
+
"marker": [
|
1366
|
+
"is",
|
1367
|
+
1
|
1368
|
+
],
|
1369
|
+
"range": {
|
1370
|
+
"start": 0,
|
1371
|
+
"end": 32
|
1372
|
+
}
|
1373
|
+
}
|
1374
|
+
],
|
1375
|
+
"counter": 4
|
1376
|
+
},
|
1377
|
+
{
|
1378
|
+
"operators": [
|
1379
|
+
{
|
1380
|
+
"marker": [
|
1381
|
+
"is",
|
1382
|
+
2
|
1383
|
+
],
|
1384
|
+
"range": {
|
1385
|
+
"start": 0,
|
1386
|
+
"end": 32
|
1387
|
+
}
|
1388
|
+
}
|
1389
|
+
],
|
1390
|
+
"counter": 5
|
1391
|
+
}
|
1392
|
+
],
|
1393
|
+
"length": 1
|
1394
|
+
}
|
1395
|
+
],
|
1234
1396
|
"learned_contextual_priorities": [],
|
1235
1397
|
"query": "price and quantity are properties",
|
1236
1398
|
"key": {
|
@@ -1356,7 +1518,7 @@
|
|
1356
1518
|
],
|
1357
1519
|
[
|
1358
1520
|
"comparable",
|
1359
|
-
"
|
1521
|
+
"theAble",
|
1360
1522
|
false
|
1361
1523
|
],
|
1362
1524
|
[
|
@@ -1529,6 +1691,11 @@
|
|
1529
1691
|
"isEder",
|
1530
1692
|
false
|
1531
1693
|
],
|
1694
|
+
[
|
1695
|
+
"isQuery",
|
1696
|
+
"verb",
|
1697
|
+
false
|
1698
|
+
],
|
1532
1699
|
[
|
1533
1700
|
"it",
|
1534
1701
|
"pronoun",
|
@@ -1554,6 +1721,11 @@
|
|
1554
1721
|
"direction",
|
1555
1722
|
false
|
1556
1723
|
],
|
1724
|
+
[
|
1725
|
+
"listable",
|
1726
|
+
"listable",
|
1727
|
+
false
|
1728
|
+
],
|
1557
1729
|
[
|
1558
1730
|
"lowest",
|
1559
1731
|
"condition",
|
@@ -1709,6 +1881,11 @@
|
|
1709
1881
|
"queryable",
|
1710
1882
|
false
|
1711
1883
|
],
|
1884
|
+
[
|
1885
|
+
"object",
|
1886
|
+
"listable",
|
1887
|
+
false
|
1888
|
+
],
|
1712
1889
|
[
|
1713
1890
|
"object",
|
1714
1891
|
"queryable",
|
@@ -1761,7 +1938,7 @@
|
|
1761
1938
|
],
|
1762
1939
|
[
|
1763
1940
|
"operator_modifier",
|
1764
|
-
"
|
1941
|
+
"adjective",
|
1765
1942
|
false
|
1766
1943
|
],
|
1767
1944
|
[
|
@@ -1811,7 +1988,7 @@
|
|
1811
1988
|
],
|
1812
1989
|
[
|
1813
1990
|
"ordering_modifier",
|
1814
|
-
"
|
1991
|
+
"adjective",
|
1815
1992
|
false
|
1816
1993
|
],
|
1817
1994
|
[
|
@@ -1896,7 +2073,7 @@
|
|
1896
2073
|
],
|
1897
2074
|
[
|
1898
2075
|
"queryable",
|
1899
|
-
"
|
2076
|
+
"listable",
|
1900
2077
|
false
|
1901
2078
|
],
|
1902
2079
|
[
|
@@ -2314,7 +2491,7 @@
|
|
2314
2491
|
}
|
2315
2492
|
]
|
2316
2493
|
},
|
2317
|
-
"trace": "\n\n>>>>>>>>>>>>> Counter 1\n summary\n\n 0. unknown/0 (1, 0) - \"worth\"\n 1. means/0 (1, 3) - \"means\"\n 2. price/0 (1, 6) - \"price\"\n 3. timesOperator/0 (1, 9) - \"times\"\n 4. quantity/0 (1, 12) - \"quantity\"\n\n details\n\n 0. unknown/0 (1, 0) - \"worth\"\n {\n marker: Operator(unknown/0, [\"Selector(Bridge('{ ...next(operator), unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), unknown: true, dead: true }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. price/0 (1, 6) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. timesOperator/0 (1, 9) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"timesOperator\"\n word: \"times\"\n }\n 4. quantity/0 (1, 12) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({marker: Operator(unknown/0, [\"Selector(Bridge('{ ...next(operator), unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), unknown: true, dead: true }')), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: worth, unknown: True, value: worth, word: worth})\n\n>>>>>>>>>>>>> Counter 2\n summary\n\n *0. unknown/1 (dead) (2, 0) - \"worth\"\n 1. means/0 (1, 3) - \"means\"\n 2. price/0 (1, 6) - \"price\"\n 3. timesOperator/0 (1, 9) - \"times\"\n 4. quantity/0 (1, 12) - \"quantity\"\n\n details\n\n *0. unknown/1 (dead) (2, 0) - \"worth\"\n {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. price/0 (1, 6) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. timesOperator/0 (1, 9) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"timesOperator\"\n word: \"times\"\n }\n 4. quantity/0 (1, 12) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=2) is Context({default: True, marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 12, 'end': 16}, text: price, value: price, word: price})\n\n>>>>>>>>>>>>> Counter 3\n summary\n\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n 1. means/0 (1, 3) - \"means\"\n *2. price/1 (dead) (2, 1) - \"price\"\n 3. timesOperator/0 (1, 9) - \"times\"\n 4. quantity/0 (1, 12) - \"quantity\"\n\n details\n\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n *2. price/1 (dead) (2, 1) - \"price\"\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. timesOperator/0 (1, 9) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"timesOperator\"\n word: \"times\"\n }\n 4. quantity/0 (1, 12) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=4) is Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 24, 'end': 31}, text: quantity, value: quantity, word: quantity})\n\n>>>>>>>>>>>>> Counter 4\n summary\n\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n 1. means/0 (1, 3) - \"means\"\n 2. price/1 (dead) (2, 1) - \"price\"\n 3. timesOperator/0 (1, 9) - \"times\"\n *4. quantity/1 (dead) (2, 2) - \"quantity\"\n\n details\n\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. price/1 (dead) (2, 1) - \"price\"\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. timesOperator/0 (1, 9) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"timesOperator\"\n word: \"times\"\n }\n *4. quantity/1 (dead) (2, 2) - \"quantity\"\n {\n prioritized_by: [('quantity', 0)]\n dead: true\n default: true\n marker: Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=3) is Context({marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge)), range: {'start': 18, 'end': 22}, text: times, value: timesOperator, word: times})\n\n>>>>>>>>>>>>> Counter 5\n summary\n\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n 1. means/0 (1, 3) - \"means\"\n *2. timesExpression/1 (dead) (3, 0) - \"price times quantity\"\n\n details\n\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n *2. timesExpression/1 (dead) (3, 0) - \"price times quantity\"\n {\n prioritized_by: [('timesOperator', 0)]\n dead: true\n evaluate: true\n isResponse: true\n marker: Operator(timesExpression/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"one\"\n range: {'start': 12, 'end': 31}\n text: \"price times quantity\"\n types: [\n 'number'\n, 'property'\n ]\n value: None\n word: \"times\"\n x: {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n types: [\n 'price'\n ]\n value: \"price\"\n word: \"price\"\n }\n\n y: {\n prioritized_by: [('quantity', 0)]\n dead: true\n default: true\n marker: Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n types: [\n 'quantity'\n ]\n value: \"quantity\"\n word: \"quantity\"\n }\n\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({default: True, marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge)), range: {'start': 6, 'end': 10}, text: means, value: means, word: means})\n\n>>>>>>>>>>>>> Counter 6\n summary\n\n *0. means/1 (dead) (4, 0) - \"worth means price times quantity\"\n\n details\n\n *0. means/1 (dead) (4, 0) - \"worth means price times quantity\"\n {\n prioritized_by: [('means', 0)]\n dead: true\n default: true\n from: {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n\n marker: Operator(means/1, ['Selector(None, , [Any]<==>[Any], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 31}\n text: \"worth means price times quantity\"\n to: {\n prioritized_by: [('timesOperator', 0)]\n dead: true\n evaluate: true\n isResponse: true\n marker: Operator(timesExpression/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"one\"\n range: {'start': 12, 'end': 31}\n text: \"price times quantity\"\n types: [\n 'number'\n, 'property'\n ]\n value: None\n word: \"times\"\n x: {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n types: [\n 'price'\n ]\n value: \"price\"\n word: \"price\"\n }\n\n y: {\n prioritized_by: [('quantity', 0)]\n dead: true\n default: true\n marker: Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n types: [\n 'quantity'\n ]\n value: \"quantity\"\n word: \"quantity\"\n }\n\n }\n\n value: \"means\"\n word: \"means\"\n }\n<<<<<<<<<<<<<\n",
|
2494
|
+
"trace": "\n\n>>>>>>>>>>>>> Counter 1\n summary\n\n 0. unknown/0 - \"worth\"\n 1. means/0 - \"means\"\n 2. price/0 - \"price\"\n 3. timesOperator/0 - \"times\"\n 4. quantity/0 - \"quantity\"\n\n details\n\n 0. Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge)) (1, 0) - \"worth\"\n {\n marker: Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge)) (1, 2) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)) (1, 5) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge)) (1, 8) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"timesOperator\"\n word: \"times\"\n }\n 4. Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)) (1, 11) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is ('unknown', 0), Context({marker: Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: worth, unknown: True, value: worth, word: worth})\n\n>>>>>>>>>>>>> Counter 2\n summary\n\n *0. unknown/0 (dead) - \"worth\"\n 1. means/0 - \"means\"\n 2. price/0 - \"price\"\n 3. timesOperator/0 - \"times\"\n 4. quantity/0 - \"quantity\"\n\n details\n\n 0. Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge)) (2, 0) - \"worth\"\n {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge)) (1, 2) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)) (1, 5) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge)) (1, 8) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"timesOperator\"\n word: \"times\"\n }\n 4. Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)) (1, 11) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=2) is ('price', 0), Context({default: True, marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 12, 'end': 16}, text: price, value: price, word: price})\n\n>>>>>>>>>>>>> Counter 3\n summary\n\n 0. unknown/0 (dead) - \"worth\"\n 1. means/0 - \"means\"\n *2. price/1 (dead) - \"price\"\n 3. timesOperator/0 - \"times\"\n 4. quantity/0 - \"quantity\"\n\n details\n\n 0. Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge)) (2, 0) - \"worth\"\n {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge)) (1, 2) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (2, 1) - \"price\"\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge)) (1, 8) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"timesOperator\"\n word: \"times\"\n }\n 4. Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)) (1, 11) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=4) is ('quantity', 0), Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 24, 'end': 31}, text: quantity, value: quantity, word: quantity})\n\n>>>>>>>>>>>>> Counter 4\n summary\n\n 0. unknown/0 (dead) - \"worth\"\n 1. means/0 - \"means\"\n 2. price/1 (dead) - \"price\"\n 3. timesOperator/0 - \"times\"\n *4. quantity/1 (dead) - \"quantity\"\n\n details\n\n 0. Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge)) (2, 0) - \"worth\"\n {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge)) (1, 2) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (2, 1) - \"price\"\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge)) (1, 8) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"timesOperator\"\n word: \"times\"\n }\n 4. Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (2, 2) - \"quantity\"\n {\n prioritized_by: [('quantity', 0)]\n dead: true\n default: true\n marker: Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=3) is ('timesOperator', 0), Context({marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge)), range: {'start': 18, 'end': 22}, text: times, value: timesOperator, word: times})\n\n>>>>>>>>>>>>> Counter 5\n summary\n\n 0. unknown/0 (dead) - \"worth\"\n 1. means/0 - \"means\"\n *2. timesExpression/1 (dead) - \"price times quantity\"\n\n details\n\n 0. Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge)) (2, 0) - \"worth\"\n {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge)) (1, 2) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. Operator(timesExpression/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (3, 0) - \"price times quantity\"\n {\n prioritized_by: [('timesOperator', 0)]\n dead: true\n evaluate: true\n isResponse: true\n marker: Operator(timesExpression/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"one\"\n range: {'start': 12, 'end': 31}\n text: \"price times quantity\"\n types: [\n 'number'\n, 'property'\n ]\n value: None\n word: \"times\"\n x: {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n types: [\n 'price'\n ]\n value: \"price\"\n word: \"price\"\n }\n\n y: {\n prioritized_by: [('quantity', 0)]\n dead: true\n default: true\n marker: Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n types: [\n 'quantity'\n ]\n value: \"quantity\"\n word: \"quantity\"\n }\n\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is ('means', 0), Context({default: True, marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge)), range: {'start': 6, 'end': 10}, text: means, value: means, word: means})\n\n>>>>>>>>>>>>> Counter 6\n summary\n\n *0. means/1 (dead) - \"worth means price times quantity\"\n\n details\n\n 0. Operator(means/1, ['Selector(None, , [Any]<==>[Any], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)) (4, 0) - \"worth means price times quantity\"\n {\n prioritized_by: [('means', 0)]\n dead: true\n default: true\n from: {\n prioritized_by: [('unknown', 0)]\n dead: true\n marker: Operator(unknown/0, [\"Selector(Bridge('{ ...operator, unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...operator, unknown: true, dead: true }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n\n marker: Operator(means/1, ['Selector(None, , [Any]<==>[Any], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 31}\n text: \"worth means price times quantity\"\n to: {\n prioritized_by: [('timesOperator', 0)]\n dead: true\n evaluate: true\n isResponse: true\n marker: Operator(timesExpression/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"one\"\n range: {'start': 12, 'end': 31}\n text: \"price times quantity\"\n types: [\n 'number'\n, 'property'\n ]\n value: None\n word: \"times\"\n x: {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n types: [\n 'price'\n ]\n value: \"price\"\n word: \"price\"\n }\n\n y: {\n prioritized_by: [('quantity', 0)]\n dead: true\n default: true\n marker: Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n types: [\n 'quantity'\n ]\n value: \"quantity\"\n word: \"quantity\"\n }\n\n }\n\n value: \"means\"\n word: \"means\"\n }\n<<<<<<<<<<<<<\n",
|
2318
2495
|
"contexts": [
|
2319
2496
|
{
|
2320
2497
|
"marker": "means",
|
@@ -2338,7 +2515,7 @@
|
|
2338
2515
|
"end": 4
|
2339
2516
|
},
|
2340
2517
|
"dead": true,
|
2341
|
-
"level":
|
2518
|
+
"level": 0
|
2342
2519
|
},
|
2343
2520
|
"to": {
|
2344
2521
|
"value": null,
|
@@ -2439,10 +2616,6 @@
|
|
2439
2616
|
"means",
|
2440
2617
|
0
|
2441
2618
|
],
|
2442
|
-
[
|
2443
|
-
"price",
|
2444
|
-
0
|
2445
|
-
],
|
2446
2619
|
[
|
2447
2620
|
"quantity",
|
2448
2621
|
0
|
@@ -2453,25 +2626,7 @@
|
|
2453
2626
|
],
|
2454
2627
|
[
|
2455
2628
|
"unknown",
|
2456
|
-
1
|
2457
|
-
]
|
2458
|
-
],
|
2459
|
-
[
|
2460
|
-
[
|
2461
|
-
"means",
|
2462
|
-
0
|
2463
|
-
],
|
2464
|
-
[
|
2465
|
-
"quantity",
|
2466
|
-
0
|
2467
|
-
],
|
2468
|
-
[
|
2469
|
-
"timesOperator",
|
2470
2629
|
0
|
2471
|
-
],
|
2472
|
-
[
|
2473
|
-
"unknown",
|
2474
|
-
1
|
2475
2630
|
]
|
2476
2631
|
],
|
2477
2632
|
[
|
@@ -2485,7 +2640,7 @@
|
|
2485
2640
|
],
|
2486
2641
|
[
|
2487
2642
|
"unknown",
|
2488
|
-
|
2643
|
+
0
|
2489
2644
|
]
|
2490
2645
|
],
|
2491
2646
|
[
|
@@ -2495,10 +2650,287 @@
|
|
2495
2650
|
],
|
2496
2651
|
[
|
2497
2652
|
"unknown",
|
2498
|
-
|
2653
|
+
0
|
2499
2654
|
]
|
2500
2655
|
]
|
2501
2656
|
],
|
2657
|
+
"summaries": [
|
2658
|
+
{
|
2659
|
+
"summaries": [
|
2660
|
+
{
|
2661
|
+
"operators": [
|
2662
|
+
{
|
2663
|
+
"marker": [
|
2664
|
+
"unknown",
|
2665
|
+
0
|
2666
|
+
],
|
2667
|
+
"range": {
|
2668
|
+
"start": 0,
|
2669
|
+
"end": 4
|
2670
|
+
}
|
2671
|
+
},
|
2672
|
+
{
|
2673
|
+
"marker": [
|
2674
|
+
"means",
|
2675
|
+
0
|
2676
|
+
],
|
2677
|
+
"range": {
|
2678
|
+
"start": 6,
|
2679
|
+
"end": 10
|
2680
|
+
}
|
2681
|
+
},
|
2682
|
+
{
|
2683
|
+
"marker": [
|
2684
|
+
"price",
|
2685
|
+
0
|
2686
|
+
],
|
2687
|
+
"range": {
|
2688
|
+
"start": 12,
|
2689
|
+
"end": 16
|
2690
|
+
}
|
2691
|
+
},
|
2692
|
+
{
|
2693
|
+
"marker": [
|
2694
|
+
"timesOperator",
|
2695
|
+
0
|
2696
|
+
],
|
2697
|
+
"range": {
|
2698
|
+
"start": 18,
|
2699
|
+
"end": 22
|
2700
|
+
}
|
2701
|
+
},
|
2702
|
+
{
|
2703
|
+
"marker": [
|
2704
|
+
"quantity",
|
2705
|
+
0
|
2706
|
+
],
|
2707
|
+
"range": {
|
2708
|
+
"start": 24,
|
2709
|
+
"end": 31
|
2710
|
+
}
|
2711
|
+
}
|
2712
|
+
],
|
2713
|
+
"counter": 1
|
2714
|
+
},
|
2715
|
+
{
|
2716
|
+
"operators": [
|
2717
|
+
{
|
2718
|
+
"marker": [
|
2719
|
+
"unknown",
|
2720
|
+
0
|
2721
|
+
],
|
2722
|
+
"range": {
|
2723
|
+
"start": 0,
|
2724
|
+
"end": 4
|
2725
|
+
}
|
2726
|
+
},
|
2727
|
+
{
|
2728
|
+
"marker": [
|
2729
|
+
"means",
|
2730
|
+
0
|
2731
|
+
],
|
2732
|
+
"range": {
|
2733
|
+
"start": 6,
|
2734
|
+
"end": 10
|
2735
|
+
}
|
2736
|
+
},
|
2737
|
+
{
|
2738
|
+
"marker": [
|
2739
|
+
"price",
|
2740
|
+
0
|
2741
|
+
],
|
2742
|
+
"range": {
|
2743
|
+
"start": 12,
|
2744
|
+
"end": 16
|
2745
|
+
}
|
2746
|
+
},
|
2747
|
+
{
|
2748
|
+
"marker": [
|
2749
|
+
"timesOperator",
|
2750
|
+
0
|
2751
|
+
],
|
2752
|
+
"range": {
|
2753
|
+
"start": 18,
|
2754
|
+
"end": 22
|
2755
|
+
}
|
2756
|
+
},
|
2757
|
+
{
|
2758
|
+
"marker": [
|
2759
|
+
"quantity",
|
2760
|
+
0
|
2761
|
+
],
|
2762
|
+
"range": {
|
2763
|
+
"start": 24,
|
2764
|
+
"end": 31
|
2765
|
+
}
|
2766
|
+
}
|
2767
|
+
],
|
2768
|
+
"counter": 2
|
2769
|
+
},
|
2770
|
+
{
|
2771
|
+
"operators": [
|
2772
|
+
{
|
2773
|
+
"marker": [
|
2774
|
+
"unknown",
|
2775
|
+
0
|
2776
|
+
],
|
2777
|
+
"range": {
|
2778
|
+
"start": 0,
|
2779
|
+
"end": 4
|
2780
|
+
}
|
2781
|
+
},
|
2782
|
+
{
|
2783
|
+
"marker": [
|
2784
|
+
"means",
|
2785
|
+
0
|
2786
|
+
],
|
2787
|
+
"range": {
|
2788
|
+
"start": 6,
|
2789
|
+
"end": 10
|
2790
|
+
}
|
2791
|
+
},
|
2792
|
+
{
|
2793
|
+
"marker": [
|
2794
|
+
"price",
|
2795
|
+
1
|
2796
|
+
],
|
2797
|
+
"range": {
|
2798
|
+
"start": 12,
|
2799
|
+
"end": 16
|
2800
|
+
}
|
2801
|
+
},
|
2802
|
+
{
|
2803
|
+
"marker": [
|
2804
|
+
"timesOperator",
|
2805
|
+
0
|
2806
|
+
],
|
2807
|
+
"range": {
|
2808
|
+
"start": 18,
|
2809
|
+
"end": 22
|
2810
|
+
}
|
2811
|
+
},
|
2812
|
+
{
|
2813
|
+
"marker": [
|
2814
|
+
"quantity",
|
2815
|
+
0
|
2816
|
+
],
|
2817
|
+
"range": {
|
2818
|
+
"start": 24,
|
2819
|
+
"end": 31
|
2820
|
+
}
|
2821
|
+
}
|
2822
|
+
],
|
2823
|
+
"counter": 3
|
2824
|
+
},
|
2825
|
+
{
|
2826
|
+
"operators": [
|
2827
|
+
{
|
2828
|
+
"marker": [
|
2829
|
+
"unknown",
|
2830
|
+
0
|
2831
|
+
],
|
2832
|
+
"range": {
|
2833
|
+
"start": 0,
|
2834
|
+
"end": 4
|
2835
|
+
}
|
2836
|
+
},
|
2837
|
+
{
|
2838
|
+
"marker": [
|
2839
|
+
"means",
|
2840
|
+
0
|
2841
|
+
],
|
2842
|
+
"range": {
|
2843
|
+
"start": 6,
|
2844
|
+
"end": 10
|
2845
|
+
}
|
2846
|
+
},
|
2847
|
+
{
|
2848
|
+
"marker": [
|
2849
|
+
"price",
|
2850
|
+
1
|
2851
|
+
],
|
2852
|
+
"range": {
|
2853
|
+
"start": 12,
|
2854
|
+
"end": 16
|
2855
|
+
}
|
2856
|
+
},
|
2857
|
+
{
|
2858
|
+
"marker": [
|
2859
|
+
"timesOperator",
|
2860
|
+
0
|
2861
|
+
],
|
2862
|
+
"range": {
|
2863
|
+
"start": 18,
|
2864
|
+
"end": 22
|
2865
|
+
}
|
2866
|
+
},
|
2867
|
+
{
|
2868
|
+
"marker": [
|
2869
|
+
"quantity",
|
2870
|
+
1
|
2871
|
+
],
|
2872
|
+
"range": {
|
2873
|
+
"start": 24,
|
2874
|
+
"end": 31
|
2875
|
+
}
|
2876
|
+
}
|
2877
|
+
],
|
2878
|
+
"counter": 4
|
2879
|
+
},
|
2880
|
+
{
|
2881
|
+
"operators": [
|
2882
|
+
{
|
2883
|
+
"marker": [
|
2884
|
+
"unknown",
|
2885
|
+
0
|
2886
|
+
],
|
2887
|
+
"range": {
|
2888
|
+
"start": 0,
|
2889
|
+
"end": 4
|
2890
|
+
}
|
2891
|
+
},
|
2892
|
+
{
|
2893
|
+
"marker": [
|
2894
|
+
"means",
|
2895
|
+
0
|
2896
|
+
],
|
2897
|
+
"range": {
|
2898
|
+
"start": 6,
|
2899
|
+
"end": 10
|
2900
|
+
}
|
2901
|
+
},
|
2902
|
+
{
|
2903
|
+
"marker": [
|
2904
|
+
"timesExpression",
|
2905
|
+
1
|
2906
|
+
],
|
2907
|
+
"range": {
|
2908
|
+
"start": 12,
|
2909
|
+
"end": 31
|
2910
|
+
}
|
2911
|
+
}
|
2912
|
+
],
|
2913
|
+
"counter": 5
|
2914
|
+
},
|
2915
|
+
{
|
2916
|
+
"operators": [
|
2917
|
+
{
|
2918
|
+
"marker": [
|
2919
|
+
"means",
|
2920
|
+
1
|
2921
|
+
],
|
2922
|
+
"range": {
|
2923
|
+
"start": 0,
|
2924
|
+
"end": 31
|
2925
|
+
}
|
2926
|
+
}
|
2927
|
+
],
|
2928
|
+
"counter": 6
|
2929
|
+
}
|
2930
|
+
],
|
2931
|
+
"length": 1
|
2932
|
+
}
|
2933
|
+
],
|
2502
2934
|
"learned_contextual_priorities": [],
|
2503
2935
|
"query": "worth means price times quantity",
|
2504
2936
|
"key": {
|
@@ -2549,16 +2981,6 @@
|
|
2549
2981
|
0
|
2550
2982
|
]
|
2551
2983
|
],
|
2552
|
-
[
|
2553
|
-
[
|
2554
|
-
"is",
|
2555
|
-
0
|
2556
|
-
],
|
2557
|
-
[
|
2558
|
-
"list",
|
2559
|
-
1
|
2560
|
-
]
|
2561
|
-
],
|
2562
2984
|
[
|
2563
2985
|
[
|
2564
2986
|
"is",
|
@@ -2600,10 +3022,6 @@
|
|
2600
3022
|
"means",
|
2601
3023
|
0
|
2602
3024
|
],
|
2603
|
-
[
|
2604
|
-
"price",
|
2605
|
-
0
|
2606
|
-
],
|
2607
3025
|
[
|
2608
3026
|
"quantity",
|
2609
3027
|
0
|
@@ -2614,25 +3032,7 @@
|
|
2614
3032
|
],
|
2615
3033
|
[
|
2616
3034
|
"unknown",
|
2617
|
-
1
|
2618
|
-
]
|
2619
|
-
],
|
2620
|
-
[
|
2621
|
-
[
|
2622
|
-
"means",
|
2623
|
-
0
|
2624
|
-
],
|
2625
|
-
[
|
2626
|
-
"quantity",
|
2627
3035
|
0
|
2628
|
-
],
|
2629
|
-
[
|
2630
|
-
"timesOperator",
|
2631
|
-
0
|
2632
|
-
],
|
2633
|
-
[
|
2634
|
-
"unknown",
|
2635
|
-
1
|
2636
3036
|
]
|
2637
3037
|
],
|
2638
3038
|
[
|
@@ -2646,7 +3046,7 @@
|
|
2646
3046
|
],
|
2647
3047
|
[
|
2648
3048
|
"unknown",
|
2649
|
-
|
3049
|
+
0
|
2650
3050
|
]
|
2651
3051
|
],
|
2652
3052
|
[
|
@@ -2656,9 +3056,466 @@
|
|
2656
3056
|
],
|
2657
3057
|
[
|
2658
3058
|
"unknown",
|
2659
|
-
|
3059
|
+
0
|
2660
3060
|
]
|
2661
3061
|
]
|
2662
3062
|
],
|
3063
|
+
"summaries": [
|
3064
|
+
{
|
3065
|
+
"summaries": [
|
3066
|
+
{
|
3067
|
+
"operators": [
|
3068
|
+
{
|
3069
|
+
"marker": [
|
3070
|
+
"price",
|
3071
|
+
0
|
3072
|
+
],
|
3073
|
+
"range": {
|
3074
|
+
"start": 0,
|
3075
|
+
"end": 4
|
3076
|
+
}
|
3077
|
+
},
|
3078
|
+
{
|
3079
|
+
"marker": [
|
3080
|
+
"list",
|
3081
|
+
0
|
3082
|
+
],
|
3083
|
+
"range": {
|
3084
|
+
"start": 6,
|
3085
|
+
"end": 8
|
3086
|
+
}
|
3087
|
+
},
|
3088
|
+
{
|
3089
|
+
"marker": [
|
3090
|
+
"quantity",
|
3091
|
+
0
|
3092
|
+
],
|
3093
|
+
"range": {
|
3094
|
+
"start": 10,
|
3095
|
+
"end": 17
|
3096
|
+
}
|
3097
|
+
},
|
3098
|
+
{
|
3099
|
+
"marker": [
|
3100
|
+
"is",
|
3101
|
+
0
|
3102
|
+
],
|
3103
|
+
"range": {
|
3104
|
+
"start": 19,
|
3105
|
+
"end": 21
|
3106
|
+
}
|
3107
|
+
},
|
3108
|
+
{
|
3109
|
+
"marker": [
|
3110
|
+
"property",
|
3111
|
+
0
|
3112
|
+
],
|
3113
|
+
"range": {
|
3114
|
+
"start": 23,
|
3115
|
+
"end": 32
|
3116
|
+
}
|
3117
|
+
}
|
3118
|
+
],
|
3119
|
+
"counter": 1
|
3120
|
+
},
|
3121
|
+
{
|
3122
|
+
"operators": [
|
3123
|
+
{
|
3124
|
+
"marker": [
|
3125
|
+
"price",
|
3126
|
+
1
|
3127
|
+
],
|
3128
|
+
"range": {
|
3129
|
+
"start": 0,
|
3130
|
+
"end": 4
|
3131
|
+
}
|
3132
|
+
},
|
3133
|
+
{
|
3134
|
+
"marker": [
|
3135
|
+
"list",
|
3136
|
+
0
|
3137
|
+
],
|
3138
|
+
"range": {
|
3139
|
+
"start": 6,
|
3140
|
+
"end": 8
|
3141
|
+
}
|
3142
|
+
},
|
3143
|
+
{
|
3144
|
+
"marker": [
|
3145
|
+
"quantity",
|
3146
|
+
0
|
3147
|
+
],
|
3148
|
+
"range": {
|
3149
|
+
"start": 10,
|
3150
|
+
"end": 17
|
3151
|
+
}
|
3152
|
+
},
|
3153
|
+
{
|
3154
|
+
"marker": [
|
3155
|
+
"is",
|
3156
|
+
0
|
3157
|
+
],
|
3158
|
+
"range": {
|
3159
|
+
"start": 19,
|
3160
|
+
"end": 21
|
3161
|
+
}
|
3162
|
+
},
|
3163
|
+
{
|
3164
|
+
"marker": [
|
3165
|
+
"property",
|
3166
|
+
0
|
3167
|
+
],
|
3168
|
+
"range": {
|
3169
|
+
"start": 23,
|
3170
|
+
"end": 32
|
3171
|
+
}
|
3172
|
+
}
|
3173
|
+
],
|
3174
|
+
"counter": 2
|
3175
|
+
},
|
3176
|
+
{
|
3177
|
+
"operators": [
|
3178
|
+
{
|
3179
|
+
"marker": [
|
3180
|
+
"list",
|
3181
|
+
1
|
3182
|
+
],
|
3183
|
+
"range": {
|
3184
|
+
"start": 0,
|
3185
|
+
"end": 17
|
3186
|
+
}
|
3187
|
+
},
|
3188
|
+
{
|
3189
|
+
"marker": [
|
3190
|
+
"is",
|
3191
|
+
0
|
3192
|
+
],
|
3193
|
+
"range": {
|
3194
|
+
"start": 19,
|
3195
|
+
"end": 21
|
3196
|
+
}
|
3197
|
+
},
|
3198
|
+
{
|
3199
|
+
"marker": [
|
3200
|
+
"property",
|
3201
|
+
0
|
3202
|
+
],
|
3203
|
+
"range": {
|
3204
|
+
"start": 23,
|
3205
|
+
"end": 32
|
3206
|
+
}
|
3207
|
+
}
|
3208
|
+
],
|
3209
|
+
"counter": 3
|
3210
|
+
},
|
3211
|
+
{
|
3212
|
+
"operators": [
|
3213
|
+
{
|
3214
|
+
"marker": [
|
3215
|
+
"is",
|
3216
|
+
1
|
3217
|
+
],
|
3218
|
+
"range": {
|
3219
|
+
"start": 0,
|
3220
|
+
"end": 32
|
3221
|
+
}
|
3222
|
+
}
|
3223
|
+
],
|
3224
|
+
"counter": 4
|
3225
|
+
},
|
3226
|
+
{
|
3227
|
+
"operators": [
|
3228
|
+
{
|
3229
|
+
"marker": [
|
3230
|
+
"is",
|
3231
|
+
2
|
3232
|
+
],
|
3233
|
+
"range": {
|
3234
|
+
"start": 0,
|
3235
|
+
"end": 32
|
3236
|
+
}
|
3237
|
+
}
|
3238
|
+
],
|
3239
|
+
"counter": 5
|
3240
|
+
}
|
3241
|
+
],
|
3242
|
+
"length": 1
|
3243
|
+
},
|
3244
|
+
{
|
3245
|
+
"summaries": [
|
3246
|
+
{
|
3247
|
+
"operators": [
|
3248
|
+
{
|
3249
|
+
"marker": [
|
3250
|
+
"unknown",
|
3251
|
+
0
|
3252
|
+
],
|
3253
|
+
"range": {
|
3254
|
+
"start": 0,
|
3255
|
+
"end": 4
|
3256
|
+
}
|
3257
|
+
},
|
3258
|
+
{
|
3259
|
+
"marker": [
|
3260
|
+
"means",
|
3261
|
+
0
|
3262
|
+
],
|
3263
|
+
"range": {
|
3264
|
+
"start": 6,
|
3265
|
+
"end": 10
|
3266
|
+
}
|
3267
|
+
},
|
3268
|
+
{
|
3269
|
+
"marker": [
|
3270
|
+
"price",
|
3271
|
+
0
|
3272
|
+
],
|
3273
|
+
"range": {
|
3274
|
+
"start": 12,
|
3275
|
+
"end": 16
|
3276
|
+
}
|
3277
|
+
},
|
3278
|
+
{
|
3279
|
+
"marker": [
|
3280
|
+
"timesOperator",
|
3281
|
+
0
|
3282
|
+
],
|
3283
|
+
"range": {
|
3284
|
+
"start": 18,
|
3285
|
+
"end": 22
|
3286
|
+
}
|
3287
|
+
},
|
3288
|
+
{
|
3289
|
+
"marker": [
|
3290
|
+
"quantity",
|
3291
|
+
0
|
3292
|
+
],
|
3293
|
+
"range": {
|
3294
|
+
"start": 24,
|
3295
|
+
"end": 31
|
3296
|
+
}
|
3297
|
+
}
|
3298
|
+
],
|
3299
|
+
"counter": 1
|
3300
|
+
},
|
3301
|
+
{
|
3302
|
+
"operators": [
|
3303
|
+
{
|
3304
|
+
"marker": [
|
3305
|
+
"unknown",
|
3306
|
+
0
|
3307
|
+
],
|
3308
|
+
"range": {
|
3309
|
+
"start": 0,
|
3310
|
+
"end": 4
|
3311
|
+
}
|
3312
|
+
},
|
3313
|
+
{
|
3314
|
+
"marker": [
|
3315
|
+
"means",
|
3316
|
+
0
|
3317
|
+
],
|
3318
|
+
"range": {
|
3319
|
+
"start": 6,
|
3320
|
+
"end": 10
|
3321
|
+
}
|
3322
|
+
},
|
3323
|
+
{
|
3324
|
+
"marker": [
|
3325
|
+
"price",
|
3326
|
+
0
|
3327
|
+
],
|
3328
|
+
"range": {
|
3329
|
+
"start": 12,
|
3330
|
+
"end": 16
|
3331
|
+
}
|
3332
|
+
},
|
3333
|
+
{
|
3334
|
+
"marker": [
|
3335
|
+
"timesOperator",
|
3336
|
+
0
|
3337
|
+
],
|
3338
|
+
"range": {
|
3339
|
+
"start": 18,
|
3340
|
+
"end": 22
|
3341
|
+
}
|
3342
|
+
},
|
3343
|
+
{
|
3344
|
+
"marker": [
|
3345
|
+
"quantity",
|
3346
|
+
0
|
3347
|
+
],
|
3348
|
+
"range": {
|
3349
|
+
"start": 24,
|
3350
|
+
"end": 31
|
3351
|
+
}
|
3352
|
+
}
|
3353
|
+
],
|
3354
|
+
"counter": 2
|
3355
|
+
},
|
3356
|
+
{
|
3357
|
+
"operators": [
|
3358
|
+
{
|
3359
|
+
"marker": [
|
3360
|
+
"unknown",
|
3361
|
+
0
|
3362
|
+
],
|
3363
|
+
"range": {
|
3364
|
+
"start": 0,
|
3365
|
+
"end": 4
|
3366
|
+
}
|
3367
|
+
},
|
3368
|
+
{
|
3369
|
+
"marker": [
|
3370
|
+
"means",
|
3371
|
+
0
|
3372
|
+
],
|
3373
|
+
"range": {
|
3374
|
+
"start": 6,
|
3375
|
+
"end": 10
|
3376
|
+
}
|
3377
|
+
},
|
3378
|
+
{
|
3379
|
+
"marker": [
|
3380
|
+
"price",
|
3381
|
+
1
|
3382
|
+
],
|
3383
|
+
"range": {
|
3384
|
+
"start": 12,
|
3385
|
+
"end": 16
|
3386
|
+
}
|
3387
|
+
},
|
3388
|
+
{
|
3389
|
+
"marker": [
|
3390
|
+
"timesOperator",
|
3391
|
+
0
|
3392
|
+
],
|
3393
|
+
"range": {
|
3394
|
+
"start": 18,
|
3395
|
+
"end": 22
|
3396
|
+
}
|
3397
|
+
},
|
3398
|
+
{
|
3399
|
+
"marker": [
|
3400
|
+
"quantity",
|
3401
|
+
0
|
3402
|
+
],
|
3403
|
+
"range": {
|
3404
|
+
"start": 24,
|
3405
|
+
"end": 31
|
3406
|
+
}
|
3407
|
+
}
|
3408
|
+
],
|
3409
|
+
"counter": 3
|
3410
|
+
},
|
3411
|
+
{
|
3412
|
+
"operators": [
|
3413
|
+
{
|
3414
|
+
"marker": [
|
3415
|
+
"unknown",
|
3416
|
+
0
|
3417
|
+
],
|
3418
|
+
"range": {
|
3419
|
+
"start": 0,
|
3420
|
+
"end": 4
|
3421
|
+
}
|
3422
|
+
},
|
3423
|
+
{
|
3424
|
+
"marker": [
|
3425
|
+
"means",
|
3426
|
+
0
|
3427
|
+
],
|
3428
|
+
"range": {
|
3429
|
+
"start": 6,
|
3430
|
+
"end": 10
|
3431
|
+
}
|
3432
|
+
},
|
3433
|
+
{
|
3434
|
+
"marker": [
|
3435
|
+
"price",
|
3436
|
+
1
|
3437
|
+
],
|
3438
|
+
"range": {
|
3439
|
+
"start": 12,
|
3440
|
+
"end": 16
|
3441
|
+
}
|
3442
|
+
},
|
3443
|
+
{
|
3444
|
+
"marker": [
|
3445
|
+
"timesOperator",
|
3446
|
+
0
|
3447
|
+
],
|
3448
|
+
"range": {
|
3449
|
+
"start": 18,
|
3450
|
+
"end": 22
|
3451
|
+
}
|
3452
|
+
},
|
3453
|
+
{
|
3454
|
+
"marker": [
|
3455
|
+
"quantity",
|
3456
|
+
1
|
3457
|
+
],
|
3458
|
+
"range": {
|
3459
|
+
"start": 24,
|
3460
|
+
"end": 31
|
3461
|
+
}
|
3462
|
+
}
|
3463
|
+
],
|
3464
|
+
"counter": 4
|
3465
|
+
},
|
3466
|
+
{
|
3467
|
+
"operators": [
|
3468
|
+
{
|
3469
|
+
"marker": [
|
3470
|
+
"unknown",
|
3471
|
+
0
|
3472
|
+
],
|
3473
|
+
"range": {
|
3474
|
+
"start": 0,
|
3475
|
+
"end": 4
|
3476
|
+
}
|
3477
|
+
},
|
3478
|
+
{
|
3479
|
+
"marker": [
|
3480
|
+
"means",
|
3481
|
+
0
|
3482
|
+
],
|
3483
|
+
"range": {
|
3484
|
+
"start": 6,
|
3485
|
+
"end": 10
|
3486
|
+
}
|
3487
|
+
},
|
3488
|
+
{
|
3489
|
+
"marker": [
|
3490
|
+
"timesExpression",
|
3491
|
+
1
|
3492
|
+
],
|
3493
|
+
"range": {
|
3494
|
+
"start": 12,
|
3495
|
+
"end": 31
|
3496
|
+
}
|
3497
|
+
}
|
3498
|
+
],
|
3499
|
+
"counter": 5
|
3500
|
+
},
|
3501
|
+
{
|
3502
|
+
"operators": [
|
3503
|
+
{
|
3504
|
+
"marker": [
|
3505
|
+
"means",
|
3506
|
+
1
|
3507
|
+
],
|
3508
|
+
"range": {
|
3509
|
+
"start": 0,
|
3510
|
+
"end": 31
|
3511
|
+
}
|
3512
|
+
}
|
3513
|
+
],
|
3514
|
+
"counter": 6
|
3515
|
+
}
|
3516
|
+
],
|
3517
|
+
"length": 1
|
3518
|
+
}
|
3519
|
+
],
|
2663
3520
|
"learned_contextual_priorities": []
|
2664
3521
|
}
|