ekms 8.0.0 → 8.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/common/animals.instance.json +3003 -1651
  2. package/common/animals.js +17 -20
  3. package/common/articles.js +103 -0
  4. package/common/articles.test.json +310 -0
  5. package/common/asking.instance.json +2 -0
  6. package/common/asking.js +253 -0
  7. package/common/asking.test.json +2290 -0
  8. package/common/avatar.js +6 -10
  9. package/common/characters.js +23 -30
  10. package/common/colors.instance.json +25513 -0
  11. package/common/colors.js +67 -0
  12. package/common/colors.test.json +4425 -0
  13. package/common/comparable.instance.json +1750 -0
  14. package/common/comparable.js +36 -28
  15. package/common/comparable.test.json +1196 -2
  16. package/common/concept.js +121 -119
  17. package/common/conjunction.instance.json +2 -0
  18. package/common/conjunction.js +104 -0
  19. package/common/conjunction.test.json +322 -0
  20. package/common/countable.js +20 -14
  21. package/common/countable.test.json +1050 -0
  22. package/common/crew.instance.json +16855 -9731
  23. package/common/crew.js +39 -42
  24. package/common/crew.test.json +714 -452
  25. package/common/currency.js +28 -46
  26. package/common/dialogues.js +177 -426
  27. package/common/dialogues.test.json +684 -450
  28. package/common/dimension.instance.json +508 -289
  29. package/common/dimension.js +22 -24
  30. package/common/dimension.test.json +727 -1944
  31. package/common/edible.instance.json +20548 -10848
  32. package/common/edible.js +4 -9
  33. package/common/emotions.instance.json +255 -123
  34. package/common/emotions.js +36 -39
  35. package/common/evaluate.instance.json +2 -0
  36. package/common/evaluate.js +53 -0
  37. package/common/evaluate.test.json +574 -0
  38. package/common/events.js +11 -15
  39. package/common/fastfood.instance.json +223039 -113390
  40. package/common/fastfood.js +77 -87
  41. package/common/fastfood.test.json +8205 -3733
  42. package/common/formulas.instance.json +444 -244
  43. package/common/formulas.js +20 -27
  44. package/common/formulas.test.json +1027 -955
  45. package/common/gdefaults.js +40 -27
  46. package/common/help.js +9 -14
  47. package/common/help.test.json +71 -18
  48. package/common/helpers/concept.js +33 -10
  49. package/common/helpers/dialogues.js +22 -4
  50. package/common/helpers/formulas.js +0 -14
  51. package/common/helpers/meta.js +0 -1
  52. package/common/helpers/properties.js +72 -76
  53. package/common/helpers.js +35 -24
  54. package/common/hierarchy.js +17 -25
  55. package/common/javascript.js +12 -19
  56. package/common/kirk.instance.json +586 -298
  57. package/common/kirk.js +6 -9
  58. package/common/length.instance.json +9158 -5124
  59. package/common/length.js +5 -9
  60. package/common/listener.js +48 -0
  61. package/common/listener.test.json +104 -0
  62. package/common/math.instance.json +409 -1202
  63. package/common/math.js +17 -21
  64. package/common/meta.js +24 -50
  65. package/common/nameable.instance.json +2 -0
  66. package/common/nameable.js +144 -0
  67. package/common/nameable.test.json +3191 -0
  68. package/common/negation.instance.json +2 -0
  69. package/common/negation.js +38 -0
  70. package/common/negation.test.json +308 -0
  71. package/common/numbers.js +28 -32
  72. package/common/ordering.instance.json +449 -273
  73. package/common/ordering.js +81 -87
  74. package/common/ordinals.instance.json +2 -0
  75. package/common/ordinals.js +60 -0
  76. package/common/ordinals.test.json +306 -0
  77. package/common/people.instance.json +2176 -1141
  78. package/common/people.js +9 -14
  79. package/common/percentages.instance.json +2 -0
  80. package/common/percentages.js +53 -0
  81. package/common/percentages.test.json +751 -0
  82. package/common/pipboy.instance.json +12120 -6879
  83. package/common/pipboy.js +53 -62
  84. package/common/pipboy.test.json +2835 -0
  85. package/common/pokemon.instance.json +4415 -2351
  86. package/common/pokemon.js +8 -21
  87. package/common/pos.js +16 -14
  88. package/common/pressure.instance.json +2348 -1373
  89. package/common/pressure.js +5 -9
  90. package/common/properties.instance.json +151 -87
  91. package/common/properties.js +156 -167
  92. package/common/properties.test.json +17605 -4030
  93. package/common/punctuation.js +24 -8
  94. package/common/punctuation.test.json +233 -5
  95. package/common/reports.instance.json +1027 -551
  96. package/common/reports.js +77 -103
  97. package/common/reports.test.json +15623 -10458
  98. package/common/scorekeeper.js +19 -31
  99. package/common/sdefaults.js +17 -8
  100. package/common/sizeable.js +13 -12
  101. package/common/spock.instance.json +585 -297
  102. package/common/spock.js +6 -9
  103. package/common/stgame.js +20 -20
  104. package/common/stm.js +182 -29
  105. package/common/stm.test.json +1734 -1
  106. package/common/tell.js +15 -19
  107. package/common/temperature.instance.json +2480 -1493
  108. package/common/temperature.js +5 -9
  109. package/common/tester.js +15 -4
  110. package/common/testing.js +8 -13
  111. package/common/time.js +21 -26
  112. package/common/tokenize.js +8 -8
  113. package/common/tokenize.test.json +86 -1
  114. package/common/ui.instance.json +151 -460
  115. package/common/ui.js +22 -34
  116. package/common/ui.test.json +641 -5357
  117. package/common/weight.instance.json +8072 -4490
  118. package/common/weight.js +5 -9
  119. package/common/weight.test.json +242 -238
  120. package/common/yesno.js +6 -6
  121. package/main.js +68 -45
  122. package/package.json +44 -6
