tpmkms_4wp 8.9.1-beta.25 → 8.9.1-beta.26

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 (56) hide show
  1. package/common/articles.test.json +172 -4
  2. package/common/asking.test.json +731 -19
  3. package/common/avatar.test.json +3703 -1884
  4. package/common/characters.test.json +890 -112
  5. package/common/colors.test.json +632 -136
  6. package/common/comparable.test.json +3057 -601
  7. package/common/concept.test.json +1517 -453
  8. package/common/conjunction.test.json +112 -1
  9. package/common/countable.test.json +862 -66
  10. package/common/crew.test.json +5322 -918
  11. package/common/currency.test.json +564 -64
  12. package/common/dialogues.test.json +3617 -1221
  13. package/common/dimension.test.json +18934 -12493
  14. package/common/edible.test.json +898 -168
  15. package/common/emotions.test.json +609 -107
  16. package/common/errors.test.json +49 -0
  17. package/common/evaluate.test.json +79 -1
  18. package/common/events.test.json +2020 -308
  19. package/common/fastfood.test.json +29023 -2294
  20. package/common/formulas.test.json +6602 -3800
  21. package/common/help.test.json +144 -0
  22. package/common/hierarchy.test.json +45023 -19454
  23. package/common/javascript.test.json +115 -11
  24. package/common/kirk.test.json +788 -255
  25. package/common/length.test.json +4300 -2051
  26. package/common/listener.test.json +24 -1
  27. package/common/math.test.json +27147 -15408
  28. package/common/meta.test.json +2436 -253
  29. package/common/nameable.test.json +4185 -1467
  30. package/common/negation.test.json +92 -8
  31. package/common/numbers.test.json +144 -0
  32. package/common/ordering.test.json +1060 -281
  33. package/common/ordinals.test.json +183 -6
  34. package/common/people.test.json +13917 -7609
  35. package/common/percentages.test.json +158 -0
  36. package/common/pipboy.test.json +14457 -5640
  37. package/common/pokemon.test.json +1321 -406
  38. package/common/pressure.test.json +1170 -348
  39. package/common/properties.test.json +33010 -11800
  40. package/common/punctuation.test.json +168 -0
  41. package/common/reports.test.json +7583 -204
  42. package/common/scorekeeper.test.json +25112 -12632
  43. package/common/sizeable.test.json +945 -215
  44. package/common/spock.test.json +788 -255
  45. package/common/stgame.test.json +890 -108
  46. package/common/stm.test.json +461 -9
  47. package/common/tell.test.json +119 -1
  48. package/common/temperature.test.json +1272 -480
  49. package/common/testing.test.json +51 -1
  50. package/common/time.test.json +4994 -1241
  51. package/common/tokenize.test.json +24 -0
  52. package/common/ui.test.json +4337 -157
  53. package/common/weight.test.json +6168 -3160
  54. package/common/wp.test.json +12342 -514
  55. package/common/yesno.test.json +108 -4
  56. package/package.json +2 -2
@@ -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,28 @@
1122
1228
  "query": "red",
1123
1229
  "responses": [
1124
1230
  ""
1231
+ ],
1232
+ "summaries": [
1233
+ [
1234
+ {
1235
+ "counter": 1,
1236
+ "operators": [
1237
+ [
1238
+ "red_colors",
1239
+ 0
1240
+ ]
1241
+ ]
1242
+ },
1243
+ {
1244
+ "counter": 2,
1245
+ "operators": [
1246
+ [
1247
+ "red_colors",
1248
+ 1
1249
+ ]
1250
+ ]
1251
+ }
1252
+ ]
1125
1253
  ]
1126
1254
  },
