tpmkms_4wp 8.9.1-beta.3 → 8.9.1-beta.31

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 (137) hide show
  1. package/common/animals.instance.json +6736 -831
  2. package/common/articles.js +22 -9
  3. package/common/articles.test.json +640 -2
  4. package/common/asking.js +3 -3
  5. package/common/asking.test.json +1599 -140
  6. package/common/avatar.js +9 -1
  7. package/common/avatar.test.json +6008 -2749
  8. package/common/characters.js +1 -1
  9. package/common/characters.test.json +1371 -95
  10. package/common/colors.instance.json +22825 -1424
  11. package/common/colors.test.json +704 -136
  12. package/common/comparable.instance.json +1337 -159
  13. package/common/comparable.js +13 -13
  14. package/common/comparable.test.json +3239 -558
  15. package/common/concept.js +11 -3
  16. package/common/concept.test.json +2853 -694
  17. package/common/conjunction.js +13 -1
  18. package/common/conjunction.test.json +229 -1
  19. package/common/countable.js +3 -9
  20. package/common/countable.test.json +1310 -638
  21. package/common/crew.instance.json +19486 -2159
  22. package/common/crew.js +19 -0
  23. package/common/crew.test.json +10218 -2145
  24. package/common/currency.js +2 -3
  25. package/common/currency.test.json +948 -64
  26. package/common/dialogues.js +102 -35
  27. package/common/dialogues.test.json +6611 -1905
  28. package/common/dimension.instance.json +760 -120
  29. package/common/dimension.js +18 -4
  30. package/common/dimension.test.json +23680 -11550
  31. package/common/edible.instance.json +21905 -2694
  32. package/common/edible.js +13 -0
  33. package/common/edible.test.json +1580 -304
  34. package/common/emotions.instance.json +2224 -253
  35. package/common/emotions.js +10 -2
  36. package/common/emotions.test.json +1134 -107
  37. package/common/errors.js +1 -1
  38. package/common/errors.test.json +88 -0
  39. package/common/evaluate.test.json +100 -1
  40. package/common/events.js +1 -1
  41. package/common/events.test.json +2197 -242
  42. package/common/fastfood.instance.json +82039 -9948
  43. package/common/fastfood.js +99 -12
  44. package/common/fastfood.test.json +65486 -21430
  45. package/common/formulas.instance.json +325 -58
  46. package/common/formulas.js +1 -1
  47. package/common/formulas.test.json +13202 -6757
  48. package/common/gdefaults.js +18 -8
  49. package/common/help.js +4 -4
  50. package/common/help.test.json +292 -4
  51. package/common/helpers/concept.js +6 -5
  52. package/common/helpers/conjunction.js +1 -1
  53. package/common/helpers/formulas.js +4 -4
  54. package/common/helpers/frankenhash.js +4 -4
  55. package/common/helpers/meta.js +4 -4
  56. package/common/helpers/ordering.js +2 -2
  57. package/common/helpers/properties.js +18 -48
  58. package/common/helpers.js +1 -1
  59. package/common/hierarchy.js +12 -3
  60. package/common/hierarchy.test.json +53813 -17340
  61. package/common/javascript.js +1 -1
  62. package/common/javascript.test.json +214 -11
  63. package/common/kirk.instance.json +322 -7
  64. package/common/kirk.test.json +1123 -254
  65. package/common/length.instance.json +9890 -797
  66. package/common/length.test.json +12055 -8184
  67. package/common/listener.test.json +39 -1
  68. package/common/math.instance.json +294 -57
  69. package/common/math.js +1 -1
  70. package/common/math.test.json +38557 -17754
  71. package/common/meta.instance.json +1 -0
  72. package/common/meta.js +13 -13
  73. package/common/meta.test.json +2770 -275
  74. package/common/nameable.js +1 -1
  75. package/common/nameable.test.json +5150 -1475
  76. package/common/negation.js +1 -1
  77. package/common/negation.test.json +146 -8
  78. package/common/numbers.js +1 -1
  79. package/common/numbers.test.json +234 -0
  80. package/common/ordering.instance.json +3861 -508
  81. package/common/ordering.test.json +2680 -1283
  82. package/common/ordinals.js +15 -3
  83. package/common/ordinals.test.json +627 -3
  84. package/common/people.instance.json +4028 -675
  85. package/common/people.js +1 -15
  86. package/common/people.test.json +27157 -13664
  87. package/common/percentages.js +1 -2
  88. package/common/percentages.test.json +313 -0
  89. package/common/pipboy.instance.json +13636 -1481
  90. package/common/pipboy.js +28 -48
  91. package/common/pipboy.test.json +17367 -5640
  92. package/common/pokemon.instance.json +6163 -690
  93. package/common/pokemon.test.json +1826 -389
  94. package/common/pos.js +16 -6
  95. package/common/pressure.instance.json +2635 -291
  96. package/common/pressure.test.json +2997 -1629
  97. package/common/properties.instance.json +907 -128
  98. package/common/properties.js +19 -28
  99. package/common/properties.test.json +46801 -14612
  100. package/common/punctuation.js +1 -1
  101. package/common/punctuation.test.json +327 -0
  102. package/common/reports.instance.json +997 -118
  103. package/common/reports.js +16 -9
  104. package/common/reports.test.json +16653 -2453
  105. package/common/scorekeeper.instance.json +1 -0
  106. package/common/scorekeeper.js +22 -12
  107. package/common/scorekeeper.test.json +42546 -15408
  108. package/common/sdefaults.js +2 -2
  109. package/common/sizeable.js +2 -2
  110. package/common/sizeable.test.json +1170 -215
  111. package/common/spock.instance.json +322 -7
  112. package/common/spock.test.json +1123 -254
  113. package/common/stgame.js +0 -1
  114. package/common/stgame.test.json +1371 -91
  115. package/common/stm.js +6 -6
  116. package/common/stm.test.json +842 -9
  117. package/common/tell.js +1 -1
  118. package/common/tell.test.json +224 -1
  119. package/common/temperature.instance.json +5980 -285
  120. package/common/temperature.test.json +2610 -1272
  121. package/common/tester.js +1 -1
  122. package/common/testing.test.json +84 -1
  123. package/common/time.test.json +5345 -272
  124. package/common/tokenize.js +3 -2
  125. package/common/tokenize.test.json +39 -0
  126. package/common/ui.instance.json +144 -26
  127. package/common/ui.js +0 -16
  128. package/common/ui.test.json +4620 -140
  129. package/common/weight.instance.json +9990 -788
  130. package/common/weight.js +10 -0
  131. package/common/weight.test.json +18658 -12176
  132. package/common/wp.instance.json +20102 -1965
  133. package/common/wp.js +197 -44
  134. package/common/wp.test.json +121113 -17800
  135. package/common/yesno.js +1 -1
  136. package/common/yesno.test.json +168 -4
  137. package/package.json +11 -6
@@ -6,6 +6,7 @@
6
6
  },
