ekms 8.0.0 → 8.1.0-beta.1

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.
Files changed (124) hide show
  1. package/common/animals.instance.json +3055 -1651
  2. package/common/animals.js +17 -20
  3. package/common/articles.js +103 -0
  4. package/common/articles.test.json +310 -0
  5. package/common/asking.instance.json +2 -0
  6. package/common/asking.js +253 -0
  7. package/common/asking.test.json +2290 -0
  8. package/common/avatar.js +6 -10
  9. package/common/characters.js +23 -30
  10. package/common/colors.instance.json +25666 -0
  11. package/common/colors.js +67 -0
  12. package/common/colors.test.json +4425 -0
  13. package/common/comparable.instance.json +1750 -0
  14. package/common/comparable.js +36 -28
  15. package/common/comparable.test.json +1196 -2
  16. package/common/concept.js +121 -119
  17. package/common/concept.test.json +688 -0
  18. package/common/conjunction.instance.json +2 -0
  19. package/common/conjunction.js +104 -0
  20. package/common/conjunction.test.json +322 -0
  21. package/common/countable.js +20 -14
  22. package/common/countable.test.json +1050 -0
  23. package/common/crew.instance.json +16432 -9850
  24. package/common/crew.js +39 -42
  25. package/common/crew.test.json +714 -452
  26. package/common/currency.js +28 -46
  27. package/common/dialogues.js +187 -429
  28. package/common/dialogues.test.json +684 -450
  29. package/common/dimension.instance.json +517 -289
  30. package/common/dimension.js +22 -24
  31. package/common/dimension.test.json +727 -1944
  32. package/common/edible.instance.json +20506 -10664
  33. package/common/edible.js +4 -9
  34. package/common/emotions.instance.json +195 -123
  35. package/common/emotions.js +36 -39
  36. package/common/evaluate.instance.json +2 -0
  37. package/common/evaluate.js +53 -0
  38. package/common/evaluate.test.json +574 -0
  39. package/common/events.js +11 -15
  40. package/common/fastfood.instance.json +223185 -113172
  41. package/common/fastfood.js +77 -87
  42. package/common/fastfood.test.json +8205 -3733
  43. package/common/formulas.instance.json +444 -244
  44. package/common/formulas.js +20 -27
  45. package/common/formulas.test.json +1027 -955
  46. package/common/gdefaults.js +45 -32
  47. package/common/help.js +9 -14
  48. package/common/help.test.json +71 -18
  49. package/common/helpers/concept.js +37 -10
  50. package/common/helpers/dialogues.js +22 -4
  51. package/common/helpers/formulas.js +0 -14
  52. package/common/helpers/meta.js +0 -1
  53. package/common/helpers/properties.js +92 -84
  54. package/common/helpers.js +35 -24
  55. package/common/hierarchy.js +18 -25
  56. package/common/javascript.js +12 -19
  57. package/common/kirk.instance.json +583 -300
  58. package/common/kirk.js +6 -9
  59. package/common/length.instance.json +8995 -4964
  60. package/common/length.js +5 -9
  61. package/common/listener.js +48 -0
  62. package/common/listener.test.json +104 -0
  63. package/common/math.instance.json +409 -1202
  64. package/common/math.js +17 -21
  65. package/common/meta.js +24 -50
  66. package/common/nameable.instance.json +2 -0
  67. package/common/nameable.js +144 -0
  68. package/common/nameable.test.json +3191 -0
  69. package/common/negation.instance.json +2 -0
  70. package/common/negation.js +38 -0
  71. package/common/negation.test.json +308 -0
  72. package/common/numbers.js +28 -32
  73. package/common/ordering.instance.json +459 -274
  74. package/common/ordering.js +81 -87
  75. package/common/ordinals.instance.json +2 -0
  76. package/common/ordinals.js +61 -0
  77. package/common/ordinals.test.json +412 -0
  78. package/common/people.instance.json +2138 -1321
  79. package/common/people.js +9 -14
  80. package/common/people.test.json +1815 -1073
  81. package/common/percentages.instance.json +2 -0
  82. package/common/percentages.js +53 -0
  83. package/common/percentages.test.json +751 -0
  84. package/common/pipboy.instance.json +12261 -6898
  85. package/common/pipboy.js +53 -62
  86. package/common/pipboy.test.json +2835 -0
  87. package/common/pokemon.instance.json +4432 -2351
  88. package/common/pokemon.js +8 -21
  89. package/common/pos.js +16 -14
  90. package/common/pressure.instance.json +2311 -1303
  91. package/common/pressure.js +5 -9
  92. package/common/properties.instance.json +151 -87
  93. package/common/properties.js +164 -167
  94. package/common/properties.test.json +17605 -4030
  95. package/common/punctuation.js +24 -8
  96. package/common/punctuation.test.json +233 -5
  97. package/common/reports.instance.json +1037 -551
  98. package/common/reports.js +77 -103
  99. package/common/reports.test.json +15623 -10458
  100. package/common/scorekeeper.js +19 -31
  101. package/common/sdefaults.js +17 -8
  102. package/common/sizeable.js +13 -12
  103. package/common/spock.instance.json +582 -299
  104. package/common/spock.js +6 -9
  105. package/common/stgame.js +20 -20
  106. package/common/stm.js +182 -29
  107. package/common/stm.test.json +1734 -1
  108. package/common/tell.js +15 -19
  109. package/common/temperature.instance.json +2379 -1355
  110. package/common/temperature.js +5 -9
  111. package/common/tester.js +15 -4
  112. package/common/testing.js +8 -13
  113. package/common/time.js +21 -26
  114. package/common/tokenize.js +8 -8
  115. package/common/tokenize.test.json +86 -1
  116. package/common/ui.instance.json +151 -460
  117. package/common/ui.js +22 -34
  118. package/common/ui.test.json +641 -5357
  119. package/common/weight.instance.json +7957 -4350
  120. package/common/weight.js +5 -9
  121. package/common/weight.test.json +242 -238
  122. package/common/yesno.js +6 -6
  123. package/main.js +68 -45
  124. package/package.json +44 -6