1127
1255
  {
@@ -1142,6 +1270,7 @@
1142
1270
  "contexts": [
1143
1271
  {
1144
1272
  "atomic": true,
1273
+ "context_index": 1,
1145
1274
  "dead": true,
1146
1275
  "level": 1,
1147
1276
  "marker": "hex_colors_color_colors",
@@ -1208,9 +1337,13 @@
1208
1337
  },
1209
1338
  "objects": {
1210
1339
  "nameToUUID": {
1340
+ "articles": "articles2",
1341
+ "asking": "asking2",
1211
1342
  "colors": "colors1",
1212
1343
  "concept": "concept2",
1344
+ "conjunction": "conjunction2",
1213
1345
  "dialogues": "dialogues2",
1346
+ "evaluate": "evaluate2",
1214
1347
  "gdefaults": "gdefaults2",
1215
1348
  "hierarchy": "hierarchy2",
1216
1349
  "meta": "meta2",
@@ -1223,6 +1356,10 @@
1223
1356
  "tokenize": "tokenize2"
1224
1357
  },
1225
1358
  "namespaced": {
1359
+ "articles2": {
1360
+ },
1361
+ "asking2": {
1362
+ },
1226
1363
  "colors1": {
1227
1364
  },
1228
1365
  "concept2": {
@@ -1231,6 +1368,8 @@
1231
1368
  "valueToWords": [
1232
1369
  ]
1233
1370
  },
1371
+ "conjunction2": {
1372
+ },
1234
1373
  "dialogues2": {
1235
1374
  "idSuffix": "",
1236
1375
  "mentioned": [
@@ -1238,6 +1377,8 @@
1238
1377
  "variables": {
1239
1378
  }
1240
1379
  },
1380
+ "evaluate2": {
1381
+ },
1241
1382
  "gdefaults2": {
1242
1383
  },
1243
1384
  "hierarchy2": {
@@ -1250,9 +1391,14 @@
1250
1391
  },
1251
1392
  "properties2": {
1252
1393
  "children": {
1253
- "articlePOS": [
1394
+ "adjective": [
1395
+ "stm_before"
1396
+ ],
1397
+ "article": [
1254
1398
  "a",
1255
- "the"
1399
+ "the",
1400
+ "each",
1401
+ "every"
1256
1402
  ],
1257
1403
  "blue_colors": [
1258
1404
  "aqua_colors",
@@ -1306,12 +1452,12 @@
1306
1452
  "orAble"
1307
1453
  ],
1308
1454
  "object": [
1309
- "unknown",
1310
1455
  "what",
1311
1456
  "whose"
1312
1457
  ],
1313
1458
  "preposition": [
1314
1459
  "between",
1460
+ "propertyOf",
1315
1461
  "to"
1316
1462
  ],
1317
1463
  "pronoun": [
@@ -1328,20 +1474,23 @@
1328
1474
  "indigo_colors"
1329
1475
  ],
1330
1476
  "queryable": [
1477
+ "xfx",
1331
1478
  "hierarchyAble",
1332
1479
  "readonly",
1333
1480
  "property",
1334
1481
  "object",
1335
- "xfx",
1336
1482
  "concept",
1337
1483
  "doubleQuote",
1484
+ "theAble",
1338
1485
  "unknown",
1339
1486
  "it",
1340
1487
  "what",
1341
1488
  "whatAble",
1489
+ "negatable",
1342
1490
  "this",
1343
- "thisitthat",
1344
- "reason"
1491
+ "reason",
1492
+ "distributable",
1493
+ "thisitthat"
1345
1494
  ],
1346
1495
  "red_colors": [
1347
1496
  "crimson_colors"
@@ -1351,8 +1500,9 @@
1351
1500
  "object",
1352
1501
  "concept",
1353
1502
  "unknown",
1354
- "noun",
1355
- "reason"
1503
+ "reason",
1504
+ "memorable",
1505
+ "noun"
1356
1506
  ],
1357
1507
  "thisitthat": [
1358
1508
  "it",
@@ -1362,12 +1512,11 @@
1362
1512
  "toAble": [
1363
1513
  "it"
1364
1514
  ],
1365
- "unknown": [
1366
- "property"
1367
- ],
1368
- "verby": [
1515
+ "verb": [
1369
1516
  "modifies",
1370
- "is"
1517
+ "is",
1518
+ "remember",
1519
+ "evaluate"
1371
1520
  ],
1372
1521
  "white_colors": [
1373
1522
  "snow_colors",
@@ -1384,22 +1533,23 @@
1384
1533
  "properties",
1385
1534
  "unknown",
1386
1535
  "hierarchyAble",
1387
- "object",
1388
1536
  "what",
1537
+ "object",
1538
+ "xfx",
1389
1539
  "queryable",
1540
+ "between",
1541
+ "preposition",
1390
1542
  "readonly",
1391
- "property",
1392
- "xfx",
1393
- "theAble",
1394
- "whose",
1395
1543
  "have",
1396
1544
  "canBeDoQuestion",
1397
1545
  "canBeQuestion",
1398
- "between",
1399
- "preposition",
1546
+ "property",
1547
+ "theAble",
1548
+ "propertyOf",
1549
+ "whose",
1400
1550
  "concept",
1401
1551
  "modifies",
1402
- "verby",
1552
+ "verb",
1403
1553
  "doubleQuote",
1404
1554
  "it",
1405
1555
  "pronoun",
@@ -1407,18 +1557,27 @@
1407
1557
  "questionMark",
1408
1558
  "punctuation",
1409
1559
  "a",
1410
- "articlePOS",
1560
+ "article",
1411
1561
  "the",
1412
1562
  "whatAble",
1563
+ "negatable",
1413
1564
  "is",
1414
1565
  "toAble",
1415
1566
  "to",
1416
- "noun",
1417
- "thisitthat",
1418
1567
  "reason",
1419
- "that",
1568
+ "memorable",
1569
+ "remember",
1570
+ "stm_before",
1571
+ "adjective",
1420
1572
  "orAble",
1421
1573
  "ifAble",
1574
+ "evaluate",
1575
+ "each",
1576
+ "every",
1577
+ "distributable",
1578
+ "noun",
1579
+ "thisitthat",
1580
+ "that",
1422
1581
  "dark_colors",
1423
1582
  "brightness_colors",
1424
1583
  "light_colors",
@@ -1461,7 +1620,7 @@
1461
1620
  ],
1462
1621
  "parents": {
1463
1622
  "a": [
1464
- "articlePOS"
1623
+ "article"
1465
1624
  ],
1466
1625
  "aqua_colors": [
1467
1626
  "blue_colors"
@@ -1503,9 +1662,21 @@
1503
1662
  "dark_colors": [
1504
1663
  "brightness_colors"
1505
1664
  ],
1665
+ "distributable": [
1666
+ "queryable"
1667
+ ],
1506
1668
  "doubleQuote": [
1507
1669
  "queryable"
1508
1670
  ],
1671
+ "each": [
1672
+ "article"
1673
+ ],
1674
+ "evaluate": [
1675
+ "verb"
1676
+ ],
1677
+ "every": [
1678
+ "article"
1679
+ ],
1509
1680
  "gold_colors": [
1510
1681
  "yellow_colors"
1511
1682
  ],
@@ -1527,7 +1698,7 @@
1527
1698
  ],
1528
1699
  "is": [
1529
1700
  "canBeQuestion",
1530
- "verby"
1701
+ "verb"
1531
1702
  ],
1532
1703
  "it": [
1533
1704
  "pronoun",
@@ -1556,12 +1727,18 @@
1556
1727
  "maroon_colors": [
1557
1728
  "brown_colors"
1558
1729
  ],
1730
+ "memorable": [
1731
+ "theAble"
1732
+ ],
1559
1733
  "modifies": [
1560
- "verby"
1734
+ "verb"
1561
1735
  ],
1562
1736
  "navy_colors": [
1563
1737
  "blue_colors"
1564
1738
  ],
1739
+ "negatable": [
1740
+ "queryable"
1741
+ ],
1565
1742
  "noun": [
1566
1743
  "theAble"
1567
1744
  ],
@@ -1583,8 +1760,10 @@
1583
1760
  ],
1584
1761
  "property": [
1585
1762
  "queryable",
1586
- "theAble",
1587
- "unknown"
1763
+ "theAble"
1764
+ ],
1765
+ "propertyOf": [
1766
+ "preposition"
1588
1767
  ],
1589
1768
  "purple_colors": [
1590
1769
  "color_colors"
@@ -1602,6 +1781,9 @@
1602
1781
  "red_colors": [
1603
1782
  "color_colors"
1604
1783
  ],
1784
+ "remember": [
1785
+ "verb"
1786
+ ],
1605
1787
  "sienna_colors": [
1606
1788
  "brown_colors"
1607
1789
  ],
@@ -1611,6 +1793,9 @@
1611
1793
  "snow_colors": [
1612
1794
  "white_colors"
1613
1795
  ],
1796
+ "stm_before": [
1797
+ "adjective"
1798
+ ],
1614
1799
  "tan_colors": [
1615
1800
  "brown_colors"
1616
1801
  ],
@@ -1621,7 +1806,10 @@
1621
1806
  "thisitthat"
1622
1807
  ],
1623
1808
  "the": [
1624
- "articlePOS"
1809
+ "article"
1810
+ ],
1811
+ "theAble": [
1812
+ "queryable"
1625
1813
  ],
1626
1814
  "this": [
1627
1815
  "pronoun",
@@ -1639,7 +1827,6 @@
1639
1827
  ],
1640
1828
  "unknown": [
1641
1829
  "hierarchyAble",
1642
- "object",
1643
1830
  "theAble",
1644
1831
  "queryable"
1645
1832
  ],
@@ -1674,11 +1861,13 @@
1674
1861
  "root": {
1675
1862
  "a": {
1676
1863
  },
1864
+ "adjective": {
1865
+ },
1677
1866
  "aqua_colors": {
1678
1867
  },
1679
1868
  "aquamarine_colors": {
1680
1869
  },
1681
- "articlePOS": {
1870
+ "article": {
1682
1871
  },
1683
1872
  "azure_colors": {
1684
1873
  },
@@ -1710,8 +1899,16 @@
1710
1899
  },
1711
1900
  "dark_colors": {
1712
1901
  },
1902
+ "distributable": {
1903
+ },
1713
1904
  "doubleQuote": {
1714
1905
  },
1906
+ "each": {
1907
+ },
1908
+ "evaluate": {
1909
+ },
1910
+ "every": {
1911
+ },
1715
1912
  "gold_colors": {
1716
1913
  },
1717
1914
  "gray_colors": {
@@ -1744,10 +1941,14 @@
1744
1941
  },
1745
1942
  "maroon_colors": {
1746
1943
  },
1944
+ "memorable": {
1945
+ },
1747
1946
  "modifies": {
1748
1947
  },
1749
1948
  "navy_colors": {
1750
1949
  },
1950
+ "negatable": {
1951
+ },
1751
1952
  "noun": {
1752
1953
  },
1753
1954
  "object": {
@@ -1766,6 +1967,8 @@
1766
1967
  },
1767
1968
  "property": {
1768
1969
  },
1970
+ "propertyOf": {
1971
+ },
1769
1972
  "punctuation": {
1770
1973
  },
1771
1974
  "purple_colors": {
@@ -1780,12 +1983,16 @@
1780
1983
  },
1781
1984
  "red_colors": {
1782
1985
  },
1986
+ "remember": {
1987
+ },
1783
1988
  "sienna_colors": {
1784
1989
  },
1785
1990
  "silver_colors": {
1786
1991
  },
1787
1992
  "snow_colors": {
1788
1993
  },
1994
+ "stm_before": {
1995
+ },
1789
1996
  "tan_colors": {
1790
1997
  },
1791
1998
  "teal_colors": {
@@ -1808,7 +2015,7 @@
1808
2015
  },
1809
2016
  "unknown": {
1810
2017
  },
1811
- "verby": {
2018
+ "verb": {
1812
2019
  },
1813
2020
  "violet_colors": {
1814
2021
  },
@@ -1850,6 +2057,7 @@
1850
2057
  {
1851
2058
  "context": {
1852
2059
  "atomic": true,
2060
+ "context_index": 1,
1853
2061
  "dead": true,
1854
2062
  "level": 1,
1855
2063
  "marker": "hex_colors_color_colors",
@@ -1894,6 +2102,7 @@
1894
2102
  },
1895
2103
  {
1896
2104
  "context": {
2105
+ "context_index": 1,
1897
2106
  "dead": true,
1898
2107
  "default": true,
1899
2108
  "level": 1,
@@ -1902,6 +2111,7 @@
1902
2111
  "end": 12,
1903
2112
  "start": 0
1904
2113
  },
2114
+ "raw_text": "resetIdSuffix",
1905
2115
  "text": "resetidsuffix",
1906
2116
  "topLevel": true,
1907
2117
  "touchedBy": [
@@ -1935,6 +2145,7 @@
1935
2145
  "value": "color_colors",
1936
2146
  "word": "color"
1937
2147
  },
2148
+ "context_index": 1,
1938
2149
  "dead": true,
1939
2150
  "flatten": false,
1940
2151
  "level": 1,
@@ -1991,6 +2202,7 @@
1991
2202
  "value": "color_colors",
1992
2203
  "word": "colors"
1993
2204
  },
2205
+ "context_index": 1,
1994
2206
  "dead": true,
1995
2207
  "flatten": false,
1996
2208
  "level": 1,
@@ -2034,6 +2246,7 @@
2034
2246
  },
2035
2247
  {
2036
2248
  "context": {
2249
+ "context_index": 1,
2037
2250
  "dead": true,
2038
2251
  "level": 2,
2039
2252
  "marker": "is",
@@ -2064,6 +2277,9 @@
2064
2277
  "start": 0
2065
2278
  },
2066
2279
  "text": "silver",
2280
+ "types": [
2281
+ "unknown"
2282
+ ],
2067
2283
  "unknown": true,
2068
2284
  "value": "silver",
2069
2285
  "word": "silver"
@@ -2077,6 +2293,9 @@
2077
2293
  "start": 11
2078
2294
  },
2079
2295
  "text": "black",
2296
+ "types": [
2297
+ "unknown"
2298
+ ],
2080
2299
  "unknown": true,
2081
2300
  "value": "black",
2082
2301
  "word": "black"
@@ -2108,6 +2327,7 @@
2108
2327
  "text": "a",
2109
2328
  "word": "a"
2110
2329
  },
2330
+ "instance": true,
2111
2331
  "level": 1,
2112
2332
  "marker": "gray_colors",
2113
2333
  "modifiers": [
@@ -2140,6 +2360,7 @@
2140
2360
  },
2141
2361
  {
2142
2362
  "context": {
2363
+ "context_index": 1,
2143
2364
  "dead": true,
2144
2365
  "level": 2,
2145
2366
  "marker": "is",
@@ -2185,6 +2406,9 @@
2185
2406
  "start": 0
2186
2407
  },
2187
2408
  "text": "snow,",
2409
+ "types": [
2410
+ "unknown"
2411
+ ],
2188
2412
  "unknown": true,
2189
2413
  "value": "snow",
2190
2414
  "word": "snow"
@@ -2213,6 +2437,9 @@
2213
2437
  "start": 6
2214
2438
  },
2215
2439
  "text": "azure,",
2440
+ "types": [
2441
+ "unknown"
2442
+ ],
2216
2443
  "unknown": true,
2217
2444
  "value": "azure",
2218
2445
  "word": "azure"
@@ -2226,6 +2453,9 @@
2226
2453
  "start": 13
2227
2454
  },
2228
2455
  "text": "beige",
2456
+ "types": [
2457
+ "unknown"
2458
+ ],
2229
2459
  "unknown": true,
2230
2460
  "value": "beige",
2231
2461
  "word": "beige"
@@ -2239,6 +2469,9 @@
2239
2469
  "start": 23
2240
2470
  },
2241
2471
  "text": "ivory",
2472
+ "types": [
2473
+ "unknown"
2474
+ ],
2242
2475
  "unknown": true,
2243
2476
  "value": "ivory",
2244
2477
  "word": "ivory"
@@ -2270,6 +2503,7 @@
2270
2503
  "text": "a",
2271
2504
  "word": "a"
2272
2505
  },
2506
+ "instance": true,
2273
2507
  "level": 1,
2274
2508
  "marker": "white_colors",
2275
2509
  "modifiers": [
@@ -2311,6 +2545,32 @@
2311
2545
  "query": "hex color",
2312
2546
  "responses": [
2313
2547
  ""
2548
+ ],
2549
+ "summaries": [
2550
+ [
2551
+ {
2552
+ "counter": 1,
2553
+ "operators": [
2554
+ [
2555
+ "hex_colors",
2556
+ 0
2557
+ ],
2558
+ [
2559
+ "color_colors",
2560
+ 0
2561
+ ]
2562
+ ]
2563
+ },
2564
+ {
2565
+ "counter": 2,
2566
+ "operators": [
2567
+ [
2568
+ "hex_colors_color_colors",
2569
+ 1
2570
+ ]
2571
+ ]
2572
+ }
2573
+ ]
2314
2574
  ]
2315
2575
  },
2316
2576
  {
@@ -2320,6 +2580,7 @@
2320
2580
  },
2321
2581
  "contexts": [
2322
2582
  {
2583
+ "context_index": 1,
2323
2584
  "instance": true,
2324
2585
  "marker": "hexColor",
2325
2586
  "range": {
@@ -2341,9 +2602,13 @@
2341
2602
  },
2342
2603
  "objects": {
2343
2604
  "nameToUUID": {
2605
+ "articles": "articles2",
2606
+ "asking": "asking2",
2344
2607
  "colors": "colors1",
2345
2608
  "concept": "concept2",
2609
+ "conjunction": "conjunction2",
2346
2610
  "dialogues": "dialogues2",
2611
+ "evaluate": "evaluate2",
2347
2612
  "gdefaults": "gdefaults2",
2348
2613
  "hierarchy": "hierarchy2",
2349
2614
  "meta": "meta2",
@@ -2356,6 +2621,10 @@
2356
2621
  "tokenize": "tokenize2"
2357
2622
  },
2358
2623
  "namespaced": {
2624
+ "articles2": {
2625
+ },
2626
+ "asking2": {
2627
+ },
2359
2628
  "colors1": {
2360
2629
  },
2361
2630
  "concept2": {
@@ -2364,6 +2633,8 @@
2364
2633
  "valueToWords": [
2365
2634
  ]
2366
2635
  },
2636
+ "conjunction2": {
2637
+ },
2367
2638
  "dialogues2": {
2368
2639
  "idSuffix": "",
2369
2640
  "mentioned": [
@@ -2371,6 +2642,8 @@
2371
2642
  "variables": {
2372
2643
  }
2373
2644
  },
2645
+ "evaluate2": {
2646
+ },
2374
2647
  "gdefaults2": {
2375
2648
  },
2376
2649
  "hierarchy2": {
@@ -2383,9 +2656,14 @@
2383
2656
  },
2384
2657
  "properties2": {
2385
2658
  "children": {
2386
- "articlePOS": [
2659
+ "adjective": [
2660
+ "stm_before"
2661
+ ],
2662
+ "article": [
2387
2663
  "a",
2388
- "the"
2664
+ "the",
2665
+ "each",
2666
+ "every"
2389
2667
  ],
2390
2668
  "blue_colors": [
2391
2669
  "aqua_colors",
@@ -2439,12 +2717,12 @@
2439
2717
  "orAble"
2440
2718
  ],
2441
2719
  "object": [
2442
- "unknown",
2443
2720
  "what",
2444
2721
  "whose"
2445
2722
  ],
2446
2723
  "preposition": [
2447
2724
  "between",
2725
+ "propertyOf",
2448
2726
  "to"
2449
2727
  ],
2450
2728
  "pronoun": [
@@ -2461,20 +2739,23 @@
2461
2739
  "indigo_colors"
2462
2740
  ],
2463
2741
  "queryable": [
2742
+ "xfx",
2464
2743
  "hierarchyAble",
2465
2744
  "readonly",
2466
2745
  "property",
2467
2746
  "object",
2468
- "xfx",
2469
2747
  "concept",
2470
2748
  "doubleQuote",
2749
+ "theAble",
2471
2750
  "unknown",
2472
2751
  "it",
2473
2752
  "what",
2474
2753
  "whatAble",
2754
+ "negatable",
2475
2755
  "this",
2476
- "thisitthat",
2477
- "reason"
2756
+ "reason",
2757
+ "distributable",
2758
+ "thisitthat"
2478
2759
  ],
2479
2760
  "red_colors": [
2480
2761
  "crimson_colors"
@@ -2484,8 +2765,9 @@
2484
2765
  "object",
2485
2766
  "concept",
2486
2767
  "unknown",
2487
- "noun",
2488
- "reason"
2768
+ "reason",
2769
+ "memorable",
2770
+ "noun"
2489
2771
  ],
2490
2772
  "thisitthat": [
2491
2773
  "it",
@@ -2495,12 +2777,11 @@
2495
2777
  "toAble": [
2496
2778
  "it"
2497
2779
  ],
2498
- "unknown": [
2499
- "property"
2500
- ],
2501
- "verby": [
2780
+ "verb": [
2502
2781
  "modifies",
2503
- "is"
2782
+ "is",
2783
+ "remember",
2784
+ "evaluate"
2504
2785
  ],
2505
2786
  "white_colors": [
2506
2787
  "snow_colors",
@@ -2517,22 +2798,23 @@
2517
2798
  "properties",
2518
2799
  "unknown",
2519
2800
  "hierarchyAble",
2520
- "object",
2521
2801
  "what",
2802
+ "object",
2803
+ "xfx",
2522
2804
  "queryable",
2805
+ "between",
2806
+ "preposition",
2523
2807
  "readonly",
2524
- "property",
2525
- "xfx",
2526
- "theAble",
2527
- "whose",
2528
2808
  "have",
2529
2809
  "canBeDoQuestion",
2530
2810
  "canBeQuestion",
2531
- "between",
2532
- "preposition",
2811
+ "property",
2812
+ "theAble",
2813
+ "propertyOf",
2814
+ "whose",
2533
2815
  "concept",
2534
2816
  "modifies",
2535
- "verby",
2817
+ "verb",
2536
2818
  "doubleQuote",
2537
2819
  "it",
2538
2820
  "pronoun",
@@ -2540,18 +2822,27 @@
2540
2822
  "questionMark",
2541
2823
  "punctuation",
2542
2824
  "a",
2543
- "articlePOS",
2825
+ "article",
2544
2826
  "the",
2545
2827
  "whatAble",
2828
+ "negatable",
2546
2829
  "is",
2547
2830
  "toAble",
2548
2831
  "to",
2549
- "noun",
2550
- "thisitthat",
2551
2832
  "reason",
2552
- "that",
2833
+ "memorable",
2834
+ "remember",
2835
+ "stm_before",
2836
+ "adjective",
2553
2837
  "orAble",
2554
2838
  "ifAble",
2839
+ "evaluate",
2840
+ "each",
2841
+ "every",
2842
+ "distributable",
2843
+ "noun",
2844
+ "thisitthat",
2845
+ "that",
2555
2846
  "dark_colors",
2556
2847
  "brightness_colors",
2557
2848
  "light_colors",
@@ -2594,7 +2885,7 @@
2594
2885
  ],
2595
2886
  "parents": {
2596
2887
  "a": [
2597
- "articlePOS"
2888
+ "article"
2598
2889
  ],
2599
2890
  "aqua_colors": [
2600
2891
  "blue_colors"
@@ -2636,9 +2927,21 @@
2636
2927
  "dark_colors": [
2637
2928
  "brightness_colors"
2638
2929
  ],
2930
+ "distributable": [
2931
+ "queryable"
2932
+ ],
2639
2933
  "doubleQuote": [
2640
2934
  "queryable"
2641
2935
  ],
2936
+ "each": [
2937
+ "article"
2938
+ ],
2939
+ "evaluate": [
2940
+ "verb"
2941
+ ],
2942
+ "every": [
2943
+ "article"
2944
+ ],
2642
2945
  "gold_colors": [
2643
2946
  "yellow_colors"
2644
2947
  ],
@@ -2660,7 +2963,7 @@
2660
2963
  ],
2661
2964
  "is": [
2662
2965
  "canBeQuestion",
2663
- "verby"
2966
+ "verb"
2664
2967
  ],
2665
2968
  "it": [
2666
2969
  "pronoun",
@@ -2689,12 +2992,18 @@
2689
2992
  "maroon_colors": [
2690
2993
  "brown_colors"
2691
2994
  ],
2995
+ "memorable": [
2996
+ "theAble"
2997
+ ],
2692
2998
  "modifies": [
2693
- "verby"
2999
+ "verb"
2694
3000
  ],
2695
3001
  "navy_colors": [
2696
3002
  "blue_colors"
2697
3003
  ],
3004
+ "negatable": [
3005
+ "queryable"
3006
+ ],
2698
3007
  "noun": [
2699
3008
  "theAble"
2700
3009
  ],
@@ -2716,8 +3025,10 @@
2716
3025
  ],
2717
3026
  "property": [
2718
3027
  "queryable",
2719
- "theAble",
2720
- "unknown"
3028
+ "theAble"
3029
+ ],
3030
+ "propertyOf": [
3031
+ "preposition"
2721
3032
  ],
2722
3033
  "purple_colors": [
2723
3034
  "color_colors"
@@ -2735,6 +3046,9 @@
2735
3046
  "red_colors": [
2736
3047
  "color_colors"
2737
3048
  ],
3049
+ "remember": [
3050
+ "verb"
3051
+ ],
2738
3052
  "sienna_colors": [
2739
3053
  "brown_colors"
2740
3054
  ],
@@ -2744,6 +3058,9 @@
2744
3058
  "snow_colors": [
2745
3059
  "white_colors"
2746
3060
  ],
3061
+ "stm_before": [
3062
+ "adjective"
3063
+ ],
2747
3064
  "tan_colors": [
2748
3065
  "brown_colors"
2749
3066
  ],
@@ -2754,7 +3071,10 @@
2754
3071
  "thisitthat"
2755
3072
  ],
2756
3073
  "the": [
2757
- "articlePOS"
3074
+ "article"
3075
+ ],
3076
+ "theAble": [
3077
+ "queryable"
2758
3078
  ],
2759
3079
  "this": [
2760
3080
  "pronoun",
@@ -2772,7 +3092,6 @@
2772
3092
  ],
2773
3093
  "unknown": [
2774
3094
  "hierarchyAble",
2775
- "object",
2776
3095
  "theAble",
2777
3096
  "queryable"
2778
3097
  ],
@@ -2807,11 +3126,13 @@
2807
3126
  "root": {
2808
3127
  "a": {
2809
3128
  },
3129
+ "adjective": {
3130
+ },
2810
3131
  "aqua_colors": {
2811
3132
  },
2812
3133
  "aquamarine_colors": {
2813
3134
  },
2814
- "articlePOS": {
3135
+ "article": {
2815
3136
  },
2816
3137
  "azure_colors": {
2817
3138
  },
@@ -2843,8 +3164,16 @@
2843
3164
  },
2844
3165
  "dark_colors": {
2845
3166
  },
3167
+ "distributable": {
3168
+ },
2846
3169
  "doubleQuote": {
2847
3170
  },
3171
+ "each": {
3172
+ },
3173
+ "evaluate": {
3174
+ },
3175
+ "every": {
3176
+ },
2848
3177
  "gold_colors": {
2849
3178
  },
2850
3179
  "gray_colors": {
@@ -2877,10 +3206,14 @@
2877
3206
  },
2878
3207
  "maroon_colors": {
2879
3208
  },
3209
+ "memorable": {
3210
+ },
2880
3211
  "modifies": {
2881
3212
  },
2882
3213
  "navy_colors": {
2883
3214
  },
3215
+ "negatable": {
3216
+ },
2884
3217
  "noun": {
2885
3218
  },
2886
3219
  "object": {
@@ -2899,6 +3232,8 @@
2899
3232
  },
2900
3233
  "property": {
2901
3234
  },
3235
+ "propertyOf": {
3236
+ },
2902
3237
  "punctuation": {
2903
3238
  },
2904
3239
  "purple_colors": {
@@ -2913,12 +3248,16 @@
2913
3248
  },
2914
3249
  "red_colors": {
2915
3250
  },
3251
+ "remember": {
3252
+ },
2916
3253
  "sienna_colors": {
2917
3254
  },
2918
3255
  "silver_colors": {
2919
3256
  },
2920
3257
  "snow_colors": {
2921
3258
  },
3259
+ "stm_before": {
3260
+ },
2922
3261
  "tan_colors": {
2923
3262
  },
2924
3263
  "teal_colors": {
@@ -2941,7 +3280,7 @@
2941
3280
  },
2942
3281
  "unknown": {
2943
3282
  },
2944
- "verby": {
3283
+ "verb": {
2945
3284
  },
2946
3285
  "violet_colors": {
2947
3286
  },
@@ -2982,6 +3321,7 @@
2982
3321
  "processed": [
2983
3322
  {
2984
3323
  "context": {
3324
+ "context_index": 1,
2985
3325
  "instance": true,
2986
3326
  "marker": "hexColor",
2987
3327
  "range": {
@@ -3002,6 +3342,7 @@
3002
3342
  },
3003
3343
  {
3004
3344
  "context": {
3345
+ "context_index": 1,
3005
3346
  "dead": true,
3006
3347
  "default": true,
3007
3348
  "level": 1,
@@ -3010,6 +3351,7 @@
3010
3351
  "end": 12,
3011
3352
  "start": 0
3012
3353
  },
3354
+ "raw_text": "resetIdSuffix",
3013
3355
  "text": "resetidsuffix",
3014
3356
  "topLevel": true,
3015
3357
  "touchedBy": [
@@ -3043,6 +3385,7 @@
3043
3385
  "value": "color_colors",
3044
3386
  "word": "color"
3045
3387
  },
3388
+ "context_index": 1,
3046
3389
  "dead": true,
3047
3390
  "flatten": false,
3048
3391
  "level": 1,
@@ -3099,6 +3442,7 @@
3099
3442
  "value": "color_colors",
3100
3443
  "word": "colors"
3101
3444
  },
3445
+ "context_index": 1,
3102
3446
  "dead": true,
3103
3447
  "flatten": false,
3104
3448
  "level": 1,
@@ -3142,6 +3486,7 @@
3142
3486
  },
3143
3487
  {
3144
3488
  "context": {
3489
+ "context_index": 1,
3145
3490
  "dead": true,
3146
3491
  "level": 2,
3147
3492
  "marker": "is",
@@ -3172,6 +3517,9 @@
3172
3517
  "start": 0
3173
3518
  },
3174
3519
  "text": "silver",
3520
+ "types": [
3521
+ "unknown"
3522
+ ],
3175
3523
  "unknown": true,
3176
3524
  "value": "silver",
3177
3525
  "word": "silver"
@@ -3185,6 +3533,9 @@
3185
3533
  "start": 11
3186
3534
  },
3187
3535
  "text": "black",
3536
+ "types": [
3537
+ "unknown"
3538
+ ],
3188
3539
  "unknown": true,
3189
3540
  "value": "black",
3190
3541
  "word": "black"
@@ -3216,6 +3567,7 @@
3216
3567
  "text": "a",
3217
3568
  "word": "a"
3218
3569
  },
3570
+ "instance": true,
3219
3571
  "level": 1,
3220
3572
  "marker": "gray_colors",
3221
3573
  "modifiers": [
@@ -3248,6 +3600,7 @@
3248
3600
  },
3249
3601
  {
3250
3602
  "context": {
3603
+ "context_index": 1,
3251
3604
  "dead": true,
3252
3605
  "level": 2,
3253
3606
  "marker": "is",
@@ -3293,6 +3646,9 @@
3293
3646
  "start": 0
3294
3647
  },
3295
3648
  "text": "snow,",
3649
+ "types": [
3650
+ "unknown"
3651
+ ],
3296
3652
  "unknown": true,
3297
3653
  "value": "snow",
3298
3654
  "word": "snow"
@@ -3321,6 +3677,9 @@
3321
3677
  "start": 6
3322
3678
  },
3323
3679
  "text": "azure,",
3680
+ "types": [
3681
+ "unknown"
3682
+ ],
3324
3683
  "unknown": true,
3325
3684
  "value": "azure",
3326
3685
  "word": "azure"
@@ -3334,6 +3693,9 @@
3334
3693
  "start": 13
3335
3694
  },
3336
3695
  "text": "beige",
3696
+ "types": [
3697
+ "unknown"
3698
+ ],
3337
3699
  "unknown": true,
3338
3700
  "value": "beige",
3339
3701
  "word": "beige"
@@ -3347,6 +3709,9 @@
3347
3709
  "start": 23
3348
3710
  },
3349
3711
  "text": "ivory",
3712
+ "types": [
3713
+ "unknown"
3714
+ ],
3350
3715
  "unknown": true,
3351
3716
  "value": "ivory",
3352
3717
  "word": "ivory"
@@ -3378,6 +3743,7 @@
3378
3743
  "text": "a",
3379
3744
  "word": "a"
3380
3745
  },
3746
+ "instance": true,
3381
3747
  "level": 1,
3382
3748
  "marker": "white_colors",
3383
3749
  "modifiers": [
@@ -3419,6 +3785,16 @@
3419
3785
  "query": "#123456",
3420
3786
  "responses": [
3421
3787
  ""
3788
+ ],
3789
+ "summaries": [
3790
+ [
3791
+ {
3792
+ "counter": 1,
3793
+ "operators": [
3794
+ "hexColor"
3795
+ ]
3796
+ }
3797
+ ]
3422
3798
  ]
3423
3799
  },
3424
3800
  {
@@ -3428,6 +3804,7 @@
3428
3804
  },
3429
3805
  "contexts": [
3430
3806
  {
3807
+ "context_index": 1,
3431
3808
  "instance": true,
3432
3809
  "marker": "hexColor",
3433
3810
  "range": {
@@ -3440,6 +3817,7 @@
3440
3817
  "word": "#1234"
3441
3818
  },
3442
3819
  {
3820
+ "context_index": 3,
3443
3821
  "dead": true,
3444
3822
  "level": 1,
3445
3823
  "marker": "unknown",
@@ -3447,6 +3825,7 @@
3447
3825
  "end": 6,
3448
3826
  "start": 5
3449
3827
  },
3828
+ "raw_text": "T6",
3450
3829
  "text": "t6",
3451
3830
  "topLevel": true,
3452
3831
  "unknown": true,
@@ -3477,9 +3856,13 @@
3477
3856
  },
3478
3857
  "objects": {
3479
3858
  "nameToUUID": {
3859
+ "articles": "articles2",
3860
+ "asking": "asking2",
3480
3861
  "colors": "colors1",
3481
3862
  "concept": "concept2",
3863
+ "conjunction": "conjunction2",
3482
3864
  "dialogues": "dialogues2",
3865
+ "evaluate": "evaluate2",
3483
3866
  "gdefaults": "gdefaults2",
3484
3867
  "hierarchy": "hierarchy2",
3485
3868
  "meta": "meta2",
@@ -3492,6 +3875,10 @@
3492
3875
  "tokenize": "tokenize2"
3493
3876
  },
3494
3877
  "namespaced": {
3878
+ "articles2": {
3879
+ },
3880
+ "asking2": {
3881
+ },
3495
3882
  "colors1": {
3496
3883
  },
3497
3884
  "concept2": {
@@ -3500,6 +3887,8 @@
3500
3887
  "valueToWords": [
3501
3888
  ]
3502
3889
  },
3890
+ "conjunction2": {
3891
+ },
3503
3892
  "dialogues2": {
3504
3893
  "idSuffix": "",
3505
3894
  "mentioned": [
@@ -3507,6 +3896,8 @@
3507
3896
  "variables": {
3508
3897
  }
3509
3898
  },
3899
+ "evaluate2": {
3900
+ },
3510
3901
  "gdefaults2": {
3511
3902
  },
3512
3903
  "hierarchy2": {
@@ -3519,9 +3910,14 @@
3519
3910
  },
3520
3911
  "properties2": {
3521
3912
  "children": {
3522
- "articlePOS": [
3913
+ "adjective": [
3914
+ "stm_before"
3915
+ ],
3916
+ "article": [
3523
3917
  "a",
3524
- "the"
3918
+ "the",
3919
+ "each",
3920
+ "every"
3525
3921
  ],
3526
3922
  "blue_colors": [
3527
3923
  "aqua_colors",
@@ -3575,12 +3971,12 @@
3575
3971
  "orAble"
3576
3972
  ],
3577
3973
  "object": [
3578
- "unknown",
3579
3974
  "what",
3580
3975
  "whose"
3581
3976
  ],
3582
3977
  "preposition": [
3583
3978
  "between",
3979
+ "propertyOf",
3584
3980
  "to"
3585
3981
  ],
3586
3982
  "pronoun": [
@@ -3597,20 +3993,23 @@
3597
3993
  "indigo_colors"
3598
3994
  ],
3599
3995
  "queryable": [
3996
+ "xfx",
3600
3997
  "hierarchyAble",
3601
3998
  "readonly",
3602
3999
  "property",
3603
4000
  "object",
3604
- "xfx",
3605
4001
  "concept",
3606
4002
  "doubleQuote",
4003
+ "theAble",
3607
4004
  "unknown",
3608
4005
  "it",
3609
4006
  "what",
3610
4007
  "whatAble",
4008
+ "negatable",
3611
4009
  "this",
3612
- "thisitthat",
3613
- "reason"
4010
+ "reason",
4011
+ "distributable",
4012
+ "thisitthat"
3614
4013
  ],
3615
4014
  "red_colors": [
3616
4015
  "crimson_colors"
@@ -3620,8 +4019,9 @@
3620
4019
  "object",
3621
4020
  "concept",
3622
4021
  "unknown",
3623
- "noun",
3624
- "reason"
4022
+ "reason",
4023
+ "memorable",
4024
+ "noun"
3625
4025
  ],
3626
4026
  "thisitthat": [
3627
4027
  "it",
@@ -3631,12 +4031,11 @@
3631
4031
  "toAble": [
3632
4032
  "it"
3633
4033
  ],
3634
- "unknown": [
3635
- "property"
3636
- ],
3637
- "verby": [
4034
+ "verb": [
3638
4035
  "modifies",
3639
- "is"
4036
+ "is",
4037
+ "remember",
4038
+ "evaluate"
3640
4039
  ],
3641
4040
  "white_colors": [
3642
4041
  "snow_colors",
@@ -3653,22 +4052,23 @@
3653
4052
  "properties",
3654
4053
  "unknown",
3655
4054
  "hierarchyAble",
3656
- "object",
3657
4055
  "what",
4056
+ "object",
4057
+ "xfx",
3658
4058
  "queryable",
4059
+ "between",
4060
+ "preposition",
3659
4061
  "readonly",
3660
- "property",
3661
- "xfx",
3662
- "theAble",
3663
- "whose",
3664
4062
  "have",
3665
4063
  "canBeDoQuestion",
3666
4064
  "canBeQuestion",
3667
- "between",
3668
- "preposition",
4065
+ "property",
4066
+ "theAble",
4067
+ "propertyOf",
4068
+ "whose",
3669
4069
  "concept",
3670
4070
  "modifies",
3671
- "verby",
4071
+ "verb",
3672
4072
  "doubleQuote",
3673
4073
  "it",
3674
4074
  "pronoun",
@@ -3676,18 +4076,27 @@
3676
4076
  "questionMark",
3677
4077
  "punctuation",
3678
4078
  "a",
3679
- "articlePOS",
4079
+ "article",
3680
4080
  "the",
3681
4081
  "whatAble",
4082
+ "negatable",
3682
4083
  "is",
3683
4084
  "toAble",
3684
4085
  "to",
3685
- "noun",
3686
- "thisitthat",
3687
4086
  "reason",
3688
- "that",
4087
+ "memorable",
4088
+ "remember",
4089
+ "stm_before",
4090
+ "adjective",
3689
4091
  "orAble",
3690
4092
  "ifAble",
4093
+ "evaluate",
4094
+ "each",
4095
+ "every",
4096
+ "distributable",
4097
+ "noun",
4098
+ "thisitthat",
4099
+ "that",
3691
4100
  "dark_colors",
3692
4101
  "brightness_colors",
3693
4102
  "light_colors",
@@ -3730,7 +4139,7 @@
3730
4139
  ],
3731
4140
  "parents": {
3732
4141
  "a": [
3733
- "articlePOS"
4142
+ "article"
3734
4143
  ],
3735
4144
  "aqua_colors": [
3736
4145
  "blue_colors"
@@ -3772,9 +4181,21 @@
3772
4181
  "dark_colors": [
3773
4182
  "brightness_colors"
3774
4183
  ],
4184
+ "distributable": [
4185
+ "queryable"
4186
+ ],
3775
4187
  "doubleQuote": [
3776
4188
  "queryable"
3777
4189
  ],
4190
+ "each": [
4191
+ "article"
4192
+ ],
4193
+ "evaluate": [
4194
+ "verb"
4195
+ ],
4196
+ "every": [
4197
+ "article"
4198
+ ],
3778
4199
  "gold_colors": [
3779
4200
  "yellow_colors"
3780
4201
  ],
@@ -3796,7 +4217,7 @@
3796
4217
  ],
3797
4218
  "is": [
3798
4219
  "canBeQuestion",
3799
- "verby"
4220
+ "verb"
3800
4221
  ],
3801
4222
  "it": [
3802
4223
  "pronoun",
@@ -3825,12 +4246,18 @@
3825
4246
  "maroon_colors": [
3826
4247
  "brown_colors"
3827
4248
  ],
4249
+ "memorable": [
4250
+ "theAble"
4251
+ ],
3828
4252
  "modifies": [
3829
- "verby"
4253
+ "verb"
3830
4254
  ],
3831
4255
  "navy_colors": [
3832
4256
  "blue_colors"
3833
4257
  ],
4258
+ "negatable": [
4259
+ "queryable"
4260
+ ],
3834
4261
  "noun": [
3835
4262
  "theAble"
3836
4263
  ],
@@ -3852,8 +4279,10 @@
3852
4279
  ],
3853
4280
  "property": [
3854
4281
  "queryable",
3855
- "theAble",
3856
- "unknown"
4282
+ "theAble"
4283
+ ],
4284
+ "propertyOf": [
4285
+ "preposition"
3857
4286
  ],
3858
4287
  "purple_colors": [
3859
4288
  "color_colors"
@@ -3871,6 +4300,9 @@
3871
4300
  "red_colors": [
3872
4301
  "color_colors"
3873
4302
  ],
4303
+ "remember": [
4304
+ "verb"
4305
+ ],
3874
4306
  "sienna_colors": [
3875
4307
  "brown_colors"
3876
4308
  ],
@@ -3880,6 +4312,9 @@
3880
4312
  "snow_colors": [
3881
4313
  "white_colors"
3882
4314
  ],
4315
+ "stm_before": [
4316
+ "adjective"
4317
+ ],
3883
4318
  "tan_colors": [
3884
4319
  "brown_colors"
3885
4320
  ],
@@ -3890,7 +4325,10 @@
3890
4325
  "thisitthat"
3891
4326
  ],
3892
4327
  "the": [
3893
- "articlePOS"
4328
+ "article"
4329
+ ],
4330
+ "theAble": [
4331
+ "queryable"
3894
4332
  ],
3895
4333
  "this": [
3896
4334
  "pronoun",
@@ -3908,7 +4346,6 @@
3908
4346
  ],
3909
4347
  "unknown": [
3910
4348
  "hierarchyAble",
3911
- "object",
3912
4349
  "theAble",
3913
4350
  "queryable"
3914
4351
  ],
@@ -3943,11 +4380,13 @@
3943
4380
  "root": {
3944
4381
  "a": {
3945
4382
  },
4383
+ "adjective": {
4384
+ },
3946
4385
  "aqua_colors": {
3947
4386
  },
3948
4387
  "aquamarine_colors": {
3949
4388
  },
3950
- "articlePOS": {
4389
+ "article": {
3951
4390
  },
3952
4391
  "azure_colors": {
3953
4392
  },
@@ -3979,8 +4418,16 @@
3979
4418
  },
3980
4419
  "dark_colors": {
3981
4420
  },
4421
+ "distributable": {
4422
+ },
3982
4423
  "doubleQuote": {
3983
4424
  },
4425
+ "each": {
4426
+ },
4427
+ "evaluate": {
4428
+ },
4429
+ "every": {
4430
+ },
3984
4431
  "gold_colors": {
3985
4432
  },
3986
4433
  "gray_colors": {
@@ -4013,10 +4460,14 @@
4013
4460
  },
4014
4461
  "maroon_colors": {
4015
4462
  },
4463
+ "memorable": {
4464
+ },
4016
4465
  "modifies": {
4017
4466
  },
4018
4467
  "navy_colors": {
4019
4468
  },
4469
+ "negatable": {
4470
+ },
4020
4471
  "noun": {
4021
4472
  },
4022
4473
  "object": {
@@ -4035,6 +4486,8 @@
4035
4486
  },
4036
4487
  "property": {
4037
4488
  },
4489
+ "propertyOf": {
4490
+ },
4038
4491
  "punctuation": {
4039
4492
  },
4040
4493
  "purple_colors": {
@@ -4049,12 +4502,16 @@
4049
4502
  },
4050
4503
  "red_colors": {
4051
4504
  },
4505
+ "remember": {
4506
+ },
4052
4507
  "sienna_colors": {
4053
4508
  },
4054
4509
  "silver_colors": {
4055
4510
  },
4056
4511
  "snow_colors": {
4057
4512
  },
4513
+ "stm_before": {
4514
+ },
4058
4515
  "tan_colors": {
4059
4516
  },
4060
4517
  "teal_colors": {
@@ -4077,7 +4534,7 @@
4077
4534
  },
4078
4535
  "unknown": {
4079
4536
  },
4080
- "verby": {
4537
+ "verb": {
4081
4538
  },
4082
4539
  "violet_colors": {
4083
4540
  },
@@ -4118,6 +4575,7 @@
4118
4575
  "processed": [
4119
4576
  {
4120
4577
  "context": {
4578
+ "context_index": 3,
4121
4579
  "dead": true,
4122
4580
  "level": 1,
4123
4581
  "marker": "unknown",
@@ -4125,6 +4583,7 @@
4125
4583
  "end": 6,
4126
4584
  "start": 5
4127
4585
  },
4586
+ "raw_text": "T6",
4128
4587
  "text": "t6",
4129
4588
  "topLevel": true,
4130
4589
  "unknown": true,
@@ -4141,6 +4600,7 @@
4141
4600
  },
4142
4601
  {
4143
4602
  "context": {
4603
+ "context_index": 1,
4144
4604
  "instance": true,
4145
4605
  "marker": "hexColor",
4146
4606
  "range": {
@@ -4162,6 +4622,7 @@
4162
4622
  },
4163
4623
  {
4164
4624
  "context": {
4625
+ "context_index": 1,
4165
4626
  "dead": true,
4166
4627
  "default": true,
4167
4628
  "level": 1,
@@ -4170,6 +4631,7 @@
4170
4631
  "end": 12,
4171
4632
  "start": 0
4172
4633
  },
4634
+ "raw_text": "resetIdSuffix",
4173
4635
  "text": "resetidsuffix",
4174
4636
  "topLevel": true,
4175
4637
  "touchedBy": [
@@ -4203,6 +4665,7 @@
4203
4665
  "value": "color_colors",
4204
4666
  "word": "color"
4205
4667
  },
4668
+ "context_index": 1,
4206
4669
  "dead": true,
4207
4670
  "flatten": false,
4208
4671
  "level": 1,
@@ -4259,6 +4722,7 @@
4259
4722
  "value": "color_colors",
4260
4723
  "word": "colors"
4261
4724
  },
4725
+ "context_index": 1,
4262
4726
  "dead": true,
4263
4727
  "flatten": false,
4264
4728
  "level": 1,
@@ -4302,6 +4766,7 @@
4302
4766
  },
4303
4767
  {
4304
4768
  "context": {
4769
+ "context_index": 1,
4305
4770
  "dead": true,
4306
4771
  "level": 2,
4307
4772
  "marker": "is",
@@ -4332,6 +4797,9 @@
4332
4797
  "start": 0
4333
4798
  },
4334
4799
  "text": "silver",
4800
+ "types": [
4801
+ "unknown"
4802
+ ],
4335
4803
  "unknown": true,
4336
4804
  "value": "silver",
4337
4805
  "word": "silver"
@@ -4345,6 +4813,9 @@
4345
4813
  "start": 11
4346
4814
  },
4347
4815
  "text": "black",
4816
+ "types": [
4817
+ "unknown"
4818
+ ],
4348
4819
  "unknown": true,
4349
4820
  "value": "black",
4350
4821
  "word": "black"
@@ -4376,6 +4847,7 @@
4376
4847
  "text": "a",
4377
4848
  "word": "a"
4378
4849
  },
4850
+ "instance": true,
4379
4851
  "level": 1,
4380
4852
  "marker": "gray_colors",
4381
4853
  "modifiers": [
@@ -4420,6 +4892,30 @@
4420
4892
  "responses": [
4421
4893
  "",
4422
4894
  ""
4895
+ ],
4896
+ "summaries": [
4897
+ [
4898
+ {
4899
+ "counter": 1,
4900
+ "operators": [
4901
+ "hexColor",
4902
+ [
4903
+ "unknown",
4904
+ 0
4905
+ ]
4906
+ ]
4907
+ },
4908
+ {
4909
+ "counter": 2,
4910
+ "operators": [
4911
+ "hexColor",
4912
+ [
4913
+ "unknown",
4914
+ 1
4915
+ ]
4916
+ ]
4917
+ }
4918
+ ]
4423
4919
  ]
4424
4920
  }
4425
4921
  ]