ekms 8.0.0 → 8.1.0

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 (122) hide show
  1. package/common/animals.instance.json +3003 -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 +25513 -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/conjunction.instance.json +2 -0
  18. package/common/conjunction.js +104 -0
  19. package/common/conjunction.test.json +322 -0
  20. package/common/countable.js +20 -14
  21. package/common/countable.test.json +1050 -0
  22. package/common/crew.instance.json +16855 -9731
  23. package/common/crew.js +39 -42
  24. package/common/crew.test.json +714 -452
  25. package/common/currency.js +28 -46
  26. package/common/dialogues.js +177 -426
  27. package/common/dialogues.test.json +684 -450
  28. package/common/dimension.instance.json +508 -289
  29. package/common/dimension.js +22 -24
  30. package/common/dimension.test.json +727 -1944
  31. package/common/edible.instance.json +20548 -10848
  32. package/common/edible.js +4 -9
  33. package/common/emotions.instance.json +255 -123
  34. package/common/emotions.js +36 -39
  35. package/common/evaluate.instance.json +2 -0
  36. package/common/evaluate.js +53 -0
  37. package/common/evaluate.test.json +574 -0
  38. package/common/events.js +11 -15
  39. package/common/fastfood.instance.json +223039 -113390
  40. package/common/fastfood.js +77 -87
  41. package/common/fastfood.test.json +8205 -3733
  42. package/common/formulas.instance.json +444 -244
  43. package/common/formulas.js +20 -27
  44. package/common/formulas.test.json +1027 -955
  45. package/common/gdefaults.js +40 -27
  46. package/common/help.js +9 -14
  47. package/common/help.test.json +71 -18
  48. package/common/helpers/concept.js +33 -10
  49. package/common/helpers/dialogues.js +22 -4
  50. package/common/helpers/formulas.js +0 -14
  51. package/common/helpers/meta.js +0 -1
  52. package/common/helpers/properties.js +72 -76
  53. package/common/helpers.js +35 -24
  54. package/common/hierarchy.js +17 -25
  55. package/common/javascript.js +12 -19
  56. package/common/kirk.instance.json +586 -298
  57. package/common/kirk.js +6 -9
  58. package/common/length.instance.json +9158 -5124
  59. package/common/length.js +5 -9
  60. package/common/listener.js +48 -0
  61. package/common/listener.test.json +104 -0
  62. package/common/math.instance.json +409 -1202
  63. package/common/math.js +17 -21
  64. package/common/meta.js +24 -50
  65. package/common/nameable.instance.json +2 -0
  66. package/common/nameable.js +144 -0
  67. package/common/nameable.test.json +3191 -0
  68. package/common/negation.instance.json +2 -0
  69. package/common/negation.js +38 -0
  70. package/common/negation.test.json +308 -0
  71. package/common/numbers.js +28 -32
  72. package/common/ordering.instance.json +449 -273
  73. package/common/ordering.js +81 -87
  74. package/common/ordinals.instance.json +2 -0
  75. package/common/ordinals.js +60 -0
  76. package/common/ordinals.test.json +306 -0
  77. package/common/people.instance.json +2176 -1141
  78. package/common/people.js +9 -14
  79. package/common/percentages.instance.json +2 -0
  80. package/common/percentages.js +53 -0
  81. package/common/percentages.test.json +751 -0
  82. package/common/pipboy.instance.json +12120 -6879
  83. package/common/pipboy.js +53 -62
  84. package/common/pipboy.test.json +2835 -0
  85. package/common/pokemon.instance.json +4415 -2351
  86. package/common/pokemon.js +8 -21
  87. package/common/pos.js +16 -14
  88. package/common/pressure.instance.json +2348 -1373
  89. package/common/pressure.js +5 -9
  90. package/common/properties.instance.json +151 -87
  91. package/common/properties.js +156 -167
  92. package/common/properties.test.json +17605 -4030
  93. package/common/punctuation.js +24 -8
  94. package/common/punctuation.test.json +233 -5
  95. package/common/reports.instance.json +1027 -551
  96. package/common/reports.js +77 -103
  97. package/common/reports.test.json +15623 -10458
  98. package/common/scorekeeper.js +19 -31
  99. package/common/sdefaults.js +17 -8
  100. package/common/sizeable.js +13 -12
  101. package/common/spock.instance.json +585 -297
  102. package/common/spock.js +6 -9
  103. package/common/stgame.js +20 -20
  104. package/common/stm.js +182 -29
  105. package/common/stm.test.json +1734 -1
  106. package/common/tell.js +15 -19
  107. package/common/temperature.instance.json +2480 -1493
  108. package/common/temperature.js +5 -9
  109. package/common/tester.js +15 -4
  110. package/common/testing.js +8 -13
  111. package/common/time.js +21 -26
  112. package/common/tokenize.js +8 -8
  113. package/common/tokenize.test.json +86 -1
  114. package/common/ui.instance.json +151 -460
  115. package/common/ui.js +22 -34
  116. package/common/ui.test.json +641 -5357
  117. package/common/weight.instance.json +8072 -4490
  118. package/common/weight.js +5 -9
  119. package/common/weight.test.json +242 -238
  120. package/common/yesno.js +6 -6
  121. package/main.js +68 -45
  122. package/package.json +44 -6
