tpmkms 8.0.0-beta.0 → 8.0.0-beta.10

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 (60) hide show
  1. package/common/animals.instance.json +2634 -1477
  2. package/common/characters.js +0 -1
  3. package/common/colors.instance.json +25327 -0
  4. package/common/colors.js +71 -0
  5. package/common/colors.test.json +4860 -0
  6. package/common/concept.js +2 -2
  7. package/common/crew.instance.json +15918 -9384
  8. package/common/crew.js +4 -2
  9. package/common/crew.test.json +714 -452
  10. package/common/dialogues.js +36 -25
  11. package/common/dialogues.test.json +1053 -33
  12. package/common/dimension.instance.json +261 -290
  13. package/common/dimension.test.json +476 -687
  14. package/common/edible.instance.json +19462 -10130
  15. package/common/emotions.instance.json +125 -68
  16. package/common/fastfood.instance.json +219732 -110803
  17. package/common/fastfood.js +1 -1
  18. package/common/fastfood.test.json +7941 -3647
  19. package/common/formulas.instance.json +219 -249
  20. package/common/formulas.js +2 -2
  21. package/common/formulas.test.json +1027 -955
  22. package/common/help.test.json +20 -28
  23. package/common/helpers/concept.js +31 -10
  24. package/common/helpers/dialogues.js +17 -1
  25. package/common/helpers/formulas.js +0 -14
  26. package/common/helpers/meta.js +0 -1
  27. package/common/helpers/properties.js +6 -13
  28. package/common/kirk.instance.json +567 -289
  29. package/common/length.instance.json +5232 -4726
  30. package/common/math.instance.json +143 -1181
  31. package/common/math.js +4 -4
  32. package/common/meta.js +0 -2
  33. package/common/negation.instance.json +2 -0
  34. package/common/negation.js +38 -0
  35. package/common/negation.test.json +308 -0
  36. package/common/ordering.instance.json +298 -160
  37. package/common/people.instance.json +1930 -1068
  38. package/common/pipboy.instance.json +7868 -6548
  39. package/common/pokemon.instance.json +4074 -2152
  40. package/common/pressure.instance.json +1299 -1237
  41. package/common/properties.instance.json +109 -60
  42. package/common/properties.js +9 -7
  43. package/common/properties.test.json +17605 -4030
  44. package/common/punctuation.js +8 -0
  45. package/common/punctuation.test.json +233 -5
  46. package/common/reports.instance.json +566 -560
  47. package/common/reports.js +0 -2
  48. package/common/sizeable.js +7 -2
  49. package/common/spock.instance.json +567 -289
  50. package/common/stm.js +16 -5
  51. package/common/temperature.instance.json +1337 -1263
  52. package/common/testing.js +0 -1
  53. package/common/tokenize.js +2 -1
  54. package/common/tokenize.test.json +86 -1
  55. package/common/ui.instance.json +241 -258
  56. package/common/ui.js +0 -1
  57. package/common/weight.instance.json +4996 -4206
  58. package/common/weight.test.json +242 -238
  59. package/main.js +50 -45
  60. package/package.json +13 -6