@@ -0,0 +1,4425 @@
1
+ [
2
+ {
3
+ "associations": [
4
+ ],
5
+ "config": {
6
+ },
7
+ "contexts": [
8
+ {
9
+ "dead": true,
10
+ "level": 1,
11
+ "marker": "red_colors",
12
+ "number": "one",
13
+ "range": {
14
+ "end": 2,
15
+ "start": 0
16
+ },
17
+ "text": "red",
18
+ "topLevel": true,
19
+ "value": "red_colors",
20
+ "word": "red"
21
+ }
22
+ ],
23
+ "generatedParenthesized": [
24
+ ""
25
+ ],
26
+ "metadata": {
27
+ "opChoices": [
28
+ {
29
+ "counter": 1,
30
+ "op": [
31
+ "red_colors",
32
+ 0
33
+ ],
34
+ "ops": [
35
+ [
36
+ "red_colors",
37
+ 0
38
+ ]
39
+ ]
40
+ }
41
+ ]
42
+ },
43
+ "objects": {
44
+ "nameToUUID": {
45
+ "colors": "colors1",
46
+ "concept": "concept2",
47
+ "dialogues": "dialogues2",
48
+ "gdefaults": "gdefaults2",
49
+ "hierarchy": "hierarchy2",
50
+ "meta": "meta2",
51
+ "negation": "negation2",
52
+ "pos": "pos2",
53
+ "properties": "properties2",
54
+ "punctuation": "punctuation2",
55
+ "sdefaults": "sdefaults2",
56
+ "stm": "stm2",
57
+ "tokenize": "tokenize2"
58
+ },
59
+ "namespaced": {
60
+ "colors1": {
61
+ },
62
+ "concept2": {
63
+ "defaultTypesForHierarchy": {
64
+ },
65
+ "valueToWords": [
66
+ ]
67
+ },
68
+ "dialogues2": {
69
+ "idSuffix": "",
70
+ "mentioned": [
71
+ ],
72
+ "variables": {
73
+ }
74
+ },
75
+ "gdefaults2": {
76
+ },
77
+ "hierarchy2": {
78
+ },
79
+ "meta2": {
80
+ },
81
+ "negation2": {
82
+ },
83
+ "pos2": {
84
+ },
85
+ "properties2": {
86
+ "children": {
87
+ "articlePOS": [
88
+ "a",
89
+ "the"
90
+ ],
91
+ "blue_colors": [
92
+ "aqua_colors",
93
+ "cyan_colors",
94
+ "aquamarine_colors",
95
+ "turquoise_colors",
96
+ "navy_colors"
97
+ ],
98
+ "brightness_colors": [
99
+ "dark_colors",
100
+ "light_colors"
101
+ ],
102
+ "brown_colors": [
103
+ "tan_colors",
104
+ "sienna_colors",
105
+ "maroon_colors"
106
+ ],
107
+ "canBeDoQuestion": [
108
+ "have"
109
+ ],
110
+ "canBeQuestion": [
111
+ "have",
112
+ "is"
113
+ ],
114
+ "color_colors": [
115
+ "red_colors",
116
+ "pink_colors",
117
+ "orange_colors",
118
+ "yellow_colors",
119
+ "purple_colors",
120
+ "green_colors",
121
+ "blue_colors",
122
+ "brown_colors",
123
+ "white_colors",
124
+ "gray_colors"
125
+ ],
126
+ "gray_colors": [
127
+ "silver_colors",
128
+ "black_colors"
129
+ ],
130
+ "green_colors": [
131
+ "lime_colors",
132
+ "chartruese_colors",
133
+ "olive_colors",
134
+ "teal_colors"
135
+ ],
136
+ "hierarchyAble": [
137
+ "unknown"
138
+ ],
139
+ "ifAble": [
140
+ "orAble"
141
+ ],
142
+ "object": [
143
+ "unknown",
144
+ "what",
145
+ "whose"
146
+ ],
147
+ "preposition": [
148
+ "between",
149
+ "to"
150
+ ],
151
+ "pronoun": [
152
+ "it",
153
+ "this"
154
+ ],
155
+ "punctuation": [
156
+ "questionMark"
157
+ ],
158
+ "purple_colors": [
159
+ "lavender_colors",
160
+ "violet_colors",
161
+ "magenta_colors",
162
+ "indigo_colors"
163
+ ],
164
+ "queryable": [
165
+ "hierarchyAble",
166
+ "readonly",
167
+ "property",
168
+ "object",
169
+ "xfx",
170
+ "concept",
171
+ "doubleQuote",
172
+ "unknown",
173
+ "it",
174
+ "what",
175
+ "whatAble",
176
+ "this",
177
+ "thisitthat",
178
+ "reason"
179
+ ],
180
+ "red_colors": [
181
+ "crimson_colors"
182
+ ],
183
+ "theAble": [
184
+ "property",
185
+ "object",
186
+ "concept",
187
+ "unknown",
188
+ "noun",
189
+ "reason"
190
+ ],
191
+ "thisitthat": [
192
+ "it",
193
+ "this",
194
+ "that"
195
+ ],
196
+ "toAble": [
197
+ "it"
198
+ ],
199
+ "unknown": [
200
+ "property"
201
+ ],
202
+ "verby": [
203
+ "modifies",
204
+ "is"
205
+ ],
206
+ "white_colors": [
207
+ "snow_colors",
208
+ "azure_colors",
209
+ "beige_colors",
210
+ "ivory_colors"
211
+ ],
212
+ "yellow_colors": [
213
+ "gold_colors",
214
+ "khaki_colors"
215
+ ]
216
+ },
217
+ "concepts": [
218
+ "properties",
219
+ "unknown",
220
+ "hierarchyAble",
221
+ "object",
222
+ "what",
223
+ "queryable",
224
+ "readonly",
225
+ "property",
226
+ "xfx",
227
+ "theAble",
228
+ "whose",
229
+ "have",
230
+ "canBeDoQuestion",
231
+ "canBeQuestion",
232
+ "between",
233
+ "preposition",
234
+ "concept",
235
+ "modifies",
236
+ "verby",
237
+ "doubleQuote",
238
+ "it",
239
+ "pronoun",
240
+ "this",
241
+ "questionMark",
242
+ "punctuation",
243
+ "a",
244
+ "articlePOS",
245
+ "the",
246
+ "whatAble",
247
+ "is",
248
+ "toAble",
249
+ "to",
250
+ "noun",
251
+ "thisitthat",
252
+ "reason",
253
+ "that",
254
+ "orAble",
255
+ "ifAble",
256
+ "dark_colors",
257
+ "brightness_colors",
258
+ "light_colors",
259
+ "red_colors",
260
+ "color_colors",
261
+ "pink_colors",
262
+ "orange_colors",
263
+ "yellow_colors",
264
+ "purple_colors",
265
+ "green_colors",
266
+ "blue_colors",
267
+ "brown_colors",
268
+ "white_colors",
269
+ "gray_colors",
270
+ "crimson_colors",
271
+ "gold_colors",
272
+ "khaki_colors",
273
+ "lavender_colors",
274
+ "violet_colors",
275
+ "magenta_colors",
276
+ "indigo_colors",
277
+ "lime_colors",
278
+ "chartruese_colors",
279
+ "olive_colors",
280
+ "teal_colors",
281
+ "aqua_colors",
282
+ "cyan_colors",
283
+ "aquamarine_colors",
284
+ "turquoise_colors",
285
+ "navy_colors",
286
+ "tan_colors",
287
+ "sienna_colors",
288
+ "maroon_colors",
289
+ "snow_colors",
290
+ "azure_colors",
291
+ "beige_colors",
292
+ "ivory_colors",
293
+ "silver_colors",
294
+ "black_colors"
295
+ ],
296
+ "parents": {
297
+ "a": [
298
+ "articlePOS"
299
+ ],
300
+ "aqua_colors": [
301
+ "blue_colors"
302
+ ],
303
+ "aquamarine_colors": [
304
+ "blue_colors"
305
+ ],
306
+ "azure_colors": [
307
+ "white_colors"
308
+ ],
309
+ "beige_colors": [
310
+ "white_colors"
311
+ ],
312
+ "between": [
313
+ "preposition"
314
+ ],
315
+ "black_colors": [
316
+ "gray_colors"
317
+ ],
318
+ "blue_colors": [
319
+ "color_colors"
320
+ ],
321
+ "brown_colors": [
322
+ "color_colors"
323
+ ],
324
+ "chartruese_colors": [
325
+ "green_colors"
326
+ ],
327
+ "concept": [
328
+ "theAble",
329
+ "queryable"
330
+ ],
331
+ "crimson_colors": [
332
+ "red_colors"
333
+ ],
334
+ "cyan_colors": [
335
+ "blue_colors"
336
+ ],
337
+ "dark_colors": [
338
+ "brightness_colors"
339
+ ],
340
+ "doubleQuote": [
341
+ "queryable"
342
+ ],
343
+ "gold_colors": [
344
+ "yellow_colors"
345
+ ],
346
+ "gray_colors": [
347
+ "color_colors"
348
+ ],
349
+ "green_colors": [
350
+ "color_colors"
351
+ ],
352
+ "have": [
353
+ "canBeDoQuestion",
354
+ "canBeQuestion"
355
+ ],
356
+ "hierarchyAble": [
357
+ "queryable"
358
+ ],
359
+ "indigo_colors": [
360
+ "purple_colors"
361
+ ],
362
+ "is": [
363
+ "canBeQuestion",
364
+ "verby"
365
+ ],
366
+ "it": [
367
+ "pronoun",
368
+ "queryable",
369
+ "toAble",
370
+ "thisitthat"
371
+ ],
372
+ "ivory_colors": [
373
+ "white_colors"
374
+ ],
375
+ "khaki_colors": [
376
+ "yellow_colors"
377
+ ],
378
+ "lavender_colors": [
379
+ "purple_colors"
380
+ ],
381
+ "light_colors": [
382
+ "brightness_colors"
383
+ ],
384
+ "lime_colors": [
385
+ "green_colors"
386
+ ],
387
+ "magenta_colors": [
388
+ "purple_colors"
389
+ ],
390
+ "maroon_colors": [
391
+ "brown_colors"
392
+ ],
393
+ "modifies": [
394
+ "verby"
395
+ ],
396
+ "navy_colors": [
397
+ "blue_colors"
398
+ ],
399
+ "noun": [
400
+ "theAble"
401
+ ],
402
+ "object": [
403
+ "queryable",
404
+ "theAble"
405
+ ],
406
+ "olive_colors": [
407
+ "green_colors"
408
+ ],
409
+ "orAble": [
410
+ "ifAble"
411
+ ],
412
+ "orange_colors": [
413
+ "color_colors"
414
+ ],
415
+ "pink_colors": [
416
+ "color_colors"
417
+ ],
418
+ "property": [
419
+ "queryable",
420
+ "theAble",
421
+ "unknown"
422
+ ],
423
+ "purple_colors": [
424
+ "color_colors"
425
+ ],
426
+ "questionMark": [
427
+ "punctuation"
428
+ ],
429
+ "readonly": [
430
+ "queryable"
431
+ ],
432
+ "reason": [
433
+ "theAble",
434
+ "queryable"
435
+ ],
436
+ "red_colors": [
437
+ "color_colors"
438
+ ],
439
+ "sienna_colors": [
440
+ "brown_colors"
441
+ ],
442
+ "silver_colors": [
443
+ "gray_colors"
444
+ ],
445
+ "snow_colors": [
446
+ "white_colors"
447
+ ],
448
+ "tan_colors": [
449
+ "brown_colors"
450
+ ],
451
+ "teal_colors": [
452
+ "green_colors"
453
+ ],
454
+ "that": [
455
+ "thisitthat"
456
+ ],
457
+ "the": [
458
+ "articlePOS"
459
+ ],
460
+ "this": [
461
+ "pronoun",
462
+ "queryable",
463
+ "thisitthat"
464
+ ],
465
+ "thisitthat": [
466
+ "queryable"
467
+ ],
468
+ "to": [
469
+ "preposition"
470
+ ],
471
+ "turquoise_colors": [
472
+ "blue_colors"
473
+ ],
474
+ "unknown": [
475
+ "hierarchyAble",
476
+ "object",
477
+ "theAble",
478
+ "queryable"
479
+ ],
480
+ "violet_colors": [
481
+ "purple_colors"
482
+ ],
483
+ "what": [
484
+ "object",
485
+ "queryable"
486
+ ],
487
+ "whatAble": [
488
+ "queryable"
489
+ ],
490
+ "white_colors": [
491
+ "color_colors"
492
+ ],
493
+ "whose": [
494
+ "object"
495
+ ],
496
+ "xfx": [
497
+ "queryable"
498
+ ],
499
+ "yellow_colors": [
500
+ "color_colors"
501
+ ]
502
+ },
503
+ "properties": {
504
+ "handlers": {
505
+ },
506
+ "initHandlers": [
507
+ ],
508
+ "root": {
509
+ "a": {
510
+ },
511
+ "aqua_colors": {
512
+ },
513
+ "aquamarine_colors": {
514
+ },
515
+ "articlePOS": {
516
+ },
517
+ "azure_colors": {
518
+ },
519
+ "beige_colors": {
520
+ },
521
+ "between": {
522
+ },
523
+ "black_colors": {
524
+ },
525
+ "blue_colors": {
526
+ },
527
+ "brightness_colors": {
528
+ },
529
+ "brown_colors": {
530
+ },
531
+ "canBeDoQuestion": {
532
+ },
533
+ "canBeQuestion": {
534
+ },
535
+ "chartruese_colors": {
536
+ },
537
+ "color_colors": {
538
+ },
539
+ "concept": {
540
+ },
541
+ "crimson_colors": {
542
+ },
543
+ "cyan_colors": {
544
+ },
545
+ "dark_colors": {
546
+ },
547
+ "doubleQuote": {
548
+ },
549
+ "gold_colors": {
550
+ },
551
+ "gray_colors": {
552
+ },
553
+ "green_colors": {
554
+ },
555
+ "have": {
556
+ },
557
+ "hierarchyAble": {
558
+ },
559
+ "ifAble": {
560
+ },
561
+ "indigo_colors": {
562
+ },
563
+ "is": {
564
+ },
565
+ "it": {
566
+ },
567
+ "ivory_colors": {
568
+ },
569
+ "khaki_colors": {
570
+ },
571
+ "lavender_colors": {
572
+ },
573
+ "light_colors": {
574
+ },
575
+ "lime_colors": {
576
+ },
577
+ "magenta_colors": {
578
+ },
579
+ "maroon_colors": {
580
+ },
581
+ "modifies": {
582
+ },
583
+ "navy_colors": {
584
+ },
585
+ "noun": {
586
+ },
587
+ "object": {
588
+ },
589
+ "olive_colors": {
590
+ },
591
+ "orAble": {
592
+ },
593
+ "orange_colors": {
594
+ },
595
+ "pink_colors": {
596
+ },
597
+ "preposition": {
598
+ },
599
+ "pronoun": {
600
+ },
601
+ "property": {
602
+ },
603
+ "punctuation": {
604
+ },
605
+ "purple_colors": {
606
+ },
607
+ "queryable": {
608
+ },
609
+ "questionMark": {
610
+ },
611
+ "readonly": {
612
+ },
613
+ "reason": {
614
+ },
615
+ "red_colors": {
616
+ },
617
+ "sienna_colors": {
618
+ },
619
+ "silver_colors": {
620
+ },
621
+ "snow_colors": {
622
+ },
623
+ "tan_colors": {
624
+ },
625
+ "teal_colors": {
626
+ },
627
+ "that": {
628
+ },
629
+ "the": {
630
+ },
631
+ "theAble": {
632
+ },
633
+ "this": {
634
+ },
635
+ "thisitthat": {
636
+ },
637
+ "to": {
638
+ },
639
+ "toAble": {
640
+ },
641
+ "turquoise_colors": {
642
+ },
643
+ "unknown": {
644
+ },
645
+ "verby": {
646
+ },
647
+ "violet_colors": {
648
+ },
649
+ "what": {
650
+ },
651
+ "whatAble": {
652
+ },
653
+ "white_colors": {
654
+ },
655
+ "whose": {
656
+ },
657
+ "xfx": {
658
+ },
659
+ "yellow_colors": {
660
+ }
661
+ }
662
+ },
663
+ "property": {
664
+ },
665
+ "relations": [
666
+ ],
667
+ "valueToWords": {
668
+ }
669
+ },
670
+ "punctuation2": {
671
+ },
672
+ "sdefaults2": {
673
+ },
674
+ "stm2": {
675
+ "mentioned": [
676
+ ],
677
+ "variables": {
678
+ }
679
+ },
680
+ "tokenize2": {
681
+ }
682
+ },
683
+ "processed": [
684
+ {
685
+ "context": {
686
+ "dead": true,
687
+ "level": 1,
688
+ "marker": "red_colors",
689
+ "number": "one",
690
+ "range": {
691
+ "end": 2,
692
+ "start": 0
693
+ },
694
+ "text": "red",
695
+ "topLevel": true,
696
+ "value": "red_colors",
697
+ "word": "red"
698
+ },
699
+ "generatedParenthesized": "",
700
+ "paraphrases": "red",
701
+ "paraphrasesParenthesized": "(red)",
702
+ "responses": [
703
+ ""
704
+ ]
705
+ },
706
+ {
707
+ "context": {
708
+ "dead": true,
709
+ "default": true,
710
+ "level": 1,
711
+ "marker": "resetIdSuffix",
712
+ "range": {
713
+ "end": 12,
714
+ "start": 0
715
+ },
716
+ "text": "resetidsuffix",
717
+ "topLevel": true,
718
+ "touchedBy": [
719
+ "colors#call2",
720
+ "instance14#colors#call2"
721
+ ],
722
+ "value": "resetIdSuffix",
723
+ "word": "resetidsuffix"
724
+ },
725
+ "generatedParenthesized": [
726
+ ],
727
+ "paraphrases": "resetidsuffix",
728
+ "paraphrasesParenthesized": [
729
+ ],
730
+ "responses": [
731
+ ""
732
+ ]
733
+ },
734
+ {
735
+ "context": {
736
+ "concept": {
737
+ "dead": true,
738
+ "level": 1,
739
+ "marker": "color_colors",
740
+ "number": "one",
741
+ "range": {
742
+ "end": 17,
743
+ "start": 13
744
+ },
745
+ "text": "color",
746
+ "value": "color_colors",
747
+ "word": "color"
748
+ },
749
+ "dead": true,
750
+ "flatten": false,
751
+ "level": 1,
752
+ "marker": "modifies",
753
+ "modifiers": [
754
+ {
755
+ "dead": true,
756
+ "level": 1,
757
+ "marker": "unknown",
758
+ "range": {
759
+ "end": 2,
760
+ "start": 0
761
+ },
762
+ "text": "hex",
763
+ "unknown": true,
764
+ "value": "hex",
765
+ "word": "hex"
766
+ }
767
+ ],
768
+ "number": "one",
769
+ "range": {
770
+ "end": 17,
771
+ "start": 0
772
+ },
773
+ "text": "hex modifies color",
774
+ "topLevel": true,
775
+ "touchedBy": [
776
+ "colors#call2",
777
+ "instance12#colors#call2"
778
+ ],
779
+ "word": "modifies"
780
+ },
781
+ "generatedParenthesized": [
782
+ ],
783
+ "paraphrases": "hex modifies color",
784
+ "paraphrasesParenthesized": [
785
+ ],
786
+ "responses": [
787
+ ""
788
+ ]
789
+ },
790
+ {
791
+ "context": {
792
+ "concept": {
793
+ "dead": true,
794
+ "level": 1,
795
+ "marker": "color_colors",
796
+ "number": "many",
797
+ "range": {
798
+ "end": 25,
799
+ "start": 20
800
+ },
801
+ "text": "colors",
802
+ "value": "color_colors",
803
+ "word": "colors"
804
+ },
805
+ "dead": true,
806
+ "flatten": false,
807
+ "level": 1,
808
+ "marker": "modifies",
809
+ "modifiers": [
810
+ {
811
+ "dead": true,
812
+ "level": 1,
813
+ "marker": "brightness_colors",
814
+ "number": "one",
815
+ "range": {
816
+ "end": 9,
817
+ "start": 0
818
+ },
819
+ "text": "brightness",
820
+ "value": "brightness_colors",
821
+ "word": "brightness"
822
+ }
823
+ ],
824
+ "number": "one",
825
+ "range": {
826
+ "end": 25,
827
+ "start": 0
828
+ },
829
+ "text": "brightness modifies colors",
830
+ "topLevel": true,
831
+ "touchedBy": [
832
+ "colors#call2",
833
+ "instance11#colors#call2"
834
+ ],
835
+ "word": "modifies"
836
+ },
837
+ "generatedParenthesized": [
838
+ ],
839
+ "paraphrases": "brightness modifies colors",
840
+ "paraphrasesParenthesized": [
841
+ ],
842
+ "responses": [
843
+ ""
844
+ ]
845
+ },
846
+ {
847
+ "context": {
848
+ "dead": true,
849
+ "level": 2,
850
+ "marker": "is",
851
+ "number": "many",
852
+ "one": {
853
+ "default": true,
854
+ "isList": true,
855
+ "level": 1,
856
+ "listable": true,
857
+ "marker": "list",
858
+ "number": "many",
859
+ "range": {
860
+ "end": 26,
861
+ "start": 0
862
+ },
863
+ "text": "silver and black",
864
+ "types": [
865
+ "list",
866
+ "unknown"
867
+ ],
868
+ "value": [
869
+ {
870
+ "dead": true,
871
+ "level": 1,
872
+ "marker": "unknown",
873
+ "range": {
874
+ "end": 5,
875
+ "start": 0
876
+ },
877
+ "text": "silver",
878
+ "unknown": true,
879
+ "value": "silver",
880
+ "word": "silver"
881
+ },
882
+ {
883
+ "dead": true,
884
+ "level": 1,
885
+ "marker": "unknown",
886
+ "range": {
887
+ "end": 15,
888
+ "start": 11
889
+ },
890
+ "text": "black",
891
+ "unknown": true,
892
+ "value": "black",
893
+ "word": "black"
894
+ }
895
+ ],
896
+ "word": "and"
897
+ },
898
+ "range": {
899
+ "end": 26,
900
+ "start": 0
901
+ },
902
+ "text": "silver and black are a gray",
903
+ "topLevel": true,
904
+ "touchedBy": [
905
+ "colors#call2",
906
+ "instance10#colors#call2"
907
+ ],
908
+ "two": {
909
+ "concept": true,
910
+ "dead": true,
911
+ "determiner": {
912
+ "default": true,
913
+ "level": 0,
914
+ "marker": "a",
915
+ "range": {
916
+ "end": 21,
917
+ "start": 21
918
+ },
919
+ "text": "a",
920
+ "word": "a"
921
+ },
922
+ "level": 1,
923
+ "marker": "gray_colors",
924
+ "modifiers": [
925
+ "determiner"
926
+ ],
927
+ "number": "one",
928
+ "pullFromContext": false,
929
+ "range": {
930
+ "end": 26,
931
+ "start": 21
932
+ },
933
+ "text": "a gray",
934
+ "types": [
935
+ "gray_colors"
936
+ ],
937
+ "value": "gray_colors",
938
+ "wantsValue": true,
939
+ "word": "gray"
940
+ },
941
+ "word": "are"
942
+ },
943
+ "generatedParenthesized": [
944
+ ],
945
+ "paraphrases": "silver and black are a gray",
946
+ "paraphrasesParenthesized": [
947
+ ],
948
+ "responses": [
949
+ ""
950
+ ]
951
+ },
952
+ {
953
+ "context": {
954
+ "dead": true,
955
+ "level": 2,
956
+ "marker": "is",
957
+ "number": "many",
958
+ "one": {
959
+ "default": true,
960
+ "isList": true,
961
+ "level": 1,
962
+ "listable": true,
963
+ "marker": "list",
964
+ "number": "many",
965
+ "range": {
966
+ "end": 39,
967
+ "start": 0
968
+ },
969
+ "text": "snow, azure, beige and ivory",
970
+ "types": [
971
+ "list",
972
+ "unknown"
973
+ ],
974
+ "value": [
975
+ {
976
+ "dead": true,
977
+ "decorators": {
978
+ "after": {
979
+ "depth": "+",
980
+ "level": 0,
981
+ "marker": "comma",
982
+ "range": {
983
+ "end": 4,
984
+ "start": 4
985
+ },
986
+ "text": ",",
987
+ "value": ",",
988
+ "word": ","
989
+ }
990
+ },
991
+ "level": 1,
992
+ "marker": "unknown",
993
+ "no_convolutions": true,
994
+ "range": {
995
+ "end": 4,
996
+ "start": 0
997
+ },
998
+ "text": "snow,",
999
+ "unknown": true,
1000
+ "value": "snow",
1001
+ "word": "snow"
1002
+ },
1003
+ {
1004
+ "dead": true,
1005
+ "decorators": {
1006
+ "after": {
1007
+ "depth": "+",
1008
+ "level": 0,
1009
+ "marker": "comma",
1010
+ "range": {
1011
+ "end": 11,
1012
+ "start": 11
1013
+ },
1014
+ "text": ",",
1015
+ "value": ",",
1016
+ "word": ","
1017
+ }
1018
+ },
1019
+ "level": 1,
1020
+ "marker": "unknown",
1021
+ "no_convolutions": true,
1022
+ "range": {
1023
+ "end": 11,
1024
+ "start": 6
1025
+ },
1026
+ "text": "azure,",
1027
+ "unknown": true,
1028
+ "value": "azure",
1029
+ "word": "azure"
1030
+ },
1031
+ {
1032
+ "dead": true,
1033
+ "level": 1,
1034
+ "marker": "unknown",
1035
+ "range": {
1036
+ "end": 17,
1037
+ "start": 13
1038
+ },
1039
+ "text": "beige",
1040
+ "unknown": true,
1041
+ "value": "beige",
1042
+ "word": "beige"
1043
+ },
1044
+ {
1045
+ "dead": true,
1046
+ "level": 1,
1047
+ "marker": "unknown",
1048
+ "range": {
1049
+ "end": 27,
1050
+ "start": 23
1051
+ },
1052
+ "text": "ivory",
1053
+ "unknown": true,
1054
+ "value": "ivory",
1055
+ "word": "ivory"
1056
+ }
1057
+ ],
1058
+ "word": "and"
1059
+ },
1060
+ "range": {
1061
+ "end": 39,
1062
+ "start": 0
1063
+ },
1064
+ "text": "snow, azure, beige and ivory are a white",
1065
+ "topLevel": true,
1066
+ "touchedBy": [
1067
+ "colors#call2",
1068
+ "instance9#colors#call2"
1069
+ ],
1070
+ "two": {
1071
+ "concept": true,
1072
+ "dead": true,
1073
+ "determiner": {
1074
+ "default": true,
1075
+ "level": 0,
1076
+ "marker": "a",
1077
+ "range": {
1078
+ "end": 33,
1079
+ "start": 33
1080
+ },
1081
+ "text": "a",
1082
+ "word": "a"
1083
+ },
1084
+ "level": 1,
1085
+ "marker": "white_colors",
1086
+ "modifiers": [
1087
+ "determiner"
1088
+ ],
1089
+ "number": "one",
1090
+ "pullFromContext": false,
1091
+ "range": {
1092
+ "end": 39,
1093
+ "start": 33
1094
+ },
1095
+ "text": "a white",
1096
+ "types": [
1097
+ "white_colors"
1098
+ ],
1099
+ "value": "white_colors",
1100
+ "wantsValue": true,
1101
+ "word": "white"
1102
+ },
1103
+ "word": "are"
1104
+ },
1105
+ "generatedParenthesized": [
1106
+ ],
1107
+ "paraphrases": "snow, azure, beige and ivory are a white",
1108
+ "paraphrasesParenthesized": [
1109
+ ],
1110
+ "responses": [
1111
+ ""
1112
+ ]
1113
+ }
1114
+ ]
1115
+ },
1116
+ "paraphrases": [
1117
+ "red"
1118
+ ],
1119
+ "paraphrasesParenthesized": [
1120
+ "(red)"
1121
+ ],
1122
+ "query": "red",
1123
+ "responses": [
1124
+ ""
1125
+ ]
1126
+ },
1127
+ {
1128
+ "associations": [
1129
+ [
1130
+ [
1131
+ "color_colors",
1132
+ 0
1133
+ ],
1134
+ [
1135
+ "hex_colors",
1136
+ 0
1137
+ ]
1138
+ ]
1139
+ ],
1140
+ "config": {
1141
+ },
1142
+ "contexts": [
1143
+ {
1144
+ "atomic": true,
1145
+ "dead": true,
1146
+ "level": 1,
1147
+ "marker": "hex_colors_color_colors",
1148
+ "modifier_hex_colors": {
1149
+ "level": 0,
1150
+ "marker": "hex_colors",
1151
+ "number": "one",
1152
+ "range": {
1153
+ "end": 2,
1154
+ "start": 0
1155
+ },
1156
+ "text": "hex",
1157
+ "types": [
1158
+ "hex_colors"
1159
+ ],
1160
+ "value": "hex_colors",
1161
+ "word": "hex"
1162
+ },
1163
+ "modifiers": [
1164
+ "modifier_hex_colors"
1165
+ ],
1166
+ "number": "one",
1167
+ "range": {
1168
+ "end": 8,
1169
+ "start": 0
1170
+ },
1171
+ "text": "hex color",
1172
+ "topLevel": true,
1173
+ "types": [
1174
+ "color_colors",
1175
+ "hex_colors_color_colors"
1176
+ ],
1177
+ "value": "hex_colors_color_colors",
1178
+ "word": "color"
1179
+ }
1180
+ ],
1181
+ "generatedParenthesized": [
1182
+ ""
1183
+ ],
1184
+ "metadata": {
1185
+ "opChoices": [
1186
+ {
1187
+ "counter": 1,
1188
+ "op": [
1189
+ "hex_colors_color_colors",
1190
+ 0
1191
+ ],
1192
+ "ops": [
1193
+ [
1194
+ "color_colors",
1195
+ 0
1196
+ ],
1197
+ [
1198
+ "hex_colors",
1199
+ 0
1200
+ ],
1201
+ [
1202
+ "hex_colors_color_colors",
1203
+ 0
1204
+ ]
1205
+ ]
1206
+ }
1207
+ ]
1208
+ },
1209
+ "objects": {
1210
+ "nameToUUID": {
1211
+ "colors": "colors1",
1212
+ "concept": "concept2",
1213
+ "dialogues": "dialogues2",
1214
+ "gdefaults": "gdefaults2",
1215
+ "hierarchy": "hierarchy2",
1216
+ "meta": "meta2",
1217
+ "negation": "negation2",
1218
+ "pos": "pos2",
1219
+ "properties": "properties2",
1220
+ "punctuation": "punctuation2",
1221
+ "sdefaults": "sdefaults2",
1222
+ "stm": "stm2",
1223
+ "tokenize": "tokenize2"
1224
+ },
1225
+ "namespaced": {
1226
+ "colors1": {
1227
+ },
1228
+ "concept2": {
1229
+ "defaultTypesForHierarchy": {
1230
+ },
1231
+ "valueToWords": [
1232
+ ]
1233
+ },
1234
+ "dialogues2": {
1235
+ "idSuffix": "",
1236
+ "mentioned": [
1237
+ ],
1238
+ "variables": {
1239
+ }
1240
+ },
1241
+ "gdefaults2": {
1242
+ },
1243
+ "hierarchy2": {
1244
+ },
1245
+ "meta2": {
1246
+ },
1247
+ "negation2": {
1248
+ },
1249
+ "pos2": {
1250
+ },
1251
+ "properties2": {
1252
+ "children": {
1253
+ "articlePOS": [
1254
+ "a",
1255
+ "the"
1256
+ ],
1257
+ "blue_colors": [
1258
+ "aqua_colors",
1259
+ "cyan_colors",
1260
+ "aquamarine_colors",
1261
+ "turquoise_colors",
1262
+ "navy_colors"
1263
+ ],
1264
+ "brightness_colors": [
1265
+ "dark_colors",
1266
+ "light_colors"
1267
+ ],
1268
+ "brown_colors": [
1269
+ "tan_colors",
1270
+ "sienna_colors",
1271
+ "maroon_colors"
1272
+ ],
1273
+ "canBeDoQuestion": [
1274
+ "have"
1275
+ ],
1276
+ "canBeQuestion": [
1277
+ "have",
1278
+ "is"
1279
+ ],
1280
+ "color_colors": [
1281
+ "red_colors",
1282
+ "pink_colors",
1283
+ "orange_colors",
1284
+ "yellow_colors",
1285
+ "purple_colors",
1286
+ "green_colors",
1287
+ "blue_colors",
1288
+ "brown_colors",
1289
+ "white_colors",
1290
+ "gray_colors"
1291
+ ],
1292
+ "gray_colors": [
1293
+ "silver_colors",
1294
+ "black_colors"
1295
+ ],
1296
+ "green_colors": [
1297
+ "lime_colors",
1298
+ "chartruese_colors",
1299
+ "olive_colors",
1300
+ "teal_colors"
1301
+ ],
1302
+ "hierarchyAble": [
1303
+ "unknown"
1304
+ ],
1305
+ "ifAble": [
1306
+ "orAble"
1307
+ ],
1308
+ "object": [
1309
+ "unknown",
1310
+ "what",
1311
+ "whose"
1312
+ ],
1313
+ "preposition": [
1314
+ "between",
1315
+ "to"
1316
+ ],
1317
+ "pronoun": [
1318
+ "it",
1319
+ "this"
1320
+ ],
1321
+ "punctuation": [
1322
+ "questionMark"
1323
+ ],
1324
+ "purple_colors": [
1325
+ "lavender_colors",
1326
+ "violet_colors",
1327
+ "magenta_colors",
1328
+ "indigo_colors"
1329
+ ],
1330
+ "queryable": [
1331
+ "hierarchyAble",
1332
+ "readonly",
1333
+ "property",
1334
+ "object",
1335
+ "xfx",
1336
+ "concept",
1337
+ "doubleQuote",
1338
+ "unknown",
1339
+ "it",
1340
+ "what",
1341
+ "whatAble",
1342
+ "this",
1343
+ "thisitthat",
1344
+ "reason"
1345
+ ],
1346
+ "red_colors": [
1347
+ "crimson_colors"
1348
+ ],
1349
+ "theAble": [
1350
+ "property",
1351
+ "object",
1352
+ "concept",
1353
+ "unknown",
1354
+ "noun",
1355
+ "reason"
1356
+ ],
1357
+ "thisitthat": [
1358
+ "it",
1359
+ "this",
1360
+ "that"
1361
+ ],
1362
+ "toAble": [
1363
+ "it"
1364
+ ],
1365
+ "unknown": [
1366
+ "property"
1367
+ ],
1368
+ "verby": [
1369
+ "modifies",
1370
+ "is"
1371
+ ],
1372
+ "white_colors": [
1373
+ "snow_colors",
1374
+ "azure_colors",
1375
+ "beige_colors",
1376
+ "ivory_colors"
1377
+ ],
1378
+ "yellow_colors": [
1379
+ "gold_colors",
1380
+ "khaki_colors"
1381
+ ]
1382
+ },
1383
+ "concepts": [
1384
+ "properties",
1385
+ "unknown",
1386
+ "hierarchyAble",
1387
+ "object",
1388
+ "what",
1389
+ "queryable",
1390
+ "readonly",
1391
+ "property",
1392
+ "xfx",
1393
+ "theAble",
1394
+ "whose",
1395
+ "have",
1396
+ "canBeDoQuestion",
1397
+ "canBeQuestion",
1398
+ "between",
1399
+ "preposition",
1400
+ "concept",
1401
+ "modifies",
1402
+ "verby",
1403
+ "doubleQuote",
1404
+ "it",
1405
+ "pronoun",
1406
+ "this",
1407
+ "questionMark",
1408
+ "punctuation",
1409
+ "a",
1410
+ "articlePOS",
1411
+ "the",
1412
+ "whatAble",
1413
+ "is",
1414
+ "toAble",
1415
+ "to",
1416
+ "noun",
1417
+ "thisitthat",
1418
+ "reason",
1419
+ "that",
1420
+ "orAble",
1421
+ "ifAble",
1422
+ "dark_colors",
1423
+ "brightness_colors",
1424
+ "light_colors",
1425
+ "red_colors",
1426
+ "color_colors",
1427
+ "pink_colors",
1428
+ "orange_colors",
1429
+ "yellow_colors",
1430
+ "purple_colors",
1431
+ "green_colors",
1432
+ "blue_colors",
1433
+ "brown_colors",
1434
+ "white_colors",
1435
+ "gray_colors",
1436
+ "crimson_colors",
1437
+ "gold_colors",
1438
+ "khaki_colors",
1439
+ "lavender_colors",
1440
+ "violet_colors",
1441
+ "magenta_colors",
1442
+ "indigo_colors",
1443
+ "lime_colors",
1444
+ "chartruese_colors",
1445
+ "olive_colors",
1446
+ "teal_colors",
1447
+ "aqua_colors",
1448
+ "cyan_colors",
1449
+ "aquamarine_colors",
1450
+ "turquoise_colors",
1451
+ "navy_colors",
1452
+ "tan_colors",
1453
+ "sienna_colors",
1454
+ "maroon_colors",
1455
+ "snow_colors",
1456
+ "azure_colors",
1457
+ "beige_colors",
1458
+ "ivory_colors",
1459
+ "silver_colors",
1460
+ "black_colors"
1461
+ ],
1462
+ "parents": {
1463
+ "a": [
1464
+ "articlePOS"
1465
+ ],
1466
+ "aqua_colors": [
1467
+ "blue_colors"
1468
+ ],
1469
+ "aquamarine_colors": [
1470
+ "blue_colors"
1471
+ ],
1472
+ "azure_colors": [
1473
+ "white_colors"
1474
+ ],
1475
+ "beige_colors": [
1476
+ "white_colors"
1477
+ ],
1478
+ "between": [
1479
+ "preposition"
1480
+ ],
1481
+ "black_colors": [
1482
+ "gray_colors"
1483
+ ],
1484
+ "blue_colors": [
1485
+ "color_colors"
1486
+ ],
1487
+ "brown_colors": [
1488
+ "color_colors"
1489
+ ],
1490
+ "chartruese_colors": [
1491
+ "green_colors"
1492
+ ],
1493
+ "concept": [
1494
+ "theAble",
1495
+ "queryable"
1496
+ ],
1497
+ "crimson_colors": [
1498
+ "red_colors"
1499
+ ],
1500
+ "cyan_colors": [
1501
+ "blue_colors"
1502
+ ],
1503
+ "dark_colors": [
1504
+ "brightness_colors"
1505
+ ],
1506
+ "doubleQuote": [
1507
+ "queryable"
1508
+ ],
1509
+ "gold_colors": [
1510
+ "yellow_colors"
1511
+ ],
1512
+ "gray_colors": [
1513
+ "color_colors"
1514
+ ],
1515
+ "green_colors": [
1516
+ "color_colors"
1517
+ ],
1518
+ "have": [
1519
+ "canBeDoQuestion",
1520
+ "canBeQuestion"
1521
+ ],
1522
+ "hierarchyAble": [
1523
+ "queryable"
1524
+ ],
1525
+ "indigo_colors": [
1526
+ "purple_colors"
1527
+ ],
1528
+ "is": [
1529
+ "canBeQuestion",
1530
+ "verby"
1531
+ ],
1532
+ "it": [
1533
+ "pronoun",
1534
+ "queryable",
1535
+ "toAble",
1536
+ "thisitthat"
1537
+ ],
1538
+ "ivory_colors": [
1539
+ "white_colors"
1540
+ ],
1541
+ "khaki_colors": [
1542
+ "yellow_colors"
1543
+ ],
1544
+ "lavender_colors": [
1545
+ "purple_colors"
1546
+ ],
1547
+ "light_colors": [
1548
+ "brightness_colors"
1549
+ ],
1550
+ "lime_colors": [
1551
+ "green_colors"
1552
+ ],
1553
+ "magenta_colors": [
1554
+ "purple_colors"
1555
+ ],
1556
+ "maroon_colors": [
1557
+ "brown_colors"
1558
+ ],
1559
+ "modifies": [
1560
+ "verby"
1561
+ ],
1562
+ "navy_colors": [
1563
+ "blue_colors"
1564
+ ],
1565
+ "noun": [
1566
+ "theAble"
1567
+ ],
1568
+ "object": [
1569
+ "queryable",
1570
+ "theAble"
1571
+ ],
1572
+ "olive_colors": [
1573
+ "green_colors"
1574
+ ],
1575
+ "orAble": [
1576
+ "ifAble"
1577
+ ],
1578
+ "orange_colors": [
1579
+ "color_colors"
1580
+ ],
1581
+ "pink_colors": [
1582
+ "color_colors"
1583
+ ],
1584
+ "property": [
1585
+ "queryable",
1586
+ "theAble",
1587
+ "unknown"
1588
+ ],
1589
+ "purple_colors": [
1590
+ "color_colors"
1591
+ ],
1592
+ "questionMark": [
1593
+ "punctuation"
1594
+ ],
1595
+ "readonly": [
1596
+ "queryable"
1597
+ ],
1598
+ "reason": [
1599
+ "theAble",
1600
+ "queryable"
1601
+ ],
1602
+ "red_colors": [
1603
+ "color_colors"
1604
+ ],
1605
+ "sienna_colors": [
1606
+ "brown_colors"
1607
+ ],
1608
+ "silver_colors": [
1609
+ "gray_colors"
1610
+ ],
1611
+ "snow_colors": [
1612
+ "white_colors"
1613
+ ],
1614
+ "tan_colors": [
1615
+ "brown_colors"
1616
+ ],
1617
+ "teal_colors": [
1618
+ "green_colors"
1619
+ ],
1620
+ "that": [
1621
+ "thisitthat"
1622
+ ],
1623
+ "the": [
1624
+ "articlePOS"
1625
+ ],
1626
+ "this": [
1627
+ "pronoun",
1628
+ "queryable",
1629
+ "thisitthat"
1630
+ ],
1631
+ "thisitthat": [
1632
+ "queryable"
1633
+ ],
1634
+ "to": [
1635
+ "preposition"
1636
+ ],
1637
+ "turquoise_colors": [
1638
+ "blue_colors"
1639
+ ],
1640
+ "unknown": [
1641
+ "hierarchyAble",
1642
+ "object",
1643
+ "theAble",
1644
+ "queryable"
1645
+ ],
1646
+ "violet_colors": [
1647
+ "purple_colors"
1648
+ ],
1649
+ "what": [
1650
+ "object",
1651
+ "queryable"
1652
+ ],
1653
+ "whatAble": [
1654
+ "queryable"
1655
+ ],
1656
+ "white_colors": [
1657
+ "color_colors"
1658
+ ],
1659
+ "whose": [
1660
+ "object"
1661
+ ],
1662
+ "xfx": [
1663
+ "queryable"
1664
+ ],
1665
+ "yellow_colors": [
1666
+ "color_colors"
1667
+ ]
1668
+ },
1669
+ "properties": {
1670
+ "handlers": {
1671
+ },
1672
+ "initHandlers": [
1673
+ ],
1674
+ "root": {
1675
+ "a": {
1676
+ },
1677
+ "aqua_colors": {
1678
+ },
1679
+ "aquamarine_colors": {
1680
+ },
1681
+ "articlePOS": {
1682
+ },
1683
+ "azure_colors": {
1684
+ },
1685
+ "beige_colors": {
1686
+ },
1687
+ "between": {
1688
+ },
1689
+ "black_colors": {
1690
+ },
1691
+ "blue_colors": {
1692
+ },
1693
+ "brightness_colors": {
1694
+ },
1695
+ "brown_colors": {
1696
+ },
1697
+ "canBeDoQuestion": {
1698
+ },
1699
+ "canBeQuestion": {
1700
+ },
1701
+ "chartruese_colors": {
1702
+ },
1703
+ "color_colors": {
1704
+ },
1705
+ "concept": {
1706
+ },
1707
+ "crimson_colors": {
1708
+ },
1709
+ "cyan_colors": {
1710
+ },
1711
+ "dark_colors": {
1712
+ },
1713
+ "doubleQuote": {
1714
+ },
1715
+ "gold_colors": {
1716
+ },
1717
+ "gray_colors": {
1718
+ },
1719
+ "green_colors": {
1720
+ },
1721
+ "have": {
1722
+ },
1723
+ "hierarchyAble": {
1724
+ },
1725
+ "ifAble": {
1726
+ },
1727
+ "indigo_colors": {
1728
+ },
1729
+ "is": {
1730
+ },
1731
+ "it": {
1732
+ },
1733
+ "ivory_colors": {
1734
+ },
1735
+ "khaki_colors": {
1736
+ },
1737
+ "lavender_colors": {
1738
+ },
1739
+ "light_colors": {
1740
+ },
1741
+ "lime_colors": {
1742
+ },
1743
+ "magenta_colors": {
1744
+ },
1745
+ "maroon_colors": {
1746
+ },
1747
+ "modifies": {
1748
+ },
1749
+ "navy_colors": {
1750
+ },
1751
+ "noun": {
1752
+ },
1753
+ "object": {
1754
+ },
1755
+ "olive_colors": {
1756
+ },
1757
+ "orAble": {
1758
+ },
1759
+ "orange_colors": {
1760
+ },
1761
+ "pink_colors": {
1762
+ },
1763
+ "preposition": {
1764
+ },
1765
+ "pronoun": {
1766
+ },
1767
+ "property": {
1768
+ },
1769
+ "punctuation": {
1770
+ },
1771
+ "purple_colors": {
1772
+ },
1773
+ "queryable": {
1774
+ },
1775
+ "questionMark": {
1776
+ },
1777
+ "readonly": {
1778
+ },
1779
+ "reason": {
1780
+ },
1781
+ "red_colors": {
1782
+ },
1783
+ "sienna_colors": {
1784
+ },
1785
+ "silver_colors": {
1786
+ },
1787
+ "snow_colors": {
1788
+ },
1789
+ "tan_colors": {
1790
+ },
1791
+ "teal_colors": {
1792
+ },
1793
+ "that": {
1794
+ },
1795
+ "the": {
1796
+ },
1797
+ "theAble": {
1798
+ },
1799
+ "this": {
1800
+ },
1801
+ "thisitthat": {
1802
+ },
1803
+ "to": {
1804
+ },
1805
+ "toAble": {
1806
+ },
1807
+ "turquoise_colors": {
1808
+ },
1809
+ "unknown": {
1810
+ },
1811
+ "verby": {
1812
+ },
1813
+ "violet_colors": {
1814
+ },
1815
+ "what": {
1816
+ },
1817
+ "whatAble": {
1818
+ },
1819
+ "white_colors": {
1820
+ },
1821
+ "whose": {
1822
+ },
1823
+ "xfx": {
1824
+ },
1825
+ "yellow_colors": {
1826
+ }
1827
+ }
1828
+ },
1829
+ "property": {
1830
+ },
1831
+ "relations": [
1832
+ ],
1833
+ "valueToWords": {
1834
+ }
1835
+ },
1836
+ "punctuation2": {
1837
+ },
1838
+ "sdefaults2": {
1839
+ },
1840
+ "stm2": {
1841
+ "mentioned": [
1842
+ ],
1843
+ "variables": {
1844
+ }
1845
+ },
1846
+ "tokenize2": {
1847
+ }
1848
+ },
1849
+ "processed": [
1850
+ {
1851
+ "context": {
1852
+ "atomic": true,
1853
+ "dead": true,
1854
+ "level": 1,
1855
+ "marker": "hex_colors_color_colors",
1856
+ "modifier_hex_colors": {
1857
+ "level": 0,
1858
+ "marker": "hex_colors",
1859
+ "number": "one",
1860
+ "range": {
1861
+ "end": 2,
1862
+ "start": 0
1863
+ },
1864
+ "text": "hex",
1865
+ "types": [
1866
+ "hex_colors"
1867
+ ],
1868
+ "value": "hex_colors",
1869
+ "word": "hex"
1870
+ },
1871
+ "modifiers": [
1872
+ "modifier_hex_colors"
1873
+ ],
1874
+ "number": "one",
1875
+ "range": {
1876
+ "end": 8,
1877
+ "start": 0
1878
+ },
1879
+ "text": "hex color",
1880
+ "topLevel": true,
1881
+ "types": [
1882
+ "color_colors",
1883
+ "hex_colors_color_colors"
1884
+ ],
1885
+ "value": "hex_colors_color_colors",
1886
+ "word": "color"
1887
+ },
1888
+ "generatedParenthesized": "",
1889
+ "paraphrases": "hex color",
1890
+ "paraphrasesParenthesized": "((hex) (color))",
1891
+ "responses": [
1892
+ ""
1893
+ ]
1894
+ },
1895
+ {
1896
+ "context": {
1897
+ "dead": true,
1898
+ "default": true,
1899
+ "level": 1,
1900
+ "marker": "resetIdSuffix",
1901
+ "range": {
1902
+ "end": 12,
1903
+ "start": 0
1904
+ },
1905
+ "text": "resetidsuffix",
1906
+ "topLevel": true,
1907
+ "touchedBy": [
1908
+ "colors#call2",
1909
+ "instance14#colors#call2"
1910
+ ],
1911
+ "value": "resetIdSuffix",
1912
+ "word": "resetidsuffix"
1913
+ },
1914
+ "generatedParenthesized": [
1915
+ ],
1916
+ "paraphrases": "resetidsuffix",
1917
+ "paraphrasesParenthesized": [
1918
+ ],
1919
+ "responses": [
1920
+ ""
1921
+ ]
1922
+ },
1923
+ {
1924
+ "context": {
1925
+ "concept": {
1926
+ "dead": true,
1927
+ "level": 1,
1928
+ "marker": "color_colors",
1929
+ "number": "one",
1930
+ "range": {
1931
+ "end": 17,
1932
+ "start": 13
1933
+ },
1934
+ "text": "color",
1935
+ "value": "color_colors",
1936
+ "word": "color"
1937
+ },
1938
+ "dead": true,
1939
+ "flatten": false,
1940
+ "level": 1,
1941
+ "marker": "modifies",
1942
+ "modifiers": [
1943
+ {
1944
+ "dead": true,
1945
+ "level": 1,
1946
+ "marker": "unknown",
1947
+ "range": {
1948
+ "end": 2,
1949
+ "start": 0
1950
+ },
1951
+ "text": "hex",
1952
+ "unknown": true,
1953
+ "value": "hex",
1954
+ "word": "hex"
1955
+ }
1956
+ ],
1957
+ "number": "one",
1958
+ "range": {
1959
+ "end": 17,
1960
+ "start": 0
1961
+ },
1962
+ "text": "hex modifies color",
1963
+ "topLevel": true,
1964
+ "touchedBy": [
1965
+ "colors#call2",
1966
+ "instance12#colors#call2"
1967
+ ],
1968
+ "word": "modifies"
1969
+ },
1970
+ "generatedParenthesized": [
1971
+ ],
1972
+ "paraphrases": "hex modifies color",
1973
+ "paraphrasesParenthesized": [
1974
+ ],
1975
+ "responses": [
1976
+ ""
1977
+ ]
1978
+ },
1979
+ {
1980
+ "context": {
1981
+ "concept": {
1982
+ "dead": true,
1983
+ "level": 1,
1984
+ "marker": "color_colors",
1985
+ "number": "many",
1986
+ "range": {
1987
+ "end": 25,
1988
+ "start": 20
1989
+ },
1990
+ "text": "colors",
1991
+ "value": "color_colors",
1992
+ "word": "colors"
1993
+ },
1994
+ "dead": true,
1995
+ "flatten": false,
1996
+ "level": 1,
1997
+ "marker": "modifies",
1998
+ "modifiers": [
1999
+ {
2000
+ "dead": true,
2001
+ "level": 1,
2002
+ "marker": "brightness_colors",
2003
+ "number": "one",
2004
+ "range": {
2005
+ "end": 9,
2006
+ "start": 0
2007
+ },
2008
+ "text": "brightness",
2009
+ "value": "brightness_colors",
2010
+ "word": "brightness"
2011
+ }
2012
+ ],
2013
+ "number": "one",
2014
+ "range": {
2015
+ "end": 25,
2016
+ "start": 0
2017
+ },
2018
+ "text": "brightness modifies colors",
2019
+ "topLevel": true,
2020
+ "touchedBy": [
2021
+ "colors#call2",
2022
+ "instance11#colors#call2"
2023
+ ],
2024
+ "word": "modifies"
2025
+ },
2026
+ "generatedParenthesized": [
2027
+ ],
2028
+ "paraphrases": "brightness modifies colors",
2029
+ "paraphrasesParenthesized": [
2030
+ ],
2031
+ "responses": [
2032
+ ""
2033
+ ]
2034
+ },
2035
+ {
2036
+ "context": {
2037
+ "dead": true,
2038
+ "level": 2,
2039
+ "marker": "is",
2040
+ "number": "many",
2041
+ "one": {
2042
+ "default": true,
2043
+ "isList": true,
2044
+ "level": 1,
2045
+ "listable": true,
2046
+ "marker": "list",
2047
+ "number": "many",
2048
+ "range": {
2049
+ "end": 26,
2050
+ "start": 0
2051
+ },
2052
+ "text": "silver and black",
2053
+ "types": [
2054
+ "list",
2055
+ "unknown"
2056
+ ],
2057
+ "value": [
2058
+ {
2059
+ "dead": true,
2060
+ "level": 1,
2061
+ "marker": "unknown",
2062
+ "range": {
2063
+ "end": 5,
2064
+ "start": 0
2065
+ },
2066
+ "text": "silver",
2067
+ "unknown": true,
2068
+ "value": "silver",
2069
+ "word": "silver"
2070
+ },
2071
+ {
2072
+ "dead": true,
2073
+ "level": 1,
2074
+ "marker": "unknown",
2075
+ "range": {
2076
+ "end": 15,
2077
+ "start": 11
2078
+ },
2079
+ "text": "black",
2080
+ "unknown": true,
2081
+ "value": "black",
2082
+ "word": "black"
2083
+ }
2084
+ ],
2085
+ "word": "and"
2086
+ },
2087
+ "range": {
2088
+ "end": 26,
2089
+ "start": 0
2090
+ },
2091
+ "text": "silver and black are a gray",
2092
+ "topLevel": true,
2093
+ "touchedBy": [
2094
+ "colors#call2",
2095
+ "instance10#colors#call2"
2096
+ ],
2097
+ "two": {
2098
+ "concept": true,
2099
+ "dead": true,
2100
+ "determiner": {
2101
+ "default": true,
2102
+ "level": 0,
2103
+ "marker": "a",
2104
+ "range": {
2105
+ "end": 21,
2106
+ "start": 21
2107
+ },
2108
+ "text": "a",
2109
+ "word": "a"
2110
+ },
2111
+ "level": 1,
2112
+ "marker": "gray_colors",
2113
+ "modifiers": [
2114
+ "determiner"
2115
+ ],
2116
+ "number": "one",
2117
+ "pullFromContext": false,
2118
+ "range": {
2119
+ "end": 26,
2120
+ "start": 21
2121
+ },
2122
+ "text": "a gray",
2123
+ "types": [
2124
+ "gray_colors"
2125
+ ],
2126
+ "value": "gray_colors",
2127
+ "wantsValue": true,
2128
+ "word": "gray"
2129
+ },
2130
+ "word": "are"
2131
+ },
2132
+ "generatedParenthesized": [
2133
+ ],
2134
+ "paraphrases": "silver and black are a gray",
2135
+ "paraphrasesParenthesized": [
2136
+ ],
2137
+ "responses": [
2138
+ ""
2139
+ ]
2140
+ },
2141
+ {
2142
+ "context": {
2143
+ "dead": true,
2144
+ "level": 2,
2145
+ "marker": "is",
2146
+ "number": "many",
2147
+ "one": {
2148
+ "default": true,
2149
+ "isList": true,
2150
+ "level": 1,
2151
+ "listable": true,
2152
+ "marker": "list",
2153
+ "number": "many",
2154
+ "range": {
2155
+ "end": 39,
2156
+ "start": 0
2157
+ },
2158
+ "text": "snow, azure, beige and ivory",
2159
+ "types": [
2160
+ "list",
2161
+ "unknown"
2162
+ ],
2163
+ "value": [
2164
+ {
2165
+ "dead": true,
2166
+ "decorators": {
2167
+ "after": {
2168
+ "depth": "+",
2169
+ "level": 0,
2170
+ "marker": "comma",
2171
+ "range": {
2172
+ "end": 4,
2173
+ "start": 4
2174
+ },
2175
+ "text": ",",
2176
+ "value": ",",
2177
+ "word": ","
2178
+ }
2179
+ },
2180
+ "level": 1,
2181
+ "marker": "unknown",
2182
+ "no_convolutions": true,
2183
+ "range": {
2184
+ "end": 4,
2185
+ "start": 0
2186
+ },
2187
+ "text": "snow,",
2188
+ "unknown": true,
2189
+ "value": "snow",
2190
+ "word": "snow"
2191
+ },
2192
+ {
2193
+ "dead": true,
2194
+ "decorators": {
2195
+ "after": {
2196
+ "depth": "+",
2197
+ "level": 0,
2198
+ "marker": "comma",
2199
+ "range": {
2200
+ "end": 11,
2201
+ "start": 11
2202
+ },
2203
+ "text": ",",
2204
+ "value": ",",
2205
+ "word": ","
2206
+ }
2207
+ },
2208
+ "level": 1,
2209
+ "marker": "unknown",
2210
+ "no_convolutions": true,
2211
+ "range": {
2212
+ "end": 11,
2213
+ "start": 6
2214
+ },
2215
+ "text": "azure,",
2216
+ "unknown": true,
2217
+ "value": "azure",
2218
+ "word": "azure"
2219
+ },
2220
+ {
2221
+ "dead": true,
2222
+ "level": 1,
2223
+ "marker": "unknown",
2224
+ "range": {
2225
+ "end": 17,
2226
+ "start": 13
2227
+ },
2228
+ "text": "beige",
2229
+ "unknown": true,
2230
+ "value": "beige",
2231
+ "word": "beige"
2232
+ },
2233
+ {
2234
+ "dead": true,
2235
+ "level": 1,
2236
+ "marker": "unknown",
2237
+ "range": {
2238
+ "end": 27,
2239
+ "start": 23
2240
+ },
2241
+ "text": "ivory",
2242
+ "unknown": true,
2243
+ "value": "ivory",
2244
+ "word": "ivory"
2245
+ }
2246
+ ],
2247
+ "word": "and"
2248
+ },
2249
+ "range": {
2250
+ "end": 39,
2251
+ "start": 0
2252
+ },
2253
+ "text": "snow, azure, beige and ivory are a white",
2254
+ "topLevel": true,
2255
+ "touchedBy": [
2256
+ "colors#call2",
2257
+ "instance9#colors#call2"
2258
+ ],
2259
+ "two": {
2260
+ "concept": true,
2261
+ "dead": true,
2262
+ "determiner": {
2263
+ "default": true,
2264
+ "level": 0,
2265
+ "marker": "a",
2266
+ "range": {
2267
+ "end": 33,
2268
+ "start": 33
2269
+ },
2270
+ "text": "a",
2271
+ "word": "a"
2272
+ },
2273
+ "level": 1,
2274
+ "marker": "white_colors",
2275
+ "modifiers": [
2276
+ "determiner"
2277
+ ],
2278
+ "number": "one",
2279
+ "pullFromContext": false,
2280
+ "range": {
2281
+ "end": 39,
2282
+ "start": 33
2283
+ },
2284
+ "text": "a white",
2285
+ "types": [
2286
+ "white_colors"
2287
+ ],
2288
+ "value": "white_colors",
2289
+ "wantsValue": true,
2290
+ "word": "white"
2291
+ },
2292
+ "word": "are"
2293
+ },
2294
+ "generatedParenthesized": [
2295
+ ],
2296
+ "paraphrases": "snow, azure, beige and ivory are a white",
2297
+ "paraphrasesParenthesized": [
2298
+ ],
2299
+ "responses": [
2300
+ ""
2301
+ ]
2302
+ }
2303
+ ]
2304
+ },
2305
+ "paraphrases": [
2306
+ "hex color"
2307
+ ],
2308
+ "paraphrasesParenthesized": [
2309
+ "((hex) (color))"
2310
+ ],
2311
+ "query": "hex color",
2312
+ "responses": [
2313
+ ""
2314
+ ]
2315
+ },
2316
+ {
2317
+ "associations": [
2318
+ ],
2319
+ "config": {
2320
+ },
2321
+ "contexts": [
2322
+ {
2323
+ "instance": true,
2324
+ "marker": "hexColor",
2325
+ "range": {
2326
+ "end": 6,
2327
+ "start": 0
2328
+ },
2329
+ "text": "#123456",
2330
+ "topLevel": true,
2331
+ "value": "#123456",
2332
+ "word": "#123456"
2333
+ }
2334
+ ],
2335
+ "generatedParenthesized": [
2336
+ ""
2337
+ ],
2338
+ "metadata": {
2339
+ "opChoices": [
2340
+ ]
2341
+ },
2342
+ "objects": {
2343
+ "nameToUUID": {
2344
+ "colors": "colors1",
2345
+ "concept": "concept2",
2346
+ "dialogues": "dialogues2",
2347
+ "gdefaults": "gdefaults2",
2348
+ "hierarchy": "hierarchy2",
2349
+ "meta": "meta2",
2350
+ "negation": "negation2",
2351
+ "pos": "pos2",
2352
+ "properties": "properties2",
2353
+ "punctuation": "punctuation2",
2354
+ "sdefaults": "sdefaults2",
2355
+ "stm": "stm2",
2356
+ "tokenize": "tokenize2"
2357
+ },
2358
+ "namespaced": {
2359
+ "colors1": {
2360
+ },
2361
+ "concept2": {
2362
+ "defaultTypesForHierarchy": {
2363
+ },
2364
+ "valueToWords": [
2365
+ ]
2366
+ },
2367
+ "dialogues2": {
2368
+ "idSuffix": "",
2369
+ "mentioned": [
2370
+ ],
2371
+ "variables": {
2372
+ }
2373
+ },
2374
+ "gdefaults2": {
2375
+ },
2376
+ "hierarchy2": {
2377
+ },
2378
+ "meta2": {
2379
+ },
2380
+ "negation2": {
2381
+ },
2382
+ "pos2": {
2383
+ },
2384
+ "properties2": {
2385
+ "children": {
2386
+ "articlePOS": [
2387
+ "a",
2388
+ "the"
2389
+ ],
2390
+ "blue_colors": [
2391
+ "aqua_colors",
2392
+ "cyan_colors",
2393
+ "aquamarine_colors",
2394
+ "turquoise_colors",
2395
+ "navy_colors"
2396
+ ],
2397
+ "brightness_colors": [
2398
+ "dark_colors",
2399
+ "light_colors"
2400
+ ],
2401
+ "brown_colors": [
2402
+ "tan_colors",
2403
+ "sienna_colors",
2404
+ "maroon_colors"
2405
+ ],
2406
+ "canBeDoQuestion": [
2407
+ "have"
2408
+ ],
2409
+ "canBeQuestion": [
2410
+ "have",
2411
+ "is"
2412
+ ],
2413
+ "color_colors": [
2414
+ "red_colors",
2415
+ "pink_colors",
2416
+ "orange_colors",
2417
+ "yellow_colors",
2418
+ "purple_colors",
2419
+ "green_colors",
2420
+ "blue_colors",
2421
+ "brown_colors",
2422
+ "white_colors",
2423
+ "gray_colors"
2424
+ ],
2425
+ "gray_colors": [
2426
+ "silver_colors",
2427
+ "black_colors"
2428
+ ],
2429
+ "green_colors": [
2430
+ "lime_colors",
2431
+ "chartruese_colors",
2432
+ "olive_colors",
2433
+ "teal_colors"
2434
+ ],
2435
+ "hierarchyAble": [
2436
+ "unknown"
2437
+ ],
2438
+ "ifAble": [
2439
+ "orAble"
2440
+ ],
2441
+ "object": [
2442
+ "unknown",
2443
+ "what",
2444
+ "whose"
2445
+ ],
2446
+ "preposition": [
2447
+ "between",
2448
+ "to"
2449
+ ],
2450
+ "pronoun": [
2451
+ "it",
2452
+ "this"
2453
+ ],
2454
+ "punctuation": [
2455
+ "questionMark"
2456
+ ],
2457
+ "purple_colors": [
2458
+ "lavender_colors",
2459
+ "violet_colors",
2460
+ "magenta_colors",
2461
+ "indigo_colors"
2462
+ ],
2463
+ "queryable": [
2464
+ "hierarchyAble",
2465
+ "readonly",
2466
+ "property",
2467
+ "object",
2468
+ "xfx",
2469
+ "concept",
2470
+ "doubleQuote",
2471
+ "unknown",
2472
+ "it",
2473
+ "what",
2474
+ "whatAble",
2475
+ "this",
2476
+ "thisitthat",
2477
+ "reason"
2478
+ ],
2479
+ "red_colors": [
2480
+ "crimson_colors"
2481
+ ],
2482
+ "theAble": [
2483
+ "property",
2484
+ "object",
2485
+ "concept",
2486
+ "unknown",
2487
+ "noun",
2488
+ "reason"
2489
+ ],
2490
+ "thisitthat": [
2491
+ "it",
2492
+ "this",
2493
+ "that"
2494
+ ],
2495
+ "toAble": [
2496
+ "it"
2497
+ ],
2498
+ "unknown": [
2499
+ "property"
2500
+ ],
2501
+ "verby": [
2502
+ "modifies",
2503
+ "is"
2504
+ ],
2505
+ "white_colors": [
2506
+ "snow_colors",
2507
+ "azure_colors",
2508
+ "beige_colors",
2509
+ "ivory_colors"
2510
+ ],
2511
+ "yellow_colors": [
2512
+ "gold_colors",
2513
+ "khaki_colors"
2514
+ ]
2515
+ },
2516
+ "concepts": [
2517
+ "properties",
2518
+ "unknown",
2519
+ "hierarchyAble",
2520
+ "object",
2521
+ "what",
2522
+ "queryable",
2523
+ "readonly",
2524
+ "property",
2525
+ "xfx",
2526
+ "theAble",
2527
+ "whose",
2528
+ "have",
2529
+ "canBeDoQuestion",
2530
+ "canBeQuestion",
2531
+ "between",
2532
+ "preposition",
2533
+ "concept",
2534
+ "modifies",
2535
+ "verby",
2536
+ "doubleQuote",
2537
+ "it",
2538
+ "pronoun",
2539
+ "this",
2540
+ "questionMark",
2541
+ "punctuation",
2542
+ "a",
2543
+ "articlePOS",
2544
+ "the",
2545
+ "whatAble",
2546
+ "is",
2547
+ "toAble",
2548
+ "to",
2549
+ "noun",
2550
+ "thisitthat",
2551
+ "reason",
2552
+ "that",
2553
+ "orAble",
2554
+ "ifAble",
2555
+ "dark_colors",
2556
+ "brightness_colors",
2557
+ "light_colors",
2558
+ "red_colors",
2559
+ "color_colors",
2560
+ "pink_colors",
2561
+ "orange_colors",
2562
+ "yellow_colors",
2563
+ "purple_colors",
2564
+ "green_colors",
2565
+ "blue_colors",
2566
+ "brown_colors",
2567
+ "white_colors",
2568
+ "gray_colors",
2569
+ "crimson_colors",
2570
+ "gold_colors",
2571
+ "khaki_colors",
2572
+ "lavender_colors",
2573
+ "violet_colors",
2574
+ "magenta_colors",
2575
+ "indigo_colors",
2576
+ "lime_colors",
2577
+ "chartruese_colors",
2578
+ "olive_colors",
2579
+ "teal_colors",
2580
+ "aqua_colors",
2581
+ "cyan_colors",
2582
+ "aquamarine_colors",
2583
+ "turquoise_colors",
2584
+ "navy_colors",
2585
+ "tan_colors",
2586
+ "sienna_colors",
2587
+ "maroon_colors",
2588
+ "snow_colors",
2589
+ "azure_colors",
2590
+ "beige_colors",
2591
+ "ivory_colors",
2592
+ "silver_colors",
2593
+ "black_colors"
2594
+ ],
2595
+ "parents": {
2596
+ "a": [
2597
+ "articlePOS"
2598
+ ],
2599
+ "aqua_colors": [
2600
+ "blue_colors"
2601
+ ],
2602
+ "aquamarine_colors": [
2603
+ "blue_colors"
2604
+ ],
2605
+ "azure_colors": [
2606
+ "white_colors"
2607
+ ],
2608
+ "beige_colors": [
2609
+ "white_colors"
2610
+ ],
2611
+ "between": [
2612
+ "preposition"
2613
+ ],
2614
+ "black_colors": [
2615
+ "gray_colors"
2616
+ ],
2617
+ "blue_colors": [
2618
+ "color_colors"
2619
+ ],
2620
+ "brown_colors": [
2621
+ "color_colors"
2622
+ ],
2623
+ "chartruese_colors": [
2624
+ "green_colors"
2625
+ ],
2626
+ "concept": [
2627
+ "theAble",
2628
+ "queryable"
2629
+ ],
2630
+ "crimson_colors": [
2631
+ "red_colors"
2632
+ ],
2633
+ "cyan_colors": [
2634
+ "blue_colors"
2635
+ ],
2636
+ "dark_colors": [
2637
+ "brightness_colors"
2638
+ ],
2639
+ "doubleQuote": [
2640
+ "queryable"
2641
+ ],
2642
+ "gold_colors": [
2643
+ "yellow_colors"
2644
+ ],
2645
+ "gray_colors": [
2646
+ "color_colors"
2647
+ ],
2648
+ "green_colors": [
2649
+ "color_colors"
2650
+ ],
2651
+ "have": [
2652
+ "canBeDoQuestion",
2653
+ "canBeQuestion"
2654
+ ],
2655
+ "hierarchyAble": [
2656
+ "queryable"
2657
+ ],
2658
+ "indigo_colors": [
2659
+ "purple_colors"
2660
+ ],
2661
+ "is": [
2662
+ "canBeQuestion",
2663
+ "verby"
2664
+ ],
2665
+ "it": [
2666
+ "pronoun",
2667
+ "queryable",
2668
+ "toAble",
2669
+ "thisitthat"
2670
+ ],
2671
+ "ivory_colors": [
2672
+ "white_colors"
2673
+ ],
2674
+ "khaki_colors": [
2675
+ "yellow_colors"
2676
+ ],
2677
+ "lavender_colors": [
2678
+ "purple_colors"
2679
+ ],
2680
+ "light_colors": [
2681
+ "brightness_colors"
2682
+ ],
2683
+ "lime_colors": [
2684
+ "green_colors"
2685
+ ],
2686
+ "magenta_colors": [
2687
+ "purple_colors"
2688
+ ],
2689
+ "maroon_colors": [
2690
+ "brown_colors"
2691
+ ],
2692
+ "modifies": [
2693
+ "verby"
2694
+ ],
2695
+ "navy_colors": [
2696
+ "blue_colors"
2697
+ ],
2698
+ "noun": [
2699
+ "theAble"
2700
+ ],
2701
+ "object": [
2702
+ "queryable",
2703
+ "theAble"
2704
+ ],
2705
+ "olive_colors": [
2706
+ "green_colors"
2707
+ ],
2708
+ "orAble": [
2709
+ "ifAble"
2710
+ ],
2711
+ "orange_colors": [
2712
+ "color_colors"
2713
+ ],
2714
+ "pink_colors": [
2715
+ "color_colors"
2716
+ ],
2717
+ "property": [
2718
+ "queryable",
2719
+ "theAble",
2720
+ "unknown"
2721
+ ],
2722
+ "purple_colors": [
2723
+ "color_colors"
2724
+ ],
2725
+ "questionMark": [
2726
+ "punctuation"
2727
+ ],
2728
+ "readonly": [
2729
+ "queryable"
2730
+ ],
2731
+ "reason": [
2732
+ "theAble",
2733
+ "queryable"
2734
+ ],
2735
+ "red_colors": [
2736
+ "color_colors"
2737
+ ],
2738
+ "sienna_colors": [
2739
+ "brown_colors"
2740
+ ],
2741
+ "silver_colors": [
2742
+ "gray_colors"
2743
+ ],
2744
+ "snow_colors": [
2745
+ "white_colors"
2746
+ ],
2747
+ "tan_colors": [
2748
+ "brown_colors"
2749
+ ],
2750
+ "teal_colors": [
2751
+ "green_colors"
2752
+ ],
2753
+ "that": [
2754
+ "thisitthat"
2755
+ ],
2756
+ "the": [
2757
+ "articlePOS"
2758
+ ],
2759
+ "this": [
2760
+ "pronoun",
2761
+ "queryable",
2762
+ "thisitthat"
2763
+ ],
2764
+ "thisitthat": [
2765
+ "queryable"
2766
+ ],
2767
+ "to": [
2768
+ "preposition"
2769
+ ],
2770
+ "turquoise_colors": [
2771
+ "blue_colors"
2772
+ ],
2773
+ "unknown": [
2774
+ "hierarchyAble",
2775
+ "object",
2776
+ "theAble",
2777
+ "queryable"
2778
+ ],
2779
+ "violet_colors": [
2780
+ "purple_colors"
2781
+ ],
2782
+ "what": [
2783
+ "object",
2784
+ "queryable"
2785
+ ],
2786
+ "whatAble": [
2787
+ "queryable"
2788
+ ],
2789
+ "white_colors": [
2790
+ "color_colors"
2791
+ ],
2792
+ "whose": [
2793
+ "object"
2794
+ ],
2795
+ "xfx": [
2796
+ "queryable"
2797
+ ],
2798
+ "yellow_colors": [
2799
+ "color_colors"
2800
+ ]
2801
+ },
2802
+ "properties": {
2803
+ "handlers": {
2804
+ },
2805
+ "initHandlers": [
2806
+ ],
2807
+ "root": {
2808
+ "a": {
2809
+ },
2810
+ "aqua_colors": {
2811
+ },
2812
+ "aquamarine_colors": {
2813
+ },
2814
+ "articlePOS": {
2815
+ },
2816
+ "azure_colors": {
2817
+ },
2818
+ "beige_colors": {
2819
+ },
2820
+ "between": {
2821
+ },
2822
+ "black_colors": {
2823
+ },
2824
+ "blue_colors": {
2825
+ },
2826
+ "brightness_colors": {
2827
+ },
2828
+ "brown_colors": {
2829
+ },
2830
+ "canBeDoQuestion": {
2831
+ },
2832
+ "canBeQuestion": {
2833
+ },
2834
+ "chartruese_colors": {
2835
+ },
2836
+ "color_colors": {
2837
+ },
2838
+ "concept": {
2839
+ },
2840
+ "crimson_colors": {
2841
+ },
2842
+ "cyan_colors": {
2843
+ },
2844
+ "dark_colors": {
2845
+ },
2846
+ "doubleQuote": {
2847
+ },
2848
+ "gold_colors": {
2849
+ },
2850
+ "gray_colors": {
2851
+ },
2852
+ "green_colors": {
2853
+ },
2854
+ "have": {
2855
+ },
2856
+ "hierarchyAble": {
2857
+ },
2858
+ "ifAble": {
2859
+ },
2860
+ "indigo_colors": {
2861
+ },
2862
+ "is": {
2863
+ },
2864
+ "it": {
2865
+ },
2866
+ "ivory_colors": {
2867
+ },
2868
+ "khaki_colors": {
2869
+ },
2870
+ "lavender_colors": {
2871
+ },
2872
+ "light_colors": {
2873
+ },
2874
+ "lime_colors": {
2875
+ },
2876
+ "magenta_colors": {
2877
+ },
2878
+ "maroon_colors": {
2879
+ },
2880
+ "modifies": {
2881
+ },
2882
+ "navy_colors": {
2883
+ },
2884
+ "noun": {
2885
+ },
2886
+ "object": {
2887
+ },
2888
+ "olive_colors": {
2889
+ },
2890
+ "orAble": {
2891
+ },
2892
+ "orange_colors": {
2893
+ },
2894
+ "pink_colors": {
2895
+ },
2896
+ "preposition": {
2897
+ },
2898
+ "pronoun": {
2899
+ },
2900
+ "property": {
2901
+ },
2902
+ "punctuation": {
2903
+ },
2904
+ "purple_colors": {
2905
+ },
2906
+ "queryable": {
2907
+ },
2908
+ "questionMark": {
2909
+ },
2910
+ "readonly": {
2911
+ },
2912
+ "reason": {
2913
+ },
2914
+ "red_colors": {
2915
+ },
2916
+ "sienna_colors": {
2917
+ },
2918
+ "silver_colors": {
2919
+ },
2920
+ "snow_colors": {
2921
+ },
2922
+ "tan_colors": {
2923
+ },
2924
+ "teal_colors": {
2925
+ },
2926
+ "that": {
2927
+ },
2928
+ "the": {
2929
+ },
2930
+ "theAble": {
2931
+ },
2932
+ "this": {
2933
+ },
2934
+ "thisitthat": {
2935
+ },
2936
+ "to": {
2937
+ },
2938
+ "toAble": {
2939
+ },
2940
+ "turquoise_colors": {
2941
+ },
2942
+ "unknown": {
2943
+ },
2944
+ "verby": {
2945
+ },
2946
+ "violet_colors": {
2947
+ },
2948
+ "what": {
2949
+ },
2950
+ "whatAble": {
2951
+ },
2952
+ "white_colors": {
2953
+ },
2954
+ "whose": {
2955
+ },
2956
+ "xfx": {
2957
+ },
2958
+ "yellow_colors": {
2959
+ }
2960
+ }
2961
+ },
2962
+ "property": {
2963
+ },
2964
+ "relations": [
2965
+ ],
2966
+ "valueToWords": {
2967
+ }
2968
+ },
2969
+ "punctuation2": {
2970
+ },
2971
+ "sdefaults2": {
2972
+ },
2973
+ "stm2": {
2974
+ "mentioned": [
2975
+ ],
2976
+ "variables": {
2977
+ }
2978
+ },
2979
+ "tokenize2": {
2980
+ }
2981
+ },
2982
+ "processed": [
2983
+ {
2984
+ "context": {
2985
+ "instance": true,
2986
+ "marker": "hexColor",
2987
+ "range": {
2988
+ "end": 6,
2989
+ "start": 0
2990
+ },
2991
+ "text": "#123456",
2992
+ "topLevel": true,
2993
+ "value": "#123456",
2994
+ "word": "#123456"
2995
+ },
2996
+ "generatedParenthesized": "",
2997
+ "paraphrases": "#123456",
2998
+ "paraphrasesParenthesized": "(#123456)",
2999
+ "responses": [
3000
+ ""
3001
+ ]
3002
+ },
3003
+ {
3004
+ "context": {
3005
+ "dead": true,
3006
+ "default": true,
3007
+ "level": 1,
3008
+ "marker": "resetIdSuffix",
3009
+ "range": {
3010
+ "end": 12,
3011
+ "start": 0
3012
+ },
3013
+ "text": "resetidsuffix",
3014
+ "topLevel": true,
3015
+ "touchedBy": [
3016
+ "colors#call2",
3017
+ "instance14#colors#call2"
3018
+ ],
3019
+ "value": "resetIdSuffix",
3020
+ "word": "resetidsuffix"
3021
+ },
3022
+ "generatedParenthesized": [
3023
+ ],
3024
+ "paraphrases": "resetidsuffix",
3025
+ "paraphrasesParenthesized": [
3026
+ ],
3027
+ "responses": [
3028
+ ""
3029
+ ]
3030
+ },
3031
+ {
3032
+ "context": {
3033
+ "concept": {
3034
+ "dead": true,
3035
+ "level": 1,
3036
+ "marker": "color_colors",
3037
+ "number": "one",
3038
+ "range": {
3039
+ "end": 17,
3040
+ "start": 13
3041
+ },
3042
+ "text": "color",
3043
+ "value": "color_colors",
3044
+ "word": "color"
3045
+ },
3046
+ "dead": true,
3047
+ "flatten": false,
3048
+ "level": 1,
3049
+ "marker": "modifies",
3050
+ "modifiers": [
3051
+ {
3052
+ "dead": true,
3053
+ "level": 1,
3054
+ "marker": "unknown",
3055
+ "range": {
3056
+ "end": 2,
3057
+ "start": 0
3058
+ },
3059
+ "text": "hex",
3060
+ "unknown": true,
3061
+ "value": "hex",
3062
+ "word": "hex"
3063
+ }
3064
+ ],
3065
+ "number": "one",
3066
+ "range": {
3067
+ "end": 17,
3068
+ "start": 0
3069
+ },
3070
+ "text": "hex modifies color",
3071
+ "topLevel": true,
3072
+ "touchedBy": [
3073
+ "colors#call2",
3074
+ "instance12#colors#call2"
3075
+ ],
3076
+ "word": "modifies"
3077
+ },
3078
+ "generatedParenthesized": [
3079
+ ],
3080
+ "paraphrases": "hex modifies color",
3081
+ "paraphrasesParenthesized": [
3082
+ ],
3083
+ "responses": [
3084
+ ""
3085
+ ]
3086
+ },
3087
+ {
3088
+ "context": {
3089
+ "concept": {
3090
+ "dead": true,
3091
+ "level": 1,
3092
+ "marker": "color_colors",
3093
+ "number": "many",
3094
+ "range": {
3095
+ "end": 25,
3096
+ "start": 20
3097
+ },
3098
+ "text": "colors",
3099
+ "value": "color_colors",
3100
+ "word": "colors"
3101
+ },
3102
+ "dead": true,
3103
+ "flatten": false,
3104
+ "level": 1,
3105
+ "marker": "modifies",
3106
+ "modifiers": [
3107
+ {
3108
+ "dead": true,
3109
+ "level": 1,
3110
+ "marker": "brightness_colors",
3111
+ "number": "one",
3112
+ "range": {
3113
+ "end": 9,
3114
+ "start": 0
3115
+ },
3116
+ "text": "brightness",
3117
+ "value": "brightness_colors",
3118
+ "word": "brightness"
3119
+ }
3120
+ ],
3121
+ "number": "one",
3122
+ "range": {
3123
+ "end": 25,
3124
+ "start": 0
3125
+ },
3126
+ "text": "brightness modifies colors",
3127
+ "topLevel": true,
3128
+ "touchedBy": [
3129
+ "colors#call2",
3130
+ "instance11#colors#call2"
3131
+ ],
3132
+ "word": "modifies"
3133
+ },
3134
+ "generatedParenthesized": [
3135
+ ],
3136
+ "paraphrases": "brightness modifies colors",
3137
+ "paraphrasesParenthesized": [
3138
+ ],
3139
+ "responses": [
3140
+ ""
3141
+ ]
3142
+ },
3143
+ {
3144
+ "context": {
3145
+ "dead": true,
3146
+ "level": 2,
3147
+ "marker": "is",
3148
+ "number": "many",
3149
+ "one": {
3150
+ "default": true,
3151
+ "isList": true,
3152
+ "level": 1,
3153
+ "listable": true,
3154
+ "marker": "list",
3155
+ "number": "many",
3156
+ "range": {
3157
+ "end": 26,
3158
+ "start": 0
3159
+ },
3160
+ "text": "silver and black",
3161
+ "types": [
3162
+ "list",
3163
+ "unknown"
3164
+ ],
3165
+ "value": [
3166
+ {
3167
+ "dead": true,
3168
+ "level": 1,
3169
+ "marker": "unknown",
3170
+ "range": {
3171
+ "end": 5,
3172
+ "start": 0
3173
+ },
3174
+ "text": "silver",
3175
+ "unknown": true,
3176
+ "value": "silver",
3177
+ "word": "silver"
3178
+ },
3179
+ {
3180
+ "dead": true,
3181
+ "level": 1,
3182
+ "marker": "unknown",
3183
+ "range": {
3184
+ "end": 15,
3185
+ "start": 11
3186
+ },
3187
+ "text": "black",
3188
+ "unknown": true,
3189
+ "value": "black",
3190
+ "word": "black"
3191
+ }
3192
+ ],
3193
+ "word": "and"
3194
+ },
3195
+ "range": {
3196
+ "end": 26,
3197
+ "start": 0
3198
+ },
3199
+ "text": "silver and black are a gray",
3200
+ "topLevel": true,
3201
+ "touchedBy": [
3202
+ "colors#call2",
3203
+ "instance10#colors#call2"
3204
+ ],
3205
+ "two": {
3206
+ "concept": true,
3207
+ "dead": true,
3208
+ "determiner": {
3209
+ "default": true,
3210
+ "level": 0,
3211
+ "marker": "a",
3212
+ "range": {
3213
+ "end": 21,
3214
+ "start": 21
3215
+ },
3216
+ "text": "a",
3217
+ "word": "a"
3218
+ },
3219
+ "level": 1,
3220
+ "marker": "gray_colors",
3221
+ "modifiers": [
3222
+ "determiner"
3223
+ ],
3224
+ "number": "one",
3225
+ "pullFromContext": false,
3226
+ "range": {
3227
+ "end": 26,
3228
+ "start": 21
3229
+ },
3230
+ "text": "a gray",
3231
+ "types": [
3232
+ "gray_colors"
3233
+ ],
3234
+ "value": "gray_colors",
3235
+ "wantsValue": true,
3236
+ "word": "gray"
3237
+ },
3238
+ "word": "are"
3239
+ },
3240
+ "generatedParenthesized": [
3241
+ ],
3242
+ "paraphrases": "silver and black are a gray",
3243
+ "paraphrasesParenthesized": [
3244
+ ],
3245
+ "responses": [
3246
+ ""
3247
+ ]
3248
+ },
3249
+ {
3250
+ "context": {
3251
+ "dead": true,
3252
+ "level": 2,
3253
+ "marker": "is",
3254
+ "number": "many",
3255
+ "one": {
3256
+ "default": true,
3257
+ "isList": true,
3258
+ "level": 1,
3259
+ "listable": true,
3260
+ "marker": "list",
3261
+ "number": "many",
3262
+ "range": {
3263
+ "end": 39,
3264
+ "start": 0
3265
+ },
3266
+ "text": "snow, azure, beige and ivory",
3267
+ "types": [
3268
+ "list",
3269
+ "unknown"
3270
+ ],
3271
+ "value": [
3272
+ {
3273
+ "dead": true,
3274
+ "decorators": {
3275
+ "after": {
3276
+ "depth": "+",
3277
+ "level": 0,
3278
+ "marker": "comma",
3279
+ "range": {
3280
+ "end": 4,
3281
+ "start": 4
3282
+ },
3283
+ "text": ",",
3284
+ "value": ",",
3285
+ "word": ","
3286
+ }
3287
+ },
3288
+ "level": 1,
3289
+ "marker": "unknown",
3290
+ "no_convolutions": true,
3291
+ "range": {
3292
+ "end": 4,
3293
+ "start": 0
3294
+ },
3295
+ "text": "snow,",
3296
+ "unknown": true,
3297
+ "value": "snow",
3298
+ "word": "snow"
3299
+ },
3300
+ {
3301
+ "dead": true,
3302
+ "decorators": {
3303
+ "after": {
3304
+ "depth": "+",
3305
+ "level": 0,
3306
+ "marker": "comma",
3307
+ "range": {
3308
+ "end": 11,
3309
+ "start": 11
3310
+ },
3311
+ "text": ",",
3312
+ "value": ",",
3313
+ "word": ","
3314
+ }
3315
+ },
3316
+ "level": 1,
3317
+ "marker": "unknown",
3318
+ "no_convolutions": true,
3319
+ "range": {
3320
+ "end": 11,
3321
+ "start": 6
3322
+ },
3323
+ "text": "azure,",
3324
+ "unknown": true,
3325
+ "value": "azure",
3326
+ "word": "azure"
3327
+ },
3328
+ {
3329
+ "dead": true,
3330
+ "level": 1,
3331
+ "marker": "unknown",
3332
+ "range": {
3333
+ "end": 17,
3334
+ "start": 13
3335
+ },
3336
+ "text": "beige",
3337
+ "unknown": true,
3338
+ "value": "beige",
3339
+ "word": "beige"
3340
+ },
3341
+ {
3342
+ "dead": true,
3343
+ "level": 1,
3344
+ "marker": "unknown",
3345
+ "range": {
3346
+ "end": 27,
3347
+ "start": 23
3348
+ },
3349
+ "text": "ivory",
3350
+ "unknown": true,
3351
+ "value": "ivory",
3352
+ "word": "ivory"
3353
+ }
3354
+ ],
3355
+ "word": "and"
3356
+ },
3357
+ "range": {
3358
+ "end": 39,
3359
+ "start": 0
3360
+ },
3361
+ "text": "snow, azure, beige and ivory are a white",
3362
+ "topLevel": true,
3363
+ "touchedBy": [
3364
+ "colors#call2",
3365
+ "instance9#colors#call2"
3366
+ ],
3367
+ "two": {
3368
+ "concept": true,
3369
+ "dead": true,
3370
+ "determiner": {
3371
+ "default": true,
3372
+ "level": 0,
3373
+ "marker": "a",
3374
+ "range": {
3375
+ "end": 33,
3376
+ "start": 33
3377
+ },
3378
+ "text": "a",
3379
+ "word": "a"
3380
+ },
3381
+ "level": 1,
3382
+ "marker": "white_colors",
3383
+ "modifiers": [
3384
+ "determiner"
3385
+ ],
3386
+ "number": "one",
3387
+ "pullFromContext": false,
3388
+ "range": {
3389
+ "end": 39,
3390
+ "start": 33
3391
+ },
3392
+ "text": "a white",
3393
+ "types": [
3394
+ "white_colors"
3395
+ ],
3396
+ "value": "white_colors",
3397
+ "wantsValue": true,
3398
+ "word": "white"
3399
+ },
3400
+ "word": "are"
3401
+ },
3402
+ "generatedParenthesized": [
3403
+ ],
3404
+ "paraphrases": "snow, azure, beige and ivory are a white",
3405
+ "paraphrasesParenthesized": [
3406
+ ],
3407
+ "responses": [
3408
+ ""
3409
+ ]
3410
+ }
3411
+ ]
3412
+ },
3413
+ "paraphrases": [
3414
+ "#123456"
3415
+ ],
3416
+ "paraphrasesParenthesized": [
3417
+ "(#123456)"
3418
+ ],
3419
+ "query": "#123456",
3420
+ "responses": [
3421
+ ""
3422
+ ]
3423
+ },
3424
+ {
3425
+ "associations": [
3426
+ ],
3427
+ "config": {
3428
+ },
3429
+ "contexts": [
3430
+ {
3431
+ "instance": true,
3432
+ "marker": "hexColor",
3433
+ "range": {
3434
+ "end": 4,
3435
+ "start": 0
3436
+ },
3437
+ "text": "#1234",
3438
+ "topLevel": true,
3439
+ "value": "#1234",
3440
+ "word": "#1234"
3441
+ },
3442
+ {
3443
+ "dead": true,
3444
+ "level": 1,
3445
+ "marker": "unknown",
3446
+ "range": {
3447
+ "end": 6,
3448
+ "start": 5
3449
+ },
3450
+ "text": "t6",
3451
+ "topLevel": true,
3452
+ "unknown": true,
3453
+ "value": "t6",
3454
+ "word": "t6"
3455
+ }
3456
+ ],
3457
+ "generatedParenthesized": [
3458
+ "",
3459
+ ""
3460
+ ],
3461
+ "metadata": {
3462
+ "opChoices": [
3463
+ {
3464
+ "counter": 1,
3465
+ "op": [
3466
+ "unknown",
3467
+ 0
3468
+ ],
3469
+ "ops": [
3470
+ [
3471
+ "unknown",
3472
+ 0
3473
+ ]
3474
+ ]
3475
+ }
3476
+ ]
3477
+ },
3478
+ "objects": {
3479
+ "nameToUUID": {
3480
+ "colors": "colors1",
3481
+ "concept": "concept2",
3482
+ "dialogues": "dialogues2",
3483
+ "gdefaults": "gdefaults2",
3484
+ "hierarchy": "hierarchy2",
3485
+ "meta": "meta2",
3486
+ "negation": "negation2",
3487
+ "pos": "pos2",
3488
+ "properties": "properties2",
3489
+ "punctuation": "punctuation2",
3490
+ "sdefaults": "sdefaults2",
3491
+ "stm": "stm2",
3492
+ "tokenize": "tokenize2"
3493
+ },
3494
+ "namespaced": {
3495
+ "colors1": {
3496
+ },
3497
+ "concept2": {
3498
+ "defaultTypesForHierarchy": {
3499
+ },
3500
+ "valueToWords": [
3501
+ ]
3502
+ },
3503
+ "dialogues2": {
3504
+ "idSuffix": "",
3505
+ "mentioned": [
3506
+ ],
3507
+ "variables": {
3508
+ }
3509
+ },
3510
+ "gdefaults2": {
3511
+ },
3512
+ "hierarchy2": {
3513
+ },
3514
+ "meta2": {
3515
+ },
3516
+ "negation2": {
3517
+ },
3518
+ "pos2": {
3519
+ },
3520
+ "properties2": {
3521
+ "children": {
3522
+ "articlePOS": [
3523
+ "a",
3524
+ "the"
3525
+ ],
3526
+ "blue_colors": [
3527
+ "aqua_colors",
3528
+ "cyan_colors",
3529
+ "aquamarine_colors",
3530
+ "turquoise_colors",
3531
+ "navy_colors"
3532
+ ],
3533
+ "brightness_colors": [
3534
+ "dark_colors",
3535
+ "light_colors"
3536
+ ],
3537
+ "brown_colors": [
3538
+ "tan_colors",
3539
+ "sienna_colors",
3540
+ "maroon_colors"
3541
+ ],
3542
+ "canBeDoQuestion": [
3543
+ "have"
3544
+ ],
3545
+ "canBeQuestion": [
3546
+ "have",
3547
+ "is"
3548
+ ],
3549
+ "color_colors": [
3550
+ "red_colors",
3551
+ "pink_colors",
3552
+ "orange_colors",
3553
+ "yellow_colors",
3554
+ "purple_colors",
3555
+ "green_colors",
3556
+ "blue_colors",
3557
+ "brown_colors",
3558
+ "white_colors",
3559
+ "gray_colors"
3560
+ ],
3561
+ "gray_colors": [
3562
+ "silver_colors",
3563
+ "black_colors"
3564
+ ],
3565
+ "green_colors": [
3566
+ "lime_colors",
3567
+ "chartruese_colors",
3568
+ "olive_colors",
3569
+ "teal_colors"
3570
+ ],
3571
+ "hierarchyAble": [
3572
+ "unknown"
3573
+ ],
3574
+ "ifAble": [
3575
+ "orAble"
3576
+ ],
3577
+ "object": [
3578
+ "unknown",
3579
+ "what",
3580
+ "whose"
3581
+ ],
3582
+ "preposition": [
3583
+ "between",
3584
+ "to"
3585
+ ],
3586
+ "pronoun": [
3587
+ "it",
3588
+ "this"
3589
+ ],
3590
+ "punctuation": [
3591
+ "questionMark"
3592
+ ],
3593
+ "purple_colors": [
3594
+ "lavender_colors",
3595
+ "violet_colors",
3596
+ "magenta_colors",
3597
+ "indigo_colors"
3598
+ ],
3599
+ "queryable": [
3600
+ "hierarchyAble",
3601
+ "readonly",
3602
+ "property",
3603
+ "object",
3604
+ "xfx",
3605
+ "concept",
3606
+ "doubleQuote",
3607
+ "unknown",
3608
+ "it",
3609
+ "what",
3610
+ "whatAble",
3611
+ "this",
3612
+ "thisitthat",
3613
+ "reason"
3614
+ ],
3615
+ "red_colors": [
3616
+ "crimson_colors"
3617
+ ],
3618
+ "theAble": [
3619
+ "property",
3620
+ "object",
3621
+ "concept",
3622
+ "unknown",
3623
+ "noun",
3624
+ "reason"
3625
+ ],
3626
+ "thisitthat": [
3627
+ "it",
3628
+ "this",
3629
+ "that"
3630
+ ],
3631
+ "toAble": [
3632
+ "it"
3633
+ ],
3634
+ "unknown": [
3635
+ "property"
3636
+ ],
3637
+ "verby": [
3638
+ "modifies",
3639
+ "is"
3640
+ ],
3641
+ "white_colors": [
3642
+ "snow_colors",
3643
+ "azure_colors",
3644
+ "beige_colors",
3645
+ "ivory_colors"
3646
+ ],
3647
+ "yellow_colors": [
3648
+ "gold_colors",
3649
+ "khaki_colors"
3650
+ ]
3651
+ },
3652
+ "concepts": [
3653
+ "properties",
3654
+ "unknown",
3655
+ "hierarchyAble",
3656
+ "object",
3657
+ "what",
3658
+ "queryable",
3659
+ "readonly",
3660
+ "property",
3661
+ "xfx",
3662
+ "theAble",
3663
+ "whose",
3664
+ "have",
3665
+ "canBeDoQuestion",
3666
+ "canBeQuestion",
3667
+ "between",
3668
+ "preposition",
3669
+ "concept",
3670
+ "modifies",
3671
+ "verby",
3672
+ "doubleQuote",
3673
+ "it",
3674
+ "pronoun",
3675
+ "this",
3676
+ "questionMark",
3677
+ "punctuation",
3678
+ "a",
3679
+ "articlePOS",
3680
+ "the",
3681
+ "whatAble",
3682
+ "is",
3683
+ "toAble",
3684
+ "to",
3685
+ "noun",
3686
+ "thisitthat",
3687
+ "reason",
3688
+ "that",
3689
+ "orAble",
3690
+ "ifAble",
3691
+ "dark_colors",
3692
+ "brightness_colors",
3693
+ "light_colors",
3694
+ "red_colors",
3695
+ "color_colors",
3696
+ "pink_colors",
3697
+ "orange_colors",
3698
+ "yellow_colors",
3699
+ "purple_colors",
3700
+ "green_colors",
3701
+ "blue_colors",
3702
+ "brown_colors",
3703
+ "white_colors",
3704
+ "gray_colors",
3705
+ "crimson_colors",
3706
+ "gold_colors",
3707
+ "khaki_colors",
3708
+ "lavender_colors",
3709
+ "violet_colors",
3710
+ "magenta_colors",
3711
+ "indigo_colors",
3712
+ "lime_colors",
3713
+ "chartruese_colors",
3714
+ "olive_colors",
3715
+ "teal_colors",
3716
+ "aqua_colors",
3717
+ "cyan_colors",
3718
+ "aquamarine_colors",
3719
+ "turquoise_colors",
3720
+ "navy_colors",
3721
+ "tan_colors",
3722
+ "sienna_colors",
3723
+ "maroon_colors",
3724
+ "snow_colors",
3725
+ "azure_colors",
3726
+ "beige_colors",
3727
+ "ivory_colors",
3728
+ "silver_colors",
3729
+ "black_colors"
3730
+ ],
3731
+ "parents": {
3732
+ "a": [
3733
+ "articlePOS"
3734
+ ],
3735
+ "aqua_colors": [
3736
+ "blue_colors"
3737
+ ],
3738
+ "aquamarine_colors": [
3739
+ "blue_colors"
3740
+ ],
3741
+ "azure_colors": [
3742
+ "white_colors"
3743
+ ],
3744
+ "beige_colors": [
3745
+ "white_colors"
3746
+ ],
3747
+ "between": [
3748
+ "preposition"
3749
+ ],
3750
+ "black_colors": [
3751
+ "gray_colors"
3752
+ ],
3753
+ "blue_colors": [
3754
+ "color_colors"
3755
+ ],
3756
+ "brown_colors": [
3757
+ "color_colors"
3758
+ ],
3759
+ "chartruese_colors": [
3760
+ "green_colors"
3761
+ ],
3762
+ "concept": [
3763
+ "theAble",
3764
+ "queryable"
3765
+ ],
3766
+ "crimson_colors": [
3767
+ "red_colors"
3768
+ ],
3769
+ "cyan_colors": [
3770
+ "blue_colors"
3771
+ ],
3772
+ "dark_colors": [
3773
+ "brightness_colors"
3774
+ ],
3775
+ "doubleQuote": [
3776
+ "queryable"
3777
+ ],
3778
+ "gold_colors": [
3779
+ "yellow_colors"
3780
+ ],
3781
+ "gray_colors": [
3782
+ "color_colors"
3783
+ ],
3784
+ "green_colors": [
3785
+ "color_colors"
3786
+ ],
3787
+ "have": [
3788
+ "canBeDoQuestion",
3789
+ "canBeQuestion"
3790
+ ],
3791
+ "hierarchyAble": [
3792
+ "queryable"
3793
+ ],
3794
+ "indigo_colors": [
3795
+ "purple_colors"
3796
+ ],
3797
+ "is": [
3798
+ "canBeQuestion",
3799
+ "verby"
3800
+ ],
3801
+ "it": [
3802
+ "pronoun",
3803
+ "queryable",
3804
+ "toAble",
3805
+ "thisitthat"
3806
+ ],
3807
+ "ivory_colors": [
3808
+ "white_colors"
3809
+ ],
3810
+ "khaki_colors": [
3811
+ "yellow_colors"
3812
+ ],
3813
+ "lavender_colors": [
3814
+ "purple_colors"
3815
+ ],
3816
+ "light_colors": [
3817
+ "brightness_colors"
3818
+ ],
3819
+ "lime_colors": [
3820
+ "green_colors"
3821
+ ],
3822
+ "magenta_colors": [
3823
+ "purple_colors"
3824
+ ],
3825
+ "maroon_colors": [
3826
+ "brown_colors"
3827
+ ],
3828
+ "modifies": [
3829
+ "verby"
3830
+ ],
3831
+ "navy_colors": [
3832
+ "blue_colors"
3833
+ ],
3834
+ "noun": [
3835
+ "theAble"
3836
+ ],
3837
+ "object": [
3838
+ "queryable",
3839
+ "theAble"
3840
+ ],
3841
+ "olive_colors": [
3842
+ "green_colors"
3843
+ ],
3844
+ "orAble": [
3845
+ "ifAble"
3846
+ ],
3847
+ "orange_colors": [
3848
+ "color_colors"
3849
+ ],
3850
+ "pink_colors": [
3851
+ "color_colors"
3852
+ ],
3853
+ "property": [
3854
+ "queryable",
3855
+ "theAble",
3856
+ "unknown"
3857
+ ],
3858
+ "purple_colors": [
3859
+ "color_colors"
3860
+ ],
3861
+ "questionMark": [
3862
+ "punctuation"
3863
+ ],
3864
+ "readonly": [
3865
+ "queryable"
3866
+ ],
3867
+ "reason": [
3868
+ "theAble",
3869
+ "queryable"
3870
+ ],
3871
+ "red_colors": [
3872
+ "color_colors"
3873
+ ],
3874
+ "sienna_colors": [
3875
+ "brown_colors"
3876
+ ],
3877
+ "silver_colors": [
3878
+ "gray_colors"
3879
+ ],
3880
+ "snow_colors": [
3881
+ "white_colors"
3882
+ ],
3883
+ "tan_colors": [
3884
+ "brown_colors"
3885
+ ],
3886
+ "teal_colors": [
3887
+ "green_colors"
3888
+ ],
3889
+ "that": [
3890
+ "thisitthat"
3891
+ ],
3892
+ "the": [
3893
+ "articlePOS"
3894
+ ],
3895
+ "this": [
3896
+ "pronoun",
3897
+ "queryable",
3898
+ "thisitthat"
3899
+ ],
3900
+ "thisitthat": [
3901
+ "queryable"
3902
+ ],
3903
+ "to": [
3904
+ "preposition"
3905
+ ],
3906
+ "turquoise_colors": [
3907
+ "blue_colors"
3908
+ ],
3909
+ "unknown": [
3910
+ "hierarchyAble",
3911
+ "object",
3912
+ "theAble",
3913
+ "queryable"
3914
+ ],
3915
+ "violet_colors": [
3916
+ "purple_colors"
3917
+ ],
3918
+ "what": [
3919
+ "object",
3920
+ "queryable"
3921
+ ],
3922
+ "whatAble": [
3923
+ "queryable"
3924
+ ],
3925
+ "white_colors": [
3926
+ "color_colors"
3927
+ ],
3928
+ "whose": [
3929
+ "object"
3930
+ ],
3931
+ "xfx": [
3932
+ "queryable"
3933
+ ],
3934
+ "yellow_colors": [
3935
+ "color_colors"
3936
+ ]
3937
+ },
3938
+ "properties": {
3939
+ "handlers": {
3940
+ },
3941
+ "initHandlers": [
3942
+ ],
3943
+ "root": {
3944
+ "a": {
3945
+ },
3946
+ "aqua_colors": {
3947
+ },
3948
+ "aquamarine_colors": {
3949
+ },
3950
+ "articlePOS": {
3951
+ },
3952
+ "azure_colors": {
3953
+ },
3954
+ "beige_colors": {
3955
+ },
3956
+ "between": {
3957
+ },
3958
+ "black_colors": {
3959
+ },
3960
+ "blue_colors": {
3961
+ },
3962
+ "brightness_colors": {
3963
+ },
3964
+ "brown_colors": {
3965
+ },
3966
+ "canBeDoQuestion": {
3967
+ },
3968
+ "canBeQuestion": {
3969
+ },
3970
+ "chartruese_colors": {
3971
+ },
3972
+ "color_colors": {
3973
+ },
3974
+ "concept": {
3975
+ },
3976
+ "crimson_colors": {
3977
+ },
3978
+ "cyan_colors": {
3979
+ },
3980
+ "dark_colors": {
3981
+ },
3982
+ "doubleQuote": {
3983
+ },
3984
+ "gold_colors": {
3985
+ },
3986
+ "gray_colors": {
3987
+ },
3988
+ "green_colors": {
3989
+ },
3990
+ "have": {
3991
+ },
3992
+ "hierarchyAble": {
3993
+ },
3994
+ "ifAble": {
3995
+ },
3996
+ "indigo_colors": {
3997
+ },
3998
+ "is": {
3999
+ },
4000
+ "it": {
4001
+ },
4002
+ "ivory_colors": {
4003
+ },
4004
+ "khaki_colors": {
4005
+ },
4006
+ "lavender_colors": {
4007
+ },
4008
+ "light_colors": {
4009
+ },
4010
+ "lime_colors": {
4011
+ },
4012
+ "magenta_colors": {
4013
+ },
4014
+ "maroon_colors": {
4015
+ },
4016
+ "modifies": {
4017
+ },
4018
+ "navy_colors": {
4019
+ },
4020
+ "noun": {
4021
+ },
4022
+ "object": {
4023
+ },
4024
+ "olive_colors": {
4025
+ },
4026
+ "orAble": {
4027
+ },
4028
+ "orange_colors": {
4029
+ },
4030
+ "pink_colors": {
4031
+ },
4032
+ "preposition": {
4033
+ },
4034
+ "pronoun": {
4035
+ },
4036
+ "property": {
4037
+ },
4038
+ "punctuation": {
4039
+ },
4040
+ "purple_colors": {
4041
+ },
4042
+ "queryable": {
4043
+ },
4044
+ "questionMark": {
4045
+ },
4046
+ "readonly": {
4047
+ },
4048
+ "reason": {
4049
+ },
4050
+ "red_colors": {
4051
+ },
4052
+ "sienna_colors": {
4053
+ },
4054
+ "silver_colors": {
4055
+ },
4056
+ "snow_colors": {
4057
+ },
4058
+ "tan_colors": {
4059
+ },
4060
+ "teal_colors": {
4061
+ },
4062
+ "that": {
4063
+ },
4064
+ "the": {
4065
+ },
4066
+ "theAble": {
4067
+ },
4068
+ "this": {
4069
+ },
4070
+ "thisitthat": {
4071
+ },
4072
+ "to": {
4073
+ },
4074
+ "toAble": {
4075
+ },
4076
+ "turquoise_colors": {
4077
+ },
4078
+ "unknown": {
4079
+ },
4080
+ "verby": {
4081
+ },
4082
+ "violet_colors": {
4083
+ },
4084
+ "what": {
4085
+ },
4086
+ "whatAble": {
4087
+ },
4088
+ "white_colors": {
4089
+ },
4090
+ "whose": {
4091
+ },
4092
+ "xfx": {
4093
+ },
4094
+ "yellow_colors": {
4095
+ }
4096
+ }
4097
+ },
4098
+ "property": {
4099
+ },
4100
+ "relations": [
4101
+ ],
4102
+ "valueToWords": {
4103
+ }
4104
+ },
4105
+ "punctuation2": {
4106
+ },
4107
+ "sdefaults2": {
4108
+ },
4109
+ "stm2": {
4110
+ "mentioned": [
4111
+ ],
4112
+ "variables": {
4113
+ }
4114
+ },
4115
+ "tokenize2": {
4116
+ }
4117
+ },
4118
+ "processed": [
4119
+ {
4120
+ "context": {
4121
+ "dead": true,
4122
+ "level": 1,
4123
+ "marker": "unknown",
4124
+ "range": {
4125
+ "end": 6,
4126
+ "start": 5
4127
+ },
4128
+ "text": "t6",
4129
+ "topLevel": true,
4130
+ "unknown": true,
4131
+ "value": "t6",
4132
+ "word": "t6"
4133
+ },
4134
+ "generatedParenthesized": "",
4135
+ "paraphrases": "t6",
4136
+ "paraphrasesParenthesized": "(t6)",
4137
+ "responses": [
4138
+ "",
4139
+ ""
4140
+ ]
4141
+ },
4142
+ {
4143
+ "context": {
4144
+ "instance": true,
4145
+ "marker": "hexColor",
4146
+ "range": {
4147
+ "end": 4,
4148
+ "start": 0
4149
+ },
4150
+ "text": "#1234",
4151
+ "topLevel": true,
4152
+ "value": "#1234",
4153
+ "word": "#1234"
4154
+ },
4155
+ "generatedParenthesized": "",
4156
+ "paraphrases": "#1234",
4157
+ "paraphrasesParenthesized": "(#1234)",
4158
+ "responses": [
4159
+ "",
4160
+ ""
4161
+ ]
4162
+ },
4163
+ {
4164
+ "context": {
4165
+ "dead": true,
4166
+ "default": true,
4167
+ "level": 1,
4168
+ "marker": "resetIdSuffix",
4169
+ "range": {
4170
+ "end": 12,
4171
+ "start": 0
4172
+ },
4173
+ "text": "resetidsuffix",
4174
+ "topLevel": true,
4175
+ "touchedBy": [
4176
+ "colors#call2",
4177
+ "instance14#colors#call2"
4178
+ ],
4179
+ "value": "resetIdSuffix",
4180
+ "word": "resetidsuffix"
4181
+ },
4182
+ "generatedParenthesized": [
4183
+ ],
4184
+ "paraphrases": "resetidsuffix",
4185
+ "paraphrasesParenthesized": [
4186
+ ],
4187
+ "responses": [
4188
+ ""
4189
+ ]
4190
+ },
4191
+ {
4192
+ "context": {
4193
+ "concept": {
4194
+ "dead": true,
4195
+ "level": 1,
4196
+ "marker": "color_colors",
4197
+ "number": "one",
4198
+ "range": {
4199
+ "end": 17,
4200
+ "start": 13
4201
+ },
4202
+ "text": "color",
4203
+ "value": "color_colors",
4204
+ "word": "color"
4205
+ },
4206
+ "dead": true,
4207
+ "flatten": false,
4208
+ "level": 1,
4209
+ "marker": "modifies",
4210
+ "modifiers": [
4211
+ {
4212
+ "dead": true,
4213
+ "level": 1,
4214
+ "marker": "unknown",
4215
+ "range": {
4216
+ "end": 2,
4217
+ "start": 0
4218
+ },
4219
+ "text": "hex",
4220
+ "unknown": true,
4221
+ "value": "hex",
4222
+ "word": "hex"
4223
+ }
4224
+ ],
4225
+ "number": "one",
4226
+ "range": {
4227
+ "end": 17,
4228
+ "start": 0
4229
+ },
4230
+ "text": "hex modifies color",
4231
+ "topLevel": true,
4232
+ "touchedBy": [
4233
+ "colors#call2",
4234
+ "instance12#colors#call2"
4235
+ ],
4236
+ "word": "modifies"
4237
+ },
4238
+ "generatedParenthesized": [
4239
+ ],
4240
+ "paraphrases": "hex modifies color",
4241
+ "paraphrasesParenthesized": [
4242
+ ],
4243
+ "responses": [
4244
+ ""
4245
+ ]
4246
+ },
4247
+ {
4248
+ "context": {
4249
+ "concept": {
4250
+ "dead": true,
4251
+ "level": 1,
4252
+ "marker": "color_colors",
4253
+ "number": "many",
4254
+ "range": {
4255
+ "end": 25,
4256
+ "start": 20
4257
+ },
4258
+ "text": "colors",
4259
+ "value": "color_colors",
4260
+ "word": "colors"
4261
+ },
4262
+ "dead": true,
4263
+ "flatten": false,
4264
+ "level": 1,
4265
+ "marker": "modifies",
4266
+ "modifiers": [
4267
+ {
4268
+ "dead": true,
4269
+ "level": 1,
4270
+ "marker": "brightness_colors",
4271
+ "number": "one",
4272
+ "range": {
4273
+ "end": 9,
4274
+ "start": 0
4275
+ },
4276
+ "text": "brightness",
4277
+ "value": "brightness_colors",
4278
+ "word": "brightness"
4279
+ }
4280
+ ],
4281
+ "number": "one",
4282
+ "range": {
4283
+ "end": 25,
4284
+ "start": 0
4285
+ },
4286
+ "text": "brightness modifies colors",
4287
+ "topLevel": true,
4288
+ "touchedBy": [
4289
+ "colors#call2",
4290
+ "instance11#colors#call2"
4291
+ ],
4292
+ "word": "modifies"
4293
+ },
4294
+ "generatedParenthesized": [
4295
+ ],
4296
+ "paraphrases": "brightness modifies colors",
4297
+ "paraphrasesParenthesized": [
4298
+ ],
4299
+ "responses": [
4300
+ ""
4301
+ ]
4302
+ },
4303
+ {
4304
+ "context": {
4305
+ "dead": true,
4306
+ "level": 2,
4307
+ "marker": "is",
4308
+ "number": "many",
4309
+ "one": {
4310
+ "default": true,
4311
+ "isList": true,
4312
+ "level": 1,
4313
+ "listable": true,
4314
+ "marker": "list",
4315
+ "number": "many",
4316
+ "range": {
4317
+ "end": 26,
4318
+ "start": 0
4319
+ },
4320
+ "text": "silver and black",
4321
+ "types": [
4322
+ "list",
4323
+ "unknown"
4324
+ ],
4325
+ "value": [
4326
+ {
4327
+ "dead": true,
4328
+ "level": 1,
4329
+ "marker": "unknown",
4330
+ "range": {
4331
+ "end": 5,
4332
+ "start": 0
4333
+ },
4334
+ "text": "silver",
4335
+ "unknown": true,
4336
+ "value": "silver",
4337
+ "word": "silver"
4338
+ },
4339
+ {
4340
+ "dead": true,
4341
+ "level": 1,
4342
+ "marker": "unknown",
4343
+ "range": {
4344
+ "end": 15,
4345
+ "start": 11
4346
+ },
4347
+ "text": "black",
4348
+ "unknown": true,
4349
+ "value": "black",
4350
+ "word": "black"
4351
+ }
4352
+ ],
4353
+ "word": "and"
4354
+ },
4355
+ "range": {
4356
+ "end": 26,
4357
+ "start": 0
4358
+ },
4359
+ "text": "silver and black are a gray",
4360
+ "topLevel": true,
4361
+ "touchedBy": [
4362
+ "colors#call2",
4363
+ "instance10#colors#call2"
4364
+ ],
4365
+ "two": {
4366
+ "concept": true,
4367
+ "dead": true,
4368
+ "determiner": {
4369
+ "default": true,
4370
+ "level": 0,
4371
+ "marker": "a",
4372
+ "range": {
4373
+ "end": 21,
4374
+ "start": 21
4375
+ },
4376
+ "text": "a",
4377
+ "word": "a"
4378
+ },
4379
+ "level": 1,
4380
+ "marker": "gray_colors",
4381
+ "modifiers": [
4382
+ "determiner"
4383
+ ],
4384
+ "number": "one",
4385
+ "pullFromContext": false,
4386
+ "range": {
4387
+ "end": 26,
4388
+ "start": 21
4389
+ },
4390
+ "text": "a gray",
4391
+ "types": [
4392
+ "gray_colors"
4393
+ ],
4394
+ "value": "gray_colors",
4395
+ "wantsValue": true,
4396
+ "word": "gray"
4397
+ },
4398
+ "word": "are"
4399
+ },
4400
+ "generatedParenthesized": [
4401
+ ],
4402
+ "paraphrases": "silver and black are a gray",
4403
+ "paraphrasesParenthesized": [
4404
+ ],
4405
+ "responses": [
4406
+ ""
4407
+ ]
4408
+ }
4409
+ ]
4410
+ },
4411
+ "paraphrases": [
4412
+ "#1234",
4413
+ "t6"
4414
+ ],
4415
+ "paraphrasesParenthesized": [
4416
+ "(#1234)",
4417
+ "(t6)"
4418
+ ],
4419
+ "query": "#1234T6",
4420
+ "responses": [
4421
+ "",
4422
+ ""
4423
+ ]
4424
+ }
4425
+ ]