@@ -7,696 +7,934 @@
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
232
213
  ],
233
214
  [
215
+ "doubleQuote",
216
+ "queryable",
217
+ false
218
+ ],
219
+ [
220
+ "evaluate",
221
+ "verb",
222
+ false
223
+ ],
224
+ [
225
+ "event",
234
226
  "event",
235
- "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
468
523
  ],
469
524
  [
470
525
  "ordering",
471
- "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
543
+ ],
544
+ [
545
+ "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
+ "the_after_product_property_theAble",
822
+ false
600
823
  ],
601
824
  [
602
825
  "the_after_product_property_theAble",
603
- "the_after_product_property_theAble"
826
+ "the_after_product_property_theAble",
827
+ false
604
828
  ],
605
829
  [
606
830
  "this",
607
- "pronoun"
831
+ "pronoun",
832
+ false
608
833
  ],
609
834
  [
610
835
  "this",
611
- "queryable"
836
+ "queryable",
837
+ false
612
838
  ],
613
839
  [
614
840
  "this",
615
- "thisitthat"
841
+ "thisitthat",
842
+ false
616
843
  ],
617
844
  [
618
845
  "thisitthat",
619
- "queryable"
846
+ "queryable",
847
+ false
620
848
  ],
621
849
  [
622
850
  "timesExpression",
623
- "mathematicalExpression"
851
+ "mathematicalExpression",
852
+ false
624
853
  ],
625
854
  [
626
855
  "timesOperator",
627
- "mathematicalOperator"
856
+ "mathematical_operator",
857
+ false
628
858
  ],
629
859
  [
630
860
  "to",
631
- "preposition"
861
+ "preposition",
862
+ false
632
863
  ],
633
864
  [
634
865
  "toAble",
635
- "to_after_column_toAble"
866
+ "to_after_column_toAble",
867
+ false
636
868
  ],
637
869
  [
638
870
  "to_after_column_toAble",
639
- "to_after_column_toAble"
871
+ "to_after_column_toAble",
872
+ false
640
873
  ],
641
874
  [
642
875
  "type",
643
- "property"
876
+ "property",
877
+ false
644
878
  ],
645
879
  [
646
880
  "type",
647
- "whatAble"
648
- ],
649
- [
650
- "unknown",
651
- "hierarchyAble"
652
- ],
653
- [
654
- "unknown",
655
- "notAble"
881
+ "whatAble",
882
+ false
656
883
  ],
657
884
  [
658
885
  "unknown",
659
- "object"
886
+ "hierarchyAble",
887
+ false
660
888
  ],
661
889
  [
662
890
  "unknown",
663
- "queryable"
891
+ "queryable",
892
+ false
664
893
  ],
665
894
  [
666
895
  "unknown",
667
- "theAble"
896
+ "theAble",
897
+ false
668
898
  ],
669
899
  [
670
- "verby",
671
- "verby"
900
+ "verb",
901
+ "verb",
902
+ false
672
903
  ],
673
904
  [
674
905
  "what",
675
- "object"
906
+ "object",
907
+ false
676
908
  ],
677
909
  [
678
910
  "what",
679
- "queryable"
911
+ "queryable",
912
+ false
680
913
  ],
681
914
  [
682
915
  "whatAble",
683
- "queryable"
916
+ "queryable",
917
+ false
684
918
  ],
685
919
  [
686
920
  "whose",
687
- "object"
921
+ "object",
922
+ false
688
923
  ],
689
924
  [
690
925
  "x",
691
- "number"
926
+ "number",
927
+ false
692
928
  ],
693
929
  [
694
930
  "xfx",
695
- "queryable"
931
+ "queryable",
932
+ false
696
933
  ],
697
934
  [
698
935
  "y",
699
- "number"
936
+ "number",
937
+ false
700
938
  ]
701
939
  ],
702
940
  "metadata": {
@@ -708,15 +946,15 @@
708
946
  ],
709
947
  "ops": [
710
948
  [
711
- "price",
949
+ "is",
712
950
  0
713
951
  ],
714
952
  [
715
- "quantity",
953
+ "list",
716
954
  0
717
955
  ],
718
956
  [
719
- "is",
957
+ "price",
720
958
  0
721
959
  ],
722
960
  [
@@ -724,7 +962,7 @@
724
962
  0
725
963
  ],
726
964
  [
727
- "list",
965
+ "quantity",
728
966
  0
729
967
  ]
730
968
  ],
@@ -737,11 +975,11 @@
737
975
  ],
738
976
  "ops": [
739
977
  [
740
- "quantity",
978
+ "is",
741
979
  0
742
980
  ],
743
981
  [
744
- "is",
982
+ "list",
745
983
  0
746
984
  ],
747
985
  [
@@ -749,7 +987,7 @@
749
987
  0
750
988
  ],
751
989
  [
752
- "list",
990
+ "quantity",
753
991
  0
754
992
  ]
755
993
  ],
@@ -800,7 +1038,7 @@
800
1038
  }
801
1039
  ]