@@ -7,696 +7,939 @@
7
7
  {
8
8
  "hierarchy": [
9
9
  [
10
- "*",
11
- "hierarchyAble"
12
- ],
13
- [
14
- "*",
15
- "isEdee"
16
- ],
17
- [
18
- "*",
19
- "isEder"
20
- ],
21
- [
22
- "*",
23
- "mathematical_operator"
24
- ],
25
- [
26
- "*",
27
- "object"
28
- ],
29
- [
30
- "*",
31
- "property"
32
- ],
33
- [
34
- "*",
35
- "queryable"
36
- ],
37
- [
38
- "*",
39
- "theAble"
40
- ],
41
- [
42
- "+",
43
- "hierarchyAble"
44
- ],
45
- [
46
- "+",
47
- "isEdee"
48
- ],
49
- [
50
- "+",
51
- "isEder"
52
- ],
53
- [
54
- "+",
55
- "mathematical_operator"
56
- ],
57
- [
58
- "+",
59
- "object"
60
- ],
61
- [
62
- "+",
63
- "property"
64
- ],
65
- [
66
- "+",
67
- "queryable"
68
- ],
69
- [
70
- "+",
71
- "theAble"
10
+ "a",
11
+ "articlePOS",
12
+ false
72
13
  ],
73
14
  [
74
- "-",
75
- "hierarchyAble"
15
+ "action",
16
+ "action",
17
+ false
76
18
  ],
77
19
  [
78
- "-",
79
- "isEdee"
20
+ "adjective",
21
+ "adjective",
22
+ false
80
23
  ],
81
24
  [
82
- "-",
83
- "isEder"
25
+ "all",
26
+ "quantifier",
27
+ false
84
28
  ],
85
29
  [
86
- "-",
87
- "mathematical_operator"
30
+ "articlePOS",
31
+ "articlePOS",
32
+ false
88
33
  ],
89
34
  [
90
- "-",
91
- "object"
35
+ "ascending",
36
+ "hierarchyAble",
37
+ false
92
38
  ],
93
39
  [
94
- "-",
95
- "property"
40
+ "ascending",
41
+ "isEdee",
42
+ false
96
43
  ],
97
44
  [
98
- "-",
99
- "queryable"
45
+ "ascending",
46
+ "isEder",
47
+ false
100
48
  ],
101
49
  [
102
- "-",
103
- "theAble"
50
+ "ascending",
51
+ "object",
52
+ false
104
53
  ],
105
54
  [
106
- "/",
107
- "hierarchyAble"
55
+ "ascending",
56
+ "ordering",
57
+ false
108
58
  ],
109
59
  [
110
- "/",
111
- "isEdee"
60
+ "ascending",
61
+ "property",
62
+ false
112
63
  ],
113
64
  [
114
- "/",
115
- "isEder"
65
+ "ascending",
66
+ "queryable",
67
+ false
116
68
  ],
117
69
  [
118
- "/",
119
- "mathematical_operator"
70
+ "ascending",
71
+ "sort_ordering",
72
+ false
120
73
  ],
121
74
  [
122
- "/",
123
- "object"
75
+ "ascending",
76
+ "theAble",
77
+ false
124
78
  ],
125
79
  [
126
- "/",
127
- "property"
80
+ "between",
81
+ "preposition",
82
+ false
128
83
  ],
129
84
  [
130
- "/",
131
- "queryable"
85
+ "call",
86
+ "verb",
87
+ false
132
88
  ],
133
89
  [
134
- "/",
135
- "theAble"
90
+ "canBeDoQuestion",
91
+ "canBeDoQuestion",
92
+ false
136
93
  ],
137
94
  [
138
- "a",
139
- "articlePOS"
95
+ "canBeQuestion",
96
+ "canBeQuestion",
97
+ false
140
98
  ],
141
99
  [
142
- "action",
143
- "action"
100
+ "changeable",
101
+ "changeable",
102
+ false
144
103
  ],
145
104
  [
146
- "adjective",
147
- "adjective"
105
+ "changes",
106
+ "event",
107
+ false
148
108
  ],
149
109
  [
150
- "all",
151
- "quantifier"
110
+ "changes",
111
+ "verb",
112
+ false
152
113
  ],
153
114
  [
154
- "articlePOS",
155
- "articlePOS"
115
+ "column",
116
+ "toAble",
117
+ false
156
118
  ],
157
119
  [
158
- "ascending",
159
- "ordering"
120
+ "column",
121
+ "to_after_column_toAble",
122
+ false
160
123
  ],
161
124
  [
162
- "between",
163
- "preposition"
125
+ "comparable",
126
+ "comparable",
127
+ false
164
128
  ],
165
129
  [
166
- "call",
167
- "verby"
130
+ "concept",
131
+ "queryable",
132
+ false
168
133
  ],
169
134
  [
170
- "canBeDoQuestion",
171
- "canBeDoQuestion"
135
+ "concept",
136
+ "theAble",
137
+ false
172
138
  ],
173
139
  [
174
- "canBeQuestion",
175
- "canBeQuestion"
140
+ "condition",
141
+ "condition",
142
+ false
176
143
  ],
177
144
  [
178
- "changeable",
179
- "changeable"
145
+ "countable",
146
+ "hierarchyAble",
147
+ false
180
148
  ],
181
149
  [
182
- "changes",
183
- "event"
150
+ "descending",
151
+ "hierarchyAble",
152
+ false
184
153
  ],
185
154
  [
186
- "changes",
187
- "verby"
155
+ "descending",
156
+ "isEdee",
157
+ false
188
158
  ],
189
159
  [
190
- "column",
191
- "toAble"
160
+ "descending",
161
+ "isEder",
162
+ false
192
163
  ],
193
164
  [
194
- "column",
195
- "to_after_column_toAble"
165
+ "descending",
166
+ "object",
167
+ false
196
168
  ],
197
169
  [
198
- "concept",
199
- "queryable"
170
+ "descending",
171
+ "ordering",
172
+ false
200
173
  ],
201
174
  [
202
- "concept",
203
- "theAble"
175
+ "descending",
176
+ "property",
177
+ false
204
178
  ],
205
179
  [
206
- "condition",
207
- "condition"
180
+ "descending",
181
+ "queryable",
182
+ false
208
183
  ],
209
184
  [
210
- "countable",
211
- "hierarchyAble"
185
+ "descending",
186
+ "sort_ordering",
187
+ false
212
188
  ],
213
189
  [
214
190
  "descending",
215
- "ordering"
191
+ "theAble",
192
+ false
216
193
  ],
217
194
  [
218
195
  "describe",
219
- "verby"
196
+ "verb",
197
+ false
220
198
  ],
221
199
  [
222
200
  "direction",
223
- "direction"
201
+ "direction",
202
+ false
224
203
  ],
225
204
  [
226
205
  "divideByExpression",
227
- "mathematicalExpression"
206
+ "mathematicalExpression",
207
+ false
228
208
  ],
229
209
  [
230
210
  "divideByOperator",
231
- "mathematicalOperator"
211
+ "mathematical_operator",
212
+ false
213
+ ],
214
+ [
215
+ "doubleQuote",
216
+ "queryable",
217
+ false
218
+ ],
219
+ [
220
+ "evaluate",
221
+ "verb",
222
+ false
232
223
  ],
233
224
  [
234
225
  "event",
235
- "event"
226
+ "event",
227
+ false
236
228
  ],
237
229
  [
238
230
  "hasCountOfPieces",
239
- "countable"
231
+ "countable",
232
+ false
240
233
  ],
241
234
  [
242
235
  "have",
243
- "canBeDoQuestion"
236
+ "canBeDoQuestion",
237
+ false
244
238
  ],
245
239
  [
246
240
  "have",
247
- "canBeQuestion"
241
+ "canBeQuestion",
242
+ false
248
243
  ],
249
244
  [
250
245
  "hierarchyAble",
251
- "queryable"
246
+ "queryable",
247
+ false
252
248
  ],
253
249
  [
254
250
  "highest",
255
- "condition"
251
+ "condition",
252
+ false
256
253
  ],
257
254
  [
258
255
  "ifAble",
259
- "ifAble"
256
+ "ifAble",
257
+ false
260
258
  ],
261
259
  [
262
260
  "is",
263
- "canBeQuestion"
261
+ "canBeQuestion",
262
+ false
264
263
  ],
265
264
  [
266
265
  "is",
267
- "verby"
266
+ "verb",
267
+ false
268
268
  ],
269
269
  [
270
270
  "isEdee",
271
- "isEdee"
271
+ "isEdee",
272
+ false
272
273
  ],
273
274
  [
274
275
  "isEder",
275
- "isEder"
276
+ "isEder",
277
+ false
276
278
  ],
277
279
  [
278
280
  "it",
279
- "pronoun"
281
+ "pronoun",
282
+ false
280
283
  ],
281
284
  [
282
285
  "it",
283
- "queryable"
286
+ "queryable",
287
+ false
284
288
  ],
285
289
  [
286
290
  "it",
287
- "thisitthat"
291
+ "thisitthat",
292
+ false
288
293
  ],
289
294
  [
290
295
  "it",
291
- "toAble"
296
+ "toAble",
297
+ false
292
298
  ],
293
299
  [
294
300
  "left",
295
- "direction"
301
+ "direction",
302
+ false
296
303
  ],
297
304
  [
298
305
  "lowest",
299
- "condition"
306
+ "condition",
307
+ false
300
308
  ],
301
309
  [
302
310
  "mathematical",
303
- "hierarchyAble"
311
+ "hierarchyAble",
312
+ false
304
313
  ],
305
314
  [
306
315
  "mathematical",
307
- "isEdee"
316
+ "isEdee",
317
+ false
308
318
  ],
309
319
  [
310
320
  "mathematical",
311
- "isEder"
321
+ "isEder",
322
+ false
312
323
  ],
313
324
  [
314
325
  "mathematical",
315
- "object"
326
+ "object",
327
+ false
316
328
  ],
317
329
  [
318
330
  "mathematical",
319
- "operator_modifier"
331
+ "operator_modifier",
332
+ false
320
333
  ],
321
334
  [
322
335
  "mathematical",
323
- "property"
336
+ "property",
337
+ false
324
338
  ],
325
339
  [
326
340
  "mathematical",
327
- "queryable"
341
+ "queryable",
342
+ false
328
343
  ],
329
344
  [
330
345
  "mathematical",
331
- "theAble"
346
+ "theAble",
347
+ false
332
348
  ],
333
349
  [
334
350
  "mathematicalExpression",
335
- "concept"
351
+ "concept",
352
+ false
336
353
  ],
337
354
  [
338
355
  "mathematicalExpression",
339
- "number"
356
+ "number",
357
+ false
340
358
  ],
341
359
  [
342
360
  "mathematicalExpression",
343
- "property"
361
+ "property",
362
+ false
344
363
  ],
345
364
  [
346
- "mathematicalOperator",
347
- "mathematicalOperator"
365
+ "mathematical_operator",
366
+ "adjective",
367
+ true
348
368
  ],
349
369
  [
350
370
  "mathematical_operator",
351
- "adjective"
371
+ "concept",
372
+ false
352
373
  ],
353
374
  [
354
375
  "mathematical_operator",
355
- "concept"
376
+ "hierarchyAble",
377
+ false
356
378
  ],
357
379
  [
358
380
  "mathematical_operator",
359
- "hierarchyAble"
381
+ "isEdee",
382
+ false
360
383
  ],
361
384
  [
362
385
  "mathematical_operator",
363
- "isEdee"
386
+ "isEder",
387
+ false
364
388
  ],
365
389
  [
366
390
  "mathematical_operator",
367
- "isEder"
391
+ "object",
392
+ false
368
393
  ],
369
394
  [
370
395
  "mathematical_operator",
371
- "object"
396
+ "operator",
397
+ false
372
398
  ],
373
399
  [
374
400
  "mathematical_operator",
375
- "operator"
401
+ "property",
402
+ false
376
403
  ],
377
404
  [
378
405
  "mathematical_operator",
379
- "property"
406
+ "queryable",
407
+ false
380
408
  ],
381
409
  [
382
410
  "mathematical_operator",
383
- "queryable"
411
+ "theAble",
412
+ false
384
413
  ],
385
414
  [
386
- "mathematical_operator",
387
- "theAble"
415
+ "memorable",
416
+ "theAble",
417
+ false
388
418
  ],
389
419
  [
390
420
  "minusExpression",
391
- "mathematicalExpression"
421
+ "mathematicalExpression",
422
+ false
392
423
  ],
393
424
  [
394
425
  "minusOperator",
395
- "mathematicalOperator"
426
+ "mathematical_operator",
427
+ false
396
428
  ],
397
429
  [
398
430
  "modifies",
399
- "verby"
431
+ "verb",
432
+ false
400
433
  ],
401
434
  [
402
435
  "move",
403
- "reportAction"
404
- ],
405
- [
406
- "notAble",
407
- "notAble"
436
+ "reportAction",
437
+ false
408
438
  ],
409
439
  [
410
440
  "noun",
411
- "theAble"
441
+ "theAble",
442
+ false
412
443
  ],
413
444
  [
414
445
  "number",
415
- "quantifier"
446
+ "quantifier",
447
+ false
416
448
  ],
417
449
  [
418
450
  "number",
419
- "queryable"
451
+ "queryable",
452
+ false
420
453
  ],
421
454
  [
422
455
  "object",
423
- "queryable"
456
+ "queryable",
457
+ false
424
458
  ],
425
459
  [
426
460
  "object",
427
- "theAble"
461
+ "theAble",
462
+ false
428
463
  ],
429
464
  [
430
465
  "operator",
431
- "concept"
466
+ "concept",
467
+ false
432
468
  ],
433
469
  [
434
470
  "operator",
435
- "hierarchyAble"
471
+ "hierarchyAble",
472
+ false
436
473
  ],
437
474
  [
438
475
  "operator",
439
- "isEdee"
476
+ "isEdee",
477
+ false
440
478
  ],
441
479
  [
442
480
  "operator",
443
- "isEder"
481
+ "isEder",
482
+ false
444
483
  ],
445
484
  [
446
485
  "operator",
447
- "object"
486
+ "object",
487
+ false
448
488
  ],
449
489
  [
450
490
  "operator",
451
- "property"
491
+ "property",
492
+ false
452
493
  ],
453
494
  [
454
495
  "operator",
455
- "queryable"
496
+ "queryable",
497
+ false
456
498
  ],
457
499
  [
458
500
  "operator",
459
- "theAble"
501
+ "theAble",
502
+ false
460
503
  ],
461
504
  [
462
505
  "operator_modifier",
463
- "operator_modifier"
506
+ "operator_modifier",
507
+ false
464
508
  ],
465
509
  [
466
510
  "orAble",
467
- "ifAble"
511
+ "ifAble",
512
+ false
513
+ ],
514
+ [
515
+ "ordering",
516
+ "concept",
517
+ false
518
+ ],
519
+ [
520
+ "ordering",
521
+ "hierarchyAble",
522
+ false
523
+ ],
524
+ [
525
+ "ordering",
526
+ "isEdee",
527
+ false
528
+ ],
529
+ [
530
+ "ordering",
531
+ "isEder",
532
+ false
533
+ ],
534
+ [
535
+ "ordering",
536
+ "object",
537
+ false
538
+ ],
539
+ [
540
+ "ordering",
541
+ "property",
542
+ false
468
543
  ],
469
544
  [
470
545
  "ordering",
471
- "ordering"
546
+ "queryable",
547
+ false
548
+ ],
549
+ [
550
+ "ordering",
551
+ "theAble",
552
+ false
553
+ ],
554
+ [
555
+ "ordering_modifier",
556
+ "ordering_modifier",
557
+ false
472
558
  ],
473
559
  [
474
560
  "plusExpression",
475
- "mathematicalExpression"
561
+ "mathematicalExpression",
562
+ false
476
563
  ],
477
564
  [
478
565
  "plusOperator",
479
- "mathematicalOperator"
566
+ "mathematical_operator",
567
+ false
480
568
  ],
481
569
  [
482
570
  "preposition",
483
- "preposition"
571
+ "preposition",
572
+ false
484
573
  ],
485
574
  [
486
575
  "price",
487
- "number"
576
+ "number",
577
+ false
488
578
  ],
489
579
  [
490
580
  "price",
491
- "property"
581
+ "property",
582
+ false
492
583
  ],
493
584
  [
494
585
  "product",
495
- "the_after_product_property_theAble"
586
+ "the_after_product_property_theAble",
587
+ false
496
588
  ],
497
589
  [
498
590
  "pronoun",
499
- "pronoun"
591
+ "pronoun",
592
+ false
500
593
  ],
501
594
  [
502
595
  "property",
503
- "queryable"
596
+ "comparable",
597
+ false
504
598
  ],
505
599
  [
506
600
  "property",
507
- "theAble"
601
+ "queryable",
602
+ false
508
603
  ],
509
604
  [
510
605
  "property",
511
- "the_after_product_property_theAble"
606
+ "theAble",
607
+ false
512
608
  ],
513
609
  [
514
610
  "property",
515
- "unknown"
611
+ "the_after_product_property_theAble",
612
+ false
516
613
  ],
517
614
  [
518
615
  "punctuation",
519
- "punctuation"
616
+ "punctuation",
617
+ false
520
618
  ],
521
619
  [
522
620
  "quantifier",
523
- "quantifier"
621
+ "quantifier",
622
+ false
524
623
  ],
525
624
  [
526
625
  "quantity",
527
- "number"
626
+ "number",
627
+ false
528
628
  ],
529
629
  [
530
630
  "quantity",
531
- "property"
631
+ "property",
632
+ false
532
633
  ],
533
634
  [
534
635
  "queryable",
535
- "queryable"
636
+ "queryable",
637
+ false
536
638
  ],
537
639
  [
538
640
  "questionMark",
539
- "punctuation"
641
+ "punctuation",
642
+ false
540
643
  ],
541
644
  [
542
645
  "readonly",
543
- "queryable"
646
+ "queryable",
647
+ false
544
648
  ],
545
649
  [
546
650
  "reason",
547
- "queryable"
651
+ "queryable",
652
+ false
548
653
  ],
549
654
  [
550
655
  "reason",
551
- "theAble"
656
+ "theAble",
657
+ false
658
+ ],
659
+ [
660
+ "remember",
661
+ "verb",
662
+ false
552
663
  ],
553
664
  [
554
665
  "remove",
555
- "reportAction"
666
+ "reportAction",
667
+ false
556
668
  ],
557
669
  [
558
670
  "report",
559
- "changeable"
671
+ "changeable",
672
+ false
560
673
  ],
561
674
  [
562
675
  "report",
563
- "it"
676
+ "it",
677
+ false
564
678
  ],
565
679
  [
566
680
  "report",
567
- "theAble"
681
+ "theAble",
682
+ false
568
683
  ],
569
684
  [
570
685
  "report",
571
- "this"
686
+ "this",
687
+ false
572
688
  ],
573
689
  [
574
690
  "reportAction",
575
- "reportAction"
691
+ "reportAction",
692
+ false
576
693
  ],
577
694
  [
578
695
  "right",
579
- "direction"
696
+ "direction",
697
+ false
580
698
  ],
581
699
  [
582
700
  "show",
583
- "action"
701
+ "action",
702
+ false
584
703
  ],
585
704
  [
586
705
  "show",
587
- "verby"
706
+ "verb",
707
+ false
708
+ ],
709
+ [
710
+ "sort",
711
+ "hierarchyAble",
712
+ false
713
+ ],
714
+ [
715
+ "sort",
716
+ "isEdee",
717
+ false
718
+ ],
719
+ [
720
+ "sort",
721
+ "isEder",
722
+ false
723
+ ],
724
+ [
725
+ "sort",
726
+ "object",
727
+ false
728
+ ],
729
+ [
730
+ "sort",
731
+ "ordering_modifier",
732
+ false
733
+ ],
734
+ [
735
+ "sort",
736
+ "property",
737
+ false
738
+ ],
739
+ [
740
+ "sort",
741
+ "queryable",
742
+ false
743
+ ],
744
+ [
745
+ "sort",
746
+ "theAble",
747
+ false
748
+ ],
749
+ [
750
+ "sortOrdering",
751
+ "adjective",
752
+ false
753
+ ],
754
+ [
755
+ "sort_ordering",
756
+ "adjective",
757
+ true
758
+ ],
759
+ [
760
+ "sort_ordering",
761
+ "concept",
762
+ false
763
+ ],
764
+ [
765
+ "sort_ordering",
766
+ "hierarchyAble",
767
+ false
768
+ ],
769
+ [
770
+ "sort_ordering",
771
+ "isEdee",
772
+ false
773
+ ],
774
+ [
775
+ "sort_ordering",
776
+ "isEder",
777
+ false
778
+ ],
779
+ [
780
+ "sort_ordering",
781
+ "object",
782
+ false
783
+ ],
784
+ [
785
+ "sort_ordering",
786
+ "ordering",
787
+ false
788
+ ],
789
+ [
790
+ "sort_ordering",
791
+ "property",
792
+ false
793
+ ],
794
+ [
795
+ "sort_ordering",
796
+ "queryable",
797
+ false
798
+ ],
799
+ [
800
+ "sort_ordering",
801
+ "theAble",
802
+ false
803
+ ],
804
+ [
805
+ "stm_before",
806
+ "adjective",
807
+ false
588
808
  ],
589
809
  [
590
810
  "that",
591
- "thisitthat"
811
+ "thisitthat",
812
+ false
592
813
  ],
593
814
  [
594
815
  "the",
595
- "articlePOS"
816
+ "articlePOS",
817
+ false
596
818
  ],
597
819
  [
598
820
  "theAble",
599
- "the_after_product_property_theAble"
821
+ "queryable",
822
+ false
600
823
  ],
601
824
  [
825
+ "theAble",
602
826
  "the_after_product_property_theAble",
603
- "the_after_product_property_theAble"
827
+ false
828
+ ],
829
+ [
830
+ "the_after_product_property_theAble",
831
+ "the_after_product_property_theAble",
832
+ false
604
833
  ],
605
834
  [
606
835
  "this",
607
- "pronoun"
836
+ "pronoun",
837
+ false
608
838
  ],
609
839
  [
610
840
  "this",
611
- "queryable"
841
+ "queryable",
842
+ false
612
843
  ],
613
844
  [
614
845
  "this",
615
- "thisitthat"
846
+ "thisitthat",
847
+ false
616
848
  ],
617
849
  [
618
850
  "thisitthat",
619
- "queryable"
851
+ "queryable",
852
+ false
620
853
  ],
621
854
  [
622
855
  "timesExpression",
623
- "mathematicalExpression"
856
+ "mathematicalExpression",
857
+ false
624
858
  ],
625
859
  [
626
860
  "timesOperator",
627
- "mathematicalOperator"
861
+ "mathematical_operator",
862
+ false
628
863
  ],
629
864
  [
630
865
  "to",
631
- "preposition"
866
+ "preposition",
867
+ false
632
868
  ],
633
869
  [
634
870
  "toAble",
635
- "to_after_column_toAble"
871
+ "to_after_column_toAble",
872
+ false
636
873
  ],
637
874
  [
638
875
  "to_after_column_toAble",
639
- "to_after_column_toAble"
876
+ "to_after_column_toAble",
877
+ false
640
878
  ],
641
879
  [
642
880
  "type",
643
- "property"
881
+ "property",
882
+ false
644
883
  ],
645
884
  [
646
885
  "type",
647
- "whatAble"
648
- ],
649
- [
650
- "unknown",
651
- "hierarchyAble"
652
- ],
653
- [
654
- "unknown",
655
- "notAble"
886
+ "whatAble",
887
+ false
656
888
  ],
657
889
  [
658
890
  "unknown",
659
- "object"
891
+ "hierarchyAble",
892
+ false
660
893
  ],
661
894
  [
662
895
  "unknown",
663
- "queryable"
896
+ "queryable",
897
+ false
664
898
  ],
665
899
  [
666
900
  "unknown",
667
- "theAble"
901
+ "theAble",
902
+ false
668
903
  ],
669
904
  [
670
- "verby",
671
- "verby"
905
+ "verb",
906
+ "verb",
907
+ false
672
908
  ],
673
909
  [
674
910
  "what",
675
- "object"
911
+ "object",
912
+ false
676
913
  ],
677
914
  [
678
915
  "what",
679
- "queryable"
916
+ "queryable",
917
+ false
680
918
  ],
681
919
  [
682
920
  "whatAble",
683
- "queryable"
921
+ "queryable",
922
+ false
684
923
  ],
685
924
  [
686
925
  "whose",
687
- "object"
926
+ "object",
927
+ false
688
928
  ],
689
929
  [
690
930
  "x",
691
- "number"
931
+ "number",
932
+ false
692
933
  ],
693
934
  [
694
935
  "xfx",
695
- "queryable"
936
+ "queryable",
937
+ false
696
938
  ],
697
939
  [
698
940
  "y",
699
- "number"
941
+ "number",
942
+ false
700
943
  ]
701
944
  ],
702
945
  "metadata": {
@@ -708,15 +951,15 @@
708
951
  ],
709
952
  "ops": [
710
953
  [
711
- "price",
954
+ "is",
712
955
  0
713
956
  ],
714
957
  [
715
- "quantity",
958
+ "list",
716
959
  0
717
960
  ],
718
961
  [
719
- "is",
962
+ "price",
720
963
  0
721
964
  ],
722
965
  [
@@ -724,7 +967,7 @@
724
967
  0
725
968
  ],
726
969
  [
727
- "list",
970
+ "quantity",
728
971
  0
729
972
  ]
730
973
  ],
@@ -737,11 +980,11 @@
737
980
  ],