@@ -6,697 +6,700 @@
6
6
  "resultss": [
7
7
  {
8
8
  "hierarchy": [
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"
72
- ],
73
- [
74
- "-",
75
- "hierarchyAble"
76
- ],
77
- [
78
- "-",
79
- "isEdee"
80
- ],
81
- [
82
- "-",
83
- "isEder"
84
- ],
85
- [
86
- "-",
87
- "mathematical_operator"
88
- ],
89
- [
90
- "-",
91
- "object"
92
- ],
93
- [
94
- "-",
95
- "property"
96
- ],
97
- [
98
- "-",
99
- "queryable"
100
- ],
101
- [
102
- "-",
103
- "theAble"
104
- ],
105
- [
106
- "/",
107
- "hierarchyAble"
108
- ],
109
- [
110
- "/",
111
- "isEdee"
112
- ],
113
- [
114
- "/",
115
- "isEder"
116
- ],
117
- [
118
- "/",
119
- "mathematical_operator"
120
- ],
121
- [
122
- "/",
123
- "object"
124
- ],
125
- [
126
- "/",
127
- "property"
128
- ],
129
- [
130
- "/",
131
- "queryable"
132
- ],
133
- [
134
- "/",
135
- "theAble"
136
- ],
137
9
  [
138
10
  "a",
139
- "articlePOS"
11
+ "articlePOS",
12
+ false
140
13
  ],
141
14
  [
142
15
  "action",
143
- "action"
16
+ "action",
17
+ false
144
18
  ],
145
19
  [
146
20
  "adjective",
147
- "adjective"
21
+ "adjective",
22
+ false
148
23
  ],
149
24
  [
150
25
  "all",
151
- "quantifier"
26
+ "quantifier",
27
+ false
152
28
  ],
153
29
  [
154
30
  "articlePOS",
155
- "articlePOS"
31
+ "articlePOS",
32
+ false
156
33
  ],
157
34
  [
158
35
  "ascending",
159
- "ordering"
36
+ "ordering",
37
+ false
160
38
  ],
161
39
  [
162
40
  "between",
163
- "preposition"
41
+ "preposition",
42
+ false
164
43
  ],
165
44
  [
166
45
  "call",
167
- "verby"
46
+ "verby",
47
+ false
168
48
  ],
169
49
  [
170
50
  "canBeDoQuestion",
171
- "canBeDoQuestion"
51
+ "canBeDoQuestion",
52
+ false
172
53
  ],
173
54
  [
174
55
  "canBeQuestion",
175
- "canBeQuestion"
56
+ "canBeQuestion",
57
+ false
176
58
  ],
177
59
  [
178
60
  "changeable",
179
- "changeable"
61
+ "changeable",
62
+ false
180
63
  ],
181
64
  [
182
65
  "changes",
183
- "event"
66
+ "event",
67
+ false
184
68
  ],
185
69
  [
186
70
  "changes",
187
- "verby"
71
+ "verby",
72
+ false
188
73
  ],
189
74
  [
190
75
  "column",
191
- "toAble"
76
+ "toAble",
77
+ false
192
78
  ],
193
79
  [
194
80
  "column",
195
- "to_after_column_toAble"
81
+ "to_after_column_toAble",
82
+ false
196
83
  ],
197
84
  [
198
85
  "concept",
199
- "queryable"
86
+ "queryable",
87
+ false
200
88
  ],
201
89
  [
202
90
  "concept",
203
- "theAble"
91
+ "theAble",
92
+ false
204
93
  ],
205
94
  [
206
95
  "condition",
207
- "condition"
96
+ "condition",
97
+ false
208
98
  ],
209
99
  [
210
100
  "countable",
211
- "hierarchyAble"
101
+ "hierarchyAble",
102
+ false
212
103
  ],
213
104
  [
214
105
  "descending",
215
- "ordering"
106
+ "ordering",
107
+ false
216
108
  ],
217
109
  [
218
110
  "describe",
219
- "verby"
111
+ "verby",
112
+ false
220
113
  ],
221
114
  [
222
115
  "direction",
223
- "direction"
116
+ "direction",
117
+ false
224
118
  ],
225
119
  [
226
120
  "divideByExpression",
227
- "mathematicalExpression"
121
+ "mathematicalExpression",
122
+ false
228
123
  ],
229
124
  [
230
125
  "divideByOperator",
231
- "mathematicalOperator"
126
+ "mathematical_operator",
127
+ false
128
+ ],
129
+ [
130
+ "doubleQuote",
131
+ "queryable",
132
+ false
232
133
  ],
233
134
  [
234
135
  "event",
235
- "event"
136
+ "event",
137
+ false
236
138
  ],
237
139
  [
238
140
  "hasCountOfPieces",
239
- "countable"
141
+ "countable",
142
+ false
240
143
  ],
241
144
  [
242
145
  "have",
243
- "canBeDoQuestion"
146
+ "canBeDoQuestion",
147
+ false
244
148
  ],
245
149
  [
246
150
  "have",
247
- "canBeQuestion"
151
+ "canBeQuestion",
152
+ false
248
153
  ],
249
154
  [
250
155
  "hierarchyAble",
251
- "queryable"
156
+ "queryable",
157
+ false
252
158
  ],
253
159
  [
254
160
  "highest",
255
- "condition"
161
+ "condition",
162
+ false
256
163
  ],
257
164
  [
258
165
  "ifAble",
259
- "ifAble"
166
+ "ifAble",
167
+ false
260
168
  ],
261
169
  [
262
170
  "is",
263
- "canBeQuestion"
171
+ "canBeQuestion",
172
+ false
264
173
  ],
265
174
  [
266
175
  "is",
267
- "verby"
176
+ "verby",
177
+ false
268
178
  ],
269
179
  [
270
180
  "isEdee",
271
- "isEdee"
181
+ "isEdee",
182
+ false
272
183
  ],
273
184
  [
274
185
  "isEder",
275
- "isEder"
186
+ "isEder",
187
+ false
276
188
  ],
277
189
  [
278
190
  "it",
279
- "pronoun"
191
+ "pronoun",
192
+ false
280
193
  ],
281
194
  [
282
195
  "it",
283
- "queryable"
196
+ "queryable",
197
+ false
284
198
  ],
285
199
  [
286
200
  "it",
287
- "thisitthat"
201
+ "thisitthat",
202
+ false
288
203
  ],
289
204
  [
290
205
  "it",
291
- "toAble"
206
+ "toAble",
207
+ false
292
208
  ],
293
209
  [
294
210
  "left",
295
- "direction"
211
+ "direction",
212
+ false
296
213
  ],
297
214
  [
298
215
  "lowest",
299
- "condition"
216
+ "condition",
217
+ false
300
218
  ],
301
219
  [
302
220
  "mathematical",
303
- "hierarchyAble"
221
+ "hierarchyAble",
222
+ false
304
223
  ],
305
224
  [
306
225
  "mathematical",
307
- "isEdee"
226
+ "isEdee",
227
+ false
308
228
  ],
309
229
  [
310
230
  "mathematical",
311
- "isEder"
231
+ "isEder",
232
+ false
312
233
  ],
313
234
  [
314
235
  "mathematical",
315
- "object"
236
+ "object",
237
+ false
316
238
  ],
317
239
  [
318
240
  "mathematical",
319
- "operator_modifier"
241
+ "operator_modifier",
242
+ false
320
243
  ],
321
244
  [
322
245
  "mathematical",
323
- "property"
246
+ "property",
247
+ false
324
248
  ],
325
249
  [
326
250
  "mathematical",
327
- "queryable"
251
+ "queryable",
252
+ false
328
253
  ],
329
254
  [
330
255
  "mathematical",
331
- "theAble"
256
+ "theAble",
257
+ false
332
258
  ],
333
259
  [
334
260
  "mathematicalExpression",
335
- "concept"
261
+ "concept",
262
+ false
336
263
  ],
337
264
  [
338
265
  "mathematicalExpression",
339
- "number"
266
+ "number",
267
+ false
340
268
  ],
341
269
  [
342
270
  "mathematicalExpression",
343
- "property"
344
- ],
345
- [
346
- "mathematicalOperator",
347
- "mathematicalOperator"
271
+ "property",
272
+ false
348
273
  ],
349
274
  [
350
275
  "mathematical_operator",
351
- "adjective"
276
+ "adjective",
277
+ true
352
278
  ],
353
279
  [
354
280
  "mathematical_operator",
355
- "concept"
281
+ "concept",
282
+ false
356
283
  ],
357
284
  [
358
285
  "mathematical_operator",
359
- "hierarchyAble"
286
+ "hierarchyAble",
287
+ false
360
288
  ],
361
289
  [
362
290
  "mathematical_operator",
363
- "isEdee"
291
+ "isEdee",
292
+ false
364
293
  ],
365
294
  [
366
295
  "mathematical_operator",
367
- "isEder"
296
+ "isEder",
297
+ false
368
298
  ],
369
299
  [
370
300
  "mathematical_operator",
371
- "object"
301
+ "object",
302
+ false
372
303
  ],
373
304
  [
374
305
  "mathematical_operator",
375
- "operator"
306
+ "operator",
307
+ false
376
308
  ],
377
309
  [
378
310
  "mathematical_operator",
379
- "property"
311
+ "property",
312
+ false
380
313
  ],
381
314
  [
382
315
  "mathematical_operator",
383
- "queryable"
316
+ "queryable",
317
+ false
384
318
  ],
385
319
  [
386
320
  "mathematical_operator",
387
- "theAble"
321
+ "theAble",
322
+ false
388
323
  ],
389
324
  [
390
325
  "minusExpression",
391
- "mathematicalExpression"
326
+ "mathematicalExpression",
327
+ false
392
328
  ],
393
329
  [
394
330
  "minusOperator",
395
- "mathematicalOperator"
331
+ "mathematical_operator",
332
+ false
396
333
  ],
397
334
  [
398
335
  "modifies",
399
- "verby"
336
+ "verby",
337
+ false
400
338
  ],
401
339
  [
402
340
  "move",
403
- "reportAction"
404
- ],
405
- [
406
- "notAble",
407
- "notAble"
341
+ "reportAction",
342
+ false
408
343
  ],
409
344
  [
410
345
  "noun",
411
- "theAble"
346
+ "theAble",
347
+ false
412
348
  ],
413
349
  [
414
350
  "number",
415
- "quantifier"
351
+ "quantifier",
352
+ false
416
353
  ],
417
354
  [
418
355
  "number",
419
- "queryable"
356
+ "queryable",
357
+ false
420
358
  ],
421
359
  [
422
360
  "object",
423
- "queryable"
361
+ "queryable",
362
+ false
424
363
  ],
425
364
  [
426
365
  "object",
427
- "theAble"
366
+ "theAble",
367
+ false
428
368
  ],
429
369
  [
430
370
  "operator",
431
- "concept"
371
+ "concept",
372
+ false
432
373
  ],
433
374
  [
434
375
  "operator",
435
- "hierarchyAble"
376
+ "hierarchyAble",
377
+ false
436
378
  ],
437
379
  [
438
380
  "operator",
439
- "isEdee"
381
+ "isEdee",
382
+ false
440
383
  ],
441
384
  [
442
385
  "operator",
443
- "isEder"
386
+ "isEder",
387
+ false
444
388
  ],
445
389
  [
446
390
  "operator",
447
- "object"
391
+ "object",
392
+ false
448
393
  ],
449
394
  [
450
395
  "operator",
451
- "property"
396
+ "property",
397
+ false
452
398
  ],
453
399
  [
454
400
  "operator",
455
- "queryable"
401
+ "queryable",
402
+ false
456
403
  ],
457
404
  [
458
405
  "operator",
459
- "theAble"
406
+ "theAble",
407
+ false
460
408
  ],
461
409
  [
462
410
  "operator_modifier",
463
- "operator_modifier"
411
+ "operator_modifier",
412
+ false
464
413
  ],
465
414
  [
466
415
  "orAble",
467
- "ifAble"
416
+ "ifAble",
417
+ false
468
418
  ],
469
419
  [
470
420
  "ordering",
471
- "ordering"
421
+ "ordering",
422
+ false
472
423
  ],
473
424
  [
474
425
  "plusExpression",
475
- "mathematicalExpression"
426
+ "mathematicalExpression",
427
+ false
476
428
  ],
477
429
  [
478
430
  "plusOperator",
479
- "mathematicalOperator"
431
+ "mathematical_operator",
432
+ false
480
433
  ],
481
434
  [
482
435
  "preposition",
483
- "preposition"
436
+ "preposition",
437
+ false
484
438
  ],
485
439
  [
486
440
  "price",
487
- "number"
441
+ "number",
442
+ false
488
443
  ],
489
444
  [
490
445
  "price",
491
- "property"
446
+ "property",
447
+ false
492
448
  ],
493
449
  [
494
450
  "product",
495
- "the_after_product_property_theAble"
451
+ "the_after_product_property_theAble",
452
+ false
496
453
  ],
497
454
  [
498
455
  "pronoun",
499
- "pronoun"
456
+ "pronoun",
457
+ false
500
458
  ],
501
459
  [
502
460
  "property",
503
- "queryable"
461
+ "queryable",
462
+ false
504
463
  ],
505
464
  [
506
465
  "property",
507
- "theAble"
466
+ "theAble",
467
+ false
508
468
  ],
509
469
  [
510
470
  "property",
511
- "the_after_product_property_theAble"
471
+ "the_after_product_property_theAble",
472
+ false
512
473
  ],
513
474
  [
514
475
  "property",
515
- "unknown"
476
+ "unknown",
477
+ false
516
478
  ],
517
479
  [
518
480
  "punctuation",
519
- "punctuation"
481
+ "punctuation",
482
+ false
520
483
  ],
521
484
  [
522
485
  "quantifier",
523
- "quantifier"
486
+ "quantifier",
487
+ false
524
488
  ],
525
489
  [
526
490
  "quantity",
527
- "number"
491
+ "number",
492
+ false
528
493
  ],
529
494
  [
530
495
  "quantity",
531
- "property"
496
+ "property",
497
+ false
532
498
  ],
533
499
  [
534
500
  "queryable",
535
- "queryable"
501
+ "queryable",
502
+ false
536
503
  ],
537
504
  [
538
505
  "questionMark",
539
- "punctuation"
506
+ "punctuation",
507
+ false
540
508
  ],
541
509
  [
542
510
  "readonly",
543
- "queryable"
511
+ "queryable",
512
+ false
544
513
  ],
545
514
  [
546
515
  "reason",
547
- "queryable"
516
+ "queryable",
517
+ false
548
518
  ],
549
519
  [
550
520
  "reason",
551
- "theAble"
521
+ "theAble",
522
+ false
552
523
  ],
553
524
  [
554
525
  "remove",
555
- "reportAction"
526
+ "reportAction",
527
+ false
556
528
  ],
557
529
  [
558
530
  "report",
559
- "changeable"
531
+ "changeable",
532
+ false
560
533
  ],
561
534
  [
562
535
  "report",
563
- "it"
536
+ "it",
537
+ false
564
538
  ],
565
539
  [
566
540
  "report",
567
- "theAble"
541
+ "theAble",
542
+ false
568
543
  ],
569
544
  [
570
545
  "report",
571
- "this"
546
+ "this",
547
+ false
572
548
  ],
573
549
  [
574
550
  "reportAction",
575
- "reportAction"
551
+ "reportAction",
552
+ false
576
553
  ],
577
554
  [
578
555
  "right",
579
- "direction"
556
+ "direction",
557
+ false
580
558
  ],
581
559
  [
582
560
  "show",
583
- "action"
561
+ "action",
562
+ false
584
563
  ],
585
564
  [
586
565
  "show",
587
- "verby"
566
+ "verby",
567
+ false
588
568
  ],
589
569
  [
590
570
  "that",
591
- "thisitthat"
571
+ "thisitthat",
572
+ false
592
573
  ],
593
574
  [
594
575
  "the",
595
- "articlePOS"
576
+ "articlePOS",
577
+ false
596
578
  ],
597
579
  [
598
580
  "theAble",
599
- "the_after_product_property_theAble"
581
+ "the_after_product_property_theAble",
582
+ false
600
583
  ],
601
584
  [
602
585
  "the_after_product_property_theAble",
603
- "the_after_product_property_theAble"
586
+ "the_after_product_property_theAble",
587
+ false
604
588
  ],
605
589
  [
606
590
  "this",
607
- "pronoun"
591
+ "pronoun",
592
+ false
608
593
  ],
609
594
  [
610
595
  "this",
611
- "queryable"
596
+ "queryable",
597
+ false
612
598
  ],
613
599
  [
614
600
  "this",
615
- "thisitthat"
601
+ "thisitthat",
602
+ false
616
603
  ],
617
604
  [
618
605
  "thisitthat",
619
- "queryable"
606
+ "queryable",
607
+ false
620
608
  ],
621
609
  [
622
610
  "timesExpression",
623
- "mathematicalExpression"
611
+ "mathematicalExpression",
612
+ false
624
613
  ],
625
614
  [
626
615
  "timesOperator",
627
- "mathematicalOperator"
616
+ "mathematical_operator",
617
+ false
628
618
  ],
629
619
  [
630
620
  "to",
631
- "preposition"
621
+ "preposition",
622
+ false
632
623
  ],
633
624
  [
634
625
  "toAble",
635
- "to_after_column_toAble"
626
+ "to_after_column_toAble",
627
+ false
636
628
  ],
637
629
  [
638
630
  "to_after_column_toAble",
639
- "to_after_column_toAble"
631
+ "to_after_column_toAble",
632
+ false
640
633
  ],
641
634
  [
642
635
  "type",
643
- "property"
636
+ "property",
637
+ false
644
638
  ],
645
639
  [
646
640
  "type",
647
- "whatAble"
648
- ],
649
- [
650
- "unknown",
651
- "hierarchyAble"
641
+ "whatAble",
642
+ false
652
643
  ],
653
644
  [
654
645
  "unknown",
655
- "notAble"
646
+ "hierarchyAble",
647
+ false
656
648
  ],
657
649
  [
658
650
  "unknown",
659
- "object"
651
+ "object",
652
+ false
660
653
  ],
661
654
  [
662
655
  "unknown",
663
- "queryable"
656
+ "queryable",
657
+ false
664
658
  ],
665
659
  [
666
660
  "unknown",
667
- "theAble"
661
+ "theAble",
662
+ false
668
663
  ],
669
664
  [
670
665
  "verby",
671
- "verby"
666
+ "verby",
667
+ false
672
668
  ],
673
669
  [
674
670
  "what",
675
- "object"
671
+ "object",
672
+ false
676
673
  ],
677
674
  [
678
675
  "what",
679
- "queryable"
676
+ "queryable",
677
+ false
680
678
  ],
681
679
  [
682
680
  "whatAble",
683
- "queryable"
681
+ "queryable",
682
+ false
684
683
  ],
685
684
  [
686
685
  "whose",
687
- "object"
686
+ "object",
687
+ false
688
688
  ],
689
689
  [
690
690
  "x",
691
- "number"
691
+ "number",
692
+ false
692
693
  ],
693
694
  [
694
695
  "xfx",
695
- "queryable"
696
+ "queryable",
697
+ false
696
698
  ],
697
699
  [
698
700
  "y",
699
- "number"
701
+ "number",
702
+ false
700
703
  ]
701
704
  ],
702
705
  "metadata": {
@@ -800,7 +803,7 @@
800
803
  }
801
804
  ]