802
1040
  },
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",
1041
+ "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': ['queryable', 'theAble', 'quantifier', 'property', 'quantity', 'comparable', 'number']}) 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': ['queryable', 'theAble', 'quantifier', 'property', 'quantity', 'comparable', 'number']}) 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': ['queryable', 'theAble', 'quantifier', 'property', 'quantity', 'comparable', 'number']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 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': ['queryable', 'theAble', 'quantifier', 'property', 'quantity', 'comparable', 'number']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 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': ['queryable', 'theAble', 'quantifier', 'property', 'quantity', 'comparable', 'number']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) 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': ['queryable', 'theAble', 'quantifier', 'property', 'quantity', 'comparable', 'number']}) bridge(bridge)), number: many, range: {'start': 0, 'end': 32}, text: price and quantity, types: ['price'], value: [Context({dead: True, default: True, marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price}), Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 10, 'end': 17}, text: quantity, value: quantity, word: quantity})], word: and}), range: {'start': 0, 'end': 32}, text: price and quantity are properties, two: Context({dead: True, marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, types: ['property'], value: property, word: properties}), word: are})\n\n>>>>>>>>>>>>> Counter 6\n *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': ['queryable', 'theAble', 'quantifier', 'property', 'quantity', 'comparable', 'number']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n prioritized_by: [('price', 0)]\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n prioritized_by: [('property', 0)]\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\n",
804
1042
  "contexts": [
805
1043
  {
806
1044
  "number": "many",
@@ -857,10 +1095,10 @@
857
1095
  "level": 1
858
1096
  },
859
1097
  "two": {
1098
+ "value": "property",
1099
+ "text": "properties",
860
1100
  "marker": "property",
861
- "default": true,
862
1101
  "word": "properties",
863
- "text": "properties",
864
1102
  "range": {
865
1103
  "start": 23,
866
1104
  "end": 32
@@ -966,696 +1204,934 @@
966
1204
  {
967
1205
  "hierarchy": [
968
1206
  [
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"
1207
+ "a",
1208
+ "articlePOS",
1209
+ false
1031
1210
  ],
1032
1211
  [
1033
- "-",
1034
- "hierarchyAble"
1212
+ "action",
1213
+ "action",
1214
+ false
1035
1215
  ],
1036
1216
  [
1037
- "-",
1038
- "isEdee"
1217
+ "adjective",
1218
+ "adjective",
1219
+ false
1039
1220
  ],
1040
1221
  [
1041
- "-",
1042
- "isEder"
1222
+ "all",
1223
+ "quantifier",
1224
+ false
1043
1225
  ],
1044
1226
  [
1045
- "-",
1046
- "mathematical_operator"
1227
+ "articlePOS",
1228
+ "articlePOS",
1229
+ false
1047
1230
  ],
1048
1231
  [
1049
- "-",
1050
- "object"
1232
+ "ascending",
1233
+ "hierarchyAble",
1234
+ false
1051
1235
  ],
1052
1236
  [
1053
- "-",
1054
- "property"
1237
+ "ascending",
1238
+ "isEdee",
1239
+ false
1055
1240
  ],
1056
1241
  [
1057
- "-",
1058
- "queryable"
1242
+ "ascending",
1243
+ "isEder",
1244
+ false
1059
1245
  ],
1060
1246
  [
1061
- "-",
1062
- "theAble"
1247
+ "ascending",
1248
+ "object",
1249
+ false
1063
1250
  ],
1064
1251
  [
1065
- "/",
1066
- "hierarchyAble"
1252
+ "ascending",
1253
+ "ordering",
1254
+ false
1067
1255
  ],
1068
1256
  [
1069
- "/",
1070
- "isEdee"
1257
+ "ascending",
1258
+ "property",
1259
+ false
1071
1260
  ],
1072
1261
  [
1073
- "/",
1074
- "isEder"
1262
+ "ascending",
1263
+ "queryable",
1264
+ false
1075
1265
  ],
1076
1266
  [
1077
- "/",
1078
- "mathematical_operator"
1267
+ "ascending",
1268
+ "sort_ordering",
1269
+ false
1079
1270
  ],
1080
1271
  [
1081
- "/",
1082
- "object"
1272
+ "ascending",
1273
+ "theAble",
1274
+ false
1083
1275
  ],
1084
1276
  [
1085
- "/",
1086
- "property"
1277
+ "between",
1278
+ "preposition",
1279
+ false
1087
1280
  ],
1088
1281
  [
1089
- "/",
1090
- "queryable"
1282
+ "call",
1283
+ "verb",
1284
+ false
1091
1285
  ],
1092
1286
  [
1093
- "/",
1094
- "theAble"
1287
+ "canBeDoQuestion",
1288
+ "canBeDoQuestion",
1289
+ false
1095
1290
  ],
1096
1291
  [
1097
- "a",
1098
- "articlePOS"
1292
+ "canBeQuestion",
1293
+ "canBeQuestion",
1294
+ false
1099
1295
  ],
1100
1296
  [
1101
- "action",
1102
- "action"
1297
+ "changeable",
1298
+ "changeable",
1299
+ false
1103
1300
  ],
1104
1301
  [
1105
- "adjective",
1106
- "adjective"
1302
+ "changes",
1303
+ "event",
1304
+ false
1107
1305
  ],
1108
1306
  [
1109
- "all",
1110
- "quantifier"
1307
+ "changes",
1308
+ "verb",
1309
+ false
1111
1310
  ],
1112
1311
  [
1113
- "articlePOS",
1114
- "articlePOS"
1312
+ "column",
1313
+ "toAble",
1314
+ false
1115
1315
  ],
1116
1316
  [
1117
- "ascending",
1118
- "ordering"
1317
+ "column",
1318
+ "to_after_column_toAble",
1319
+ false
1119
1320
  ],
1120
1321
  [
1121
- "between",
1122
- "preposition"
1322
+ "comparable",
1323
+ "comparable",
1324
+ false
1123
1325
  ],
1124
1326
  [
1125
- "call",
1126
- "verby"
1327
+ "concept",
1328
+ "queryable",
1329
+ false
1127
1330
  ],
1128
1331
  [
1129
- "canBeDoQuestion",
1130
- "canBeDoQuestion"
1332
+ "concept",
1333
+ "theAble",
1334
+ false
1131
1335
  ],
1132
1336
  [
1133
- "canBeQuestion",
1134
- "canBeQuestion"
1337
+ "condition",
1338
+ "condition",
1339
+ false
1135
1340
  ],
1136
1341
  [
1137
- "changeable",
1138
- "changeable"
1342
+ "countable",
1343
+ "hierarchyAble",
1344
+ false
1139
1345
  ],
1140
1346
  [
1141
- "changes",
1142
- "event"
1347
+ "descending",
1348
+ "hierarchyAble",
1349
+ false
1143
1350
  ],
1144
1351
  [
1145
- "changes",
1146
- "verby"
1352
+ "descending",
1353
+ "isEdee",
1354
+ false
1147
1355
  ],
1148
1356
  [
1149
- "column",
1150
- "toAble"
1357
+ "descending",
1358
+ "isEder",
1359
+ false
1151
1360
  ],
1152
1361
  [
1153
- "column",
1154
- "to_after_column_toAble"
1362
+ "descending",
1363
+ "object",
1364
+ false
1155
1365
  ],
1156
1366
  [
1157
- "concept",
1158
- "queryable"
1367
+ "descending",
1368
+ "ordering",
1369
+ false
1159
1370
  ],
1160
1371
  [
1161
- "concept",
1162
- "theAble"
1372
+ "descending",
1373
+ "property",
1374
+ false
1163
1375
  ],
1164
1376
  [
1165
- "condition",
1166
- "condition"
1377
+ "descending",
1378
+ "queryable",
1379
+ false
1167
1380
  ],
1168
1381
  [
1169
- "countable",
1170
- "hierarchyAble"
1382
+ "descending",
1383
+ "sort_ordering",
1384
+ false
1171
1385
  ],
1172
1386
  [
1173
1387
  "descending",
1174
- "ordering"
1388
+ "theAble",
1389
+ false
1175
1390
  ],
1176
1391
  [
1177
1392
  "describe",
1178
- "verby"
1393
+ "verb",
1394
+ false
1179
1395
  ],
1180
1396
  [
1181
1397
  "direction",
1182
- "direction"
1398
+ "direction",
1399
+ false
1183
1400
  ],
1184
1401
  [
1185
1402
  "divideByExpression",
1186
- "mathematicalExpression"
1403
+ "mathematicalExpression",
1404
+ false
1187
1405
  ],
1188
1406
  [
1189
1407
  "divideByOperator",
1190
- "mathematicalOperator"
1408
+ "mathematical_operator",
1409
+ false
1410
+ ],
1411
+ [
1412
+ "doubleQuote",
1413
+ "queryable",
1414
+ false
1415
+ ],
1416
+ [
1417
+ "evaluate",
1418
+ "verb",
1419
+ false
1191
1420
  ],
1192
1421
  [
1193
1422
  "event",
1194
- "event"
1423
+ "event",
1424
+ false
1195
1425
  ],
1196
1426
  [
1197
1427
  "hasCountOfPieces",
1198
- "countable"
1428
+ "countable",
1429
+ false
1199
1430
  ],
1200
1431
  [
1201
1432
  "have",
1202
- "canBeDoQuestion"
1433
+ "canBeDoQuestion",
1434
+ false
1203
1435
  ],
1204
1436
  [
1205
1437
  "have",
1206
- "canBeQuestion"
1438
+ "canBeQuestion",
1439
+ false
1207
1440
  ],
1208
1441
  [
1209
1442
  "hierarchyAble",
1210
- "queryable"
1443
+ "queryable",
1444
+ false
1211
1445
  ],
1212
1446
  [
1213
1447
  "highest",
1214
- "condition"
1448
+ "condition",
1449
+ false
1215
1450
  ],
1216
1451
  [
1217
1452
  "ifAble",
1218
- "ifAble"
1453
+ "ifAble",
1454
+ false
1219
1455
  ],
1220
1456
  [
1221
1457
  "is",
1222
- "canBeQuestion"
1458
+ "canBeQuestion",
1459
+ false
1223
1460
  ],
1224
1461
  [
1225
1462
  "is",
1226
- "verby"
1463
+ "verb",
1464
+ false
1227
1465
  ],
1228
1466
  [
1229
1467
  "isEdee",
1230
- "isEdee"
1468
+ "isEdee",
1469
+ false
1231
1470
  ],
1232
1471
  [
1233
1472
  "isEder",
1234
- "isEder"
1473
+ "isEder",
1474
+ false
1235
1475
  ],
1236
1476
  [
1237
1477
  "it",
1238
- "pronoun"
1478
+ "pronoun",
1479
+ false
1239
1480
  ],
1240
1481
  [
1241
1482
  "it",
1242
- "queryable"
1483
+ "queryable",
1484
+ false
1243
1485
  ],
1244
1486
  [
1245
1487
  "it",
1246
- "thisitthat"
1488
+ "thisitthat",
1489
+ false
1247
1490
  ],
1248
1491
  [
1249
1492
  "it",
1250
- "toAble"
1493
+ "toAble",
1494
+ false
1251
1495
  ],
1252
1496
  [
1253
1497
  "left",
1254
- "direction"
1498
+ "direction",
1499
+ false
1255
1500
  ],
1256
1501
  [
1257
1502
  "lowest",
1258
- "condition"
1503
+ "condition",
1504
+ false
1259
1505
  ],
1260
1506
  [
1261
1507
  "mathematical",
1262
- "hierarchyAble"
1508
+ "hierarchyAble",
1509
+ false
1263
1510
  ],
1264
1511
  [
1265
1512
  "mathematical",
1266
- "isEdee"
1513
+ "isEdee",
1514
+ false
1267
1515
  ],
1268
1516
  [
1269
1517
  "mathematical",
1270
- "isEder"
1518
+ "isEder",
1519
+ false
1271
1520
  ],
1272
1521
  [
1273
1522
  "mathematical",
1274
- "object"
1523
+ "object",
1524
+ false
1275
1525
  ],
1276
1526
  [
1277
1527
  "mathematical",
1278
- "operator_modifier"
1528
+ "operator_modifier",
1529
+ false
1279
1530
  ],
1280
1531
  [
1281
1532
  "mathematical",
1282
- "property"
1533
+ "property",
1534
+ false
1283
1535
  ],
1284
1536
  [
1285
1537
  "mathematical",
1286
- "queryable"
1538
+ "queryable",
1539
+ false
1287
1540
  ],
1288
1541
  [
1289
1542
  "mathematical",
1290
- "theAble"
1543
+ "theAble",
1544
+ false
1291
1545
  ],
1292
1546
  [
1293
1547
  "mathematicalExpression",
1294
- "concept"
1548
+ "concept",
1549
+ false
1295
1550
  ],
1296
1551
  [
1297
1552
  "mathematicalExpression",
1298
- "number"
1553
+ "number",
1554
+ false
1299
1555
  ],
1300
1556
  [
1301
1557
  "mathematicalExpression",
1302
- "property"
1558
+ "property",
1559
+ false
1303
1560
  ],
1304
1561
  [
1305
- "mathematicalOperator",
1306
- "mathematicalOperator"
1562
+ "mathematical_operator",
1563
+ "adjective",
1564
+ true
1307
1565
  ],
1308
1566
  [
1309
1567
  "mathematical_operator",
1310
- "adjective"
1568
+ "concept",
1569
+ false
1311
1570
  ],
1312
1571
  [
1313
1572
  "mathematical_operator",
1314
- "concept"
1573
+ "hierarchyAble",
1574
+ false
1315
1575
  ],
1316
1576
  [
1317
1577
  "mathematical_operator",
1318
- "hierarchyAble"
1578
+ "isEdee",
1579
+ false
1319
1580
  ],
1320
1581
  [
1321
1582
  "mathematical_operator",
1322
- "isEdee"
1583
+ "isEder",
1584
+ false
1323
1585
  ],
1324
1586
  [
1325
1587
  "mathematical_operator",
1326
- "isEder"
1588
+ "object",
1589
+ false
1327
1590
  ],
1328
1591
  [
1329
1592
  "mathematical_operator",
1330
- "object"
1593
+ "operator",
1594
+ false
1331
1595
  ],
1332
1596
  [
1333
1597
  "mathematical_operator",
1334
- "operator"
1598
+ "property",
1599
+ false
1335
1600
  ],
1336
1601
  [
1337
1602
  "mathematical_operator",
1338
- "property"
1603
+ "queryable",
1604
+ false
1339
1605
  ],
1340
1606
  [
1341
1607
  "mathematical_operator",
1342
- "queryable"
1608
+ "theAble",
1609
+ false
1343
1610
  ],
1344
1611
  [
1345
- "mathematical_operator",
1346
- "theAble"
1612
+ "memorable",
1613
+ "theAble",
1614
+ false
1347
1615
  ],
1348
1616
  [
1349
1617
  "minusExpression",
1350
- "mathematicalExpression"
1618
+ "mathematicalExpression",
1619
+ false
1351
1620
  ],
1352
1621
  [
1353
1622
  "minusOperator",
1354
- "mathematicalOperator"
1623
+ "mathematical_operator",
1624
+ false
1355
1625
  ],
1356
1626
  [
1357
1627
  "modifies",
1358
- "verby"
1628
+ "verb",
1629
+ false
1359
1630
  ],
1360
1631
  [
1361
1632
  "move",
1362
- "reportAction"
1363
- ],
1364
- [
1365
- "notAble",
1366
- "notAble"
1633
+ "reportAction",
1634
+ false
1367
1635
  ],
1368
1636
  [
1369
1637
  "noun",
1370
- "theAble"
1638
+ "theAble",
1639
+ false
1371
1640
  ],
1372
1641
  [
1373
1642
  "number",
1374
- "quantifier"
1643
+ "quantifier",
1644
+ false
1375
1645
  ],
1376
1646
  [
1377
1647
  "number",
1378
- "queryable"
1648
+ "queryable",
1649
+ false
1379
1650
  ],
1380
1651
  [
1381
1652
  "object",
1382
- "queryable"
1653
+ "queryable",
1654
+ false
1383
1655
  ],
1384
1656
  [
1385
1657
  "object",
1386
- "theAble"
1658
+ "theAble",
1659
+ false
1387
1660
  ],
1388
1661
  [
1389
1662
  "operator",
1390
- "concept"
1663
+ "concept",
1664
+ false
1391
1665
  ],
1392
1666
  [
1393
1667
  "operator",
1394
- "hierarchyAble"
1668
+ "hierarchyAble",
1669
+ false
1395
1670
  ],
1396
1671
  [
1397
1672
  "operator",
1398
- "isEdee"
1673
+ "isEdee",
1674
+ false
1399
1675
  ],
1400
1676
  [
1401
1677
  "operator",
1402
- "isEder"
1678
+ "isEder",
1679
+ false
1403
1680
  ],
1404
1681
  [
1405
1682
  "operator",
1406
- "object"
1683
+ "object",
1684
+ false
1407
1685
  ],
1408
1686
  [
1409
1687
  "operator",
1410
- "property"
1688
+ "property",
1689
+ false
1411
1690
  ],
1412
1691
  [
1413
1692
  "operator",
1414
- "queryable"
1693
+ "queryable",
1694
+ false
1415
1695
  ],
1416
1696
  [
1417
1697
  "operator",
1418
- "theAble"
1698
+ "theAble",
1699
+ false
1419
1700
  ],
1420
1701
  [
1421
1702
  "operator_modifier",
1422
- "operator_modifier"
1703
+ "operator_modifier",
1704
+ false
1423
1705
  ],
1424
1706
  [
1425
1707
  "orAble",
1426
- "ifAble"
1708
+ "ifAble",
1709
+ false
1710
+ ],
1711
+ [
1712
+ "ordering",
1713
+ "concept",
1714
+ false
1715
+ ],
1716
+ [
1717
+ "ordering",
1718
+ "hierarchyAble",
1719
+ false
1720
+ ],
1721
+ [
1722
+ "ordering",
1723
+ "isEdee",
1724
+ false
1725
+ ],
1726
+ [
1727
+ "ordering",
1728
+ "isEder",
1729
+ false
1730
+ ],
1731
+ [
1732
+ "ordering",
1733
+ "object",
1734
+ false
1735
+ ],
1736
+ [
1737
+ "ordering",
1738
+ "property",
1739
+ false
1740
+ ],
1741
+ [
1742
+ "ordering",
1743
+ "queryable",
1744
+ false
1427
1745
  ],
1428
1746
  [
1429
1747
  "ordering",
1430
- "ordering"
1748
+ "theAble",
1749
+ false
1750
+ ],
1751
+ [
1752
+ "ordering_modifier",
1753
+ "ordering_modifier",
1754
+ false
1431
1755
  ],
1432
1756
  [
1433
1757
  "plusExpression",
1434
- "mathematicalExpression"
1758
+ "mathematicalExpression",
1759
+ false
1435
1760
  ],
1436
1761
  [
1437
1762
  "plusOperator",
1438
- "mathematicalOperator"
1763
+ "mathematical_operator",
1764
+ false
1439
1765
  ],
1440
1766
  [
1441
1767
  "preposition",
1442
- "preposition"
1768
+ "preposition",
1769
+ false
1443
1770
  ],
1444
1771
  [
1445
1772
  "price",
1446
- "number"
1773
+ "number",
1774
+ false
1447
1775
  ],
1448
1776
  [
1449
1777
  "price",
1450
- "property"
1778
+ "property",
1779
+ false
1451
1780
  ],
1452
1781
  [
1453
1782
  "product",
1454
- "the_after_product_property_theAble"
1783
+ "the_after_product_property_theAble",
1784
+ false
1455
1785
  ],
1456
1786
  [
1457
1787
  "pronoun",
1458
- "pronoun"
1788
+ "pronoun",
1789
+ false
1459
1790
  ],
1460
1791
  [
1461
1792
  "property",
1462
- "queryable"
1793
+ "comparable",
1794
+ false
1463
1795
  ],
1464
1796
  [
1465
1797
  "property",
1466
- "theAble"
1798
+ "queryable",
1799
+ false
1467
1800
  ],
1468
1801
  [
1469
1802
  "property",
1470
- "the_after_product_property_theAble"
1803
+ "theAble",
1804
+ false
1471
1805
  ],
1472
1806
  [
1473
1807
  "property",
1474
- "unknown"
1808
+ "the_after_product_property_theAble",
1809
+ false
1475
1810
  ],
1476
1811
  [
1477
1812
  "punctuation",
1478
- "punctuation"
1813
+ "punctuation",
1814
+ false
1479
1815
  ],
1480
1816
  [
1481
1817
  "quantifier",
1482
- "quantifier"
1818
+ "quantifier",
1819
+ false
1483
1820
  ],
1484
1821
  [
1485
1822
  "quantity",
1486
- "number"
1823
+ "number",
1824
+ false
1487
1825
  ],
1488
1826
  [
1489
1827
  "quantity",
1490
- "property"
1828
+ "property",
1829
+ false
1491
1830
  ],
1492
1831
  [
1493
1832
  "queryable",
1494
- "queryable"
1833
+ "queryable",
1834
+ false
1495
1835
  ],
1496
1836
  [
1497
1837
  "questionMark",
1498
- "punctuation"
1838
+ "punctuation",
1839
+ false
1499
1840
  ],
1500
1841
  [
1501
1842
  "readonly",
1502
- "queryable"
1843
+ "queryable",
1844
+ false
1503
1845
  ],
1504
1846
  [
1505
1847
  "reason",
1506
- "queryable"
1848
+ "queryable",
1849
+ false
1507
1850
  ],
1508
1851
  [
1509
1852
  "reason",
1510
- "theAble"
1853
+ "theAble",
1854
+ false
1855
+ ],
1856
+ [
1857
+ "remember",
1858
+ "verb",
1859
+ false
1511
1860
  ],
1512
1861
  [
1513
1862
  "remove",
1514
- "reportAction"
1863
+ "reportAction",
1864
+ false
1515
1865
  ],
1516
1866
  [
1517
1867
  "report",
1518
- "changeable"
1868
+ "changeable",
1869
+ false
1519
1870
  ],
1520
1871
  [
1521
1872
  "report",
1522
- "it"
1873
+ "it",
1874
+ false
1523
1875
  ],
1524
1876
  [
1525
1877
  "report",
1526
- "theAble"
1878
+ "theAble",
1879
+ false
1527
1880
  ],
1528
1881
  [
1529
1882
  "report",
1530
- "this"
1883
+ "this",
1884
+ false
1531
1885
  ],
1532
1886
  [
1533
1887
  "reportAction",
1534
- "reportAction"
1888
+ "reportAction",
1889
+ false
1535
1890
  ],
1536
1891
  [
1537
1892
  "right",
1538
- "direction"
1893
+ "direction",
1894
+ false
1539
1895
  ],
1540
1896
  [
1541
1897
  "show",
1542
- "action"
1898
+ "action",
1899
+ false
1543
1900
  ],
1544
1901
  [
1545
1902
  "show",
1546
- "verby"
1903
+ "verb",
1904
+ false
1905
+ ],
1906
+ [
1907
+ "sort",
1908
+ "hierarchyAble",
1909
+ false
1910
+ ],
1911
+ [
1912
+ "sort",
1913
+ "isEdee",
1914
+ false
1915
+ ],
1916
+ [
1917
+ "sort",
1918
+ "isEder",
1919
+ false
1920
+ ],
1921
+ [
1922
+ "sort",
1923
+ "object",
1924
+ false
1925
+ ],
1926
+ [
1927
+ "sort",
1928
+ "ordering_modifier",
1929
+ false
1930
+ ],
1931
+ [
1932
+ "sort",
1933
+ "property",
1934
+ false
1935
+ ],
1936
+ [
1937
+ "sort",
1938
+ "queryable",
1939
+ false
1940
+ ],
1941
+ [
1942
+ "sort",
1943
+ "theAble",
1944
+ false
1945
+ ],
1946
+ [
1947
+ "sortOrdering",
1948
+ "adjective",
1949
+ false
1950
+ ],
1951
+ [
1952
+ "sort_ordering",
1953
+ "adjective",
1954
+ true
1955
+ ],
1956
+ [
1957
+ "sort_ordering",
1958
+ "concept",
1959
+ false
1960
+ ],
1961
+ [
1962
+ "sort_ordering",
1963
+ "hierarchyAble",
1964
+ false
1965
+ ],
1966
+ [
1967
+ "sort_ordering",
1968
+ "isEdee",
1969
+ false
1970
+ ],
1971
+ [
1972
+ "sort_ordering",
1973
+ "isEder",
1974
+ false
1975
+ ],
1976
+ [
1977
+ "sort_ordering",
1978
+ "object",
1979
+ false
1980
+ ],
1981
+ [
1982
+ "sort_ordering",
1983
+ "ordering",
1984
+ false
1985
+ ],
1986
+ [
1987
+ "sort_ordering",
1988
+ "property",
1989
+ false
1990
+ ],
1991
+ [
1992
+ "sort_ordering",
1993
+ "queryable",
1994
+ false
1995
+ ],
1996
+ [
1997
+ "sort_ordering",
1998
+ "theAble",
1999
+ false
2000
+ ],
2001
+ [
2002
+ "stm_before",
2003
+ "adjective",
2004
+ false
1547
2005
  ],
1548
2006
  [
1549
2007
  "that",
1550
- "thisitthat"
2008
+ "thisitthat",
2009
+ false
1551
2010
  ],
1552
2011
  [
1553
2012
  "the",
1554
- "articlePOS"
2013
+ "articlePOS",
2014
+ false
1555
2015
  ],
1556
2016
  [
1557
2017
  "theAble",
1558
- "the_after_product_property_theAble"
2018
+ "the_after_product_property_theAble",
2019
+ false
1559
2020
  ],
1560
2021
  [
1561
2022
  "the_after_product_property_theAble",
1562
- "the_after_product_property_theAble"
2023
+ "the_after_product_property_theAble",
2024
+ false
1563
2025
  ],
1564
2026
  [
1565
2027
  "this",
1566
- "pronoun"
2028
+ "pronoun",
2029
+ false
1567
2030
  ],
1568
2031
  [
1569
2032
  "this",
1570
- "queryable"
2033
+ "queryable",
2034
+ false
1571
2035
  ],
1572
2036
  [
1573
2037
  "this",
1574
- "thisitthat"
2038
+ "thisitthat",
2039
+ false
1575
2040
  ],
1576
2041
  [
1577
2042
  "thisitthat",
1578
- "queryable"
2043
+ "queryable",
2044
+ false
1579
2045
  ],
1580
2046
  [
1581
2047
  "timesExpression",
1582
- "mathematicalExpression"
2048
+ "mathematicalExpression",
2049
+ false
1583
2050
  ],
1584
2051
  [
1585
2052
  "timesOperator",
1586
- "mathematicalOperator"
2053
+ "mathematical_operator",
2054
+ false
1587
2055
  ],
1588
2056
  [
1589
2057
  "to",
1590
- "preposition"
2058
+ "preposition",
2059
+ false
1591
2060
  ],
1592
2061
  [
1593
2062
  "toAble",
1594
- "to_after_column_toAble"
2063
+ "to_after_column_toAble",
2064
+ false
1595
2065
  ],
1596
2066
  [
1597
2067
  "to_after_column_toAble",
1598
- "to_after_column_toAble"
2068
+ "to_after_column_toAble",
2069
+ false
1599
2070
  ],
1600
2071
  [
1601
2072
  "type",
1602
- "property"
2073
+ "property",
2074
+ false
1603
2075
  ],
1604
2076
  [
1605
2077
  "type",
1606
- "whatAble"
1607
- ],
1608
- [
1609
- "unknown",
1610
- "hierarchyAble"
1611
- ],
1612
- [
1613
- "unknown",
1614
- "notAble"
2078
+ "whatAble",
2079
+ false
1615
2080
  ],
1616
2081
  [
1617
2082
  "unknown",
1618
- "object"
2083
+ "hierarchyAble",
2084
+ false
1619
2085
  ],
1620
2086
  [
1621
2087
  "unknown",
1622
- "queryable"
2088
+ "queryable",
2089
+ false
1623
2090
  ],
1624
2091
  [
1625
2092
  "unknown",
1626
- "theAble"
2093
+ "theAble",
2094
+ false
1627
2095
  ],
1628
2096
  [
1629
- "verby",
1630
- "verby"
2097
+ "verb",
2098
+ "verb",
2099
+ false
1631
2100
  ],
1632
2101
  [
1633
2102
  "what",
1634
- "object"
2103
+ "object",
2104
+ false
1635
2105
  ],
1636
2106
  [
1637
2107
  "what",
1638
- "queryable"
2108
+ "queryable",
2109
+ false
1639
2110
  ],
1640
2111
  [
1641
2112
  "whatAble",
1642
- "queryable"
2113
+ "queryable",
2114
+ false
1643
2115
  ],
1644
2116
  [
1645
2117
  "whose",
1646
- "object"
2118
+ "object",
2119
+ false
1647
2120
  ],
1648
2121
  [
1649
2122
  "x",
1650
- "number"
2123
+ "number",
2124
+ false
1651
2125
  ],
1652
2126
  [
1653
2127
  "xfx",
1654
- "queryable"
2128
+ "queryable",
2129
+ false
1655
2130
  ],
1656
2131
  [
1657
2132
  "y",
1658
- "number"
2133
+ "number",
2134
+ false
1659
2135
  ]
1660
2136
  ],
1661
2137
  "metadata": {
@@ -1667,15 +2143,15 @@
1667
2143
  ],
1668
2144
  "ops": [
1669
2145
  [
1670
- "unknown",
2146
+ "means",
1671
2147
  0
1672
2148
  ],
1673
2149
  [
1674
- "means",
2150
+ "price",
1675
2151
  0
1676
2152
  ],
1677
2153
  [
1678
- "price",
2154
+ "quantity",
1679
2155
  0
1680
2156
  ],
1681
2157
  [
@@ -1683,7 +2159,7 @@
1683
2159
  0
1684
2160
  ],
1685
2161
  [
1686
- "quantity",
2162
+ "unknown",
1687
2163
  0
1688
2164
  ]
1689
2165
  ],
@@ -1704,11 +2180,11 @@
1704
2180
  0
1705
2181
  ],
1706
2182
  [
1707
- "timesOperator",
2183
+ "quantity",
1708
2184
  0
1709
2185
  ],
1710
2186
  [
1711
- "quantity",
2187
+ "timesOperator",
1712
2188
  0
1713
2189
  ]
1714
2190
  ],
@@ -1725,11 +2201,11 @@
1725
2201
  0
1726
2202
  ],
1727
2203
  [
1728
- "timesOperator",
2204
+ "quantity",
1729
2205
  0
1730
2206
  ],
1731
2207
  [
1732
- "quantity",
2208
+ "timesOperator",
1733
2209
  0
1734
2210
  ]
1735
2211
  ],
@@ -1767,7 +2243,7 @@
1767
2243
  }
1768
2244
  ]
1769
2245
  },
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",
2246
+ "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
2247
  "contexts": [
1772
2248
  {
1773
2249
  "marker": "means",