ekms 8.0.0-beta.9 → 8.0.0-beta.91

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