7
7
  "contexts": [
8
8
  {
9
+ "context_index": 1,
9
10
  "dead": true,
10
11
  "level": 1,
11
12
  "marker": "red_colors",
@@ -42,9 +43,13 @@
42
43
  },
43
44
  "objects": {
44
45
  "nameToUUID": {
46
+ "articles": "articles2",
47
+ "asking": "asking2",
45
48
  "colors": "colors1",
46
49
  "concept": "concept2",
50
+ "conjunction": "conjunction2",
47
51
  "dialogues": "dialogues2",
52
+ "evaluate": "evaluate2",
48
53
  "gdefaults": "gdefaults2",
49
54
  "hierarchy": "hierarchy2",
50
55
  "meta": "meta2",
@@ -57,6 +62,10 @@
57
62
  "tokenize": "tokenize2"
58
63
  },
59
64
  "namespaced": {
65
+ "articles2": {
66
+ },
67
+ "asking2": {
68
+ },
60
69
  "colors1": {
61
70
  },
62
71
  "concept2": {
@@ -65,6 +74,8 @@
65
74
  "valueToWords": [
66
75
  ]
67
76
  },
77
+ "conjunction2": {
78
+ },
68
79
  "dialogues2": {
69
80
  "idSuffix": "",
70
81
  "mentioned": [
@@ -72,6 +83,8 @@
72
83
  "variables": {
73
84
  }
74
85
  },
86
+ "evaluate2": {
87
+ },
75
88
  "gdefaults2": {
76
89
  },
77
90
  "hierarchy2": {
@@ -84,9 +97,14 @@
84
97
  },
85
98
  "properties2": {
86
99
  "children": {
87
- "articlePOS": [
100
+ "adjective": [
101
+ "stm_before"
102
+ ],
103
+ "article": [
88
104
  "a",
89
- "the"
105
+ "the",
106
+ "each",
107
+ "every"
90
108
  ],
91
109
  "blue_colors": [
92
110
  "aqua_colors",
@@ -140,12 +158,12 @@
140
158
  "orAble"
141
159
  ],
142
160
  "object": [
143
- "unknown",
144
161
  "what",
145
162
  "whose"
146
163
  ],
147
164
  "preposition": [
148
165
  "between",
166
+ "propertyOf",
149
167
  "to"
150
168
  ],
151
169
  "pronoun": [
@@ -162,20 +180,23 @@
162
180
  "indigo_colors"
163
181
  ],
164
182
  "queryable": [
183
+ "xfx",
165
184
  "hierarchyAble",
166
185
  "readonly",
167
186
  "property",
168
187
  "object",
169
- "xfx",
170
188
  "concept",
171
189
  "doubleQuote",
190
+ "theAble",
172
191
  "unknown",
173
192
  "it",
174
193
  "what",
175
194
  "whatAble",
195
+ "negatable",
176
196
  "this",
177
- "thisitthat",
178
- "reason"
197
+ "reason",
198
+ "distributable",
199
+ "thisitthat"
179
200
  ],
180
201
  "red_colors": [
181
202
  "crimson_colors"
@@ -185,8 +206,9 @@
185
206
  "object",
186
207
  "concept",
187
208
  "unknown",
188
- "noun",
189
- "reason"
209
+ "reason",
210
+ "memorable",
211
+ "noun"
190
212
  ],
191
213
  "thisitthat": [
192
214
  "it",
@@ -196,12 +218,11 @@
196
218
  "toAble": [
197
219
  "it"
198
220
  ],
199
- "unknown": [
200
- "property"
201
- ],
202
- "verby": [
221
+ "verb": [
203
222
  "modifies",
204
- "is"
223
+ "is",
224
+ "remember",
225
+ "evaluate"
205
226
  ],
206
227
  "white_colors": [
207
228
  "snow_colors",
@@ -218,22 +239,23 @@
218
239
  "properties",
219
240
  "unknown",
220
241
  "hierarchyAble",
221
- "object",
222
242
  "what",
243
+ "object",
244
+ "xfx",
223
245
  "queryable",
246
+ "between",
247
+ "preposition",
224
248
  "readonly",
225
- "property",
226
- "xfx",
227
- "theAble",
228
- "whose",
229
249
  "have",
230
250
  "canBeDoQuestion",
231
251
  "canBeQuestion",
232
- "between",
233
- "preposition",
252
+ "property",
253
+ "theAble",
254
+ "propertyOf",
255
+ "whose",
234
256
  "concept",
235
257
  "modifies",
236
- "verby",
258
+ "verb",
237
259
  "doubleQuote",
238
260
  "it",
239
261
  "pronoun",
@@ -241,18 +263,27 @@
241
263
  "questionMark",
242
264
  "punctuation",
243
265
  "a",
244
- "articlePOS",
266
+ "article",
245
267
  "the",
246
268
  "whatAble",
269
+ "negatable",
247
270
  "is",
248
271
  "toAble",
249
272
  "to",
250
- "noun",
251
- "thisitthat",
252
273
  "reason",
253
- "that",
274
+ "memorable",
275
+ "remember",
276
+ "stm_before",
277
+ "adjective",
254
278
  "orAble",
255
279
  "ifAble",
280
+ "evaluate",
281
+ "each",
282
+ "every",
283
+ "distributable",
284
+ "noun",
285
+ "thisitthat",
286
+ "that",
256
287
  "dark_colors",
257
288
  "brightness_colors",
258
289
  "light_colors",
@@ -295,7 +326,7 @@
295
326
  ],
296
327
  "parents": {
297
328
  "a": [
298
- "articlePOS"
329
+ "article"
299
330
  ],
300
331
  "aqua_colors": [
301
332
  "blue_colors"
@@ -337,9 +368,21 @@
337
368
  "dark_colors": [
338
369
  "brightness_colors"
339
370
  ],
371
+ "distributable": [
372
+ "queryable"
373
+ ],
340
374
  "doubleQuote": [
341
375
  "queryable"
342
376
  ],
377
+ "each": [
378
+ "article"
379
+ ],
380
+ "evaluate": [
381
+ "verb"
382
+ ],
383
+ "every": [
384
+ "article"
385
+ ],
343
386
  "gold_colors": [
344
387
  "yellow_colors"
345
388
  ],
@@ -361,7 +404,7 @@
361
404
  ],
362
405
  "is": [
363
406
  "canBeQuestion",
364
- "verby"
407
+ "verb"
365
408
  ],
366
409
  "it": [
367
410
  "pronoun",
@@ -390,12 +433,18 @@
390
433
  "maroon_colors": [
391
434
  "brown_colors"
392
435
  ],
436
+ "memorable": [
437
+ "theAble"
438
+ ],
393
439
  "modifies": [
394
- "verby"
440
+ "verb"
395
441
  ],
396
442
  "navy_colors": [
397
443
  "blue_colors"
398
444
  ],
445
+ "negatable": [
446
+ "queryable"
447
+ ],
399
448
  "noun": [
400
449
  "theAble"
401
450
  ],
@@ -417,8 +466,10 @@
417
466
  ],
418
467
  "property": [
419
468
  "queryable",
420
- "theAble",
421
- "unknown"
469
+ "theAble"
470
+ ],
471
+ "propertyOf": [
472
+ "preposition"
422
473
  ],
423
474
  "purple_colors": [
424
475
  "color_colors"
@@ -436,6 +487,9 @@
436
487
  "red_colors": [
437
488
  "color_colors"
438
489
  ],
490
+ "remember": [
491
+ "verb"
492
+ ],
439
493
  "sienna_colors": [
440
494
  "brown_colors"
441
495
  ],
@@ -445,6 +499,9 @@
445
499
  "snow_colors": [
446
500
  "white_colors"
447
501
  ],
502
+ "stm_before": [
503
+ "adjective"
504
+ ],
448
505
  "tan_colors": [
449
506
  "brown_colors"
450
507
  ],
@@ -455,7 +512,10 @@
455
512
  "thisitthat"
456
513
  ],
457
514
  "the": [
458
- "articlePOS"
515
+ "article"
516
+ ],
517
+ "theAble": [
518
+ "queryable"
459
519
  ],
460
520
  "this": [
461
521
  "pronoun",
@@ -473,7 +533,6 @@
473
533
  ],
474
534
  "unknown": [
475
535
  "hierarchyAble",
476
- "object",
477
536
  "theAble",
478
537
  "queryable"
479
538
  ],
@@ -508,11 +567,13 @@
508
567
  "root": {
509
568
  "a": {
510
569
  },
570
+ "adjective": {
571
+ },
511
572
  "aqua_colors": {
512
573
  },
513
574
  "aquamarine_colors": {
514
575
  },
515
- "articlePOS": {
576
+ "article": {
516
577
  },
517
578
  "azure_colors": {
518
579
  },
@@ -544,8 +605,16 @@
544
605
  },
545
606
  "dark_colors": {
546
607
  },
608
+ "distributable": {
609
+ },
547
610
  "doubleQuote": {
548
611
  },
612
+ "each": {
613
+ },
614
+ "evaluate": {
615
+ },
616
+ "every": {
617
+ },
549
618
  "gold_colors": {
550
619
  },
551
620
  "gray_colors": {
@@ -578,10 +647,14 @@
578
647
  },
579
648
  "maroon_colors": {
580
649
  },
650
+ "memorable": {
651
+ },
581
652
  "modifies": {
582
653
  },
583
654
  "navy_colors": {
584
655
  },
656
+ "negatable": {
657
+ },
585
658
  "noun": {
586
659
  },
587
660
  "object": {
@@ -600,6 +673,8 @@
600
673
  },
601
674
  "property": {
602
675
  },
676
+ "propertyOf": {
677
+ },
603
678
  "punctuation": {
604
679
  },
605
680
  "purple_colors": {
@@ -614,12 +689,16 @@
614
689
  },
615
690
  "red_colors": {
616
691
  },
692
+ "remember": {
693
+ },
617
694
  "sienna_colors": {
618
695
  },
619
696
  "silver_colors": {
620
697
  },
621
698
  "snow_colors": {
622
699
  },
700
+ "stm_before": {
701
+ },
623
702
  "tan_colors": {
624
703
  },
625
704
  "teal_colors": {
@@ -642,7 +721,7 @@
642
721
  },
643
722
  "unknown": {
644
723
  },
645
- "verby": {
724
+ "verb": {
646
725
  },
647
726
  "violet_colors": {
648
727
  },
@@ -683,6 +762,7 @@
683
762
  "processed": [
684
763
  {
685
764
  "context": {
765
+ "context_index": 1,
686
766
  "dead": true,
687
767
  "level": 1,
688
768
  "marker": "red_colors",
@@ -705,6 +785,7 @@
705
785
  },
706
786
  {
707
787
  "context": {
788
+ "context_index": 1,
708
789
  "dead": true,
709
790
  "default": true,
710
791
  "level": 1,
@@ -713,6 +794,7 @@
713
794
  "end": 12,
714
795
  "start": 0
715
796
  },
797
+ "raw_text": "resetIdSuffix",
716
798
  "text": "resetidsuffix",
717
799
  "topLevel": true,
718
800
  "touchedBy": [
@@ -746,6 +828,7 @@
746
828
  "value": "color_colors",
747
829
  "word": "color"
748
830
  },
831
+ "context_index": 1,
749
832
  "dead": true,
750
833
  "flatten": false,
751
834
  "level": 1,
@@ -802,6 +885,7 @@
802
885
  "value": "color_colors",
803
886
  "word": "colors"
804
887
  },
888
+ "context_index": 1,
805
889
  "dead": true,
806
890
  "flatten": false,
807
891
  "level": 1,
@@ -845,6 +929,7 @@
845
929
  },
846
930
  {
847
931
  "context": {
932
+ "context_index": 1,
848
933
  "dead": true,
849
934
  "level": 2,
850
935
  "marker": "is",
@@ -875,6 +960,9 @@
875
960
  "start": 0
876
961
  },
877
962
  "text": "silver",
963
+ "types": [
964
+ "unknown"
965
+ ],
878
966
  "unknown": true,
879
967
  "value": "silver",
880
968
  "word": "silver"
@@ -888,6 +976,9 @@
888
976
  "start": 11
889
977
  },
890
978
  "text": "black",
979
+ "types": [
980
+ "unknown"
981
+ ],
891
982
  "unknown": true,
892
983
  "value": "black",
893
984
  "word": "black"
@@ -919,6 +1010,7 @@
919
1010
  "text": "a",
920
1011
  "word": "a"
921
1012
  },
1013
+ "instance": true,
922
1014
  "level": 1,
923
1015
  "marker": "gray_colors",
924
1016
  "modifiers": [
@@ -951,6 +1043,7 @@
951
1043
  },
952
1044
  {
953
1045
  "context": {
1046
+ "context_index": 1,
954
1047
  "dead": true,
955
1048
  "level": 2,
956
1049
  "marker": "is",
@@ -996,6 +1089,9 @@
996
1089
  "start": 0
997
1090
  },
998
1091
  "text": "snow,",
1092
+ "types": [
1093
+ "unknown"
1094
+ ],
999
1095
  "unknown": true,
1000
1096
  "value": "snow",
1001
1097
  "word": "snow"
@@ -1024,6 +1120,9 @@
1024
1120
  "start": 6
1025
1121
  },
1026
1122
  "text": "azure,",
1123
+ "types": [
1124
+ "unknown"
1125
+ ],
1027
1126
  "unknown": true,
1028
1127
  "value": "azure",
1029
1128
  "word": "azure"
@@ -1037,6 +1136,9 @@
1037
1136
  "start": 13
1038
1137
  },
1039
1138
  "text": "beige",
1139
+ "types": [
1140
+ "unknown"
1141
+ ],
1040
1142
  "unknown": true,
1041
1143
  "value": "beige",
1042
1144
  "word": "beige"
@@ -1050,6 +1152,9 @@
1050
1152
  "start": 23
1051
1153
  },
1052
1154
  "text": "ivory",
1155
+ "types": [
1156
+ "unknown"
1157
+ ],
1053
1158
  "unknown": true,
1054
1159
  "value": "ivory",
1055
1160
  "word": "ivory"
@@ -1081,6 +1186,7 @@
1081
1186
  "text": "a",
1082
1187
  "word": "a"
1083
1188
  },
1189
+ "instance": true,
1084
1190
  "level": 1,
1085
1191
  "marker": "white_colors",
1086
1192
  "modifiers": [
@@ -1122,6 +1228,43 @@
1122
1228
  "query": "red",
1123
1229
  "responses": [
1124
1230
  ""
1231
+ ],
1232
+ "summaries": [
1233
+ {
1234
+ "length": 1,
1235
+ "summaries": [
1236
+ {
1237
+ "counter": 1,
1238
+ "operators": [
1239
+ {
1240
+ "marker": [
1241
+ "red_colors",
1242
+ 0
1243
+ ],
1244
+ "range": {
1245
+ "end": 2,
1246
+ "start": 0
1247
+ }
1248
+ }
1249
+ ]
1250
+ },
1251
+ {
1252
+ "counter": 2,
1253
+ "operators": [
1254
+ {
1255
+ "marker": [
1256
+ "red_colors",
1257
+ 1
1258
+ ],
1259
+ "range": {
1260
+ "end": 2,
1261
+ "start": 0
1262
+ }
1263
+ }
1264
+ ]
1265
+ }
1266
+ ]
1267
+ }
1125
1268
  ]
1126
1269
  },
1127
1270
  {
@@ -1142,6 +1285,7 @@
1142
1285
  "contexts": [
1143
1286
  {
1144
1287
  "atomic": true,
1288
+ "context_index": 1,
1145
1289
  "dead": true,
1146
1290
  "level": 1,
1147
1291
  "marker": "hex_colors_color_colors",
@@ -1208,9 +1352,13 @@
1208
1352
  },
1209
1353
  "objects": {
1210
1354
  "nameToUUID": {
1355
+ "articles": "articles2",
1356
+ "asking": "asking2",
1211
1357
  "colors": "colors1",
1212
1358
  "concept": "concept2",
1359
+ "conjunction": "conjunction2",
1213
1360
  "dialogues": "dialogues2",
1361
+ "evaluate": "evaluate2",
1214
1362
  "gdefaults": "gdefaults2",
1215
1363
  "hierarchy": "hierarchy2",
1216
1364
  "meta": "meta2",
@@ -1223,6 +1371,10 @@
1223
1371
  "tokenize": "tokenize2"
1224
1372
  },
1225
1373
  "namespaced": {
1374
+ "articles2": {
1375
+ },
1376
+ "asking2": {
1377
+ },
1226
1378
  "colors1": {
1227
1379
  },
1228
1380
  "concept2": {
@@ -1231,6 +1383,8 @@
1231
1383
  "valueToWords": [
1232
1384
  ]
1233
1385
  },
1386
+ "conjunction2": {
1387
+ },
1234
1388
  "dialogues2": {
1235
1389
  "idSuffix": "",
1236
1390
  "mentioned": [
@@ -1238,6 +1392,8 @@
1238
1392
  "variables": {
1239
1393
  }
1240
1394
  },
1395
+ "evaluate2": {
1396
+ },
1241
1397
  "gdefaults2": {
1242
1398
  },
1243
1399
  "hierarchy2": {
@@ -1250,9 +1406,14 @@
1250
1406
  },
1251
1407
  "properties2": {
1252
1408
  "children": {
1253
- "articlePOS": [
1409
+ "adjective": [
1410
+ "stm_before"
1411
+ ],
1412
+ "article": [
1254
1413
  "a",
1255
- "the"
1414
+ "the",
1415
+ "each",
1416
+ "every"
1256
1417
  ],
1257
1418
  "blue_colors": [
1258
1419
  "aqua_colors",
@@ -1306,12 +1467,12 @@
1306
1467
  "orAble"
1307
1468
  ],
1308
1469
  "object": [
1309
- "unknown",
1310
1470
  "what",
1311
1471
  "whose"
1312
1472
  ],
1313
1473
  "preposition": [
1314
1474
  "between",
1475
+ "propertyOf",
1315
1476
  "to"
1316
1477
  ],
1317
1478
  "pronoun": [
@@ -1328,20 +1489,23 @@
1328
1489
  "indigo_colors"
1329
1490
  ],
1330
1491
  "queryable": [
1492
+ "xfx",
1331
1493
  "hierarchyAble",
1332
1494
  "readonly",
1333
1495
  "property",
1334
1496
  "object",
1335
- "xfx",
1336
1497
  "concept",
1337
1498
  "doubleQuote",
1499
+ "theAble",
1338
1500
  "unknown",
1339
1501
  "it",
1340
1502
  "what",
1341
1503
  "whatAble",
1504
+ "negatable",
1342
1505
  "this",
1343
- "thisitthat",
1344
- "reason"
1506
+ "reason",
1507
+ "distributable",
1508
+ "thisitthat"
1345
1509
  ],
1346
1510
  "red_colors": [
1347
1511
  "crimson_colors"
@@ -1351,8 +1515,9 @@
1351
1515
  "object",
1352
1516
  "concept",
1353
1517
  "unknown",
1354
- "noun",
1355
- "reason"
1518
+ "reason",
1519
+ "memorable",
1520
+ "noun"
1356
1521
  ],
1357
1522
  "thisitthat": [
1358
1523
  "it",
@@ -1362,12 +1527,11 @@
1362
1527
  "toAble": [
1363
1528
  "it"
1364
1529
  ],
1365
- "unknown": [
1366
- "property"
1367
- ],
1368
- "verby": [
1530
+ "verb": [
1369
1531
  "modifies",
1370
- "is"
1532
+ "is",
1533
+ "remember",
1534
+ "evaluate"
1371
1535
  ],
1372
1536
  "white_colors": [
1373
1537
  "snow_colors",
@@ -1384,22 +1548,23 @@
1384
1548
  "properties",
1385
1549
  "unknown",
1386
1550
  "hierarchyAble",
1387
- "object",
1388
1551
  "what",
1552
+ "object",
1553
+ "xfx",
1389
1554
  "queryable",
1555
+ "between",
1556
+ "preposition",
1390
1557
  "readonly",
1391
- "property",
1392
- "xfx",
1393
- "theAble",
1394
- "whose",
1395
1558
  "have",
1396
1559
  "canBeDoQuestion",
1397
1560
  "canBeQuestion",
1398
- "between",
1399
- "preposition",
1561
+ "property",
1562
+ "theAble",
1563
+ "propertyOf",
1564
+ "whose",
1400
1565
  "concept",
1401
1566
  "modifies",
1402
- "verby",
1567
+ "verb",
1403
1568
  "doubleQuote",
1404
1569
  "it",
1405
1570
  "pronoun",
@@ -1407,18 +1572,27 @@
1407
1572
  "questionMark",
1408
1573
  "punctuation",
1409
1574
  "a",
1410
- "articlePOS",
1575
+ "article",
1411
1576
  "the",
1412
1577
  "whatAble",
1578
+ "negatable",
1413
1579
  "is",
1414
1580
  "toAble",
1415
1581
  "to",
1416
- "noun",
1417
- "thisitthat",
1418
1582
  "reason",
1419
- "that",
1583
+ "memorable",
1584
+ "remember",
1585
+ "stm_before",
1586
+ "adjective",
1420
1587
  "orAble",
1421
1588
  "ifAble",
1589
+ "evaluate",
1590
+ "each",
1591
+ "every",
1592
+ "distributable",
1593
+ "noun",
1594
+ "thisitthat",
1595
+ "that",
1422
1596
  "dark_colors",
1423
1597
  "brightness_colors",
1424
1598
  "light_colors",
@@ -1461,7 +1635,7 @@
1461
1635
  ],
1462
1636
  "parents": {
1463
1637
  "a": [
1464
- "articlePOS"
1638
+ "article"
1465
1639
  ],
1466
1640
  "aqua_colors": [
1467
1641
  "blue_colors"
@@ -1503,9 +1677,21 @@
1503
1677
  "dark_colors": [
1504
1678
  "brightness_colors"
1505
1679
  ],
1680
+ "distributable": [
1681
+ "queryable"
1682
+ ],
1506
1683
  "doubleQuote": [
1507
1684
  "queryable"
1508
1685
  ],
1686
+ "each": [
1687
+ "article"
1688
+ ],
1689
+ "evaluate": [
1690
+ "verb"
1691
+ ],
1692
+ "every": [
1693
+ "article"
1694
+ ],
1509
1695
  "gold_colors": [
1510
1696
  "yellow_colors"
1511
1697
  ],
@@ -1527,7 +1713,7 @@
1527
1713
  ],
1528
1714
  "is": [
1529
1715
  "canBeQuestion",
1530
- "verby"
1716
+ "verb"
1531
1717
  ],
1532
1718
  "it": [
1533
1719
  "pronoun",
@@ -1556,12 +1742,18 @@
1556
1742
  "maroon_colors": [
1557
1743
  "brown_colors"
1558
1744
  ],
1745
+ "memorable": [
1746
+ "theAble"
1747
+ ],
1559
1748
  "modifies": [
1560
- "verby"
1749
+ "verb"
1561
1750
  ],
1562
1751
  "navy_colors": [
1563
1752
  "blue_colors"
1564
1753
  ],
1754
+ "negatable": [
1755
+ "queryable"
1756
+ ],
1565
1757
  "noun": [
1566
1758
  "theAble"
1567
1759
  ],
@@ -1583,8 +1775,10 @@
1583
1775
  ],
1584
1776
  "property": [
1585
1777
  "queryable",
1586
- "theAble",
1587
- "unknown"
1778
+ "theAble"
1779
+ ],
1780
+ "propertyOf": [
1781
+ "preposition"
1588
1782
  ],
1589
1783
  "purple_colors": [
1590
1784
  "color_colors"
@@ -1602,6 +1796,9 @@
1602
1796
  "red_colors": [
1603
1797
  "color_colors"
1604
1798
  ],
1799
+ "remember": [
1800
+ "verb"
1801
+ ],
1605
1802
  "sienna_colors": [
1606
1803
  "brown_colors"
1607
1804
  ],
@@ -1611,6 +1808,9 @@
1611
1808
  "snow_colors": [
1612
1809
  "white_colors"
1613
1810
  ],
1811
+ "stm_before": [
1812
+ "adjective"
1813
+ ],
1614
1814
  "tan_colors": [
1615
1815
  "brown_colors"
1616
1816
  ],
@@ -1621,7 +1821,10 @@
1621
1821
  "thisitthat"
1622
1822
  ],
1623
1823
  "the": [
1624
- "articlePOS"
1824
+ "article"
1825
+ ],
1826
+ "theAble": [
1827
+ "queryable"
1625
1828
  ],
1626
1829
  "this": [
1627
1830
  "pronoun",
@@ -1639,7 +1842,6 @@
1639
1842
  ],
1640
1843
  "unknown": [
1641
1844
  "hierarchyAble",
1642
- "object",
1643
1845
  "theAble",
1644
1846
  "queryable"
1645
1847
  ],
@@ -1674,11 +1876,13 @@
1674
1876
  "root": {
1675
1877
  "a": {
1676
1878
  },
1879
+ "adjective": {
1880
+ },
1677
1881
  "aqua_colors": {
1678
1882
  },
1679
1883
  "aquamarine_colors": {
1680
1884
  },
1681
- "articlePOS": {
1885
+ "article": {
1682
1886
  },
1683
1887
  "azure_colors": {
1684
1888
  },
@@ -1710,8 +1914,16 @@
1710
1914
  },
1711
1915
  "dark_colors": {
1712
1916
  },
1917
+ "distributable": {
1918
+ },
1713
1919
  "doubleQuote": {
1714
1920
  },
1921
+ "each": {
1922
+ },
1923
+ "evaluate": {
1924
+ },
1925
+ "every": {
1926
+ },
1715
1927
  "gold_colors": {
1716
1928
  },
1717
1929
  "gray_colors": {
@@ -1744,10 +1956,14 @@
1744
1956
  },
1745
1957
  "maroon_colors": {
1746
1958
  },
1959
+ "memorable": {
1960
+ },
1747
1961
  "modifies": {
1748
1962
  },
1749
1963
  "navy_colors": {
1750
1964
  },
1965
+ "negatable": {
1966
+ },
1751
1967
  "noun": {
1752
1968
  },
1753
1969
  "object": {
@@ -1766,6 +1982,8 @@
1766
1982
  },
1767
1983
  "property": {
1768
1984
  },
1985
+ "propertyOf": {
1986
+ },
1769
1987
  "punctuation": {
1770
1988
  },
1771
1989
  "purple_colors": {
@@ -1780,12 +1998,16 @@
1780
1998
  },
1781
1999
  "red_colors": {
1782
2000
  },
2001
+ "remember": {
2002
+ },
1783
2003
  "sienna_colors": {
1784
2004
  },
1785
2005
  "silver_colors": {
1786
2006
  },
1787
2007
  "snow_colors": {
1788
2008
  },
2009
+ "stm_before": {
2010
+ },
1789
2011
  "tan_colors": {
1790
2012
  },
1791
2013
  "teal_colors": {
@@ -1808,7 +2030,7 @@
1808
2030
  },
1809
2031
  "unknown": {
1810
2032
  },
1811
- "verby": {
2033
+ "verb": {
1812
2034
  },
1813
2035
  "violet_colors": {
1814
2036
  },
@@ -1850,6 +2072,7 @@
1850
2072
  {
1851
2073
  "context": {
1852
2074
  "atomic": true,
2075
+ "context_index": 1,
1853
2076
  "dead": true,
1854
2077
  "level": 1,
1855
2078
  "marker": "hex_colors_color_colors",
@@ -1894,6 +2117,7 @@
1894
2117
  },
1895
2118
  {
1896
2119
  "context": {
2120
+ "context_index": 1,
1897
2121
  "dead": true,
1898
2122
  "default": true,
1899
2123
  "level": 1,
@@ -1902,6 +2126,7 @@
1902
2126
  "end": 12,
1903
2127
  "start": 0
1904
2128
  },
2129
+ "raw_text": "resetIdSuffix",
1905
2130
  "text": "resetidsuffix",
1906
2131
  "topLevel": true,
1907
2132
  "touchedBy": [
@@ -1935,6 +2160,7 @@
1935
2160
  "value": "color_colors",
1936
2161
  "word": "color"
1937
2162
  },
2163
+ "context_index": 1,
1938
2164
  "dead": true,
1939
2165
  "flatten": false,
1940
2166
  "level": 1,
@@ -1991,6 +2217,7 @@
1991
2217
  "value": "color_colors",
1992
2218
  "word": "colors"
1993
2219
  },
2220
+ "context_index": 1,
1994
2221
  "dead": true,
1995
2222
  "flatten": false,
1996
2223
  "level": 1,
@@ -2034,6 +2261,7 @@
2034
2261
  },
2035
2262
  {
2036
2263
  "context": {
2264
+ "context_index": 1,
2037
2265
  "dead": true,
2038
2266
  "level": 2,
2039
2267
  "marker": "is",
@@ -2064,6 +2292,9 @@
2064
2292
  "start": 0
2065
2293
  },
2066
2294
  "text": "silver",
2295
+ "types": [
2296
+ "unknown"
2297
+ ],
2067
2298
  "unknown": true,
2068
2299
  "value": "silver",
2069
2300
  "word": "silver"
@@ -2077,6 +2308,9 @@
2077
2308
  "start": 11
2078
2309
  },
2079
2310
  "text": "black",
2311
+ "types": [
2312
+ "unknown"
2313
+ ],
2080
2314
  "unknown": true,
2081
2315
  "value": "black",
2082
2316
  "word": "black"
@@ -2108,6 +2342,7 @@
2108
2342
  "text": "a",
2109
2343
  "word": "a"
2110
2344
  },
2345
+ "instance": true,
2111
2346
  "level": 1,
2112
2347
  "marker": "gray_colors",
2113
2348
  "modifiers": [
@@ -2140,6 +2375,7 @@
2140
2375
  },
2141
2376
  {
2142
2377
  "context": {
2378
+ "context_index": 1,
2143
2379
  "dead": true,
2144
2380
  "level": 2,
2145
2381
  "marker": "is",
@@ -2185,6 +2421,9 @@
2185
2421
  "start": 0
2186
2422
  },
2187
2423
  "text": "snow,",
2424
+ "types": [
2425
+ "unknown"
2426
+ ],
2188
2427
  "unknown": true,
2189
2428
  "value": "snow",
2190
2429
  "word": "snow"
@@ -2213,6 +2452,9 @@
2213
2452
  "start": 6
2214
2453
  },
2215
2454
  "text": "azure,",
2455
+ "types": [
2456
+ "unknown"
2457
+ ],
2216
2458
  "unknown": true,
2217
2459
  "value": "azure",
2218
2460
  "word": "azure"
@@ -2226,6 +2468,9 @@
2226
2468
  "start": 13
2227
2469
  },
2228
2470
  "text": "beige",
2471
+ "types": [
2472
+ "unknown"
2473
+ ],
2229
2474
  "unknown": true,
2230
2475
  "value": "beige",
2231
2476
  "word": "beige"
@@ -2239,6 +2484,9 @@
2239
2484
  "start": 23
2240
2485
  },
2241
2486
  "text": "ivory",
2487
+ "types": [
2488
+ "unknown"
2489
+ ],
2242
2490
  "unknown": true,
2243
2491
  "value": "ivory",
2244
2492
  "word": "ivory"
@@ -2270,6 +2518,7 @@
2270
2518
  "text": "a",
2271
2519
  "word": "a"
2272
2520
  },
2521
+ "instance": true,
2273
2522
  "level": 1,
2274
2523
  "marker": "white_colors",
2275
2524
  "modifiers": [
@@ -2311,6 +2560,53 @@
2311
2560
  "query": "hex color",
2312
2561
  "responses": [
2313
2562
  ""
2563
+ ],
2564
+ "summaries": [
2565
+ {
2566
+ "length": 1,
2567
+ "summaries": [
2568
+ {
2569
+ "counter": 1,
2570
+ "operators": [
2571
+ {
2572
+ "marker": [
2573
+ "hex_colors",
2574
+ 0
2575
+ ],
2576
+ "range": {
2577
+ "end": 2,
2578
+ "start": 0
2579
+ }
2580
+ },
2581
+ {
2582
+ "marker": [
2583
+ "color_colors",
2584
+ 0
2585
+ ],
2586
+ "range": {
2587
+ "end": 8,
2588
+ "start": 4
2589
+ }
2590
+ }
2591
+ ]
2592
+ },
2593
+ {
2594
+ "counter": 2,
2595
+ "operators": [
2596
+ {
2597
+ "marker": [
2598
+ "hex_colors_color_colors",
2599
+ 1
2600
+ ],
2601
+ "range": {
2602
+ "end": 8,
2603
+ "start": 0
2604
+ }
2605
+ }
2606
+ ]
2607
+ }
2608
+ ]
2609
+ }
2314
2610
  ]
2315
2611
  },
2316
2612
  {
@@ -2320,6 +2616,7 @@
2320
2616
  },
2321
2617
  "contexts": [
2322
2618
  {
2619
+ "context_index": 1,
2323
2620
  "instance": true,
2324
2621
  "marker": "hexColor",
2325
2622
  "range": {
@@ -2341,9 +2638,13 @@
2341
2638
  },
2342
2639
  "objects": {
2343
2640
  "nameToUUID": {
2641
+ "articles": "articles2",
2642
+ "asking": "asking2",
2344
2643
  "colors": "colors1",
2345
2644
  "concept": "concept2",
2645
+ "conjunction": "conjunction2",
2346
2646
  "dialogues": "dialogues2",
2647
+ "evaluate": "evaluate2",
2347
2648
  "gdefaults": "gdefaults2",
2348
2649
  "hierarchy": "hierarchy2",
2349
2650
  "meta": "meta2",
@@ -2356,6 +2657,10 @@
2356
2657
  "tokenize": "tokenize2"
2357
2658
  },
2358
2659
  "namespaced": {
2660
+ "articles2": {
2661
+ },
2662
+ "asking2": {
2663
+ },
2359
2664
  "colors1": {
2360
2665
  },
2361
2666
  "concept2": {
@@ -2364,6 +2669,8 @@
2364
2669
  "valueToWords": [
2365
2670
  ]
2366
2671
  },
2672
+ "conjunction2": {
2673
+ },
2367
2674
  "dialogues2": {
2368
2675
  "idSuffix": "",
2369
2676
  "mentioned": [
@@ -2371,6 +2678,8 @@
2371
2678
  "variables": {
2372
2679
  }
2373
2680
  },
2681
+ "evaluate2": {
2682
+ },
2374
2683
  "gdefaults2": {
2375
2684
  },
2376
2685
  "hierarchy2": {
@@ -2383,9 +2692,14 @@
2383
2692
  },
2384
2693
  "properties2": {
2385
2694
  "children": {
2386
- "articlePOS": [
2695
+ "adjective": [
2696
+ "stm_before"
2697
+ ],
2698
+ "article": [
2387
2699
  "a",
2388
- "the"
2700
+ "the",
2701
+ "each",
2702
+ "every"
2389
2703
  ],
2390
2704
  "blue_colors": [
2391
2705
  "aqua_colors",
@@ -2439,12 +2753,12 @@
2439
2753
  "orAble"
2440
2754
  ],
2441
2755
  "object": [
2442
- "unknown",
2443
2756
  "what",
2444
2757
  "whose"
2445
2758
  ],
2446
2759
  "preposition": [
2447
2760
  "between",
2761
+ "propertyOf",
2448
2762
  "to"
2449
2763
  ],
2450
2764
  "pronoun": [
@@ -2461,20 +2775,23 @@
2461
2775
  "indigo_colors"
2462
2776
  ],
2463
2777
  "queryable": [
2778
+ "xfx",
2464
2779
  "hierarchyAble",
2465
2780
  "readonly",
2466
2781
  "property",
2467
2782
  "object",
2468
- "xfx",
2469
2783
  "concept",
2470
2784
  "doubleQuote",
2785
+ "theAble",
2471
2786
  "unknown",
2472
2787
  "it",
2473
2788
  "what",
2474
2789
  "whatAble",
2790
+ "negatable",
2475
2791
  "this",
2476
- "thisitthat",
2477
- "reason"
2792
+ "reason",
2793
+ "distributable",
2794
+ "thisitthat"
2478
2795
  ],
2479
2796
  "red_colors": [
2480
2797
  "crimson_colors"
@@ -2484,8 +2801,9 @@
2484
2801
  "object",
2485
2802
  "concept",
2486
2803
  "unknown",
2487
- "noun",
2488
- "reason"
2804
+ "reason",
2805
+ "memorable",
2806
+ "noun"
2489
2807
  ],
2490
2808
  "thisitthat": [
2491
2809
  "it",
@@ -2495,12 +2813,11 @@
2495
2813
  "toAble": [
2496
2814
  "it"
2497
2815
  ],
2498
- "unknown": [
2499
- "property"
2500
- ],
2501
- "verby": [
2816
+ "verb": [
2502
2817
  "modifies",
2503
- "is"
2818
+ "is",
2819
+ "remember",
2820
+ "evaluate"
2504
2821
  ],
2505
2822
  "white_colors": [
2506
2823
  "snow_colors",
@@ -2517,22 +2834,23 @@
2517
2834
  "properties",
2518
2835
  "unknown",
2519
2836
  "hierarchyAble",
2520
- "object",
2521
2837
  "what",
2838
+ "object",
2839
+ "xfx",
2522
2840
  "queryable",
2841
+ "between",
2842
+ "preposition",
2523
2843
  "readonly",
2524
- "property",
2525
- "xfx",
2526
- "theAble",
2527
- "whose",
2528
2844
  "have",
2529
2845
  "canBeDoQuestion",
2530
2846
  "canBeQuestion",
2531
- "between",
2532
- "preposition",
2847
+ "property",
2848
+ "theAble",
2849
+ "propertyOf",
2850
+ "whose",
2533
2851
  "concept",
2534
2852
  "modifies",
2535
- "verby",
2853
+ "verb",
2536
2854
  "doubleQuote",
2537
2855
  "it",
2538
2856
  "pronoun",
@@ -2540,18 +2858,27 @@
2540
2858
  "questionMark",
2541
2859
  "punctuation",
2542
2860
  "a",
2543
- "articlePOS",
2861
+ "article",
2544
2862
  "the",
2545
2863
  "whatAble",
2864
+ "negatable",
2546
2865
  "is",
2547
2866
  "toAble",
2548
2867
  "to",
2549
- "noun",
2550
- "thisitthat",
2551
2868
  "reason",
2552
- "that",
2869
+ "memorable",
2870
+ "remember",
2871
+ "stm_before",
2872
+ "adjective",
2553
2873
  "orAble",
2554
2874
  "ifAble",
2875
+ "evaluate",
2876
+ "each",
2877
+ "every",
2878
+ "distributable",
2879
+ "noun",
2880
+ "thisitthat",
2881
+ "that",
2555
2882
  "dark_colors",
2556
2883
  "brightness_colors",
2557
2884
  "light_colors",
@@ -2594,7 +2921,7 @@
2594
2921
  ],
2595
2922
  "parents": {
2596
2923
  "a": [
2597
- "articlePOS"
2924
+ "article"
2598
2925
  ],
2599
2926
  "aqua_colors": [
2600
2927
  "blue_colors"
@@ -2636,9 +2963,21 @@
2636
2963
  "dark_colors": [
2637
2964
  "brightness_colors"
2638
2965
  ],
2966
+ "distributable": [
2967
+ "queryable"
2968
+ ],
2639
2969
  "doubleQuote": [
2640
2970
  "queryable"
2641
2971
  ],
2972
+ "each": [
2973
+ "article"
2974
+ ],
2975
+ "evaluate": [
2976
+ "verb"
2977
+ ],
2978
+ "every": [
2979
+ "article"
2980
+ ],
2642
2981
  "gold_colors": [
2643
2982
  "yellow_colors"
2644
2983
  ],
@@ -2660,7 +2999,7 @@
2660
2999
  ],
2661
3000
  "is": [
2662
3001
  "canBeQuestion",
2663
- "verby"
3002
+ "verb"
2664
3003
  ],
2665
3004
  "it": [
2666
3005
  "pronoun",
@@ -2689,12 +3028,18 @@
2689
3028
  "maroon_colors": [
2690
3029
  "brown_colors"
2691
3030
  ],
3031
+ "memorable": [
3032
+ "theAble"
3033
+ ],
2692
3034
  "modifies": [
2693
- "verby"
3035
+ "verb"
2694
3036
  ],
2695
3037
  "navy_colors": [
2696
3038
  "blue_colors"
2697
3039
  ],
3040
+ "negatable": [
3041
+ "queryable"
3042
+ ],
2698
3043
  "noun": [
2699
3044
  "theAble"
2700
3045
  ],
@@ -2716,8 +3061,10 @@
2716
3061
  ],
2717
3062
  "property": [
2718
3063
  "queryable",
2719
- "theAble",
2720
- "unknown"
3064
+ "theAble"
3065
+ ],
3066
+ "propertyOf": [
3067
+ "preposition"
2721
3068
  ],
2722
3069
  "purple_colors": [
2723
3070
  "color_colors"
@@ -2735,6 +3082,9 @@
2735
3082
  "red_colors": [
2736
3083
  "color_colors"
2737
3084
  ],
3085
+ "remember": [
3086
+ "verb"
3087
+ ],
2738
3088
  "sienna_colors": [
2739
3089
  "brown_colors"
2740
3090
  ],
@@ -2744,6 +3094,9 @@
2744
3094
  "snow_colors": [
2745
3095
  "white_colors"
2746
3096
  ],
3097
+ "stm_before": [
3098
+ "adjective"
3099
+ ],
2747
3100
  "tan_colors": [
2748
3101
  "brown_colors"
2749
3102
  ],
@@ -2754,7 +3107,10 @@
2754
3107
  "thisitthat"
2755
3108
  ],
2756
3109
  "the": [
2757
- "articlePOS"
3110
+ "article"
3111
+ ],
3112
+ "theAble": [
3113
+ "queryable"
2758
3114
  ],
2759
3115
  "this": [
2760
3116
  "pronoun",
@@ -2772,7 +3128,6 @@
2772
3128
  ],
2773
3129
  "unknown": [
2774
3130
  "hierarchyAble",
2775
- "object",
2776
3131
  "theAble",
2777
3132
  "queryable"
2778
3133
  ],
@@ -2807,11 +3162,13 @@
2807
3162
  "root": {
2808
3163
  "a": {
2809
3164
  },
3165
+ "adjective": {
3166
+ },
2810
3167
  "aqua_colors": {
2811
3168
  },
2812
3169
  "aquamarine_colors": {
2813
3170
  },
2814
- "articlePOS": {
3171
+ "article": {
2815
3172
  },
2816
3173
  "azure_colors": {
2817
3174
  },
@@ -2843,8 +3200,16 @@
2843
3200
  },
2844
3201
  "dark_colors": {
2845
3202
  },
3203
+ "distributable": {
3204
+ },
2846
3205
  "doubleQuote": {
2847
3206
  },
3207
+ "each": {
3208
+ },
3209
+ "evaluate": {
3210
+ },
3211
+ "every": {
3212
+ },
2848
3213
  "gold_colors": {
2849
3214
  },
2850
3215
  "gray_colors": {
@@ -2877,10 +3242,14 @@
2877
3242
  },
2878
3243
  "maroon_colors": {
2879
3244
  },
3245
+ "memorable": {
3246
+ },
2880
3247
  "modifies": {
2881
3248
  },
2882
3249
  "navy_colors": {
2883
3250
  },
3251
+ "negatable": {
3252
+ },
2884
3253
  "noun": {
2885
3254
  },
2886
3255
  "object": {
@@ -2899,6 +3268,8 @@
2899
3268
  },
2900
3269
  "property": {
2901
3270
  },
3271
+ "propertyOf": {
3272
+ },
2902
3273
  "punctuation": {
2903
3274
  },
2904
3275
  "purple_colors": {
@@ -2913,12 +3284,16 @@
2913
3284
  },
2914
3285
  "red_colors": {
2915
3286
  },
3287
+ "remember": {
3288
+ },
2916
3289
  "sienna_colors": {
2917
3290
  },
2918
3291
  "silver_colors": {
2919
3292
  },
2920
3293
  "snow_colors": {
2921
3294
  },
3295
+ "stm_before": {
3296
+ },
2922
3297
  "tan_colors": {
2923
3298
  },
2924
3299
  "teal_colors": {
@@ -2941,7 +3316,7 @@
2941
3316
  },
2942
3317
  "unknown": {
2943
3318
  },
2944
- "verby": {
3319
+ "verb": {
2945
3320
  },
2946
3321
  "violet_colors": {
2947
3322
  },
@@ -2982,6 +3357,7 @@
2982
3357
  "processed": [
2983
3358
  {
2984
3359
  "context": {
3360
+ "context_index": 1,
2985
3361
  "instance": true,
2986
3362
  "marker": "hexColor",
2987
3363
  "range": {
@@ -3002,6 +3378,7 @@
3002
3378
  },
3003
3379
  {
3004
3380
  "context": {
3381
+ "context_index": 1,
3005
3382
  "dead": true,
3006
3383
  "default": true,
3007
3384
  "level": 1,
@@ -3010,6 +3387,7 @@
3010
3387
  "end": 12,
3011
3388
  "start": 0
3012
3389
  },
3390
+ "raw_text": "resetIdSuffix",
3013
3391
  "text": "resetidsuffix",
3014
3392
  "topLevel": true,
3015
3393
  "touchedBy": [
@@ -3043,6 +3421,7 @@
3043
3421
  "value": "color_colors",
3044
3422
  "word": "color"
3045
3423
  },
3424
+ "context_index": 1,
3046
3425
  "dead": true,
3047
3426
  "flatten": false,
3048
3427
  "level": 1,
@@ -3099,6 +3478,7 @@
3099
3478
  "value": "color_colors",
3100
3479
  "word": "colors"
3101
3480
  },
3481
+ "context_index": 1,
3102
3482
  "dead": true,
3103
3483
  "flatten": false,
3104
3484
  "level": 1,
@@ -3142,6 +3522,7 @@
3142
3522
  },
3143
3523
  {
3144
3524
  "context": {
3525
+ "context_index": 1,
3145
3526
  "dead": true,
3146
3527
  "level": 2,
3147
3528
  "marker": "is",
@@ -3172,6 +3553,9 @@
3172
3553
  "start": 0
3173
3554
  },
3174
3555
  "text": "silver",
3556
+ "types": [
3557
+ "unknown"
3558
+ ],
3175
3559
  "unknown": true,
3176
3560
  "value": "silver",
3177
3561
  "word": "silver"
@@ -3185,6 +3569,9 @@
3185
3569
  "start": 11
3186
3570
  },
3187
3571
  "text": "black",
3572
+ "types": [
3573
+ "unknown"
3574
+ ],
3188
3575
  "unknown": true,
3189
3576
  "value": "black",
3190
3577
  "word": "black"
@@ -3216,6 +3603,7 @@
3216
3603
  "text": "a",
3217
3604
  "word": "a"
3218
3605
  },
3606
+ "instance": true,
3219
3607
  "level": 1,
3220
3608
  "marker": "gray_colors",
3221
3609
  "modifiers": [
@@ -3248,6 +3636,7 @@
3248
3636
  },
3249
3637
  {
3250
3638
  "context": {
3639
+ "context_index": 1,
3251
3640
  "dead": true,
3252
3641
  "level": 2,
3253
3642
  "marker": "is",
@@ -3293,6 +3682,9 @@
3293
3682
  "start": 0
3294
3683
  },
3295
3684
  "text": "snow,",
3685
+ "types": [
3686
+ "unknown"
3687
+ ],
3296
3688
  "unknown": true,
3297
3689
  "value": "snow",
3298
3690
  "word": "snow"
@@ -3321,6 +3713,9 @@
3321
3713
  "start": 6
3322
3714
  },
3323
3715
  "text": "azure,",
3716
+ "types": [
3717
+ "unknown"
3718
+ ],
3324
3719
  "unknown": true,
3325
3720
  "value": "azure",
3326
3721
  "word": "azure"
@@ -3334,6 +3729,9 @@
3334
3729
  "start": 13
3335
3730
  },
3336
3731
  "text": "beige",
3732
+ "types": [
3733
+ "unknown"
3734
+ ],
3337
3735
  "unknown": true,
3338
3736
  "value": "beige",
3339
3737
  "word": "beige"
@@ -3347,6 +3745,9 @@
3347
3745
  "start": 23
3348
3746
  },
3349
3747
  "text": "ivory",
3748
+ "types": [
3749
+ "unknown"
3750
+ ],
3350
3751
  "unknown": true,
3351
3752
  "value": "ivory",
3352
3753
  "word": "ivory"
@@ -3378,6 +3779,7 @@
3378
3779
  "text": "a",
3379
3780
  "word": "a"
3380
3781
  },
3782
+ "instance": true,
3381
3783
  "level": 1,
3382
3784
  "marker": "white_colors",
3383
3785
  "modifiers": [
@@ -3419,6 +3821,25 @@
3419
3821
  "query": "#123456",
3420
3822
  "responses": [
3421
3823
  ""
3824
+ ],
3825
+ "summaries": [
3826
+ {
3827
+ "length": 1,
3828
+ "summaries": [
3829
+ {
3830
+ "counter": 1,
3831
+ "operators": [
3832
+ {
3833
+ "marker": "hexColor",
3834
+ "range": {
3835
+ "end": 6,
3836
+ "start": 0
3837
+ }
3838
+ }
3839
+ ]
3840
+ }
3841
+ ]
3842
+ }
3422
3843
  ]
3423
3844
  },
3424
3845
  {
@@ -3428,6 +3849,7 @@
3428
3849
  },
3429
3850
  "contexts": [
3430
3851
  {
3852
+ "context_index": 1,
3431
3853
  "instance": true,
3432
3854
  "marker": "hexColor",
3433
3855
  "range": {
@@ -3440,6 +3862,7 @@
3440
3862
  "word": "#1234"
3441
3863
  },
3442
3864
  {
3865
+ "context_index": 3,
3443
3866
  "dead": true,
3444
3867
  "level": 1,
3445
3868
  "marker": "unknown",
@@ -3447,6 +3870,7 @@
3447
3870
  "end": 6,
3448
3871
  "start": 5
3449
3872
  },
3873
+ "raw_text": "T6",
3450
3874
  "text": "t6",
3451
3875
  "topLevel": true,
3452
3876
  "unknown": true,
@@ -3477,9 +3901,13 @@
3477
3901
  },
3478
3902
  "objects": {
3479
3903
  "nameToUUID": {
3904
+ "articles": "articles2",
3905
+ "asking": "asking2",
3480
3906
  "colors": "colors1",
3481
3907
  "concept": "concept2",
3908
+ "conjunction": "conjunction2",
3482
3909
  "dialogues": "dialogues2",
3910
+ "evaluate": "evaluate2",
3483
3911
  "gdefaults": "gdefaults2",
3484
3912
  "hierarchy": "hierarchy2",
3485
3913
  "meta": "meta2",
@@ -3492,6 +3920,10 @@
3492
3920
  "tokenize": "tokenize2"
3493
3921
  },
3494
3922
  "namespaced": {
3923
+ "articles2": {
3924
+ },
3925
+ "asking2": {
3926
+ },
3495
3927
  "colors1": {
3496
3928
  },
3497
3929
  "concept2": {
@@ -3500,6 +3932,8 @@
3500
3932
  "valueToWords": [
3501
3933
  ]
3502
3934
  },
3935
+ "conjunction2": {
3936
+ },
3503
3937
  "dialogues2": {
3504
3938
  "idSuffix": "",
3505
3939
  "mentioned": [
@@ -3507,6 +3941,8 @@
3507
3941
  "variables": {
3508
3942
  }
3509
3943
  },
3944
+ "evaluate2": {
3945
+ },
3510
3946
  "gdefaults2": {
3511
3947
  },
3512
3948
  "hierarchy2": {
@@ -3519,9 +3955,14 @@
3519
3955
  },
3520
3956
  "properties2": {
3521
3957
  "children": {
3522
- "articlePOS": [
3958
+ "adjective": [
3959
+ "stm_before"
3960
+ ],
3961
+ "article": [
3523
3962
  "a",
3524
- "the"
3963
+ "the",
3964
+ "each",
3965
+ "every"
3525
3966
  ],
3526
3967
  "blue_colors": [
3527
3968
  "aqua_colors",
@@ -3575,12 +4016,12 @@
3575
4016
  "orAble"
3576
4017
  ],
3577
4018
  "object": [
3578
- "unknown",
3579
4019
  "what",
3580
4020
  "whose"
3581
4021
  ],
3582
4022
  "preposition": [
3583
4023
  "between",
4024
+ "propertyOf",
3584
4025
  "to"
3585
4026
  ],
3586
4027
  "pronoun": [
@@ -3597,20 +4038,23 @@
3597
4038
  "indigo_colors"
3598
4039
  ],
3599
4040
  "queryable": [
4041
+ "xfx",
3600
4042
  "hierarchyAble",
3601
4043
  "readonly",
3602
4044
  "property",
3603
4045
  "object",
3604
- "xfx",
3605
4046
  "concept",
3606
4047
  "doubleQuote",
4048
+ "theAble",
3607
4049
  "unknown",
3608
4050
  "it",
3609
4051
  "what",
3610
4052
  "whatAble",
4053
+ "negatable",
3611
4054
  "this",
3612
- "thisitthat",
3613
- "reason"
4055
+ "reason",
4056
+ "distributable",
4057
+ "thisitthat"
3614
4058
  ],
3615
4059
  "red_colors": [
3616
4060
  "crimson_colors"
@@ -3620,8 +4064,9 @@
3620
4064
  "object",
3621
4065
  "concept",
3622
4066
  "unknown",
3623
- "noun",
3624
- "reason"
4067
+ "reason",
4068
+ "memorable",
4069
+ "noun"
3625
4070
  ],
3626
4071
  "thisitthat": [
3627
4072
  "it",
@@ -3631,12 +4076,11 @@
3631
4076
  "toAble": [
3632
4077
  "it"
3633
4078
  ],
3634
- "unknown": [
3635
- "property"
3636
- ],
3637
- "verby": [
4079
+ "verb": [
3638
4080
  "modifies",
3639
- "is"
4081
+ "is",
4082
+ "remember",
4083
+ "evaluate"
3640
4084
  ],
3641
4085
  "white_colors": [
3642
4086
  "snow_colors",
@@ -3653,22 +4097,23 @@
3653
4097
  "properties",
3654
4098
  "unknown",
3655
4099
  "hierarchyAble",
3656
- "object",
3657
4100
  "what",
4101
+ "object",
4102
+ "xfx",
3658
4103
  "queryable",
4104
+ "between",
4105
+ "preposition",
3659
4106
  "readonly",
3660
- "property",
3661
- "xfx",
3662
- "theAble",
3663
- "whose",
3664
4107
  "have",
3665
4108
  "canBeDoQuestion",
3666
4109
  "canBeQuestion",
3667
- "between",
3668
- "preposition",
4110
+ "property",
4111
+ "theAble",
4112
+ "propertyOf",
4113
+ "whose",
3669
4114
  "concept",
3670
4115
  "modifies",
3671
- "verby",
4116
+ "verb",
3672
4117
  "doubleQuote",
3673
4118
  "it",
3674
4119
  "pronoun",
@@ -3676,18 +4121,27 @@
3676
4121
  "questionMark",
3677
4122
  "punctuation",
3678
4123
  "a",
3679
- "articlePOS",
4124
+ "article",
3680
4125
  "the",
3681
4126
  "whatAble",
4127
+ "negatable",
3682
4128
  "is",
3683
4129
  "toAble",
3684
4130
  "to",
3685
- "noun",
3686
- "thisitthat",
3687
4131
  "reason",
3688
- "that",
4132
+ "memorable",
4133
+ "remember",
4134
+ "stm_before",
4135
+ "adjective",
3689
4136
  "orAble",
3690
4137
  "ifAble",
4138
+ "evaluate",
4139
+ "each",
4140
+ "every",
4141
+ "distributable",
4142
+ "noun",
4143
+ "thisitthat",
4144
+ "that",
3691
4145
  "dark_colors",
3692
4146
  "brightness_colors",
3693
4147
  "light_colors",
@@ -3730,7 +4184,7 @@
3730
4184
  ],
3731
4185
  "parents": {
3732
4186
  "a": [
3733
- "articlePOS"
4187
+ "article"
3734
4188
  ],
3735
4189
  "aqua_colors": [
3736
4190
  "blue_colors"
@@ -3772,9 +4226,21 @@
3772
4226
  "dark_colors": [
3773
4227
  "brightness_colors"
3774
4228
  ],
4229
+ "distributable": [
4230
+ "queryable"
4231
+ ],
3775
4232
  "doubleQuote": [
3776
4233
  "queryable"
3777
4234
  ],
4235
+ "each": [
4236
+ "article"
4237
+ ],
4238
+ "evaluate": [
4239
+ "verb"
4240
+ ],
4241
+ "every": [
4242
+ "article"
4243
+ ],
3778
4244
  "gold_colors": [
3779
4245
  "yellow_colors"
3780
4246
  ],
@@ -3796,7 +4262,7 @@
3796
4262
  ],
3797
4263
  "is": [
3798
4264
  "canBeQuestion",
3799
- "verby"
4265
+ "verb"
3800
4266
  ],
3801
4267
  "it": [
3802
4268
  "pronoun",
@@ -3825,12 +4291,18 @@
3825
4291
  "maroon_colors": [
3826
4292
  "brown_colors"
3827
4293
  ],
4294
+ "memorable": [
4295
+ "theAble"
4296
+ ],
3828
4297
  "modifies": [
3829
- "verby"
4298
+ "verb"
3830
4299
  ],
3831
4300
  "navy_colors": [
3832
4301
  "blue_colors"
3833
4302
  ],
4303
+ "negatable": [
4304
+ "queryable"
4305
+ ],
3834
4306
  "noun": [
3835
4307
  "theAble"
3836
4308
  ],
@@ -3852,8 +4324,10 @@
3852
4324
  ],
3853
4325
  "property": [
3854
4326
  "queryable",
3855
- "theAble",
3856
- "unknown"
4327
+ "theAble"
4328
+ ],
4329
+ "propertyOf": [
4330
+ "preposition"
3857
4331
  ],
3858
4332
  "purple_colors": [
3859
4333
  "color_colors"
@@ -3871,6 +4345,9 @@
3871
4345
  "red_colors": [
3872
4346
  "color_colors"
3873
4347
  ],
4348
+ "remember": [
4349
+ "verb"
4350
+ ],
3874
4351
  "sienna_colors": [
3875
4352
  "brown_colors"
3876
4353
  ],
@@ -3880,6 +4357,9 @@
3880
4357
  "snow_colors": [
3881
4358
  "white_colors"
3882
4359
  ],
4360
+ "stm_before": [
4361
+ "adjective"
4362
+ ],
3883
4363
  "tan_colors": [
3884
4364
  "brown_colors"
3885
4365
  ],
@@ -3890,7 +4370,10 @@
3890
4370
  "thisitthat"
3891
4371
  ],
3892
4372
  "the": [
3893
- "articlePOS"
4373
+ "article"
4374
+ ],
4375
+ "theAble": [
4376
+ "queryable"
3894
4377
  ],
3895
4378
  "this": [
3896
4379
  "pronoun",
@@ -3908,7 +4391,6 @@
3908
4391
  ],
3909
4392
  "unknown": [
3910
4393
  "hierarchyAble",
3911
- "object",
3912
4394
  "theAble",
3913
4395
  "queryable"
3914
4396
  ],
@@ -3943,11 +4425,13 @@
3943
4425
  "root": {
3944
4426
  "a": {
3945
4427
  },
4428
+ "adjective": {
4429
+ },
3946
4430
  "aqua_colors": {
3947
4431
  },
3948
4432
  "aquamarine_colors": {
3949
4433
  },
3950
- "articlePOS": {
4434
+ "article": {
3951
4435
  },
3952
4436
  "azure_colors": {
3953
4437
  },
@@ -3979,8 +4463,16 @@
3979
4463
  },
3980
4464
  "dark_colors": {
3981
4465
  },
4466
+ "distributable": {
4467
+ },
3982
4468
  "doubleQuote": {
3983
4469
  },
4470
+ "each": {
4471
+ },
4472
+ "evaluate": {
4473
+ },
4474
+ "every": {
4475
+ },
3984
4476
  "gold_colors": {
3985
4477
  },
3986
4478
  "gray_colors": {
@@ -4013,10 +4505,14 @@
4013
4505
  },
4014
4506
  "maroon_colors": {
4015
4507
  },
4508
+ "memorable": {
4509
+ },
4016
4510
  "modifies": {
4017
4511
  },
4018
4512
  "navy_colors": {
4019
4513
  },
4514
+ "negatable": {
4515
+ },
4020
4516
  "noun": {
4021
4517
  },
4022
4518
  "object": {
@@ -4035,6 +4531,8 @@
4035
4531
  },
4036
4532
  "property": {
4037
4533
  },
4534
+ "propertyOf": {
4535
+ },
4038
4536
  "punctuation": {
4039
4537
  },
4040
4538
  "purple_colors": {
@@ -4049,12 +4547,16 @@
4049
4547
  },
4050
4548
  "red_colors": {
4051
4549
  },
4550
+ "remember": {
4551
+ },
4052
4552
  "sienna_colors": {
4053
4553
  },
4054
4554
  "silver_colors": {
4055
4555
  },
4056
4556
  "snow_colors": {
4057
4557
  },
4558
+ "stm_before": {
4559
+ },
4058
4560
  "tan_colors": {
4059
4561
  },
4060
4562
  "teal_colors": {
@@ -4077,7 +4579,7 @@
4077
4579
  },
4078
4580
  "unknown": {
4079
4581
  },
4080
- "verby": {
4582
+ "verb": {
4081
4583
  },
4082
4584
  "violet_colors": {
4083
4585
  },
@@ -4118,6 +4620,7 @@
4118
4620
  "processed": [
4119
4621
  {
4120
4622
  "context": {
4623
+ "context_index": 3,
4121
4624
  "dead": true,
4122
4625
  "level": 1,
4123
4626
  "marker": "unknown",
@@ -4125,6 +4628,7 @@
4125
4628
  "end": 6,
4126
4629
  "start": 5
4127
4630
  },
4631
+ "raw_text": "T6",
4128
4632
  "text": "t6",
4129
4633
  "topLevel": true,
4130
4634
  "unknown": true,
@@ -4141,6 +4645,7 @@
4141
4645
  },
4142
4646
  {
4143
4647
  "context": {
4648
+ "context_index": 1,
4144
4649
  "instance": true,
4145
4650
  "marker": "hexColor",
4146
4651
  "range": {
@@ -4162,6 +4667,7 @@
4162
4667
  },
4163
4668
  {
4164
4669
  "context": {
4670
+ "context_index": 1,
4165
4671
  "dead": true,
4166
4672
  "default": true,
4167
4673
  "level": 1,
@@ -4170,6 +4676,7 @@
4170
4676
  "end": 12,
4171
4677
  "start": 0
4172
4678
  },
4679
+ "raw_text": "resetIdSuffix",
4173
4680
  "text": "resetidsuffix",
4174
4681
  "topLevel": true,
4175
4682
  "touchedBy": [
@@ -4203,6 +4710,7 @@
4203
4710
  "value": "color_colors",
4204
4711
  "word": "color"
4205
4712
  },
4713
+ "context_index": 1,
4206
4714
  "dead": true,
4207
4715
  "flatten": false,
4208
4716
  "level": 1,
@@ -4259,6 +4767,7 @@
4259
4767
  "value": "color_colors",
4260
4768
  "word": "colors"
4261
4769
  },
4770
+ "context_index": 1,
4262
4771
  "dead": true,
4263
4772
  "flatten": false,
4264
4773
  "level": 1,
@@ -4302,6 +4811,7 @@
4302
4811
  },
4303
4812
  {
4304
4813
  "context": {
4814
+ "context_index": 1,
4305
4815
  "dead": true,
4306
4816
  "level": 2,
4307
4817
  "marker": "is",
@@ -4332,6 +4842,9 @@
4332
4842
  "start": 0
4333
4843
  },
4334
4844
  "text": "silver",
4845
+ "types": [
4846
+ "unknown"
4847
+ ],
4335
4848
  "unknown": true,
4336
4849
  "value": "silver",
4337
4850
  "word": "silver"
@@ -4345,6 +4858,9 @@
4345
4858
  "start": 11
4346
4859
  },
4347
4860
  "text": "black",
4861
+ "types": [
4862
+ "unknown"
4863
+ ],
4348
4864
  "unknown": true,
4349
4865
  "value": "black",
4350
4866
  "word": "black"
@@ -4376,6 +4892,7 @@
4376
4892
  "text": "a",
4377
4893
  "word": "a"
4378
4894
  },
4895
+ "instance": true,
4379
4896
  "level": 1,
4380
4897
  "marker": "gray_colors",
4381
4898
  "modifiers": [
@@ -4420,6 +4937,57 @@
4420
4937
  "responses": [
4421
4938
  "",
4422
4939
  ""
4940
+ ],
4941
+ "summaries": [
4942
+ {
4943
+ "length": 2,
4944
+ "summaries": [
4945
+ {
4946
+ "counter": 1,
4947
+ "operators": [
4948
+ {
4949
+ "marker": "hexColor",
4950
+ "range": {
4951
+ "end": 4,
4952
+ "start": 0
4953
+ }
4954
+ },
4955
+ {
4956
+ "marker": [
4957
+ "unknown",
4958
+ 0
4959
+ ],
4960
+ "range": {
4961
+ "end": 6,
4962
+ "start": 5
4963
+ }
4964
+ }
4965
+ ]
4966
+ },
4967
+ {
4968
+ "counter": 2,
4969
+ "operators": [
4970
+ {
4971
+ "marker": "hexColor",
4972
+ "range": {
4973
+ "end": 4,
4974
+ "start": 0
4975
+ }
4976
+ },
4977
+ {
4978
+ "marker": [
4979
+ "unknown",
4980
+ 1
4981
+ ],
4982
+ "range": {
4983
+ "end": 6,
4984
+ "start": 5
4985
+ }
4986
+ }
4987
+ ]
4988
+ }
4989
+ ]
4990
+ }
4423
4991
  ]
4424
4992
  }
4425
4993
  ]