738
981
  "ops": [
739
982
  [
740
- "quantity",
983
+ "is",
741
984
  0
742
985
  ],
743
986
  [
744
- "is",
987
+ "list",
745
988
  0
746
989
  ],
747
990
  [
@@ -749,7 +992,7 @@
749
992
  0
750
993
  ],
751
994
  [
752
- "list",
995
+ "quantity",
753
996
  0
754
997
  ]
755
998
  ],
@@ -800,7 +1043,7 @@
800
1043
  }
801
1044
  ]
802
1045
  },
803
- "trace": "\n\n>>>>>>>>>>>>> Counter 1\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, 3) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, [\"Selector(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }'), , same/(), [Type(variable: 'type')]<==>[Type(variable: 'type')], 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, 7) - \"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, 9) - \"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, 14) - \"properties\"\n {\n default: true\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 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 *0. price/1 (dead) (2, 0) - \"price\"\n {\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, 3) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, [\"Selector(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }'), , same/(), [Type(variable: 'type')]<==>[Type(variable: 'type')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n types: [\n ]\n word: \"and\"\n }\n 2. quantity/0 (1, 7) - \"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, 9) - \"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, 14) - \"properties\"\n {\n default: true\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 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/(), [Type(variable: 'type')]<==>[Type(variable: 'type')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge)), range: {'start': 6, 'end': 8}, text: and, types: [], word: and})\n\n>>>>>>>>>>>>> Counter 3\n *0. list/1 (3, 0) - \"price and quantity\"\n {\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({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\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, 9) - \"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, 14) - \"properties\"\n {\n default: true\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 word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=2) is Context({default: True, marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, word: properties})\n\n>>>>>>>>>>>>> Counter 4\n 0. list/1 (3, 0) - \"price and quantity\"\n {\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({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\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, 9) - \"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 dead: true\n default: 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 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 *0. is/1 (4, 0) - \"price and quantity are properties\"\n {\n marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), 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({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) 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 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 default: 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 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({}) 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({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) 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, default: True, marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, types: ['property'], word: properties}), word: are})\n\n>>>>>>>>>>>>> Counter 6\n *0. is/2 (dead) (5, 0) - \"price and quantity are properties\"\n {\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({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) 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 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 default: 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 word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\n",
1046
+ "trace": "\n\n>>>>>>>>>>>>> Counter 1\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, 3) - \"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, 7) - \"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, 9) - \"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, 15) - \"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 *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, 3) - \"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({'type': ['property', 'queryable', 'theAble', 'quantity', 'number', 'quantifier', 'comparable']}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n types: [\n ]\n word: \"and\"\n }\n 2. quantity/0 (1, 7) - \"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, 9) - \"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, 15) - \"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({'type': ['property', 'queryable', 'theAble', 'quantity', 'number', 'quantifier', 'comparable']}) bridge(bridge)), range: {'start': 6, 'end': 8}, text: and, types: [], word: and})\n\n>>>>>>>>>>>>> Counter 3\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({'type': ['property', 'queryable', 'theAble', 'quantity', 'number', 'quantifier', '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. is/0 (1, 9) - \"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, 15) - \"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 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({'type': ['property', 'queryable', 'theAble', 'quantity', 'number', 'quantifier', '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. is/0 (1, 9) - \"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 *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({}) 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({'type': ['property', 'queryable', 'theAble', 'quantity', 'number', 'quantifier', '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 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({}) 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({'type': ['property', 'queryable', 'theAble', 'quantity', 'number', 'quantifier', '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/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 *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({'type': ['property', 'queryable', 'theAble', 'quantity', 'number', 'quantifier', '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 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",
804
1047
  "contexts": [
805
1048
  {
806
1049
  "number": "many",
@@ -857,10 +1100,10 @@
857
1100
  "level": 1
858
1101
  },
859
1102
  "two": {
1103
+ "value": "property",
1104
+ "text": "properties",
860
1105
  "marker": "property",
861
- "default": true,
862
1106
  "word": "properties",
863
- "text": "properties",
864
1107
  "range": {
865
1108
  "start": 23,
866
1109
  "end": 32
@@ -966,696 +1209,939 @@
966
1209
  {
967
1210
  "hierarchy": [
968
1211
  [
969
- "*",
970
- "hierarchyAble"
971
- ],
972
- [
973
- "*",
974
- "isEdee"
975
- ],
976
- [
977
- "*",
978
- "isEder"
979
- ],
980
- [
981
- "*",
982
- "mathematical_operator"
983
- ],
984
- [
985
- "*",
986
- "object"
987
- ],
988
- [
989
- "*",
990
- "property"
991
- ],
992
- [
993
- "*",
994
- "queryable"
995
- ],
996
- [
997
- "*",
998
- "theAble"
999
- ],
1000
- [
1001
- "+",
1002
- "hierarchyAble"
1003
- ],
1004
- [
1005
- "+",
1006
- "isEdee"
1007
- ],
1008
- [
1009
- "+",
1010
- "isEder"
1011
- ],
1012
- [
1013
- "+",
1014
- "mathematical_operator"
1015
- ],
1016
- [
1017
- "+",
1018
- "object"
1019
- ],
1020
- [
1021
- "+",
1022
- "property"
1023
- ],
1024
- [
1025
- "+",
1026
- "queryable"
1027
- ],
1028
- [
1029
- "+",
1030
- "theAble"
1212
+ "a",
1213
+ "articlePOS",
1214
+ false
1031
1215
  ],
1032
1216
  [
1033
- "-",
1034
- "hierarchyAble"
1217
+ "action",
1218
+ "action",
1219
+ false
1035
1220
  ],
1036
1221
  [
1037
- "-",
1038
- "isEdee"
1222
+ "adjective",
1223
+ "adjective",
1224
+ false
1039
1225
  ],
1040
1226
  [
1041
- "-",
1042
- "isEder"
1227
+ "all",
1228
+ "quantifier",
1229
+ false
1043
1230
  ],
1044
1231
  [
1045
- "-",
1046
- "mathematical_operator"
1232
+ "articlePOS",
1233
+ "articlePOS",
1234
+ false
1047
1235
  ],
1048
1236
  [
1049
- "-",
1050
- "object"
1237
+ "ascending",
1238
+ "hierarchyAble",
1239
+ false
1051
1240
  ],
1052
1241
  [
1053
- "-",
1054
- "property"
1242
+ "ascending",
1243
+ "isEdee",
1244
+ false
1055
1245
  ],
1056
1246
  [
1057
- "-",
1058
- "queryable"
1247
+ "ascending",
1248
+ "isEder",
1249
+ false
1059
1250
  ],
1060
1251
  [
1061
- "-",
1062
- "theAble"
1252
+ "ascending",
1253
+ "object",
1254
+ false
1063
1255
  ],
1064
1256
  [
1065
- "/",
1066
- "hierarchyAble"
1257
+ "ascending",
1258
+ "ordering",
1259
+ false
1067
1260
  ],
1068
1261
  [
1069
- "/",
1070
- "isEdee"
1262
+ "ascending",
1263
+ "property",
1264
+ false
1071
1265
  ],
1072
1266
  [
1073
- "/",
1074
- "isEder"
1267
+ "ascending",
1268
+ "queryable",
1269
+ false
1075
1270
  ],
1076
1271
  [
1077
- "/",
1078
- "mathematical_operator"
1272
+ "ascending",
1273
+ "sort_ordering",
1274
+ false
1079
1275
  ],
1080
1276
  [
1081
- "/",
1082
- "object"
1277
+ "ascending",
1278
+ "theAble",
1279
+ false
1083
1280
  ],
1084
1281
  [
1085
- "/",
1086
- "property"
1282
+ "between",
1283
+ "preposition",
1284
+ false
1087
1285
  ],
1088
1286
  [
1089
- "/",
1090
- "queryable"
1287
+ "call",
1288
+ "verb",
1289
+ false
1091
1290
  ],
1092
1291
  [
1093
- "/",
1094
- "theAble"
1292
+ "canBeDoQuestion",
1293
+ "canBeDoQuestion",
1294
+ false
1095
1295
  ],
1096
1296
  [
1097
- "a",
1098
- "articlePOS"
1297
+ "canBeQuestion",
1298
+ "canBeQuestion",
1299
+ false
1099
1300
  ],
1100
1301
  [
1101
- "action",
1102
- "action"
1302
+ "changeable",
1303
+ "changeable",
1304
+ false
1103
1305
  ],
1104
1306
  [
1105
- "adjective",
1106
- "adjective"
1307
+ "changes",
1308
+ "event",
1309
+ false
1107
1310
  ],
1108
1311
  [
1109
- "all",
1110
- "quantifier"
1312
+ "changes",
1313
+ "verb",
1314
+ false
1111
1315
  ],
1112
1316
  [
1113
- "articlePOS",
1114
- "articlePOS"
1317
+ "column",
1318
+ "toAble",
1319
+ false
1115
1320
  ],
1116
1321
  [
1117
- "ascending",
1118
- "ordering"
1322
+ "column",
1323
+ "to_after_column_toAble",
1324
+ false
1119
1325
  ],
1120
1326
  [
1121
- "between",
1122
- "preposition"
1327
+ "comparable",
1328
+ "comparable",
1329
+ false
1123
1330
  ],
1124
1331
  [
1125
- "call",
1126
- "verby"
1332
+ "concept",
1333
+ "queryable",
1334
+ false
1127
1335
  ],
1128
1336
  [
1129
- "canBeDoQuestion",
1130
- "canBeDoQuestion"
1337
+ "concept",
1338
+ "theAble",
1339
+ false
1131
1340
  ],
1132
1341
  [
1133
- "canBeQuestion",
1134
- "canBeQuestion"
1342
+ "condition",
1343
+ "condition",
1344
+ false
1135
1345
  ],
1136
1346
  [
1137
- "changeable",
1138
- "changeable"
1347
+ "countable",
1348
+ "hierarchyAble",
1349
+ false
1139
1350
  ],
1140
1351
  [
1141
- "changes",
1142
- "event"
1352
+ "descending",
1353
+ "hierarchyAble",
1354
+ false
1143
1355
  ],
1144
1356
  [
1145
- "changes",
1146
- "verby"
1357
+ "descending",
1358
+ "isEdee",
1359
+ false
1147
1360
  ],
1148
1361
  [
1149
- "column",
1150
- "toAble"
1362
+ "descending",
1363
+ "isEder",
1364
+ false
1151
1365
  ],
1152
1366
  [
1153
- "column",
1154
- "to_after_column_toAble"
1367
+ "descending",
1368
+ "object",
1369
+ false
1155
1370
  ],
1156
1371
  [
1157
- "concept",
1158
- "queryable"
1372
+ "descending",
1373
+ "ordering",
1374
+ false
1159
1375
  ],
1160
1376
  [
1161
- "concept",
1162
- "theAble"
1377
+ "descending",
1378
+ "property",
1379
+ false
1163
1380
  ],
1164
1381
  [
1165
- "condition",
1166
- "condition"
1382
+ "descending",
1383
+ "queryable",
1384
+ false
1167
1385
  ],
1168
1386
  [
1169
- "countable",
1170
- "hierarchyAble"
1387
+ "descending",
1388
+ "sort_ordering",
1389
+ false
1171
1390
  ],
1172
1391
  [
1173
1392
  "descending",
1174
- "ordering"
1393
+ "theAble",
1394
+ false
1175
1395
  ],
1176
1396
  [
1177
1397
  "describe",
1178
- "verby"
1398
+ "verb",
1399
+ false
1179
1400
  ],
1180
1401
  [
1181
1402
  "direction",
1182
- "direction"
1403
+ "direction",
1404
+ false
1183
1405
  ],
1184
1406
  [
1185
1407
  "divideByExpression",
1186
- "mathematicalExpression"
1408
+ "mathematicalExpression",
1409
+ false
1187
1410
  ],
1188
1411
  [
1189
1412
  "divideByOperator",
1190
- "mathematicalOperator"
1413
+ "mathematical_operator",
1414
+ false
1415
+ ],
1416
+ [
1417
+ "doubleQuote",
1418
+ "queryable",
1419
+ false
1420
+ ],
1421
+ [
1422
+ "evaluate",
1423
+ "verb",
1424
+ false
1191
1425
  ],
1192
1426
  [
1193
1427
  "event",
1194
- "event"
1428
+ "event",
1429
+ false
1195
1430
  ],
1196
1431
  [
1197
1432
  "hasCountOfPieces",
1198
- "countable"
1433
+ "countable",
1434
+ false
1199
1435
  ],
1200
1436
  [
1201
1437
  "have",
1202
- "canBeDoQuestion"
1438
+ "canBeDoQuestion",
1439
+ false
1203
1440
  ],
1204
1441
  [
1205
1442
  "have",
1206
- "canBeQuestion"
1443
+ "canBeQuestion",
1444
+ false
1207
1445
  ],
1208
1446
  [
1209
1447
  "hierarchyAble",
1210
- "queryable"
1448
+ "queryable",
1449
+ false
1211
1450
  ],
1212
1451
  [
1213
1452
  "highest",
1214
- "condition"
1453
+ "condition",
1454
+ false
1215
1455
  ],
1216
1456
  [
1217
1457
  "ifAble",
1218
- "ifAble"
1458
+ "ifAble",
1459
+ false
1219
1460
  ],
1220
1461
  [
1221
1462
  "is",
1222
- "canBeQuestion"
1463
+ "canBeQuestion",
1464
+ false
1223
1465
  ],
1224
1466
  [
1225
1467
  "is",
1226
- "verby"
1468
+ "verb",
1469
+ false
1227
1470
  ],
1228
1471
  [
1229
1472
  "isEdee",
1230
- "isEdee"
1473
+ "isEdee",
1474
+ false
1231
1475
  ],
1232
1476
  [
1233
1477
  "isEder",
1234
- "isEder"
1478
+ "isEder",
1479
+ false
1235
1480
  ],
1236
1481
  [
1237
1482
  "it",
1238
- "pronoun"
1483
+ "pronoun",
1484
+ false
1239
1485
  ],
1240
1486
  [
1241
1487
  "it",
1242
- "queryable"
1488
+ "queryable",
1489
+ false
1243
1490
  ],
1244
1491
  [
1245
1492
  "it",
1246
- "thisitthat"
1493
+ "thisitthat",
1494
+ false
1247
1495
  ],
1248
1496
  [
1249
1497
  "it",
1250
- "toAble"
1498
+ "toAble",
1499
+ false
1251
1500
  ],
1252
1501
  [
1253
1502
  "left",
1254
- "direction"
1503
+ "direction",
1504
+ false
1255
1505
  ],
1256
1506
  [
1257
1507
  "lowest",
1258
- "condition"
1508
+ "condition",
1509
+ false
1259
1510
  ],
1260
1511
  [
1261
1512
  "mathematical",
1262
- "hierarchyAble"
1513
+ "hierarchyAble",
1514
+ false
1263
1515
  ],
1264
1516
  [
1265
1517
  "mathematical",
1266
- "isEdee"
1518
+ "isEdee",
1519
+ false
1267
1520
  ],
1268
1521
  [
1269
1522
  "mathematical",
1270
- "isEder"
1523
+ "isEder",
1524
+ false
1271
1525
  ],
1272
1526
  [
1273
1527
  "mathematical",
1274
- "object"
1528
+ "object",
1529
+ false
1275
1530
  ],
1276
1531
  [
1277
1532
  "mathematical",
1278
- "operator_modifier"
1533
+ "operator_modifier",
1534
+ false
1279
1535
  ],
1280
1536
  [
1281
1537
  "mathematical",
1282
- "property"
1538
+ "property",
1539
+ false
1283
1540
  ],
1284
1541
  [
1285
1542
  "mathematical",
1286
- "queryable"
1543
+ "queryable",
1544
+ false
1287
1545
  ],
1288
1546
  [
1289
1547
  "mathematical",
1290
- "theAble"
1548
+ "theAble",
1549
+ false
1291
1550
  ],
1292
1551
  [
1293
1552
  "mathematicalExpression",
1294
- "concept"
1553
+ "concept",
1554
+ false
1295
1555
  ],
1296
1556
  [
1297
1557
  "mathematicalExpression",
1298
- "number"
1558
+ "number",
1559
+ false
1299
1560
  ],
1300
1561
  [
1301
1562
  "mathematicalExpression",
1302
- "property"
1563
+ "property",
1564
+ false
1303
1565
  ],
1304
1566
  [
1305
- "mathematicalOperator",
1306
- "mathematicalOperator"
1567
+ "mathematical_operator",
1568
+ "adjective",
1569
+ true
1307
1570
  ],
1308
1571
  [
1309
1572
  "mathematical_operator",
1310
- "adjective"
1573
+ "concept",
1574
+ false
1311
1575
  ],
1312
1576
  [
1313
1577
  "mathematical_operator",
1314
- "concept"
1578
+ "hierarchyAble",
1579
+ false
1315
1580
  ],
1316
1581
  [
1317
1582
  "mathematical_operator",
1318
- "hierarchyAble"
1583
+ "isEdee",
1584
+ false
1319
1585
  ],
1320
1586
  [
1321
1587
  "mathematical_operator",
1322
- "isEdee"
1588
+ "isEder",
1589
+ false
1323
1590
  ],
1324
1591
  [
1325
1592
  "mathematical_operator",
1326
- "isEder"
1593
+ "object",
1594
+ false
1327
1595
  ],
1328
1596
  [
1329
1597
  "mathematical_operator",
1330
- "object"
1598
+ "operator",
1599
+ false
1331
1600
  ],
1332
1601
  [
1333
1602
  "mathematical_operator",
1334
- "operator"
1603
+ "property",
1604
+ false
1335
1605
  ],
1336
1606
  [
1337
1607
  "mathematical_operator",
1338
- "property"
1608
+ "queryable",
1609
+ false
1339
1610
  ],
1340
1611
  [
1341
1612
  "mathematical_operator",
1342
- "queryable"
1613
+ "theAble",
1614
+ false
1343
1615
  ],
1344
1616
  [
1345
- "mathematical_operator",
1346
- "theAble"
1617
+ "memorable",
1618
+ "theAble",
1619
+ false
1347
1620
  ],
1348
1621
  [
1349
1622
  "minusExpression",
1350
- "mathematicalExpression"
1623
+ "mathematicalExpression",
1624
+ false
1351
1625
  ],
1352
1626
  [
1353
1627
  "minusOperator",
1354
- "mathematicalOperator"
1628
+ "mathematical_operator",
1629
+ false
1355
1630
  ],
1356
1631
  [
1357
1632
  "modifies",
1358
- "verby"
1633
+ "verb",
1634
+ false
1359
1635
  ],
1360
1636
  [
1361
1637
  "move",
1362
- "reportAction"
1363
- ],
1364
- [
1365
- "notAble",
1366
- "notAble"
1638
+ "reportAction",
1639
+ false
1367
1640
  ],
1368
1641
  [
1369
1642
  "noun",
1370
- "theAble"
1643
+ "theAble",
1644
+ false
1371
1645
  ],
1372
1646
  [
1373
1647
  "number",
1374
- "quantifier"
1648
+ "quantifier",
1649
+ false
1375
1650
  ],
1376
1651
  [
1377
1652
  "number",
1378
- "queryable"
1653
+ "queryable",
1654
+ false
1379
1655
  ],
1380
1656
  [
1381
1657
  "object",
1382
- "queryable"
1658
+ "queryable",
1659
+ false
1383
1660
  ],
1384
1661
  [
1385
1662
  "object",
1386
- "theAble"
1663
+ "theAble",
1664
+ false
1387
1665
  ],
1388
1666
  [
1389
1667
  "operator",
1390
- "concept"
1668
+ "concept",
1669
+ false
1391
1670
  ],
1392
1671
  [
1393
1672
  "operator",
1394
- "hierarchyAble"
1673
+ "hierarchyAble",
1674
+ false
1395
1675
  ],
1396
1676
  [
1397
1677
  "operator",
1398
- "isEdee"
1678
+ "isEdee",
1679
+ false
1399
1680
  ],
1400
1681
  [
1401
1682
  "operator",
1402
- "isEder"
1683
+ "isEder",
1684
+ false
1403
1685
  ],
1404
1686
  [
1405
1687
  "operator",
1406
- "object"
1688
+ "object",
1689
+ false
1407
1690
  ],
1408
1691
  [
1409
1692
  "operator",
1410
- "property"
1693
+ "property",
1694
+ false
1411
1695
  ],
1412
1696
  [
1413
1697
  "operator",
1414
- "queryable"
1698
+ "queryable",
1699
+ false
1415
1700
  ],
1416
1701
  [
1417
1702
  "operator",
1418
- "theAble"
1703
+ "theAble",
1704
+ false
1419
1705
  ],
1420
1706
  [
1421
1707
  "operator_modifier",
1422
- "operator_modifier"
1708
+ "operator_modifier",
1709
+ false
1423
1710
  ],
1424
1711
  [
1425
1712
  "orAble",
1426
- "ifAble"
1713
+ "ifAble",
1714
+ false
1715
+ ],
1716
+ [
1717
+ "ordering",
1718
+ "concept",
1719
+ false
1720
+ ],
1721
+ [
1722
+ "ordering",
1723
+ "hierarchyAble",
1724
+ false
1725
+ ],
1726
+ [
1727
+ "ordering",
1728
+ "isEdee",
1729
+ false
1730
+ ],
1731
+ [
1732
+ "ordering",
1733
+ "isEder",
1734
+ false
1735
+ ],
1736
+ [
1737
+ "ordering",
1738
+ "object",
1739
+ false
1740
+ ],
1741
+ [
1742
+ "ordering",
1743
+ "property",
1744
+ false
1745
+ ],
1746
+ [
1747
+ "ordering",
1748
+ "queryable",
1749
+ false
1427
1750
  ],
1428
1751
  [
1429
1752
  "ordering",
1430
- "ordering"
1753
+ "theAble",
1754
+ false
1755
+ ],
1756
+ [
1757
+ "ordering_modifier",
1758
+ "ordering_modifier",
1759
+ false
1431
1760
  ],
1432
1761
  [
1433
1762
  "plusExpression",
1434
- "mathematicalExpression"
1763
+ "mathematicalExpression",
1764
+ false
1435
1765
  ],
1436
1766
  [
1437
1767
  "plusOperator",
1438
- "mathematicalOperator"
1768
+ "mathematical_operator",
1769
+ false
1439
1770
  ],
1440
1771
  [
1441
1772
  "preposition",
1442
- "preposition"
1773
+ "preposition",
1774
+ false
1443
1775
  ],
1444
1776
  [
1445
1777
  "price",
1446
- "number"
1778
+ "number",
1779
+ false
1447
1780
  ],
1448
1781
  [
1449
1782
  "price",
1450
- "property"
1783
+ "property",
1784
+ false
1451
1785
  ],
1452
1786
  [
1453
1787
  "product",
1454
- "the_after_product_property_theAble"
1788
+ "the_after_product_property_theAble",
1789
+ false
1455
1790
  ],
1456
1791
  [
1457
1792
  "pronoun",
1458
- "pronoun"
1793
+ "pronoun",
1794
+ false
1459
1795
  ],
1460
1796
  [
1461
1797
  "property",
1462
- "queryable"
1798
+ "comparable",
1799
+ false
1463
1800
  ],
1464
1801
  [
1465
1802
  "property",
1466
- "theAble"
1803
+ "queryable",
1804
+ false
1467
1805
  ],
1468
1806
  [
1469
1807
  "property",
1470
- "the_after_product_property_theAble"
1808
+ "theAble",
1809
+ false
1471
1810
  ],
1472
1811
  [
1473
1812
  "property",
1474
- "unknown"
1813
+ "the_after_product_property_theAble",
1814
+ false
1475
1815
  ],
1476
1816
  [
1477
1817
  "punctuation",
1478
- "punctuation"
1818
+ "punctuation",
1819
+ false
1479
1820
  ],
1480
1821
  [
1481
1822
  "quantifier",
1482
- "quantifier"
1823
+ "quantifier",
1824
+ false
1483
1825
  ],
1484
1826
  [
1485
1827
  "quantity",
1486
- "number"
1828
+ "number",
1829
+ false
1487
1830
  ],
1488
1831
  [
1489
1832
  "quantity",
1490
- "property"
1833
+ "property",
1834
+ false
1491
1835
  ],
1492
1836
  [
1493
1837
  "queryable",
1494
- "queryable"
1838
+ "queryable",
1839
+ false
1495
1840
  ],
1496
1841
  [
1497
1842
  "questionMark",
1498
- "punctuation"
1843
+ "punctuation",
1844
+ false
1499
1845
  ],
1500
1846
  [
1501
1847
  "readonly",
1502
- "queryable"
1848
+ "queryable",
1849
+ false
1503
1850
  ],
1504
1851
  [
1505
1852
  "reason",
1506
- "queryable"
1853
+ "queryable",
1854
+ false
1507
1855
  ],
1508
1856
  [
1509
1857
  "reason",
1510
- "theAble"
1858
+ "theAble",
1859
+ false
1860
+ ],
1861
+ [
1862
+ "remember",
1863
+ "verb",
1864
+ false
1511
1865
  ],
1512
1866
  [
1513
1867
  "remove",
1514
- "reportAction"
1868
+ "reportAction",
1869
+ false
1515
1870
  ],
1516
1871
  [
1517
1872
  "report",
1518
- "changeable"
1873
+ "changeable",
1874
+ false
1519
1875
  ],
1520
1876
  [
1521
1877
  "report",
1522
- "it"
1878
+ "it",
1879
+ false
1523
1880
  ],
1524
1881
  [
1525
1882
  "report",
1526
- "theAble"
1883
+ "theAble",
1884
+ false
1527
1885
  ],
1528
1886
  [
1529
1887
  "report",
1530
- "this"
1888
+ "this",
1889
+ false
1531
1890
  ],
1532
1891
  [
1533
1892
  "reportAction",
1534
- "reportAction"
1893
+ "reportAction",
1894
+ false
1535
1895
  ],
1536
1896
  [
1537
1897
  "right",
1538
- "direction"
1898
+ "direction",
1899
+ false
1539
1900
  ],
1540
1901
  [
1541
1902
  "show",
1542
- "action"
1903
+ "action",
1904
+ false
1543
1905
  ],
1544
1906
  [
1545
1907
  "show",
1546
- "verby"
1908
+ "verb",
1909
+ false
1910
+ ],
1911
+ [
1912
+ "sort",
1913
+ "hierarchyAble",
1914
+ false
1915
+ ],
1916
+ [
1917
+ "sort",
1918
+ "isEdee",
1919
+ false
1920
+ ],
1921
+ [
1922
+ "sort",
1923
+ "isEder",
1924
+ false
1925
+ ],
1926
+ [
1927
+ "sort",
1928
+ "object",
1929
+ false
1930
+ ],
1931
+ [
1932
+ "sort",
1933
+ "ordering_modifier",
1934
+ false
1935
+ ],
1936
+ [
1937
+ "sort",
1938
+ "property",
1939
+ false
1940
+ ],
1941
+ [
1942
+ "sort",
1943
+ "queryable",
1944
+ false
1945
+ ],
1946
+ [
1947
+ "sort",
1948
+ "theAble",
1949
+ false
1950
+ ],
1951
+ [
1952
+ "sortOrdering",
1953
+ "adjective",
1954
+ false
1955
+ ],
1956
+ [
1957
+ "sort_ordering",
1958
+ "adjective",
1959
+ true
1960
+ ],
1961
+ [
1962
+ "sort_ordering",
1963
+ "concept",
1964
+ false
1965
+ ],
1966
+ [
1967
+ "sort_ordering",
1968
+ "hierarchyAble",
1969
+ false
1970
+ ],
1971
+ [
1972
+ "sort_ordering",
1973
+ "isEdee",
1974
+ false
1975
+ ],
1976
+ [
1977
+ "sort_ordering",
1978
+ "isEder",
1979
+ false
1980
+ ],
1981
+ [
1982
+ "sort_ordering",
1983
+ "object",
1984
+ false
1985
+ ],
1986
+ [
1987
+ "sort_ordering",
1988
+ "ordering",
1989
+ false
1990
+ ],
1991
+ [
1992
+ "sort_ordering",
1993
+ "property",
1994
+ false
1995
+ ],
1996
+ [
1997
+ "sort_ordering",
1998
+ "queryable",
1999
+ false
2000
+ ],
2001
+ [
2002
+ "sort_ordering",
2003
+ "theAble",
2004
+ false
2005
+ ],
2006
+ [
2007
+ "stm_before",
2008
+ "adjective",
2009
+ false
1547
2010
  ],
1548
2011
  [
1549
2012
  "that",
1550
- "thisitthat"
2013
+ "thisitthat",
2014
+ false
1551
2015
  ],
1552
2016
  [
1553
2017
  "the",
1554
- "articlePOS"
2018
+ "articlePOS",
2019
+ false
2020
+ ],
2021
+ [
2022
+ "theAble",
2023
+ "queryable",
2024
+ false
1555
2025
  ],
1556
2026
  [
1557
2027
  "theAble",
1558
- "the_after_product_property_theAble"
2028
+ "the_after_product_property_theAble",
2029
+ false
1559
2030
  ],
1560
2031
  [
1561
2032
  "the_after_product_property_theAble",
1562
- "the_after_product_property_theAble"
2033
+ "the_after_product_property_theAble",
2034
+ false
1563
2035
  ],
1564
2036
  [
1565
2037
  "this",
1566
- "pronoun"
2038
+ "pronoun",
2039
+ false
1567
2040
  ],
1568
2041
  [
1569
2042
  "this",
1570
- "queryable"
2043
+ "queryable",
2044
+ false
1571
2045
  ],
1572
2046
  [
1573
2047
  "this",
1574
- "thisitthat"
2048
+ "thisitthat",
2049
+ false
1575
2050
  ],
1576
2051
  [
1577
2052
  "thisitthat",
1578
- "queryable"
2053
+ "queryable",
2054
+ false
1579
2055
  ],
1580
2056
  [
1581
2057
  "timesExpression",
1582
- "mathematicalExpression"
2058
+ "mathematicalExpression",
2059
+ false
1583
2060
  ],
1584
2061
  [
1585
2062
  "timesOperator",
1586
- "mathematicalOperator"
2063
+ "mathematical_operator",
2064
+ false
1587
2065
  ],
1588
2066
  [
1589
2067
  "to",
1590
- "preposition"
2068
+ "preposition",
2069
+ false
1591
2070
  ],
1592
2071
  [
1593
2072
  "toAble",
1594
- "to_after_column_toAble"
2073
+ "to_after_column_toAble",
2074
+ false
1595
2075
  ],
1596
2076
  [
1597
2077
  "to_after_column_toAble",
1598
- "to_after_column_toAble"
2078
+ "to_after_column_toAble",
2079
+ false
1599
2080
  ],
1600
2081
  [
1601
2082
  "type",
1602
- "property"
2083
+ "property",
2084
+ false
1603
2085
  ],
1604
2086
  [
1605
2087
  "type",
1606
- "whatAble"
1607
- ],
1608
- [
1609
- "unknown",
1610
- "hierarchyAble"
1611
- ],
1612
- [
1613
- "unknown",
1614
- "notAble"
2088
+ "whatAble",
2089
+ false
1615
2090
  ],
1616
2091
  [
1617
2092
  "unknown",
1618
- "object"
2093
+ "hierarchyAble",
2094
+ false
1619
2095
  ],
1620
2096
  [
1621
2097
  "unknown",
1622
- "queryable"
2098
+ "queryable",
2099
+ false
1623
2100
  ],
1624
2101
  [
1625
2102
  "unknown",
1626
- "theAble"
2103
+ "theAble",
2104
+ false
1627
2105
  ],
1628
2106
  [
1629
- "verby",
1630
- "verby"
2107
+ "verb",
2108
+ "verb",
2109
+ false
1631
2110
  ],
1632
2111
  [
1633
2112
  "what",
1634
- "object"
2113
+ "object",
2114
+ false
1635
2115
  ],
1636
2116
  [
1637
2117
  "what",
1638
- "queryable"
2118
+ "queryable",
2119
+ false
1639
2120
  ],
1640
2121
  [
1641
2122
  "whatAble",
1642
- "queryable"
2123
+ "queryable",
2124
+ false
1643
2125
  ],
1644
2126
  [
1645
2127
  "whose",
1646
- "object"
2128
+ "object",
2129
+ false
1647
2130
  ],
1648
2131
  [
1649
2132
  "x",
1650
- "number"
2133
+ "number",
2134
+ false
1651
2135
  ],
1652
2136
  [
1653
2137
  "xfx",
1654
- "queryable"
2138
+ "queryable",
2139
+ false
1655
2140
  ],
1656
2141
  [
1657
2142
  "y",
1658
- "number"
2143
+ "number",
2144
+ false
1659
2145
  ]
1660
2146
  ],
1661
2147
  "metadata": {
@@ -1667,15 +2153,15 @@
1667
2153
  ],
1668
2154
  "ops": [
1669
2155
  [
1670
- "unknown",
2156
+ "means",
1671
2157
  0
1672
2158
  ],
1673
2159
  [
1674
- "means",
2160
+ "price",
1675
2161
  0
1676
2162
  ],
1677
2163
  [
1678
- "price",
2164
+ "quantity",
1679
2165
  0
1680
2166
  ],
1681
2167
  [
@@ -1683,7 +2169,7 @@
1683
2169
  0
1684
2170
  ],
1685
2171
  [
1686
- "quantity",
2172
+ "unknown",
1687
2173
  0
1688
2174
  ]
1689
2175
  ],
@@ -1704,11 +2190,11 @@
1704
2190
  0
1705
2191
  ],
1706
2192
  [
1707
- "timesOperator",
2193
+ "quantity",
1708
2194
  0
1709
2195
  ],
1710
2196
  [
1711
- "quantity",
2197
+ "timesOperator",
1712
2198
  0
1713
2199
  ]
1714
2200
  ],
@@ -1725,11 +2211,11 @@
1725
2211
  0
1726
2212
  ],
1727
2213
  [
1728
- "timesOperator",
2214
+ "quantity",
1729
2215
  0
1730
2216
  ],
1731
2217
  [
1732
- "quantity",
2218
+ "timesOperator",
1733
2219
  0
1734
2220
  ]
1735
2221
  ],
@@ -1767,7 +2253,7 @@
1767
2253
  }
1768
2254
  ]
1769
2255
  },
1770
- "trace": "\n\n>>>>>>>>>>>>> Counter 1\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: \"times\"\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 *0. unknown/1 (dead) (2, 0) - \"worth\"\n {\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: \"times\"\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 0. unknown/1 (dead) (2, 0) - \"worth\"\n {\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 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: \"times\"\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 0. unknown/1 (dead) (2, 0) - \"worth\"\n {\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 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: \"times\"\n word: \"times\"\n }\n *4. quantity/1 (dead) (2, 2) - \"quantity\"\n {\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: times, word: times})\n\n>>>>>>>>>>>>> Counter 5\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n {\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 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 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 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 *0. means/1 (dead) (4, 0) - \"worth means price times quantity\"\n {\n dead: true\n default: true\n from: {\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 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 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 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",
2256
+ "trace": "\n\n>>>>>>>>>>>>> Counter 1\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 *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 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 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 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 *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",
1771
2257
  "contexts": [
1772
2258
  {
1773
2259
  "marker": "means",