802
805
  },
803
- "trace": "\n\n>>>>>>>>>>>>> Counter 1\n 0. price/0 (1, 1) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. list/0 (1, 3) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, [\"Selector(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }'), , same/(), [Type(variable: 'type')]<==>[Type(variable: 'type')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n word: \"and\"\n }\n 2. quantity/0 (1, 7) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. property/0 (1, 14) - \"properties\"\n {\n default: true\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({default: True, marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price})\n\n>>>>>>>>>>>>> Counter 2\n *0. price/1 (dead) (2, 0) - \"price\"\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 1. list/0 (1, 3) - \"and\"\n {\n default: true\n marker: Operator(list/0, PASS, [\"Selector(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }'), , same/(), [Type(variable: 'type')]<==>[Type(variable: 'type')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n types: [\n ]\n word: \"and\"\n }\n 2. quantity/0 (1, 7) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. property/0 (1, 14) - \"properties\"\n {\n default: true\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({default: True, marker: Operator(list/0, PASS, [\"Selector(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }'), , same/(), [Type(variable: 'type')]<==>[Type(variable: 'type')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), listable: true, isList: true, value: append(before, after) }')), variables({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge)), range: {'start': 6, 'end': 8}, text: and, types: [], word: and})\n\n>>>>>>>>>>>>> Counter 3\n *0. list/1 (3, 0) - \"price and quantity\"\n {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 2. property/0 (1, 14) - \"properties\"\n {\n default: true\n marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=2) is Context({default: True, marker: Operator(property/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, word: properties})\n\n>>>>>>>>>>>>> Counter 4\n 0. list/1 (3, 0) - \"price and quantity\"\n {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n *2. property/1 (dead) (2, 1) - \"properties\"\n {\n dead: true\n default: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n word: \"properties\"\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge)), number: many, range: {'start': 19, 'end': 21}, text: are, word: are})\n\n>>>>>>>>>>>>> Counter 5\n *0. is/1 (4, 0) - \"price and quantity are properties\"\n {\n marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n dead: true\n default: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), number: many, one: Context({default: True, isList: True, listable: True, marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge)), number: many, range: {'start': 0, 'end': 32}, text: price and quantity, types: ['price'], value: [Context({dead: True, default: True, marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price}), Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 10, 'end': 17}, text: quantity, value: quantity, word: quantity})], word: and}), range: {'start': 0, 'end': 32}, text: price and quantity are properties, two: Context({dead: True, default: True, marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 23, 'end': 32}, text: properties, types: ['property'], word: properties}), word: are})\n\n>>>>>>>>>>>>> Counter 6\n *0. is/2 (dead) (5, 0) - \"price and quantity are properties\"\n {\n dead: true\n marker: Operator(is/2, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"many\"\n one: {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['notAble', 'quantifier', 'theAble', 'queryable', 'quantity', 'property', 'number', 'object', 'unknown', 'hierarchyAble']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n dead: true\n default: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\n",
806
+ "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': ['property', 'queryable', 'object', 'quantifier', 'quantity', 'number', 'unknown', 'theAble', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 6, 'end': 8}\n text: \"and\"\n types: [\n ]\n word: \"and\"\n }\n 2. quantity/0 (1, 7) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n 3. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 4. property/0 (1, 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': ['property', 'queryable', 'object', 'quantifier', 'quantity', 'number', 'unknown', 'theAble', 'hierarchyAble']}) bridge(bridge)), range: {'start': 6, 'end': 8}, text: and, types: [], word: and})\n\n>>>>>>>>>>>>> Counter 3\n *0. list/1 (3, 0) - \"price and quantity\"\n {\n default: true\n isList: true\n listable: true\n marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'queryable', 'object', 'quantifier', 'quantity', 'number', 'unknown', 'theAble', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n 2. property/0 (1, 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': ['property', 'queryable', 'object', 'quantifier', 'quantity', 'number', 'unknown', 'theAble', 'hierarchyAble']}) bridge(bridge))\n range: {'start': 0, 'end': 17}\n text: \"price and quantity\"\n types: [\n ]\n value: [\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n 1. is/0 (1, 9) - \"are\"\n {\n marker: Operator(is/0, [\"Selector(Bridge('{ ...next(operator), one: after[0], two: after[1], query: true }'), , []<==>[Type('queryable'), Type('queryable')], bridge(queryBridge))\", \"Selector(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }'), , [Type('queryable')]<==>[Type('queryable')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), one: { number: operator.number, ...before[0] }, two: after[0] }')), variables({}) bridge(bridge))\n number: \"many\"\n range: {'start': 19, 'end': 21}\n text: \"are\"\n word: \"are\"\n }\n *2. property/1 (dead) (2, 1) - \"properties\"\n {\n dead: true\n 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': ['property', 'queryable', 'object', 'quantifier', 'quantity', 'number', 'unknown', 'theAble', 'hierarchyAble']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({marker: Operator(is/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), number: many, one: Context({default: True, isList: True, listable: True, marker: Operator(list/1, PASS, ['Selector(Bridge(\\'{ ...operator, value: append(before, operator.value) }\\'), , same/(), [And([\"Type(variable: \\'type\\')\", \"Listable(Unify(Property((\\'context\\', \\'instance\\')), Property((\\'variables\\', \\'instance\\'))))\"])]<==>[], bridge(bridge), passthrough)'], evaluator(Bridge('{ ...operator, value: append(before, operator.value) }')), variables({'type': ['property', 'queryable', 'object', 'quantifier', 'quantity', 'number', 'unknown', 'theAble', 'hierarchyAble']}) bridge(bridge)), number: many, range: {'start': 0, 'end': 32}, text: price and quantity, types: ['price'], value: [Context({dead: True, default: True, marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: price, value: price, word: price}), Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 10, 'end': 17}, text: quantity, value: quantity, word: quantity})], word: and}), range: {'start': 0, 'end': 32}, text: price and quantity are properties, two: Context({dead: True, 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': ['property', 'queryable', 'object', 'quantifier', 'quantity', 'number', 'unknown', 'theAble', 'hierarchyAble']}) bridge(bridge))\n number: \"many\"\n range: {'start': 0, 'end': 32}\n text: \"price and quantity\"\n types: [\n 'price'\n ]\n value: [\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 10, 'end': 17}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n ]\n word: \"and\"\n }\n\n range: {'start': 0, 'end': 32}\n text: \"price and quantity are properties\"\n two: {\n dead: true\n marker: Operator(property/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 23, 'end': 32}\n text: \"properties\"\n types: [\n 'property'\n ]\n value: \"property\"\n word: \"properties\"\n }\n\n word: \"are\"\n }\n<<<<<<<<<<<<<\n",
804
807
  "contexts": [
805
808
  {
806
809
  "number": "many",
@@ -857,10 +860,10 @@
857
860
  "level": 1
858
861
  },
859
862
  "two": {
863
+ "value": "property",
864
+ "text": "properties",
860
865
  "marker": "property",
861
- "default": true,
862
866
  "word": "properties",
863
- "text": "properties",
864
867
  "range": {
865
868
  "start": 23,
866
869
  "end": 32
@@ -965,697 +968,700 @@
965
968
  },
966
969
  {
967
970
  "hierarchy": [
968
- [
969
- "*",
970
- "hierarchyAble"
971
- ],
972
- [
973
- "*",
974
- "isEdee"
975
- ],
976
- [
977
- "*",
978
- "isEder"
979
- ],
980
- [
981
- "*",
982
- "mathematical_operator"
983
- ],
984
- [
985
- "*",
986
- "object"
987
- ],
988
- [
989
- "*",
990
- "property"
991
- ],
992
- [
993
- "*",
994
- "queryable"
995
- ],
996
- [
997
- "*",
998
- "theAble"
999
- ],
1000
- [
1001
- "+",
1002
- "hierarchyAble"
1003
- ],
1004
- [
1005
- "+",
1006
- "isEdee"
1007
- ],
1008
- [
1009
- "+",
1010
- "isEder"
1011
- ],
1012
- [
1013
- "+",
1014
- "mathematical_operator"
1015
- ],
1016
- [
1017
- "+",
1018
- "object"
1019
- ],
1020
- [
1021
- "+",
1022
- "property"
1023
- ],
1024
- [
1025
- "+",
1026
- "queryable"
1027
- ],
1028
- [
1029
- "+",
1030
- "theAble"
1031
- ],
1032
- [
1033
- "-",
1034
- "hierarchyAble"
1035
- ],
1036
- [
1037
- "-",
1038
- "isEdee"
1039
- ],
1040
- [
1041
- "-",
1042
- "isEder"
1043
- ],
1044
- [
1045
- "-",
1046
- "mathematical_operator"
1047
- ],
1048
- [
1049
- "-",
1050
- "object"
1051
- ],
1052
- [
1053
- "-",
1054
- "property"
1055
- ],
1056
- [
1057
- "-",
1058
- "queryable"
1059
- ],
1060
- [
1061
- "-",
1062
- "theAble"
1063
- ],
1064
- [
1065
- "/",
1066
- "hierarchyAble"
1067
- ],
1068
- [
1069
- "/",
1070
- "isEdee"
1071
- ],
1072
- [
1073
- "/",
1074
- "isEder"
1075
- ],
1076
- [
1077
- "/",
1078
- "mathematical_operator"
1079
- ],
1080
- [
1081
- "/",
1082
- "object"
1083
- ],
1084
- [
1085
- "/",
1086
- "property"
1087
- ],
1088
- [
1089
- "/",
1090
- "queryable"
1091
- ],
1092
- [
1093
- "/",
1094
- "theAble"
1095
- ],
1096
971
  [
1097
972
  "a",
1098
- "articlePOS"
973
+ "articlePOS",
974
+ false
1099
975
  ],
1100
976
  [
1101
977
  "action",
1102
- "action"
978
+ "action",
979
+ false
1103
980
  ],
1104
981
  [
1105
982
  "adjective",
1106
- "adjective"
983
+ "adjective",
984
+ false
1107
985
  ],
1108
986
  [
1109
987
  "all",
1110
- "quantifier"
988
+ "quantifier",
989
+ false
1111
990
  ],
1112
991
  [
1113
992
  "articlePOS",
1114
- "articlePOS"
993
+ "articlePOS",
994
+ false
1115
995
  ],
1116
996
  [
1117
997
  "ascending",
1118
- "ordering"
998
+ "ordering",
999
+ false
1119
1000
  ],
1120
1001
  [
1121
1002
  "between",
1122
- "preposition"
1003
+ "preposition",
1004
+ false
1123
1005
  ],
1124
1006
  [
1125
1007
  "call",
1126
- "verby"
1008
+ "verby",
1009
+ false
1127
1010
  ],
1128
1011
  [
1129
1012
  "canBeDoQuestion",
1130
- "canBeDoQuestion"
1013
+ "canBeDoQuestion",
1014
+ false
1131
1015
  ],
1132
1016
  [
1133
1017
  "canBeQuestion",
1134
- "canBeQuestion"
1018
+ "canBeQuestion",
1019
+ false
1135
1020
  ],
1136
1021
  [
1137
1022
  "changeable",
1138
- "changeable"
1023
+ "changeable",
1024
+ false
1139
1025
  ],
1140
1026
  [
1141
1027
  "changes",
1142
- "event"
1028
+ "event",
1029
+ false
1143
1030
  ],
1144
1031
  [
1145
1032
  "changes",
1146
- "verby"
1033
+ "verby",
1034
+ false
1147
1035
  ],
1148
1036
  [
1149
1037
  "column",
1150
- "toAble"
1038
+ "toAble",
1039
+ false
1151
1040
  ],
1152
1041
  [
1153
1042
  "column",
1154
- "to_after_column_toAble"
1043
+ "to_after_column_toAble",
1044
+ false
1155
1045
  ],
1156
1046
  [
1157
1047
  "concept",
1158
- "queryable"
1048
+ "queryable",
1049
+ false
1159
1050
  ],
1160
1051
  [
1161
1052
  "concept",
1162
- "theAble"
1053
+ "theAble",
1054
+ false
1163
1055
  ],
1164
1056
  [
1165
1057
  "condition",
1166
- "condition"
1058
+ "condition",
1059
+ false
1167
1060
  ],
1168
1061
  [
1169
1062
  "countable",
1170
- "hierarchyAble"
1063
+ "hierarchyAble",
1064
+ false
1171
1065
  ],
1172
1066
  [
1173
1067
  "descending",
1174
- "ordering"
1068
+ "ordering",
1069
+ false
1175
1070
  ],
1176
1071
  [
1177
1072
  "describe",
1178
- "verby"
1073
+ "verby",
1074
+ false
1179
1075
  ],
1180
1076
  [
1181
1077
  "direction",
1182
- "direction"
1078
+ "direction",
1079
+ false
1183
1080
  ],
1184
1081
  [
1185
1082
  "divideByExpression",
1186
- "mathematicalExpression"
1083
+ "mathematicalExpression",
1084
+ false
1187
1085
  ],
1188
1086
  [
1189
1087
  "divideByOperator",
1190
- "mathematicalOperator"
1088
+ "mathematical_operator",
1089
+ false
1090
+ ],
1091
+ [
1092
+ "doubleQuote",
1093
+ "queryable",
1094
+ false
1191
1095
  ],
1192
1096
  [
1193
1097
  "event",
1194
- "event"
1098
+ "event",
1099
+ false
1195
1100
  ],
1196
1101
  [
1197
1102
  "hasCountOfPieces",
1198
- "countable"
1103
+ "countable",
1104
+ false
1199
1105
  ],
1200
1106
  [
1201
1107
  "have",
1202
- "canBeDoQuestion"
1108
+ "canBeDoQuestion",
1109
+ false
1203
1110
  ],
1204
1111
  [
1205
1112
  "have",
1206
- "canBeQuestion"
1113
+ "canBeQuestion",
1114
+ false
1207
1115
  ],
1208
1116
  [
1209
1117
  "hierarchyAble",
1210
- "queryable"
1118
+ "queryable",
1119
+ false
1211
1120
  ],
1212
1121
  [
1213
1122
  "highest",
1214
- "condition"
1123
+ "condition",
1124
+ false
1215
1125
  ],
1216
1126
  [
1217
1127
  "ifAble",
1218
- "ifAble"
1128
+ "ifAble",
1129
+ false
1219
1130
  ],
1220
1131
  [
1221
1132
  "is",
1222
- "canBeQuestion"
1133
+ "canBeQuestion",
1134
+ false
1223
1135
  ],
1224
1136
  [
1225
1137
  "is",
1226
- "verby"
1138
+ "verby",
1139
+ false
1227
1140
  ],
1228
1141
  [
1229
1142
  "isEdee",
1230
- "isEdee"
1143
+ "isEdee",
1144
+ false
1231
1145
  ],
1232
1146
  [
1233
1147
  "isEder",
1234
- "isEder"
1148
+ "isEder",
1149
+ false
1235
1150
  ],
1236
1151
  [
1237
1152
  "it",
1238
- "pronoun"
1153
+ "pronoun",
1154
+ false
1239
1155
  ],
1240
1156
  [
1241
1157
  "it",
1242
- "queryable"
1158
+ "queryable",
1159
+ false
1243
1160
  ],
1244
1161
  [
1245
1162
  "it",
1246
- "thisitthat"
1163
+ "thisitthat",
1164
+ false
1247
1165
  ],
1248
1166
  [
1249
1167
  "it",
1250
- "toAble"
1168
+ "toAble",
1169
+ false
1251
1170
  ],
1252
1171
  [
1253
1172
  "left",
1254
- "direction"
1173
+ "direction",
1174
+ false
1255
1175
  ],
1256
1176
  [
1257
1177
  "lowest",
1258
- "condition"
1178
+ "condition",
1179
+ false
1259
1180
  ],
1260
1181
  [
1261
1182
  "mathematical",
1262
- "hierarchyAble"
1183
+ "hierarchyAble",
1184
+ false
1263
1185
  ],
1264
1186
  [
1265
1187
  "mathematical",
1266
- "isEdee"
1188
+ "isEdee",
1189
+ false
1267
1190
  ],
1268
1191
  [
1269
1192
  "mathematical",
1270
- "isEder"
1193
+ "isEder",
1194
+ false
1271
1195
  ],
1272
1196
  [
1273
1197
  "mathematical",
1274
- "object"
1198
+ "object",
1199
+ false
1275
1200
  ],
1276
1201
  [
1277
1202
  "mathematical",
1278
- "operator_modifier"
1203
+ "operator_modifier",
1204
+ false
1279
1205
  ],
1280
1206
  [
1281
1207
  "mathematical",
1282
- "property"
1208
+ "property",
1209
+ false
1283
1210
  ],
1284
1211
  [
1285
1212
  "mathematical",
1286
- "queryable"
1213
+ "queryable",
1214
+ false
1287
1215
  ],
1288
1216
  [
1289
1217
  "mathematical",
1290
- "theAble"
1218
+ "theAble",
1219
+ false
1291
1220
  ],
1292
1221
  [
1293
1222
  "mathematicalExpression",
1294
- "concept"
1223
+ "concept",
1224
+ false
1295
1225
  ],
1296
1226
  [
1297
1227
  "mathematicalExpression",
1298
- "number"
1228
+ "number",
1229
+ false
1299
1230
  ],
1300
1231
  [
1301
1232
  "mathematicalExpression",
1302
- "property"
1303
- ],
1304
- [
1305
- "mathematicalOperator",
1306
- "mathematicalOperator"
1233
+ "property",
1234
+ false
1307
1235
  ],
1308
1236
  [
1309
1237
  "mathematical_operator",
1310
- "adjective"
1238
+ "adjective",
1239
+ true
1311
1240
  ],
1312
1241
  [
1313
1242
  "mathematical_operator",
1314
- "concept"
1243
+ "concept",
1244
+ false
1315
1245
  ],
1316
1246
  [
1317
1247
  "mathematical_operator",
1318
- "hierarchyAble"
1248
+ "hierarchyAble",
1249
+ false
1319
1250
  ],
1320
1251
  [
1321
1252
  "mathematical_operator",
1322
- "isEdee"
1253
+ "isEdee",
1254
+ false
1323
1255
  ],
1324
1256
  [
1325
1257
  "mathematical_operator",
1326
- "isEder"
1258
+ "isEder",
1259
+ false
1327
1260
  ],
1328
1261
  [
1329
1262
  "mathematical_operator",
1330
- "object"
1263
+ "object",
1264
+ false
1331
1265
  ],
1332
1266
  [
1333
1267
  "mathematical_operator",
1334
- "operator"
1268
+ "operator",
1269
+ false
1335
1270
  ],
1336
1271
  [
1337
1272
  "mathematical_operator",
1338
- "property"
1273
+ "property",
1274
+ false
1339
1275
  ],
1340
1276
  [
1341
1277
  "mathematical_operator",
1342
- "queryable"
1278
+ "queryable",
1279
+ false
1343
1280
  ],
1344
1281
  [
1345
1282
  "mathematical_operator",
1346
- "theAble"
1283
+ "theAble",
1284
+ false
1347
1285
  ],
1348
1286
  [
1349
1287
  "minusExpression",
1350
- "mathematicalExpression"
1288
+ "mathematicalExpression",
1289
+ false
1351
1290
  ],
1352
1291
  [
1353
1292
  "minusOperator",
1354
- "mathematicalOperator"
1293
+ "mathematical_operator",
1294
+ false
1355
1295
  ],
1356
1296
  [
1357
1297
  "modifies",
1358
- "verby"
1298
+ "verby",
1299
+ false
1359
1300
  ],
1360
1301
  [
1361
1302
  "move",
1362
- "reportAction"
1363
- ],
1364
- [
1365
- "notAble",
1366
- "notAble"
1303
+ "reportAction",
1304
+ false
1367
1305
  ],
1368
1306
  [
1369
1307
  "noun",
1370
- "theAble"
1308
+ "theAble",
1309
+ false
1371
1310
  ],
1372
1311
  [
1373
1312
  "number",
1374
- "quantifier"
1313
+ "quantifier",
1314
+ false
1375
1315
  ],
1376
1316
  [
1377
1317
  "number",
1378
- "queryable"
1318
+ "queryable",
1319
+ false
1379
1320
  ],
1380
1321
  [
1381
1322
  "object",
1382
- "queryable"
1323
+ "queryable",
1324
+ false
1383
1325
  ],
1384
1326
  [
1385
1327
  "object",
1386
- "theAble"
1328
+ "theAble",
1329
+ false
1387
1330
  ],
1388
1331
  [
1389
1332
  "operator",
1390
- "concept"
1333
+ "concept",
1334
+ false
1391
1335
  ],
1392
1336
  [
1393
1337
  "operator",
1394
- "hierarchyAble"
1338
+ "hierarchyAble",
1339
+ false
1395
1340
  ],
1396
1341
  [
1397
1342
  "operator",
1398
- "isEdee"
1343
+ "isEdee",
1344
+ false
1399
1345
  ],
1400
1346
  [
1401
1347
  "operator",
1402
- "isEder"
1348
+ "isEder",
1349
+ false
1403
1350
  ],
1404
1351
  [
1405
1352
  "operator",
1406
- "object"
1353
+ "object",
1354
+ false
1407
1355
  ],
1408
1356
  [
1409
1357
  "operator",
1410
- "property"
1358
+ "property",
1359
+ false
1411
1360
  ],
1412
1361
  [
1413
1362
  "operator",
1414
- "queryable"
1363
+ "queryable",
1364
+ false
1415
1365
  ],
1416
1366
  [
1417
1367
  "operator",
1418
- "theAble"
1368
+ "theAble",
1369
+ false
1419
1370
  ],
1420
1371
  [
1421
1372
  "operator_modifier",
1422
- "operator_modifier"
1373
+ "operator_modifier",
1374
+ false
1423
1375
  ],
1424
1376
  [
1425
1377
  "orAble",
1426
- "ifAble"
1378
+ "ifAble",
1379
+ false
1427
1380
  ],
1428
1381
  [
1429
1382
  "ordering",
1430
- "ordering"
1383
+ "ordering",
1384
+ false
1431
1385
  ],
1432
1386
  [
1433
1387
  "plusExpression",
1434
- "mathematicalExpression"
1388
+ "mathematicalExpression",
1389
+ false
1435
1390
  ],
1436
1391
  [
1437
1392
  "plusOperator",
1438
- "mathematicalOperator"
1393
+ "mathematical_operator",
1394
+ false
1439
1395
  ],
1440
1396
  [
1441
1397
  "preposition",
1442
- "preposition"
1398
+ "preposition",
1399
+ false
1443
1400
  ],
1444
1401
  [
1445
1402
  "price",
1446
- "number"
1403
+ "number",
1404
+ false
1447
1405
  ],
1448
1406
  [
1449
1407
  "price",
1450
- "property"
1408
+ "property",
1409
+ false
1451
1410
  ],
1452
1411
  [
1453
1412
  "product",
1454
- "the_after_product_property_theAble"
1413
+ "the_after_product_property_theAble",
1414
+ false
1455
1415
  ],
1456
1416
  [
1457
1417
  "pronoun",
1458
- "pronoun"
1418
+ "pronoun",
1419
+ false
1459
1420
  ],
1460
1421
  [
1461
1422
  "property",
1462
- "queryable"
1423
+ "queryable",
1424
+ false
1463
1425
  ],
1464
1426
  [
1465
1427
  "property",
1466
- "theAble"
1428
+ "theAble",
1429
+ false
1467
1430
  ],
1468
1431
  [
1469
1432
  "property",
1470
- "the_after_product_property_theAble"
1433
+ "the_after_product_property_theAble",
1434
+ false
1471
1435
  ],
1472
1436
  [
1473
1437
  "property",
1474
- "unknown"
1438
+ "unknown",
1439
+ false
1475
1440
  ],
1476
1441
  [
1477
1442
  "punctuation",
1478
- "punctuation"
1443
+ "punctuation",
1444
+ false
1479
1445
  ],
1480
1446
  [
1481
1447
  "quantifier",
1482
- "quantifier"
1448
+ "quantifier",
1449
+ false
1483
1450
  ],
1484
1451
  [
1485
1452
  "quantity",
1486
- "number"
1453
+ "number",
1454
+ false
1487
1455
  ],
1488
1456
  [
1489
1457
  "quantity",
1490
- "property"
1458
+ "property",
1459
+ false
1491
1460
  ],
1492
1461
  [
1493
1462
  "queryable",
1494
- "queryable"
1463
+ "queryable",
1464
+ false
1495
1465
  ],
1496
1466
  [
1497
1467
  "questionMark",
1498
- "punctuation"
1468
+ "punctuation",
1469
+ false
1499
1470
  ],
1500
1471
  [
1501
1472
  "readonly",
1502
- "queryable"
1473
+ "queryable",
1474
+ false
1503
1475
  ],
1504
1476
  [
1505
1477
  "reason",
1506
- "queryable"
1478
+ "queryable",
1479
+ false
1507
1480
  ],
1508
1481
  [
1509
1482
  "reason",
1510
- "theAble"
1483
+ "theAble",
1484
+ false
1511
1485
  ],
1512
1486
  [
1513
1487
  "remove",
1514
- "reportAction"
1488
+ "reportAction",
1489
+ false
1515
1490
  ],
1516
1491
  [
1517
1492
  "report",
1518
- "changeable"
1493
+ "changeable",
1494
+ false
1519
1495
  ],
1520
1496
  [
1521
1497
  "report",
1522
- "it"
1498
+ "it",
1499
+ false
1523
1500
  ],
1524
1501
  [
1525
1502
  "report",
1526
- "theAble"
1503
+ "theAble",
1504
+ false
1527
1505
  ],
1528
1506
  [
1529
1507
  "report",
1530
- "this"
1508
+ "this",
1509
+ false
1531
1510
  ],
1532
1511
  [
1533
1512
  "reportAction",
1534
- "reportAction"
1513
+ "reportAction",
1514
+ false
1535
1515
  ],
1536
1516
  [
1537
1517
  "right",
1538
- "direction"
1518
+ "direction",
1519
+ false
1539
1520
  ],
1540
1521
  [
1541
1522
  "show",
1542
- "action"
1523
+ "action",
1524
+ false
1543
1525
  ],
1544
1526
  [
1545
1527
  "show",
1546
- "verby"
1528
+ "verby",
1529
+ false
1547
1530
  ],
1548
1531
  [
1549
1532
  "that",
1550
- "thisitthat"
1533
+ "thisitthat",
1534
+ false
1551
1535
  ],
1552
1536
  [
1553
1537
  "the",
1554
- "articlePOS"
1538
+ "articlePOS",
1539
+ false
1555
1540
  ],
1556
1541
  [
1557
1542
  "theAble",
1558
- "the_after_product_property_theAble"
1543
+ "the_after_product_property_theAble",
1544
+ false
1559
1545
  ],
1560
1546
  [
1561
1547
  "the_after_product_property_theAble",
1562
- "the_after_product_property_theAble"
1548
+ "the_after_product_property_theAble",
1549
+ false
1563
1550
  ],
1564
1551
  [
1565
1552
  "this",
1566
- "pronoun"
1553
+ "pronoun",
1554
+ false
1567
1555
  ],
1568
1556
  [
1569
1557
  "this",
1570
- "queryable"
1558
+ "queryable",
1559
+ false
1571
1560
  ],
1572
1561
  [
1573
1562
  "this",
1574
- "thisitthat"
1563
+ "thisitthat",
1564
+ false
1575
1565
  ],
1576
1566
  [
1577
1567
  "thisitthat",
1578
- "queryable"
1568
+ "queryable",
1569
+ false
1579
1570
  ],
1580
1571
  [
1581
1572
  "timesExpression",
1582
- "mathematicalExpression"
1573
+ "mathematicalExpression",
1574
+ false
1583
1575
  ],
1584
1576
  [
1585
1577
  "timesOperator",
1586
- "mathematicalOperator"
1578
+ "mathematical_operator",
1579
+ false
1587
1580
  ],
1588
1581
  [
1589
1582
  "to",
1590
- "preposition"
1583
+ "preposition",
1584
+ false
1591
1585
  ],
1592
1586
  [
1593
1587
  "toAble",
1594
- "to_after_column_toAble"
1588
+ "to_after_column_toAble",
1589
+ false
1595
1590
  ],
1596
1591
  [
1597
1592
  "to_after_column_toAble",
1598
- "to_after_column_toAble"
1593
+ "to_after_column_toAble",
1594
+ false
1599
1595
  ],
1600
1596
  [
1601
1597
  "type",
1602
- "property"
1598
+ "property",
1599
+ false
1603
1600
  ],
1604
1601
  [
1605
1602
  "type",
1606
- "whatAble"
1607
- ],
1608
- [
1609
- "unknown",
1610
- "hierarchyAble"
1603
+ "whatAble",
1604
+ false
1611
1605
  ],
1612
1606
  [
1613
1607
  "unknown",
1614
- "notAble"
1608
+ "hierarchyAble",
1609
+ false
1615
1610
  ],
1616
1611
  [
1617
1612
  "unknown",
1618
- "object"
1613
+ "object",
1614
+ false
1619
1615
  ],
1620
1616
  [
1621
1617
  "unknown",
1622
- "queryable"
1618
+ "queryable",
1619
+ false
1623
1620
  ],
1624
1621
  [
1625
1622
  "unknown",
1626
- "theAble"
1623
+ "theAble",
1624
+ false
1627
1625
  ],
1628
1626
  [
1629
1627
  "verby",
1630
- "verby"
1628
+ "verby",
1629
+ false
1631
1630
  ],
1632
1631
  [
1633
1632
  "what",
1634
- "object"
1633
+ "object",
1634
+ false
1635
1635
  ],
1636
1636
  [
1637
1637
  "what",
1638
- "queryable"
1638
+ "queryable",
1639
+ false
1639
1640
  ],
1640
1641
  [
1641
1642
  "whatAble",
1642
- "queryable"
1643
+ "queryable",
1644
+ false
1643
1645
  ],
1644
1646
  [
1645
1647
  "whose",
1646
- "object"
1648
+ "object",
1649
+ false
1647
1650
  ],
1648
1651
  [
1649
1652
  "x",
1650
- "number"
1653
+ "number",
1654
+ false
1651
1655
  ],
1652
1656
  [
1653
1657
  "xfx",
1654
- "queryable"
1658
+ "queryable",
1659
+ false
1655
1660
  ],
1656
1661
  [
1657
1662
  "y",
1658
- "number"
1663
+ "number",
1664
+ false
1659
1665
  ]
1660
1666
  ],
1661
1667
  "metadata": {
@@ -1767,7 +1773,7 @@
1767
1773
  }
1768
1774
  ]
1769
1775
  },
1770
- "trace": "\n\n>>>>>>>>>>>>> Counter 1\n 0. unknown/0 (1, 0) - \"worth\"\n {\n marker: Operator(unknown/0, [\"Selector(Bridge('{ ...next(operator), unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), unknown: true, dead: true }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. price/0 (1, 6) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. timesOperator/0 (1, 9) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"times\"\n word: \"times\"\n }\n 4. quantity/0 (1, 12) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=0) is Context({marker: Operator(unknown/0, [\"Selector(Bridge('{ ...next(operator), unknown: true, dead: true }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), unknown: true, dead: true }')), variables({}) bridge(bridge)), range: {'start': 0, 'end': 4}, text: worth, unknown: True, value: worth, word: worth})\n\n>>>>>>>>>>>>> Counter 2\n *0. unknown/1 (dead) (2, 0) - \"worth\"\n {\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. price/0 (1, 6) - \"price\"\n {\n default: true\n marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. timesOperator/0 (1, 9) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"times\"\n word: \"times\"\n }\n 4. quantity/0 (1, 12) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=2) is Context({default: True, marker: Operator(price/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 12, 'end': 16}, text: price, value: price, word: price})\n\n>>>>>>>>>>>>> Counter 3\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n {\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n *2. price/1 (dead) (2, 1) - \"price\"\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. timesOperator/0 (1, 9) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"times\"\n word: \"times\"\n }\n 4. quantity/0 (1, 12) - \"quantity\"\n {\n default: true\n marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=4) is Context({default: True, marker: Operator(quantity/0, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge)), range: {'start': 24, 'end': 31}, text: quantity, value: quantity, word: quantity})\n\n>>>>>>>>>>>>> Counter 4\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n {\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n 2. price/1 (dead) (2, 1) - \"price\"\n {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n value: \"price\"\n word: \"price\"\n }\n 3. timesOperator/0 (1, 9) - \"times\"\n {\n marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge))\n range: {'start': 18, 'end': 22}\n text: \"times\"\n value: \"times\"\n word: \"times\"\n }\n *4. quantity/1 (dead) (2, 2) - \"quantity\"\n {\n dead: true\n default: true\n marker: Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n value: \"quantity\"\n word: \"quantity\"\n }\n<<<<<<<<<<<<<\nNext Op (index=3) is Context({marker: Operator(timesOperator/0, [\"Selector(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }'), , [Type('number')]<==>[Type('number')], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }')), variables({}) bridge(bridge)), range: {'start': 18, 'end': 22}, text: times, value: times, word: times})\n\n>>>>>>>>>>>>> Counter 5\n 0. unknown/1 (dead) (2, 0) - \"worth\"\n {\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n 1. means/0 (1, 3) - \"means\"\n {\n default: true\n marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge))\n range: {'start': 6, 'end': 10}\n text: \"means\"\n value: \"means\"\n word: \"means\"\n }\n *2. timesExpression/1 (dead) (3, 0) - \"price times quantity\"\n {\n dead: true\n evaluate: true\n isResponse: true\n marker: Operator(timesExpression/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"one\"\n range: {'start': 12, 'end': 31}\n text: \"price times quantity\"\n types: [\n 'number'\n, 'property'\n ]\n value: None\n word: \"times\"\n x: {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n types: [\n 'price'\n ]\n value: \"price\"\n word: \"price\"\n }\n\n y: {\n dead: true\n default: true\n marker: Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n types: [\n 'quantity'\n ]\n value: \"quantity\"\n word: \"quantity\"\n }\n\n }\n<<<<<<<<<<<<<\nNext Op (index=1) is Context({default: True, marker: Operator(means/0, [\"Selector(Bridge('{ ...next(operator), from: before[0], to: after[0] }'), , [Any]<==>[Any], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator), from: before[0], to: after[0] }')), variables({}) bridge(bridge)), range: {'start': 6, 'end': 10}, text: means, value: means, word: means})\n\n>>>>>>>>>>>>> Counter 6\n *0. means/1 (dead) (4, 0) - \"worth means price times quantity\"\n {\n dead: true\n default: true\n from: {\n dead: true\n marker: Operator(unknown/1, [\"Selector(Bridge('{ ...next(operator) }'), , []<==>[], bridge(bridge))\"], evaluator(Bridge('{ ...next(operator) }')), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 4}\n text: \"worth\"\n unknown: true\n value: \"worth\"\n word: \"worth\"\n }\n\n marker: Operator(means/1, ['Selector(None, , [Any]<==>[Any], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 0, 'end': 31}\n text: \"worth means price times quantity\"\n to: {\n dead: true\n evaluate: true\n isResponse: true\n marker: Operator(timesExpression/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n number: \"one\"\n range: {'start': 12, 'end': 31}\n text: \"price times quantity\"\n types: [\n 'number'\n, 'property'\n ]\n value: None\n word: \"times\"\n x: {\n dead: true\n default: true\n marker: Operator(price/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 12, 'end': 16}\n text: \"price\"\n types: [\n 'price'\n ]\n value: \"price\"\n word: \"price\"\n }\n\n y: {\n dead: true\n default: true\n marker: Operator(quantity/1, ['Selector(None, , []<==>[], bridge(bridge))'], evaluator(None), variables({}) bridge(bridge))\n range: {'start': 24, 'end': 31}\n text: \"quantity\"\n types: [\n 'quantity'\n ]\n value: \"quantity\"\n word: \"quantity\"\n }\n\n }\n\n value: \"means\"\n word: \"means\"\n }\n<<<<<<<<<<<<<\n",
1776
+ "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",
1771
1777
  "contexts": [
1772
1778
  {
1773
1779
  "marker": "means",