tpmkms_4wp 8.9.1-beta.24 → 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 (71) hide show
  1. package/common/animals.instance.json +23 -75
  2. package/common/articles.test.json +172 -4
  3. package/common/asking.test.json +731 -19
  4. package/common/avatar.test.json +3703 -1884
  5. package/common/characters.test.json +890 -112
  6. package/common/colors.instance.json +25 -333
  7. package/common/colors.test.json +632 -136
  8. package/common/comparable.test.json +3057 -601
  9. package/common/concept.test.json +1517 -453
  10. package/common/conjunction.test.json +112 -1
  11. package/common/countable.test.json +862 -66
  12. package/common/crew.instance.json +288 -0
  13. package/common/crew.test.json +5322 -918
  14. package/common/currency.test.json +564 -64
  15. package/common/dialogues.test.json +3617 -1221
  16. package/common/dimension.instance.json +36 -0
  17. package/common/dimension.test.json +18934 -12493
  18. package/common/edible.instance.json +36 -96
  19. package/common/edible.test.json +898 -168
  20. package/common/emotions.test.json +609 -107
  21. package/common/errors.test.json +49 -0
  22. package/common/evaluate.test.json +79 -1
  23. package/common/events.test.json +2020 -308
  24. package/common/fastfood.instance.json +284 -36
  25. package/common/fastfood.test.json +29023 -2294
  26. package/common/formulas.test.json +6602 -3800
  27. package/common/help.test.json +144 -0
  28. package/common/hierarchy.test.json +45023 -19454
  29. package/common/javascript.test.json +115 -11
  30. package/common/kirk.test.json +788 -255
  31. package/common/length.instance.json +0 -60
  32. package/common/length.test.json +4300 -2051
  33. package/common/listener.test.json +24 -1
  34. package/common/math.test.json +27147 -15408
  35. package/common/meta.test.json +2436 -253
  36. package/common/nameable.test.json +4185 -1467
  37. package/common/negation.test.json +92 -8
  38. package/common/numbers.test.json +144 -0
  39. package/common/ordering.instance.json +63 -47
  40. package/common/ordering.test.json +1060 -281
  41. package/common/ordinals.test.json +183 -6
  42. package/common/people.instance.json +0 -52
  43. package/common/people.test.json +13917 -7609
  44. package/common/percentages.test.json +158 -0
  45. package/common/pipboy.instance.json +36 -60
  46. package/common/pipboy.js +0 -1
  47. package/common/pipboy.test.json +14457 -5640
  48. package/common/pokemon.instance.json +0 -44
  49. package/common/pokemon.test.json +1321 -406
  50. package/common/pressure.test.json +1170 -348
  51. package/common/properties.test.json +33010 -11800
  52. package/common/punctuation.test.json +168 -0
  53. package/common/reports.instance.json +1 -1
  54. package/common/reports.test.json +7583 -204
  55. package/common/scorekeeper.test.json +25112 -12632
  56. package/common/sizeable.test.json +945 -215
  57. package/common/spock.test.json +788 -255
  58. package/common/stgame.test.json +890 -108
  59. package/common/stm.test.json +461 -9
  60. package/common/tell.test.json +119 -1
  61. package/common/temperature.test.json +1272 -480
  62. package/common/testing.test.json +51 -1
  63. package/common/time.test.json +4994 -1241
  64. package/common/tokenize.test.json +24 -0
  65. package/common/ui.test.json +4337 -157
  66. package/common/weight.instance.json +0 -68
  67. package/common/weight.test.json +6168 -3160
  68. package/common/wp.instance.json +0 -172
  69. package/common/wp.test.json +12342 -514
  70. package/common/yesno.test.json +108 -4
  71. package/package.json +2 -2
@@ -16,6 +16,7 @@
16
16
  },
17
17
  "contexts": [
18
18
  {
19
+ "context_index": 1,
19
20
  "dead": true,
20
21
  "default": true,
21
22
  "direction": {
@@ -118,15 +119,19 @@
118
119
  "nameToUUID": {
119
120
  "articles": "articles2",
120
121
  "asking": "asking2",
122
+ "concept": "concept2",
121
123
  "conjunction": "conjunction2",
124
+ "countable": "countable2",
122
125
  "dialogues": "dialogues2",
123
126
  "evaluate": "evaluate2",
124
127
  "gdefaults": "gdefaults2",
128
+ "hierarchy": "hierarchy2",
125
129
  "meta": "meta2",
126
130
  "negation": "negation2",
127
131
  "numbers": "numbers2",
128
132
  "ordinals": "ordinals2",
129
133
  "pos": "pos2",
134
+ "properties": "properties2",
130
135
  "punctuation": "punctuation2",
131
136
  "sdefaults": "sdefaults2",
132
137
  "stm": "stm2",
@@ -138,8 +143,16 @@
138
143
  },
139
144
  "asking2": {
140
145
  },
146
+ "concept2": {
147
+ "defaultTypesForHierarchy": {
148
+ },
149
+ "valueToWords": [
150
+ ]
151
+ },
141
152
  "conjunction2": {
142
153
  },
154
+ "countable2": {
155
+ },
143
156
  "dialogues2": {
144
157
  "idSuffix": "",
145
158
  "mentioned": [
@@ -151,6 +164,8 @@
151
164
  },
152
165
  "gdefaults2": {
153
166
  },
167
+ "hierarchy2": {
168
+ },
154
169
  "meta2": {
155
170
  },
156
171
  "negation2": {
@@ -161,6 +176,372 @@
161
176
  },
162
177
  "pos2": {
163
178
  },
179
+ "properties2": {
180
+ "children": {
181
+ "adjective": [
182
+ "stm_before"
183
+ ],
184
+ "article": [
185
+ "a",
186
+ "the",
187
+ "each",
188
+ "every"
189
+ ],
190
+ "canBeDoQuestion": [
191
+ "have"
192
+ ],
193
+ "canBeQuestion": [
194
+ "have",
195
+ "is"
196
+ ],
197
+ "hierarchyAble": [
198
+ "unknown"
199
+ ],
200
+ "ifAble": [
201
+ "orAble"
202
+ ],
203
+ "object": [
204
+ "what",
205
+ "whose"
206
+ ],
207
+ "preposition": [
208
+ "between",
209
+ "propertyOf",
210
+ "to"
211
+ ],
212
+ "pronoun": [
213
+ "it",
214
+ "this"
215
+ ],
216
+ "punctuation": [
217
+ "questionMark"
218
+ ],
219
+ "queryable": [
220
+ "xfx",
221
+ "hierarchyAble",
222
+ "readonly",
223
+ "property",
224
+ "object",
225
+ "concept",
226
+ "doubleQuote",
227
+ "theAble",
228
+ "unknown",
229
+ "it",
230
+ "what",
231
+ "whatAble",
232
+ "negatable",
233
+ "this",
234
+ "reason",
235
+ "distributable",
236
+ "thisitthat"
237
+ ],
238
+ "theAble": [
239
+ "property",
240
+ "object",
241
+ "concept",
242
+ "unknown",
243
+ "reason",
244
+ "memorable",
245
+ "noun"
246
+ ],
247
+ "thisitthat": [
248
+ "it",
249
+ "this",
250
+ "that"
251
+ ],
252
+ "toAble": [
253
+ "it"
254
+ ],
255
+ "verb": [
256
+ "modifies",
257
+ "is",
258
+ "remember",
259
+ "evaluate"
260
+ ]
261
+ },
262
+ "concepts": [
263
+ "properties",
264
+ "unknown",
265
+ "hierarchyAble",
266
+ "what",
267
+ "object",
268
+ "xfx",
269
+ "queryable",
270
+ "between",
271
+ "preposition",
272
+ "readonly",
273
+ "have",
274
+ "canBeDoQuestion",
275
+ "canBeQuestion",
276
+ "property",
277
+ "theAble",
278
+ "propertyOf",
279
+ "whose",
280
+ "concept",
281
+ "modifies",
282
+ "verb",
283
+ "doubleQuote",
284
+ "it",
285
+ "pronoun",
286
+ "this",
287
+ "questionMark",
288
+ "punctuation",
289
+ "a",
290
+ "article",
291
+ "the",
292
+ "whatAble",
293
+ "negatable",
294
+ "is",
295
+ "toAble",
296
+ "to",
297
+ "reason",
298
+ "memorable",
299
+ "remember",
300
+ "stm_before",
301
+ "adjective",
302
+ "orAble",
303
+ "ifAble",
304
+ "evaluate",
305
+ "each",
306
+ "every",
307
+ "distributable",
308
+ "noun",
309
+ "thisitthat",
310
+ "that"
311
+ ],
312
+ "parents": {
313
+ "a": [
314
+ "article"
315
+ ],
316
+ "between": [
317
+ "preposition"
318
+ ],
319
+ "concept": [
320
+ "theAble",
321
+ "queryable"
322
+ ],
323
+ "distributable": [
324
+ "queryable"
325
+ ],
326
+ "doubleQuote": [
327
+ "queryable"
328
+ ],
329
+ "each": [
330
+ "article"
331
+ ],
332
+ "evaluate": [
333
+ "verb"
334
+ ],
335
+ "every": [
336
+ "article"
337
+ ],
338
+ "have": [
339
+ "canBeDoQuestion",
340
+ "canBeQuestion"
341
+ ],
342
+ "hierarchyAble": [
343
+ "queryable"
344
+ ],
345
+ "is": [
346
+ "canBeQuestion",
347
+ "verb"
348
+ ],
349
+ "it": [
350
+ "pronoun",
351
+ "queryable",
352
+ "toAble",
353
+ "thisitthat"
354
+ ],
355
+ "memorable": [
356
+ "theAble"
357
+ ],
358
+ "modifies": [
359
+ "verb"
360
+ ],
361
+ "negatable": [
362
+ "queryable"
363
+ ],
364
+ "noun": [
365
+ "theAble"
366
+ ],
367
+ "object": [
368
+ "queryable",
369
+ "theAble"
370
+ ],
371
+ "orAble": [
372
+ "ifAble"
373
+ ],
374
+ "property": [
375
+ "queryable",
376
+ "theAble"
377
+ ],
378
+ "propertyOf": [
379
+ "preposition"
380
+ ],
381
+ "questionMark": [
382
+ "punctuation"
383
+ ],
384
+ "readonly": [
385
+ "queryable"
386
+ ],
387
+ "reason": [
388
+ "theAble",
389
+ "queryable"
390
+ ],
391
+ "remember": [
392
+ "verb"
393
+ ],
394
+ "stm_before": [
395
+ "adjective"
396
+ ],
397
+ "that": [
398
+ "thisitthat"
399
+ ],
400
+ "the": [
401
+ "article"
402
+ ],
403
+ "theAble": [
404
+ "queryable"
405
+ ],
406
+ "this": [
407
+ "pronoun",
408
+ "queryable",
409
+ "thisitthat"
410
+ ],
411
+ "thisitthat": [
412
+ "queryable"
413
+ ],
414
+ "to": [
415
+ "preposition"
416
+ ],
417
+ "unknown": [
418
+ "hierarchyAble",
419
+ "theAble",
420
+ "queryable"
421
+ ],
422
+ "what": [
423
+ "object",
424
+ "queryable"
425
+ ],
426
+ "whatAble": [
427
+ "queryable"
428
+ ],
429
+ "whose": [
430
+ "object"
431
+ ],
432
+ "xfx": [
433
+ "queryable"
434
+ ]
435
+ },
436
+ "properties": {
437
+ "handlers": {
438
+ },
439
+ "initHandlers": [
440
+ ],
441
+ "root": {
442
+ "a": {
443
+ },
444
+ "adjective": {
445
+ },
446
+ "article": {
447
+ },
448
+ "between": {
449
+ },
450
+ "canBeDoQuestion": {
451
+ },
452
+ "canBeQuestion": {
453
+ },
454
+ "concept": {
455
+ },
456
+ "distributable": {
457
+ },
458
+ "doubleQuote": {
459
+ },
460
+ "each": {
461
+ },
462
+ "evaluate": {
463
+ },
464
+ "every": {
465
+ },
466
+ "have": {
467
+ },
468
+ "hierarchyAble": {
469
+ },
470
+ "ifAble": {
471
+ },
472
+ "is": {
473
+ },
474
+ "it": {
475
+ },
476
+ "memorable": {
477
+ },
478
+ "modifies": {
479
+ },
480
+ "negatable": {
481
+ },
482
+ "noun": {
483
+ },
484
+ "object": {
485
+ },
486
+ "orAble": {
487
+ },
488
+ "preposition": {
489
+ },
490
+ "pronoun": {
491
+ },
492
+ "property": {
493
+ },
494
+ "propertyOf": {
495
+ },
496
+ "punctuation": {
497
+ },
498
+ "queryable": {
499
+ },
500
+ "questionMark": {
501
+ },
502
+ "readonly": {
503
+ },
504
+ "reason": {
505
+ },
506
+ "remember": {
507
+ },
508
+ "stm_before": {
509
+ },
510
+ "that": {
511
+ },
512
+ "the": {
513
+ },
514
+ "theAble": {
515
+ },
516
+ "this": {
517
+ },
518
+ "thisitthat": {
519
+ },
520
+ "to": {
521
+ },
522
+ "toAble": {
523
+ },
524
+ "unknown": {
525
+ },
526
+ "verb": {
527
+ },
528
+ "what": {
529
+ },
530
+ "whatAble": {
531
+ },
532
+ "whose": {
533
+ },
534
+ "xfx": {
535
+ }
536
+ }
537
+ },
538
+ "property": {
539
+ },
540
+ "relations": [
541
+ ],
542
+ "valueToWords": {
543
+ }
544
+ },
164
545
  "punctuation2": {
165
546
  },
166
547
  "sdefaults2": {
@@ -183,6 +564,7 @@
183
564
  "processed": [
184
565
  {
185
566
  "context": {
567
+ "context_index": 1,
186
568
  "dead": true,
187
569
  "default": true,
188
570
  "direction": {
@@ -261,6 +643,45 @@
261
643
  "query": "move up",
262
644
  "responses": [
263
645
  ""
646
+ ],
647
+ "summaries": [
648
+ [
649
+ {
650
+ "counter": 1,
651
+ "operators": [
652
+ [
653
+ "move",
654
+ 0
655
+ ],
656
+ [
657
+ "up",
658
+ 0
659
+ ]
660
+ ]
661
+ },
662
+ {
663
+ "counter": 2,
664
+ "operators": [
665
+ [
666
+ "move",
667
+ 0
668
+ ],
669
+ [
670
+ "up",
671
+ 1
672
+ ]
673
+ ]
674
+ },
675
+ {
676
+ "counter": 3,
677
+ "operators": [
678
+ [
679
+ "move",
680
+ 1
681
+ ]
682
+ ]
683
+ }
684
+ ]
264
685
  ]
265
686
  },
266
687
  {
@@ -280,6 +701,7 @@
280
701
  },
281
702
  "contexts": [
282
703
  {
704
+ "context_index": 1,
283
705
  "dead": true,
284
706
  "default": true,
285
707
  "direction": {
@@ -382,15 +804,19 @@
382
804
  "nameToUUID": {
383
805
  "articles": "articles2",
384
806
  "asking": "asking2",
807
+ "concept": "concept2",
385
808
  "conjunction": "conjunction2",
809
+ "countable": "countable2",
386
810
  "dialogues": "dialogues2",
387
811
  "evaluate": "evaluate2",
388
812
  "gdefaults": "gdefaults2",
813
+ "hierarchy": "hierarchy2",
389
814
  "meta": "meta2",
390
815
  "negation": "negation2",
391
816
  "numbers": "numbers2",
392
817
  "ordinals": "ordinals2",
393
818
  "pos": "pos2",
819
+ "properties": "properties2",
394
820
  "punctuation": "punctuation2",
395
821
  "sdefaults": "sdefaults2",
396
822
  "stm": "stm2",
@@ -402,8 +828,16 @@
402
828
  },
403
829
  "asking2": {
404
830
  },
831
+ "concept2": {
832
+ "defaultTypesForHierarchy": {
833
+ },
834
+ "valueToWords": [
835
+ ]
836
+ },
405
837
  "conjunction2": {
406
838
  },
839
+ "countable2": {
840
+ },
407
841
  "dialogues2": {
408
842
  "idSuffix": "",
409
843
  "mentioned": [
@@ -415,6 +849,8 @@
415
849
  },
416
850
  "gdefaults2": {
417
851
  },
852
+ "hierarchy2": {
853
+ },
418
854
  "meta2": {
419
855
  },
420
856
  "negation2": {
@@ -425,63 +861,430 @@
425
861
  },
426
862
  "pos2": {
427
863
  },
428
- "punctuation2": {
429
- },
430
- "sdefaults2": {
431
- },
432
- "stm2": {
433
- "mentioned": [
864
+ "properties2": {
865
+ "children": {
866
+ "adjective": [
867
+ "stm_before"
868
+ ],
869
+ "article": [
870
+ "a",
871
+ "the",
872
+ "each",
873
+ "every"
874
+ ],
875
+ "canBeDoQuestion": [
876
+ "have"
877
+ ],
878
+ "canBeQuestion": [
879
+ "have",
880
+ "is"
881
+ ],
882
+ "hierarchyAble": [
883
+ "unknown"
884
+ ],
885
+ "ifAble": [
886
+ "orAble"
887
+ ],
888
+ "object": [
889
+ "what",
890
+ "whose"
891
+ ],
892
+ "preposition": [
893
+ "between",
894
+ "propertyOf",
895
+ "to"
896
+ ],
897
+ "pronoun": [
898
+ "it",
899
+ "this"
900
+ ],
901
+ "punctuation": [
902
+ "questionMark"
903
+ ],
904
+ "queryable": [
905
+ "xfx",
906
+ "hierarchyAble",
907
+ "readonly",
908
+ "property",
909
+ "object",
910
+ "concept",
911
+ "doubleQuote",
912
+ "theAble",
913
+ "unknown",
914
+ "it",
915
+ "what",
916
+ "whatAble",
917
+ "negatable",
918
+ "this",
919
+ "reason",
920
+ "distributable",
921
+ "thisitthat"
922
+ ],
923
+ "theAble": [
924
+ "property",
925
+ "object",
926
+ "concept",
927
+ "unknown",
928
+ "reason",
929
+ "memorable",
930
+ "noun"
931
+ ],
932
+ "thisitthat": [
933
+ "it",
934
+ "this",
935
+ "that"
936
+ ],
937
+ "toAble": [
938
+ "it"
939
+ ],
940
+ "verb": [
941
+ "modifies",
942
+ "is",
943
+ "remember",
944
+ "evaluate"
945
+ ]
946
+ },
947
+ "concepts": [
948
+ "properties",
949
+ "unknown",
950
+ "hierarchyAble",
951
+ "what",
952
+ "object",
953
+ "xfx",
954
+ "queryable",
955
+ "between",
956
+ "preposition",
957
+ "readonly",
958
+ "have",
959
+ "canBeDoQuestion",
960
+ "canBeQuestion",
961
+ "property",
962
+ "theAble",
963
+ "propertyOf",
964
+ "whose",
965
+ "concept",
966
+ "modifies",
967
+ "verb",
968
+ "doubleQuote",
969
+ "it",
970
+ "pronoun",
971
+ "this",
972
+ "questionMark",
973
+ "punctuation",
974
+ "a",
975
+ "article",
976
+ "the",
977
+ "whatAble",
978
+ "negatable",
979
+ "is",
980
+ "toAble",
981
+ "to",
982
+ "reason",
983
+ "memorable",
984
+ "remember",
985
+ "stm_before",
986
+ "adjective",
987
+ "orAble",
988
+ "ifAble",
989
+ "evaluate",
990
+ "each",
991
+ "every",
992
+ "distributable",
993
+ "noun",
994
+ "thisitthat",
995
+ "that"
434
996
  ],
435
- "variables": {
436
- }
437
- },
438
- "tokenize2": {
439
- },
440
- "ui1": {
441
- "move": {
442
- "direction": "left",
443
- "steps": 1
444
- }
445
- }
446
- },
447
- "processed": [
448
- {
449
- "context": {
450
- "dead": true,
451
- "default": true,
452
- "direction": {
453
- "dead": true,
454
- "default": true,
455
- "level": 1,
456
- "marker": "left",
457
- "range": {
458
- "end": 8,
459
- "start": 5
460
- },
461
- "text": "left",
462
- "types": [
463
- "left"
464
- ],
465
- "value": "left",
466
- "word": "left"
997
+ "parents": {
998
+ "a": [
999
+ "article"
1000
+ ],
1001
+ "between": [
1002
+ "preposition"
1003
+ ],
1004
+ "concept": [
1005
+ "theAble",
1006
+ "queryable"
1007
+ ],
1008
+ "distributable": [
1009
+ "queryable"
1010
+ ],
1011
+ "doubleQuote": [
1012
+ "queryable"
1013
+ ],
1014
+ "each": [
1015
+ "article"
1016
+ ],
1017
+ "evaluate": [
1018
+ "verb"
1019
+ ],
1020
+ "every": [
1021
+ "article"
1022
+ ],
1023
+ "have": [
1024
+ "canBeDoQuestion",
1025
+ "canBeQuestion"
1026
+ ],
1027
+ "hierarchyAble": [
1028
+ "queryable"
1029
+ ],
1030
+ "is": [
1031
+ "canBeQuestion",
1032
+ "verb"
1033
+ ],
1034
+ "it": [
1035
+ "pronoun",
1036
+ "queryable",
1037
+ "toAble",
1038
+ "thisitthat"
1039
+ ],
1040
+ "memorable": [
1041
+ "theAble"
1042
+ ],
1043
+ "modifies": [
1044
+ "verb"
1045
+ ],
1046
+ "negatable": [
1047
+ "queryable"
1048
+ ],
1049
+ "noun": [
1050
+ "theAble"
1051
+ ],
1052
+ "object": [
1053
+ "queryable",
1054
+ "theAble"
1055
+ ],
1056
+ "orAble": [
1057
+ "ifAble"
1058
+ ],
1059
+ "property": [
1060
+ "queryable",
1061
+ "theAble"
1062
+ ],
1063
+ "propertyOf": [
1064
+ "preposition"
1065
+ ],
1066
+ "questionMark": [
1067
+ "punctuation"
1068
+ ],
1069
+ "readonly": [
1070
+ "queryable"
1071
+ ],
1072
+ "reason": [
1073
+ "theAble",
1074
+ "queryable"
1075
+ ],
1076
+ "remember": [
1077
+ "verb"
1078
+ ],
1079
+ "stm_before": [
1080
+ "adjective"
1081
+ ],
1082
+ "that": [
1083
+ "thisitthat"
1084
+ ],
1085
+ "the": [
1086
+ "article"
1087
+ ],
1088
+ "theAble": [
1089
+ "queryable"
1090
+ ],
1091
+ "this": [
1092
+ "pronoun",
1093
+ "queryable",
1094
+ "thisitthat"
1095
+ ],
1096
+ "thisitthat": [
1097
+ "queryable"
1098
+ ],
1099
+ "to": [
1100
+ "preposition"
1101
+ ],
1102
+ "unknown": [
1103
+ "hierarchyAble",
1104
+ "theAble",
1105
+ "queryable"
1106
+ ],
1107
+ "what": [
1108
+ "object",
1109
+ "queryable"
1110
+ ],
1111
+ "whatAble": [
1112
+ "queryable"
1113
+ ],
1114
+ "whose": [
1115
+ "object"
1116
+ ],
1117
+ "xfx": [
1118
+ "queryable"
1119
+ ]
1120
+ },
1121
+ "properties": {
1122
+ "handlers": {
467
1123
  },
468
- "generate": [
469
- "operator",
470
- "moveable",
471
- "direction"
1124
+ "initHandlers": [
472
1125
  ],
473
- "level": 1,
474
- "marker": "move",
475
- "moveable": {
476
- "default": true,
477
- "marker": "moveable",
478
- "pullFromContext": true,
479
- "range": {
480
- "end": 3,
481
- "start": 0
1126
+ "root": {
1127
+ "a": {
482
1128
  },
483
- "skipDefault": true,
484
- "text": "move"
1129
+ "adjective": {
1130
+ },
1131
+ "article": {
1132
+ },
1133
+ "between": {
1134
+ },
1135
+ "canBeDoQuestion": {
1136
+ },
1137
+ "canBeQuestion": {
1138
+ },
1139
+ "concept": {
1140
+ },
1141
+ "distributable": {
1142
+ },
1143
+ "doubleQuote": {
1144
+ },
1145
+ "each": {
1146
+ },
1147
+ "evaluate": {
1148
+ },
1149
+ "every": {
1150
+ },
1151
+ "have": {
1152
+ },
1153
+ "hierarchyAble": {
1154
+ },
1155
+ "ifAble": {
1156
+ },
1157
+ "is": {
1158
+ },
1159
+ "it": {
1160
+ },
1161
+ "memorable": {
1162
+ },
1163
+ "modifies": {
1164
+ },
1165
+ "negatable": {
1166
+ },
1167
+ "noun": {
1168
+ },
1169
+ "object": {
1170
+ },
1171
+ "orAble": {
1172
+ },
1173
+ "preposition": {
1174
+ },
1175
+ "pronoun": {
1176
+ },
1177
+ "property": {
1178
+ },
1179
+ "propertyOf": {
1180
+ },
1181
+ "punctuation": {
1182
+ },
1183
+ "queryable": {
1184
+ },
1185
+ "questionMark": {
1186
+ },
1187
+ "readonly": {
1188
+ },
1189
+ "reason": {
1190
+ },
1191
+ "remember": {
1192
+ },
1193
+ "stm_before": {
1194
+ },
1195
+ "that": {
1196
+ },
1197
+ "the": {
1198
+ },
1199
+ "theAble": {
1200
+ },
1201
+ "this": {
1202
+ },
1203
+ "thisitthat": {
1204
+ },
1205
+ "to": {
1206
+ },
1207
+ "toAble": {
1208
+ },
1209
+ "unknown": {
1210
+ },
1211
+ "verb": {
1212
+ },
1213
+ "what": {
1214
+ },
1215
+ "whatAble": {
1216
+ },
1217
+ "whose": {
1218
+ },
1219
+ "xfx": {
1220
+ }
1221
+ }
1222
+ },
1223
+ "property": {
1224
+ },
1225
+ "relations": [
1226
+ ],
1227
+ "valueToWords": {
1228
+ }
1229
+ },
1230
+ "punctuation2": {
1231
+ },
1232
+ "sdefaults2": {
1233
+ },
1234
+ "stm2": {
1235
+ "mentioned": [
1236
+ ],
1237
+ "variables": {
1238
+ }
1239
+ },
1240
+ "tokenize2": {
1241
+ },
1242
+ "ui1": {
1243
+ "move": {
1244
+ "direction": "left",
1245
+ "steps": 1
1246
+ }
1247
+ }
1248
+ },
1249
+ "processed": [
1250
+ {
1251
+ "context": {
1252
+ "context_index": 1,
1253
+ "dead": true,
1254
+ "default": true,
1255
+ "direction": {
1256
+ "dead": true,
1257
+ "default": true,
1258
+ "level": 1,
1259
+ "marker": "left",
1260
+ "range": {
1261
+ "end": 8,
1262
+ "start": 5
1263
+ },
1264
+ "text": "left",
1265
+ "types": [
1266
+ "left"
1267
+ ],
1268
+ "value": "left",
1269
+ "word": "left"
1270
+ },
1271
+ "generate": [
1272
+ "operator",
1273
+ "moveable",
1274
+ "direction"
1275
+ ],
1276
+ "level": 1,
1277
+ "marker": "move",
1278
+ "moveable": {
1279
+ "default": true,
1280
+ "marker": "moveable",
1281
+ "pullFromContext": true,
1282
+ "range": {
1283
+ "end": 3,
1284
+ "start": 0
1285
+ },
1286
+ "skipDefault": true,
1287
+ "text": "move"
485
1288
  },
486
1289
  "operator": {
487
1290
  "default": true,
@@ -525,6 +1328,45 @@
525
1328
  "query": "move left",
526
1329
  "responses": [
527
1330
  ""
1331
+ ],
1332
+ "summaries": [
1333
+ [
1334
+ {
1335
+ "counter": 1,
1336
+ "operators": [
1337
+ [
1338
+ "move",
1339
+ 0
1340
+ ],
1341
+ [
1342
+ "left",
1343
+ 0
1344
+ ]
1345
+ ]
1346
+ },
1347
+ {
1348
+ "counter": 2,
1349
+ "operators": [
1350
+ [
1351
+ "move",
1352
+ 0
1353
+ ],
1354
+ [
1355
+ "left",
1356
+ 1
1357
+ ]
1358
+ ]
1359
+ },
1360
+ {
1361
+ "counter": 3,
1362
+ "operators": [
1363
+ [
1364
+ "move",
1365
+ 1
1366
+ ]
1367
+ ]
1368
+ }
1369
+ ]
528
1370
  ]
529
1371
  },
530
1372
  {
@@ -544,6 +1386,7 @@
544
1386
  },
545
1387
  "contexts": [
546
1388
  {
1389
+ "context_index": 1,
547
1390
  "dead": true,
548
1391
  "default": true,
549
1392
  "direction": {
@@ -646,15 +1489,19 @@
646
1489
  "nameToUUID": {
647
1490
  "articles": "articles2",
648
1491
  "asking": "asking2",
1492
+ "concept": "concept2",
649
1493
  "conjunction": "conjunction2",
1494
+ "countable": "countable2",
650
1495
  "dialogues": "dialogues2",
651
1496
  "evaluate": "evaluate2",
652
1497
  "gdefaults": "gdefaults2",
1498
+ "hierarchy": "hierarchy2",
653
1499
  "meta": "meta2",
654
1500
  "negation": "negation2",
655
1501
  "numbers": "numbers2",
656
1502
  "ordinals": "ordinals2",
657
1503
  "pos": "pos2",
1504
+ "properties": "properties2",
658
1505
  "punctuation": "punctuation2",
659
1506
  "sdefaults": "sdefaults2",
660
1507
  "stm": "stm2",
@@ -666,8 +1513,16 @@
666
1513
  },
667
1514
  "asking2": {
668
1515
  },
1516
+ "concept2": {
1517
+ "defaultTypesForHierarchy": {
1518
+ },
1519
+ "valueToWords": [
1520
+ ]
1521
+ },
669
1522
  "conjunction2": {
670
1523
  },
1524
+ "countable2": {
1525
+ },
671
1526
  "dialogues2": {
672
1527
  "idSuffix": "",
673
1528
  "mentioned": [
@@ -679,6 +1534,8 @@
679
1534
  },
680
1535
  "gdefaults2": {
681
1536
  },
1537
+ "hierarchy2": {
1538
+ },
682
1539
  "meta2": {
683
1540
  },
684
1541
  "negation2": {
@@ -689,6 +1546,372 @@
689
1546
  },
690
1547
  "pos2": {
691
1548
  },
1549
+ "properties2": {
1550
+ "children": {
1551
+ "adjective": [
1552
+ "stm_before"
1553
+ ],
1554
+ "article": [
1555
+ "a",
1556
+ "the",
1557
+ "each",
1558
+ "every"
1559
+ ],
1560
+ "canBeDoQuestion": [
1561
+ "have"
1562
+ ],
1563
+ "canBeQuestion": [
1564
+ "have",
1565
+ "is"
1566
+ ],
1567
+ "hierarchyAble": [
1568
+ "unknown"
1569
+ ],
1570
+ "ifAble": [
1571
+ "orAble"
1572
+ ],
1573
+ "object": [
1574
+ "what",
1575
+ "whose"
1576
+ ],
1577
+ "preposition": [
1578
+ "between",
1579
+ "propertyOf",
1580
+ "to"
1581
+ ],
1582
+ "pronoun": [
1583
+ "it",
1584
+ "this"
1585
+ ],
1586
+ "punctuation": [
1587
+ "questionMark"
1588
+ ],
1589
+ "queryable": [
1590
+ "xfx",
1591
+ "hierarchyAble",
1592
+ "readonly",
1593
+ "property",
1594
+ "object",
1595
+ "concept",
1596
+ "doubleQuote",
1597
+ "theAble",
1598
+ "unknown",
1599
+ "it",
1600
+ "what",
1601
+ "whatAble",
1602
+ "negatable",
1603
+ "this",
1604
+ "reason",
1605
+ "distributable",
1606
+ "thisitthat"
1607
+ ],
1608
+ "theAble": [
1609
+ "property",
1610
+ "object",
1611
+ "concept",
1612
+ "unknown",
1613
+ "reason",
1614
+ "memorable",
1615
+ "noun"
1616
+ ],
1617
+ "thisitthat": [
1618
+ "it",
1619
+ "this",
1620
+ "that"
1621
+ ],
1622
+ "toAble": [
1623
+ "it"
1624
+ ],
1625
+ "verb": [
1626
+ "modifies",
1627
+ "is",
1628
+ "remember",
1629
+ "evaluate"
1630
+ ]
1631
+ },
1632
+ "concepts": [
1633
+ "properties",
1634
+ "unknown",
1635
+ "hierarchyAble",
1636
+ "what",
1637
+ "object",
1638
+ "xfx",
1639
+ "queryable",
1640
+ "between",
1641
+ "preposition",
1642
+ "readonly",
1643
+ "have",
1644
+ "canBeDoQuestion",
1645
+ "canBeQuestion",
1646
+ "property",
1647
+ "theAble",
1648
+ "propertyOf",
1649
+ "whose",
1650
+ "concept",
1651
+ "modifies",
1652
+ "verb",
1653
+ "doubleQuote",
1654
+ "it",
1655
+ "pronoun",
1656
+ "this",
1657
+ "questionMark",
1658
+ "punctuation",
1659
+ "a",
1660
+ "article",
1661
+ "the",
1662
+ "whatAble",
1663
+ "negatable",
1664
+ "is",
1665
+ "toAble",
1666
+ "to",
1667
+ "reason",
1668
+ "memorable",
1669
+ "remember",
1670
+ "stm_before",
1671
+ "adjective",
1672
+ "orAble",
1673
+ "ifAble",
1674
+ "evaluate",
1675
+ "each",
1676
+ "every",
1677
+ "distributable",
1678
+ "noun",
1679
+ "thisitthat",
1680
+ "that"
1681
+ ],
1682
+ "parents": {
1683
+ "a": [
1684
+ "article"
1685
+ ],
1686
+ "between": [
1687
+ "preposition"
1688
+ ],
1689
+ "concept": [
1690
+ "theAble",
1691
+ "queryable"
1692
+ ],
1693
+ "distributable": [
1694
+ "queryable"
1695
+ ],
1696
+ "doubleQuote": [
1697
+ "queryable"
1698
+ ],
1699
+ "each": [
1700
+ "article"
1701
+ ],
1702
+ "evaluate": [
1703
+ "verb"
1704
+ ],
1705
+ "every": [
1706
+ "article"
1707
+ ],
1708
+ "have": [
1709
+ "canBeDoQuestion",
1710
+ "canBeQuestion"
1711
+ ],
1712
+ "hierarchyAble": [
1713
+ "queryable"
1714
+ ],
1715
+ "is": [
1716
+ "canBeQuestion",
1717
+ "verb"
1718
+ ],
1719
+ "it": [
1720
+ "pronoun",
1721
+ "queryable",
1722
+ "toAble",
1723
+ "thisitthat"
1724
+ ],
1725
+ "memorable": [
1726
+ "theAble"
1727
+ ],
1728
+ "modifies": [
1729
+ "verb"
1730
+ ],
1731
+ "negatable": [
1732
+ "queryable"
1733
+ ],
1734
+ "noun": [
1735
+ "theAble"
1736
+ ],
1737
+ "object": [
1738
+ "queryable",
1739
+ "theAble"
1740
+ ],
1741
+ "orAble": [
1742
+ "ifAble"
1743
+ ],
1744
+ "property": [
1745
+ "queryable",
1746
+ "theAble"
1747
+ ],
1748
+ "propertyOf": [
1749
+ "preposition"
1750
+ ],
1751
+ "questionMark": [
1752
+ "punctuation"
1753
+ ],
1754
+ "readonly": [
1755
+ "queryable"
1756
+ ],
1757
+ "reason": [
1758
+ "theAble",
1759
+ "queryable"
1760
+ ],
1761
+ "remember": [
1762
+ "verb"
1763
+ ],
1764
+ "stm_before": [
1765
+ "adjective"
1766
+ ],
1767
+ "that": [
1768
+ "thisitthat"
1769
+ ],
1770
+ "the": [
1771
+ "article"
1772
+ ],
1773
+ "theAble": [
1774
+ "queryable"
1775
+ ],
1776
+ "this": [
1777
+ "pronoun",
1778
+ "queryable",
1779
+ "thisitthat"
1780
+ ],
1781
+ "thisitthat": [
1782
+ "queryable"
1783
+ ],
1784
+ "to": [
1785
+ "preposition"
1786
+ ],
1787
+ "unknown": [
1788
+ "hierarchyAble",
1789
+ "theAble",
1790
+ "queryable"
1791
+ ],
1792
+ "what": [
1793
+ "object",
1794
+ "queryable"
1795
+ ],
1796
+ "whatAble": [
1797
+ "queryable"
1798
+ ],
1799
+ "whose": [
1800
+ "object"
1801
+ ],
1802
+ "xfx": [
1803
+ "queryable"
1804
+ ]
1805
+ },
1806
+ "properties": {
1807
+ "handlers": {
1808
+ },
1809
+ "initHandlers": [
1810
+ ],
1811
+ "root": {
1812
+ "a": {
1813
+ },
1814
+ "adjective": {
1815
+ },
1816
+ "article": {
1817
+ },
1818
+ "between": {
1819
+ },
1820
+ "canBeDoQuestion": {
1821
+ },
1822
+ "canBeQuestion": {
1823
+ },
1824
+ "concept": {
1825
+ },
1826
+ "distributable": {
1827
+ },
1828
+ "doubleQuote": {
1829
+ },
1830
+ "each": {
1831
+ },
1832
+ "evaluate": {
1833
+ },
1834
+ "every": {
1835
+ },
1836
+ "have": {
1837
+ },
1838
+ "hierarchyAble": {
1839
+ },
1840
+ "ifAble": {
1841
+ },
1842
+ "is": {
1843
+ },
1844
+ "it": {
1845
+ },
1846
+ "memorable": {
1847
+ },
1848
+ "modifies": {
1849
+ },
1850
+ "negatable": {
1851
+ },
1852
+ "noun": {
1853
+ },
1854
+ "object": {
1855
+ },
1856
+ "orAble": {
1857
+ },
1858
+ "preposition": {
1859
+ },
1860
+ "pronoun": {
1861
+ },
1862
+ "property": {
1863
+ },
1864
+ "propertyOf": {
1865
+ },
1866
+ "punctuation": {
1867
+ },
1868
+ "queryable": {
1869
+ },
1870
+ "questionMark": {
1871
+ },
1872
+ "readonly": {
1873
+ },
1874
+ "reason": {
1875
+ },
1876
+ "remember": {
1877
+ },
1878
+ "stm_before": {
1879
+ },
1880
+ "that": {
1881
+ },
1882
+ "the": {
1883
+ },
1884
+ "theAble": {
1885
+ },
1886
+ "this": {
1887
+ },
1888
+ "thisitthat": {
1889
+ },
1890
+ "to": {
1891
+ },
1892
+ "toAble": {
1893
+ },
1894
+ "unknown": {
1895
+ },
1896
+ "verb": {
1897
+ },
1898
+ "what": {
1899
+ },
1900
+ "whatAble": {
1901
+ },
1902
+ "whose": {
1903
+ },
1904
+ "xfx": {
1905
+ }
1906
+ }
1907
+ },
1908
+ "property": {
1909
+ },
1910
+ "relations": [
1911
+ ],
1912
+ "valueToWords": {
1913
+ }
1914
+ },
692
1915
  "punctuation2": {
693
1916
  },
694
1917
  "sdefaults2": {
@@ -711,6 +1934,7 @@
711
1934
  "processed": [
712
1935
  {
713
1936
  "context": {
1937
+ "context_index": 1,
714
1938
  "dead": true,
715
1939
  "default": true,
716
1940
  "direction": {
@@ -789,10 +2013,49 @@
789
2013
  "query": "move down",
790
2014
  "responses": [
791
2015
  ""
792
- ]
793
- },
794
- {
795
- "associations": [
2016
+ ],
2017
+ "summaries": [
2018
+ [
2019
+ {
2020
+ "counter": 1,
2021
+ "operators": [
2022
+ [
2023
+ "move",
2024
+ 0
2025
+ ],
2026
+ [
2027
+ "down",
2028
+ 0
2029
+ ]
2030
+ ]
2031
+ },
2032
+ {
2033
+ "counter": 2,
2034
+ "operators": [
2035
+ [
2036
+ "move",
2037
+ 0
2038
+ ],
2039
+ [
2040
+ "down",
2041
+ 1
2042
+ ]
2043
+ ]
2044
+ },
2045
+ {
2046
+ "counter": 3,
2047
+ "operators": [
2048
+ [
2049
+ "move",
2050
+ 1
2051
+ ]
2052
+ ]
2053
+ }
2054
+ ]
2055
+ ]
2056
+ },
2057
+ {
2058
+ "associations": [
796
2059
  [
797
2060
  [
798
2061
  "move",
@@ -808,6 +2071,7 @@
808
2071
  },
809
2072
  "contexts": [
810
2073
  {
2074
+ "context_index": 1,
811
2075
  "dead": true,
812
2076
  "default": true,
813
2077
  "direction": {
@@ -910,15 +2174,19 @@
910
2174
  "nameToUUID": {
911
2175
  "articles": "articles2",
912
2176
  "asking": "asking2",
2177
+ "concept": "concept2",
913
2178
  "conjunction": "conjunction2",
2179
+ "countable": "countable2",
914
2180
  "dialogues": "dialogues2",
915
2181
  "evaluate": "evaluate2",
916
2182
  "gdefaults": "gdefaults2",
2183
+ "hierarchy": "hierarchy2",
917
2184
  "meta": "meta2",
918
2185
  "negation": "negation2",
919
2186
  "numbers": "numbers2",
920
2187
  "ordinals": "ordinals2",
921
2188
  "pos": "pos2",
2189
+ "properties": "properties2",
922
2190
  "punctuation": "punctuation2",
923
2191
  "sdefaults": "sdefaults2",
924
2192
  "stm": "stm2",
@@ -930,8 +2198,16 @@
930
2198
  },
931
2199
  "asking2": {
932
2200
  },
2201
+ "concept2": {
2202
+ "defaultTypesForHierarchy": {
2203
+ },
2204
+ "valueToWords": [
2205
+ ]
2206
+ },
933
2207
  "conjunction2": {
934
2208
  },
2209
+ "countable2": {
2210
+ },
935
2211
  "dialogues2": {
936
2212
  "idSuffix": "",
937
2213
  "mentioned": [
@@ -943,6 +2219,8 @@
943
2219
  },
944
2220
  "gdefaults2": {
945
2221
  },
2222
+ "hierarchy2": {
2223
+ },
946
2224
  "meta2": {
947
2225
  },
948
2226
  "negation2": {
@@ -953,6 +2231,372 @@
953
2231
  },
954
2232
  "pos2": {
955
2233
  },
2234
+ "properties2": {
2235
+ "children": {
2236
+ "adjective": [
2237
+ "stm_before"
2238
+ ],
2239
+ "article": [
2240
+ "a",
2241
+ "the",
2242
+ "each",
2243
+ "every"
2244
+ ],
2245
+ "canBeDoQuestion": [
2246
+ "have"
2247
+ ],
2248
+ "canBeQuestion": [
2249
+ "have",
2250
+ "is"
2251
+ ],
2252
+ "hierarchyAble": [
2253
+ "unknown"
2254
+ ],
2255
+ "ifAble": [
2256
+ "orAble"
2257
+ ],
2258
+ "object": [
2259
+ "what",
2260
+ "whose"
2261
+ ],
2262
+ "preposition": [
2263
+ "between",
2264
+ "propertyOf",
2265
+ "to"
2266
+ ],
2267
+ "pronoun": [
2268
+ "it",
2269
+ "this"
2270
+ ],
2271
+ "punctuation": [
2272
+ "questionMark"
2273
+ ],
2274
+ "queryable": [
2275
+ "xfx",
2276
+ "hierarchyAble",
2277
+ "readonly",
2278
+ "property",
2279
+ "object",
2280
+ "concept",
2281
+ "doubleQuote",
2282
+ "theAble",
2283
+ "unknown",
2284
+ "it",
2285
+ "what",
2286
+ "whatAble",
2287
+ "negatable",
2288
+ "this",
2289
+ "reason",
2290
+ "distributable",
2291
+ "thisitthat"
2292
+ ],
2293
+ "theAble": [
2294
+ "property",
2295
+ "object",
2296
+ "concept",
2297
+ "unknown",
2298
+ "reason",
2299
+ "memorable",
2300
+ "noun"
2301
+ ],
2302
+ "thisitthat": [
2303
+ "it",
2304
+ "this",
2305
+ "that"
2306
+ ],
2307
+ "toAble": [
2308
+ "it"
2309
+ ],
2310
+ "verb": [
2311
+ "modifies",
2312
+ "is",
2313
+ "remember",
2314
+ "evaluate"
2315
+ ]
2316
+ },
2317
+ "concepts": [
2318
+ "properties",
2319
+ "unknown",
2320
+ "hierarchyAble",
2321
+ "what",
2322
+ "object",
2323
+ "xfx",
2324
+ "queryable",
2325
+ "between",
2326
+ "preposition",
2327
+ "readonly",
2328
+ "have",
2329
+ "canBeDoQuestion",
2330
+ "canBeQuestion",
2331
+ "property",
2332
+ "theAble",
2333
+ "propertyOf",
2334
+ "whose",
2335
+ "concept",
2336
+ "modifies",
2337
+ "verb",
2338
+ "doubleQuote",
2339
+ "it",
2340
+ "pronoun",
2341
+ "this",
2342
+ "questionMark",
2343
+ "punctuation",
2344
+ "a",
2345
+ "article",
2346
+ "the",
2347
+ "whatAble",
2348
+ "negatable",
2349
+ "is",
2350
+ "toAble",
2351
+ "to",
2352
+ "reason",
2353
+ "memorable",
2354
+ "remember",
2355
+ "stm_before",
2356
+ "adjective",
2357
+ "orAble",
2358
+ "ifAble",
2359
+ "evaluate",
2360
+ "each",
2361
+ "every",
2362
+ "distributable",
2363
+ "noun",
2364
+ "thisitthat",
2365
+ "that"
2366
+ ],
2367
+ "parents": {
2368
+ "a": [
2369
+ "article"
2370
+ ],
2371
+ "between": [
2372
+ "preposition"
2373
+ ],
2374
+ "concept": [
2375
+ "theAble",
2376
+ "queryable"
2377
+ ],
2378
+ "distributable": [
2379
+ "queryable"
2380
+ ],
2381
+ "doubleQuote": [
2382
+ "queryable"
2383
+ ],
2384
+ "each": [
2385
+ "article"
2386
+ ],
2387
+ "evaluate": [
2388
+ "verb"
2389
+ ],
2390
+ "every": [
2391
+ "article"
2392
+ ],
2393
+ "have": [
2394
+ "canBeDoQuestion",
2395
+ "canBeQuestion"
2396
+ ],
2397
+ "hierarchyAble": [
2398
+ "queryable"
2399
+ ],
2400
+ "is": [
2401
+ "canBeQuestion",
2402
+ "verb"
2403
+ ],
2404
+ "it": [
2405
+ "pronoun",
2406
+ "queryable",
2407
+ "toAble",
2408
+ "thisitthat"
2409
+ ],
2410
+ "memorable": [
2411
+ "theAble"
2412
+ ],
2413
+ "modifies": [
2414
+ "verb"
2415
+ ],
2416
+ "negatable": [
2417
+ "queryable"
2418
+ ],
2419
+ "noun": [
2420
+ "theAble"
2421
+ ],
2422
+ "object": [
2423
+ "queryable",
2424
+ "theAble"
2425
+ ],
2426
+ "orAble": [
2427
+ "ifAble"
2428
+ ],
2429
+ "property": [
2430
+ "queryable",
2431
+ "theAble"
2432
+ ],
2433
+ "propertyOf": [
2434
+ "preposition"
2435
+ ],
2436
+ "questionMark": [
2437
+ "punctuation"
2438
+ ],
2439
+ "readonly": [
2440
+ "queryable"
2441
+ ],
2442
+ "reason": [
2443
+ "theAble",
2444
+ "queryable"
2445
+ ],
2446
+ "remember": [
2447
+ "verb"
2448
+ ],
2449
+ "stm_before": [
2450
+ "adjective"
2451
+ ],
2452
+ "that": [
2453
+ "thisitthat"
2454
+ ],
2455
+ "the": [
2456
+ "article"
2457
+ ],
2458
+ "theAble": [
2459
+ "queryable"
2460
+ ],
2461
+ "this": [
2462
+ "pronoun",
2463
+ "queryable",
2464
+ "thisitthat"
2465
+ ],
2466
+ "thisitthat": [
2467
+ "queryable"
2468
+ ],
2469
+ "to": [
2470
+ "preposition"
2471
+ ],
2472
+ "unknown": [
2473
+ "hierarchyAble",
2474
+ "theAble",
2475
+ "queryable"
2476
+ ],
2477
+ "what": [
2478
+ "object",
2479
+ "queryable"
2480
+ ],
2481
+ "whatAble": [
2482
+ "queryable"
2483
+ ],
2484
+ "whose": [
2485
+ "object"
2486
+ ],
2487
+ "xfx": [
2488
+ "queryable"
2489
+ ]
2490
+ },
2491
+ "properties": {
2492
+ "handlers": {
2493
+ },
2494
+ "initHandlers": [
2495
+ ],
2496
+ "root": {
2497
+ "a": {
2498
+ },
2499
+ "adjective": {
2500
+ },
2501
+ "article": {
2502
+ },
2503
+ "between": {
2504
+ },
2505
+ "canBeDoQuestion": {
2506
+ },
2507
+ "canBeQuestion": {
2508
+ },
2509
+ "concept": {
2510
+ },
2511
+ "distributable": {
2512
+ },
2513
+ "doubleQuote": {
2514
+ },
2515
+ "each": {
2516
+ },
2517
+ "evaluate": {
2518
+ },
2519
+ "every": {
2520
+ },
2521
+ "have": {
2522
+ },
2523
+ "hierarchyAble": {
2524
+ },
2525
+ "ifAble": {
2526
+ },
2527
+ "is": {
2528
+ },
2529
+ "it": {
2530
+ },
2531
+ "memorable": {
2532
+ },
2533
+ "modifies": {
2534
+ },
2535
+ "negatable": {
2536
+ },
2537
+ "noun": {
2538
+ },
2539
+ "object": {
2540
+ },
2541
+ "orAble": {
2542
+ },
2543
+ "preposition": {
2544
+ },
2545
+ "pronoun": {
2546
+ },
2547
+ "property": {
2548
+ },
2549
+ "propertyOf": {
2550
+ },
2551
+ "punctuation": {
2552
+ },
2553
+ "queryable": {
2554
+ },
2555
+ "questionMark": {
2556
+ },
2557
+ "readonly": {
2558
+ },
2559
+ "reason": {
2560
+ },
2561
+ "remember": {
2562
+ },
2563
+ "stm_before": {
2564
+ },
2565
+ "that": {
2566
+ },
2567
+ "the": {
2568
+ },
2569
+ "theAble": {
2570
+ },
2571
+ "this": {
2572
+ },
2573
+ "thisitthat": {
2574
+ },
2575
+ "to": {
2576
+ },
2577
+ "toAble": {
2578
+ },
2579
+ "unknown": {
2580
+ },
2581
+ "verb": {
2582
+ },
2583
+ "what": {
2584
+ },
2585
+ "whatAble": {
2586
+ },
2587
+ "whose": {
2588
+ },
2589
+ "xfx": {
2590
+ }
2591
+ }
2592
+ },
2593
+ "property": {
2594
+ },
2595
+ "relations": [
2596
+ ],
2597
+ "valueToWords": {
2598
+ }
2599
+ },
956
2600
  "punctuation2": {
957
2601
  },
958
2602
  "sdefaults2": {
@@ -975,6 +2619,7 @@
975
2619
  "processed": [
976
2620
  {
977
2621
  "context": {
2622
+ "context_index": 1,
978
2623
  "dead": true,
979
2624
  "default": true,
980
2625
  "direction": {
@@ -1053,6 +2698,45 @@
1053
2698
  "query": "move right",
1054
2699
  "responses": [
1055
2700
  ""
2701
+ ],
2702
+ "summaries": [
2703
+ [
2704
+ {
2705
+ "counter": 1,
2706
+ "operators": [
2707
+ [
2708
+ "move",
2709
+ 0
2710
+ ],
2711
+ [
2712
+ "right",
2713
+ 0
2714
+ ]
2715
+ ]
2716
+ },
2717
+ {
2718
+ "counter": 2,
2719
+ "operators": [
2720
+ [
2721
+ "move",
2722
+ 0
2723
+ ],
2724
+ [
2725
+ "right",
2726
+ 1
2727
+ ]
2728
+ ]
2729
+ },
2730
+ {
2731
+ "counter": 3,
2732
+ "operators": [
2733
+ [
2734
+ "move",
2735
+ 1
2736
+ ]
2737
+ ]
2738
+ }
2739
+ ]
1056
2740
  ]
1057
2741
  },
1058
2742
  {
@@ -1062,6 +2746,7 @@
1062
2746
  },
1063
2747
  "contexts": [
1064
2748
  {
2749
+ "context_index": 1,
1065
2750
  "dead": true,
1066
2751
  "default": true,
1067
2752
  "level": 1,
@@ -1103,15 +2788,19 @@
1103
2788
  "nameToUUID": {
1104
2789
  "articles": "articles2",
1105
2790
  "asking": "asking2",
2791
+ "concept": "concept2",
1106
2792
  "conjunction": "conjunction2",
2793
+ "countable": "countable2",
1107
2794
  "dialogues": "dialogues2",
1108
2795
  "evaluate": "evaluate2",
1109
2796
  "gdefaults": "gdefaults2",
2797
+ "hierarchy": "hierarchy2",
1110
2798
  "meta": "meta2",
1111
2799
  "negation": "negation2",
1112
2800
  "numbers": "numbers2",
1113
2801
  "ordinals": "ordinals2",
1114
2802
  "pos": "pos2",
2803
+ "properties": "properties2",
1115
2804
  "punctuation": "punctuation2",
1116
2805
  "sdefaults": "sdefaults2",
1117
2806
  "stm": "stm2",
@@ -1123,8 +2812,16 @@
1123
2812
  },
1124
2813
  "asking2": {
1125
2814
  },
2815
+ "concept2": {
2816
+ "defaultTypesForHierarchy": {
2817
+ },
2818
+ "valueToWords": [
2819
+ ]
2820
+ },
1126
2821
  "conjunction2": {
1127
2822
  },
2823
+ "countable2": {
2824
+ },
1128
2825
  "dialogues2": {
1129
2826
  "idSuffix": "",
1130
2827
  "mentioned": [
@@ -1136,6 +2833,8 @@
1136
2833
  },
1137
2834
  "gdefaults2": {
1138
2835
  },
2836
+ "hierarchy2": {
2837
+ },
1139
2838
  "meta2": {
1140
2839
  },
1141
2840
  "negation2": {
@@ -1146,69 +2845,459 @@
1146
2845
  },
1147
2846
  "pos2": {
1148
2847
  },
1149
- "punctuation2": {
1150
- },
1151
- "sdefaults2": {
1152
- },
1153
- "stm2": {
1154
- "mentioned": [
1155
- ],
1156
- "variables": {
1157
- }
1158
- },
1159
- "tokenize2": {
1160
- },
1161
- "ui1": {
1162
- "select": {
1163
- }
1164
- }
1165
- },
1166
- "processed": [
1167
- {
1168
- "context": {
1169
- "dead": true,
1170
- "default": true,
1171
- "level": 1,
1172
- "marker": "select",
1173
- "range": {
1174
- "end": 5,
1175
- "start": 0
1176
- },
1177
- "text": "select",
1178
- "topLevel": true,
1179
- "touchedBy": [
1180
- "ui#call2"
2848
+ "properties2": {
2849
+ "children": {
2850
+ "adjective": [
2851
+ "stm_before"
1181
2852
  ],
1182
- "value": "select",
1183
- "word": "select"
2853
+ "article": [
2854
+ "a",
2855
+ "the",
2856
+ "each",
2857
+ "every"
2858
+ ],
2859
+ "canBeDoQuestion": [
2860
+ "have"
2861
+ ],
2862
+ "canBeQuestion": [
2863
+ "have",
2864
+ "is"
2865
+ ],
2866
+ "hierarchyAble": [
2867
+ "unknown"
2868
+ ],
2869
+ "ifAble": [
2870
+ "orAble"
2871
+ ],
2872
+ "object": [
2873
+ "what",
2874
+ "whose"
2875
+ ],
2876
+ "preposition": [
2877
+ "between",
2878
+ "propertyOf",
2879
+ "to"
2880
+ ],
2881
+ "pronoun": [
2882
+ "it",
2883
+ "this"
2884
+ ],
2885
+ "punctuation": [
2886
+ "questionMark"
2887
+ ],
2888
+ "queryable": [
2889
+ "xfx",
2890
+ "hierarchyAble",
2891
+ "readonly",
2892
+ "property",
2893
+ "object",
2894
+ "concept",
2895
+ "doubleQuote",
2896
+ "theAble",
2897
+ "unknown",
2898
+ "it",
2899
+ "what",
2900
+ "whatAble",
2901
+ "negatable",
2902
+ "this",
2903
+ "reason",
2904
+ "distributable",
2905
+ "thisitthat"
2906
+ ],
2907
+ "theAble": [
2908
+ "property",
2909
+ "object",
2910
+ "concept",
2911
+ "unknown",
2912
+ "reason",
2913
+ "memorable",
2914
+ "noun"
2915
+ ],
2916
+ "thisitthat": [
2917
+ "it",
2918
+ "this",
2919
+ "that"
2920
+ ],
2921
+ "toAble": [
2922
+ "it"
2923
+ ],
2924
+ "verb": [
2925
+ "modifies",
2926
+ "is",
2927
+ "remember",
2928
+ "evaluate"
2929
+ ]
1184
2930
  },
1185
- "generatedParenthesized": "",
1186
- "paraphrases": "select",
1187
- "paraphrasesParenthesized": "(select)",
1188
- "responses": [
1189
- ""
1190
- ]
1191
- }
1192
- ]
1193
- },
1194
- "paraphrases": [
1195
- "select"
1196
- ],
1197
- "paraphrasesParenthesized": [
1198
- "(select)"
1199
- ],
1200
- "query": "select",
1201
- "responses": [
1202
- ""
1203
- ]
1204
- },
1205
- {
2931
+ "concepts": [
2932
+ "properties",
2933
+ "unknown",
2934
+ "hierarchyAble",
2935
+ "what",
2936
+ "object",
2937
+ "xfx",
2938
+ "queryable",
2939
+ "between",
2940
+ "preposition",
2941
+ "readonly",
2942
+ "have",
2943
+ "canBeDoQuestion",
2944
+ "canBeQuestion",
2945
+ "property",
2946
+ "theAble",
2947
+ "propertyOf",
2948
+ "whose",
2949
+ "concept",
2950
+ "modifies",
2951
+ "verb",
2952
+ "doubleQuote",
2953
+ "it",
2954
+ "pronoun",
2955
+ "this",
2956
+ "questionMark",
2957
+ "punctuation",
2958
+ "a",
2959
+ "article",
2960
+ "the",
2961
+ "whatAble",
2962
+ "negatable",
2963
+ "is",
2964
+ "toAble",
2965
+ "to",
2966
+ "reason",
2967
+ "memorable",
2968
+ "remember",
2969
+ "stm_before",
2970
+ "adjective",
2971
+ "orAble",
2972
+ "ifAble",
2973
+ "evaluate",
2974
+ "each",
2975
+ "every",
2976
+ "distributable",
2977
+ "noun",
2978
+ "thisitthat",
2979
+ "that"
2980
+ ],
2981
+ "parents": {
2982
+ "a": [
2983
+ "article"
2984
+ ],
2985
+ "between": [
2986
+ "preposition"
2987
+ ],
2988
+ "concept": [
2989
+ "theAble",
2990
+ "queryable"
2991
+ ],
2992
+ "distributable": [
2993
+ "queryable"
2994
+ ],
2995
+ "doubleQuote": [
2996
+ "queryable"
2997
+ ],
2998
+ "each": [
2999
+ "article"
3000
+ ],
3001
+ "evaluate": [
3002
+ "verb"
3003
+ ],
3004
+ "every": [
3005
+ "article"
3006
+ ],
3007
+ "have": [
3008
+ "canBeDoQuestion",
3009
+ "canBeQuestion"
3010
+ ],
3011
+ "hierarchyAble": [
3012
+ "queryable"
3013
+ ],
3014
+ "is": [
3015
+ "canBeQuestion",
3016
+ "verb"
3017
+ ],
3018
+ "it": [
3019
+ "pronoun",
3020
+ "queryable",
3021
+ "toAble",
3022
+ "thisitthat"
3023
+ ],
3024
+ "memorable": [
3025
+ "theAble"
3026
+ ],
3027
+ "modifies": [
3028
+ "verb"
3029
+ ],
3030
+ "negatable": [
3031
+ "queryable"
3032
+ ],
3033
+ "noun": [
3034
+ "theAble"
3035
+ ],
3036
+ "object": [
3037
+ "queryable",
3038
+ "theAble"
3039
+ ],
3040
+ "orAble": [
3041
+ "ifAble"
3042
+ ],
3043
+ "property": [
3044
+ "queryable",
3045
+ "theAble"
3046
+ ],
3047
+ "propertyOf": [
3048
+ "preposition"
3049
+ ],
3050
+ "questionMark": [
3051
+ "punctuation"
3052
+ ],
3053
+ "readonly": [
3054
+ "queryable"
3055
+ ],
3056
+ "reason": [
3057
+ "theAble",
3058
+ "queryable"
3059
+ ],
3060
+ "remember": [
3061
+ "verb"
3062
+ ],
3063
+ "stm_before": [
3064
+ "adjective"
3065
+ ],
3066
+ "that": [
3067
+ "thisitthat"
3068
+ ],
3069
+ "the": [
3070
+ "article"
3071
+ ],
3072
+ "theAble": [
3073
+ "queryable"
3074
+ ],
3075
+ "this": [
3076
+ "pronoun",
3077
+ "queryable",
3078
+ "thisitthat"
3079
+ ],
3080
+ "thisitthat": [
3081
+ "queryable"
3082
+ ],
3083
+ "to": [
3084
+ "preposition"
3085
+ ],
3086
+ "unknown": [
3087
+ "hierarchyAble",
3088
+ "theAble",
3089
+ "queryable"
3090
+ ],
3091
+ "what": [
3092
+ "object",
3093
+ "queryable"
3094
+ ],
3095
+ "whatAble": [
3096
+ "queryable"
3097
+ ],
3098
+ "whose": [
3099
+ "object"
3100
+ ],
3101
+ "xfx": [
3102
+ "queryable"
3103
+ ]
3104
+ },
3105
+ "properties": {
3106
+ "handlers": {
3107
+ },
3108
+ "initHandlers": [
3109
+ ],
3110
+ "root": {
3111
+ "a": {
3112
+ },
3113
+ "adjective": {
3114
+ },
3115
+ "article": {
3116
+ },
3117
+ "between": {
3118
+ },
3119
+ "canBeDoQuestion": {
3120
+ },
3121
+ "canBeQuestion": {
3122
+ },
3123
+ "concept": {
3124
+ },
3125
+ "distributable": {
3126
+ },
3127
+ "doubleQuote": {
3128
+ },
3129
+ "each": {
3130
+ },
3131
+ "evaluate": {
3132
+ },
3133
+ "every": {
3134
+ },
3135
+ "have": {
3136
+ },
3137
+ "hierarchyAble": {
3138
+ },
3139
+ "ifAble": {
3140
+ },
3141
+ "is": {
3142
+ },
3143
+ "it": {
3144
+ },
3145
+ "memorable": {
3146
+ },
3147
+ "modifies": {
3148
+ },
3149
+ "negatable": {
3150
+ },
3151
+ "noun": {
3152
+ },
3153
+ "object": {
3154
+ },
3155
+ "orAble": {
3156
+ },
3157
+ "preposition": {
3158
+ },
3159
+ "pronoun": {
3160
+ },
3161
+ "property": {
3162
+ },
3163
+ "propertyOf": {
3164
+ },
3165
+ "punctuation": {
3166
+ },
3167
+ "queryable": {
3168
+ },
3169
+ "questionMark": {
3170
+ },
3171
+ "readonly": {
3172
+ },
3173
+ "reason": {
3174
+ },
3175
+ "remember": {
3176
+ },
3177
+ "stm_before": {
3178
+ },
3179
+ "that": {
3180
+ },
3181
+ "the": {
3182
+ },
3183
+ "theAble": {
3184
+ },
3185
+ "this": {
3186
+ },
3187
+ "thisitthat": {
3188
+ },
3189
+ "to": {
3190
+ },
3191
+ "toAble": {
3192
+ },
3193
+ "unknown": {
3194
+ },
3195
+ "verb": {
3196
+ },
3197
+ "what": {
3198
+ },
3199
+ "whatAble": {
3200
+ },
3201
+ "whose": {
3202
+ },
3203
+ "xfx": {
3204
+ }
3205
+ }
3206
+ },
3207
+ "property": {
3208
+ },
3209
+ "relations": [
3210
+ ],
3211
+ "valueToWords": {
3212
+ }
3213
+ },
3214
+ "punctuation2": {
3215
+ },
3216
+ "sdefaults2": {
3217
+ },
3218
+ "stm2": {
3219
+ "mentioned": [
3220
+ ],
3221
+ "variables": {
3222
+ }
3223
+ },
3224
+ "tokenize2": {
3225
+ },
3226
+ "ui1": {
3227
+ "select": {
3228
+ }
3229
+ }
3230
+ },
3231
+ "processed": [
3232
+ {
3233
+ "context": {
3234
+ "context_index": 1,
3235
+ "dead": true,
3236
+ "default": true,
3237
+ "level": 1,
3238
+ "marker": "select",
3239
+ "range": {
3240
+ "end": 5,
3241
+ "start": 0
3242
+ },
3243
+ "text": "select",
3244
+ "topLevel": true,
3245
+ "touchedBy": [
3246
+ "ui#call2"
3247
+ ],
3248
+ "value": "select",
3249
+ "word": "select"
3250
+ },
3251
+ "generatedParenthesized": "",
3252
+ "paraphrases": "select",
3253
+ "paraphrasesParenthesized": "(select)",
3254
+ "responses": [
3255
+ ""
3256
+ ]
3257
+ }
3258
+ ]
3259
+ },
3260
+ "paraphrases": [
3261
+ "select"
3262
+ ],
3263
+ "paraphrasesParenthesized": [
3264
+ "(select)"
3265
+ ],
3266
+ "query": "select",
3267
+ "responses": [
3268
+ ""
3269
+ ],
3270
+ "summaries": [
3271
+ [
3272
+ {
3273
+ "counter": 1,
3274
+ "operators": [
3275
+ [
3276
+ "select",
3277
+ 0
3278
+ ]
3279
+ ]
3280
+ },
3281
+ {
3282
+ "counter": 2,
3283
+ "operators": [
3284
+ [
3285
+ "select",
3286
+ 1
3287
+ ]
3288
+ ]
3289
+ }
3290
+ ]
3291
+ ]
3292
+ },
3293
+ {
1206
3294
  "associations": [
1207
3295
  ],
1208
3296
  "config": {
1209
3297
  },
1210
3298
  "contexts": [
1211
3299
  {
3300
+ "context_index": 1,
1212
3301
  "dead": true,
1213
3302
  "default": true,
1214
3303
  "level": 1,
@@ -1250,15 +3339,19 @@
1250
3339
  "nameToUUID": {
1251
3340
  "articles": "articles2",
1252
3341
  "asking": "asking2",
3342
+ "concept": "concept2",
1253
3343
  "conjunction": "conjunction2",
3344
+ "countable": "countable2",
1254
3345
  "dialogues": "dialogues2",
1255
3346
  "evaluate": "evaluate2",
1256
3347
  "gdefaults": "gdefaults2",
3348
+ "hierarchy": "hierarchy2",
1257
3349
  "meta": "meta2",
1258
3350
  "negation": "negation2",
1259
3351
  "numbers": "numbers2",
1260
3352
  "ordinals": "ordinals2",
1261
3353
  "pos": "pos2",
3354
+ "properties": "properties2",
1262
3355
  "punctuation": "punctuation2",
1263
3356
  "sdefaults": "sdefaults2",
1264
3357
  "stm": "stm2",
@@ -1270,8 +3363,16 @@
1270
3363
  },
1271
3364
  "asking2": {
1272
3365
  },
3366
+ "concept2": {
3367
+ "defaultTypesForHierarchy": {
3368
+ },
3369
+ "valueToWords": [
3370
+ ]
3371
+ },
1273
3372
  "conjunction2": {
1274
3373
  },
3374
+ "countable2": {
3375
+ },
1275
3376
  "dialogues2": {
1276
3377
  "idSuffix": "",
1277
3378
  "mentioned": [
@@ -1283,6 +3384,8 @@
1283
3384
  },
1284
3385
  "gdefaults2": {
1285
3386
  },
3387
+ "hierarchy2": {
3388
+ },
1286
3389
  "meta2": {
1287
3390
  },
1288
3391
  "negation2": {
@@ -1293,6 +3396,372 @@
1293
3396
  },
1294
3397
  "pos2": {
1295
3398
  },
3399
+ "properties2": {
3400
+ "children": {
3401
+ "adjective": [
3402
+ "stm_before"
3403
+ ],
3404
+ "article": [
3405
+ "a",
3406
+ "the",
3407
+ "each",
3408
+ "every"
3409
+ ],
3410
+ "canBeDoQuestion": [
3411
+ "have"
3412
+ ],
3413
+ "canBeQuestion": [
3414
+ "have",
3415
+ "is"
3416
+ ],
3417
+ "hierarchyAble": [
3418
+ "unknown"
3419
+ ],
3420
+ "ifAble": [
3421
+ "orAble"
3422
+ ],
3423
+ "object": [
3424
+ "what",
3425
+ "whose"
3426
+ ],
3427
+ "preposition": [
3428
+ "between",
3429
+ "propertyOf",
3430
+ "to"
3431
+ ],
3432
+ "pronoun": [
3433
+ "it",
3434
+ "this"
3435
+ ],
3436
+ "punctuation": [
3437
+ "questionMark"
3438
+ ],
3439
+ "queryable": [
3440
+ "xfx",
3441
+ "hierarchyAble",
3442
+ "readonly",
3443
+ "property",
3444
+ "object",
3445
+ "concept",
3446
+ "doubleQuote",
3447
+ "theAble",
3448
+ "unknown",
3449
+ "it",
3450
+ "what",
3451
+ "whatAble",
3452
+ "negatable",
3453
+ "this",
3454
+ "reason",
3455
+ "distributable",
3456
+ "thisitthat"
3457
+ ],
3458
+ "theAble": [
3459
+ "property",
3460
+ "object",
3461
+ "concept",
3462
+ "unknown",
3463
+ "reason",
3464
+ "memorable",
3465
+ "noun"
3466
+ ],
3467
+ "thisitthat": [
3468
+ "it",
3469
+ "this",
3470
+ "that"
3471
+ ],
3472
+ "toAble": [
3473
+ "it"
3474
+ ],
3475
+ "verb": [
3476
+ "modifies",
3477
+ "is",
3478
+ "remember",
3479
+ "evaluate"
3480
+ ]
3481
+ },
3482
+ "concepts": [
3483
+ "properties",
3484
+ "unknown",
3485
+ "hierarchyAble",
3486
+ "what",
3487
+ "object",
3488
+ "xfx",
3489
+ "queryable",
3490
+ "between",
3491
+ "preposition",
3492
+ "readonly",
3493
+ "have",
3494
+ "canBeDoQuestion",
3495
+ "canBeQuestion",
3496
+ "property",
3497
+ "theAble",
3498
+ "propertyOf",
3499
+ "whose",
3500
+ "concept",
3501
+ "modifies",
3502
+ "verb",
3503
+ "doubleQuote",
3504
+ "it",
3505
+ "pronoun",
3506
+ "this",
3507
+ "questionMark",
3508
+ "punctuation",
3509
+ "a",
3510
+ "article",
3511
+ "the",
3512
+ "whatAble",
3513
+ "negatable",
3514
+ "is",
3515
+ "toAble",
3516
+ "to",
3517
+ "reason",
3518
+ "memorable",
3519
+ "remember",
3520
+ "stm_before",
3521
+ "adjective",
3522
+ "orAble",
3523
+ "ifAble",
3524
+ "evaluate",
3525
+ "each",
3526
+ "every",
3527
+ "distributable",
3528
+ "noun",
3529
+ "thisitthat",
3530
+ "that"
3531
+ ],
3532
+ "parents": {
3533
+ "a": [
3534
+ "article"
3535
+ ],
3536
+ "between": [
3537
+ "preposition"
3538
+ ],
3539
+ "concept": [
3540
+ "theAble",
3541
+ "queryable"
3542
+ ],
3543
+ "distributable": [
3544
+ "queryable"
3545
+ ],
3546
+ "doubleQuote": [
3547
+ "queryable"
3548
+ ],
3549
+ "each": [
3550
+ "article"
3551
+ ],
3552
+ "evaluate": [
3553
+ "verb"
3554
+ ],
3555
+ "every": [
3556
+ "article"
3557
+ ],
3558
+ "have": [
3559
+ "canBeDoQuestion",
3560
+ "canBeQuestion"
3561
+ ],
3562
+ "hierarchyAble": [
3563
+ "queryable"
3564
+ ],
3565
+ "is": [
3566
+ "canBeQuestion",
3567
+ "verb"
3568
+ ],
3569
+ "it": [
3570
+ "pronoun",
3571
+ "queryable",
3572
+ "toAble",
3573
+ "thisitthat"
3574
+ ],
3575
+ "memorable": [
3576
+ "theAble"
3577
+ ],
3578
+ "modifies": [
3579
+ "verb"
3580
+ ],
3581
+ "negatable": [
3582
+ "queryable"
3583
+ ],
3584
+ "noun": [
3585
+ "theAble"
3586
+ ],
3587
+ "object": [
3588
+ "queryable",
3589
+ "theAble"
3590
+ ],
3591
+ "orAble": [
3592
+ "ifAble"
3593
+ ],
3594
+ "property": [
3595
+ "queryable",
3596
+ "theAble"
3597
+ ],
3598
+ "propertyOf": [
3599
+ "preposition"
3600
+ ],
3601
+ "questionMark": [
3602
+ "punctuation"
3603
+ ],
3604
+ "readonly": [
3605
+ "queryable"
3606
+ ],
3607
+ "reason": [
3608
+ "theAble",
3609
+ "queryable"
3610
+ ],
3611
+ "remember": [
3612
+ "verb"
3613
+ ],
3614
+ "stm_before": [
3615
+ "adjective"
3616
+ ],
3617
+ "that": [
3618
+ "thisitthat"
3619
+ ],
3620
+ "the": [
3621
+ "article"
3622
+ ],
3623
+ "theAble": [
3624
+ "queryable"
3625
+ ],
3626
+ "this": [
3627
+ "pronoun",
3628
+ "queryable",
3629
+ "thisitthat"
3630
+ ],
3631
+ "thisitthat": [
3632
+ "queryable"
3633
+ ],
3634
+ "to": [
3635
+ "preposition"
3636
+ ],
3637
+ "unknown": [
3638
+ "hierarchyAble",
3639
+ "theAble",
3640
+ "queryable"
3641
+ ],
3642
+ "what": [
3643
+ "object",
3644
+ "queryable"
3645
+ ],
3646
+ "whatAble": [
3647
+ "queryable"
3648
+ ],
3649
+ "whose": [
3650
+ "object"
3651
+ ],
3652
+ "xfx": [
3653
+ "queryable"
3654
+ ]
3655
+ },
3656
+ "properties": {
3657
+ "handlers": {
3658
+ },
3659
+ "initHandlers": [
3660
+ ],
3661
+ "root": {
3662
+ "a": {
3663
+ },
3664
+ "adjective": {
3665
+ },
3666
+ "article": {
3667
+ },
3668
+ "between": {
3669
+ },
3670
+ "canBeDoQuestion": {
3671
+ },
3672
+ "canBeQuestion": {
3673
+ },
3674
+ "concept": {
3675
+ },
3676
+ "distributable": {
3677
+ },
3678
+ "doubleQuote": {
3679
+ },
3680
+ "each": {
3681
+ },
3682
+ "evaluate": {
3683
+ },
3684
+ "every": {
3685
+ },
3686
+ "have": {
3687
+ },
3688
+ "hierarchyAble": {
3689
+ },
3690
+ "ifAble": {
3691
+ },
3692
+ "is": {
3693
+ },
3694
+ "it": {
3695
+ },
3696
+ "memorable": {
3697
+ },
3698
+ "modifies": {
3699
+ },
3700
+ "negatable": {
3701
+ },
3702
+ "noun": {
3703
+ },
3704
+ "object": {
3705
+ },
3706
+ "orAble": {
3707
+ },
3708
+ "preposition": {
3709
+ },
3710
+ "pronoun": {
3711
+ },
3712
+ "property": {
3713
+ },
3714
+ "propertyOf": {
3715
+ },
3716
+ "punctuation": {
3717
+ },
3718
+ "queryable": {
3719
+ },
3720
+ "questionMark": {
3721
+ },
3722
+ "readonly": {
3723
+ },
3724
+ "reason": {
3725
+ },
3726
+ "remember": {
3727
+ },
3728
+ "stm_before": {
3729
+ },
3730
+ "that": {
3731
+ },
3732
+ "the": {
3733
+ },
3734
+ "theAble": {
3735
+ },
3736
+ "this": {
3737
+ },
3738
+ "thisitthat": {
3739
+ },
3740
+ "to": {
3741
+ },
3742
+ "toAble": {
3743
+ },
3744
+ "unknown": {
3745
+ },
3746
+ "verb": {
3747
+ },
3748
+ "what": {
3749
+ },
3750
+ "whatAble": {
3751
+ },
3752
+ "whose": {
3753
+ },
3754
+ "xfx": {
3755
+ }
3756
+ }
3757
+ },
3758
+ "property": {
3759
+ },
3760
+ "relations": [
3761
+ ],
3762
+ "valueToWords": {
3763
+ }
3764
+ },
1296
3765
  "punctuation2": {
1297
3766
  },
1298
3767
  "sdefaults2": {
@@ -1312,6 +3781,7 @@
1312
3781
  "processed": [
1313
3782
  {
1314
3783
  "context": {
3784
+ "context_index": 1,
1315
3785
  "dead": true,
1316
3786
  "default": true,
1317
3787
  "level": 1,
@@ -1346,6 +3816,28 @@
1346
3816
  "query": "cancel",
1347
3817
  "responses": [
1348
3818
  ""
3819
+ ],
3820
+ "summaries": [
3821
+ [
3822
+ {
3823
+ "counter": 1,
3824
+ "operators": [
3825
+ [
3826
+ "cancel",
3827
+ 0
3828
+ ]
3829
+ ]
3830
+ },
3831
+ {
3832
+ "counter": 2,
3833
+ "operators": [
3834
+ [
3835
+ "cancel",
3836
+ 1
3837
+ ]
3838
+ ]
3839
+ }
3840
+ ]
1349
3841
  ]
1350
3842
  },
1351
3843
  {
@@ -1356,21 +3848,21 @@
1356
3848
  0
1357
3849
  ],
1358
3850
  [
1359
- "move",
3851
+ "integer",
1360
3852
  0
1361
3853
  ],
1362
3854
  [
1363
- "number",
3855
+ "move",
1364
3856
  0
1365
3857
  ]
1366
3858
  ],
1367
3859
  [
1368
3860
  [
1369
- "move",
3861
+ "integer",
1370
3862
  0
1371
3863
  ],
1372
3864
  [
1373
- "number",
3865
+ "move",
1374
3866
  0
1375
3867
  ]
1376
3868
  ]
@@ -1379,6 +3871,7 @@
1379
3871
  },
1380
3872
  "contexts": [
1381
3873
  {
3874
+ "context_index": 1,
1382
3875
  "dead": true,
1383
3876
  "default": true,
1384
3877
  "direction": {
@@ -1397,14 +3890,14 @@
1397
3890
  "dead": true,
1398
3891
  "instance": true,
1399
3892
  "level": 1,
1400
- "marker": "number",
3893
+ "marker": "integer",
1401
3894
  "range": {
1402
3895
  "end": 10,
1403
3896
  "start": 10
1404
3897
  },
1405
3898
  "text": "2",
1406
3899
  "types": [
1407
- "number"
3900
+ "integer"
1408
3901
  ],
1409
3902
  "value": 2,
1410
3903
  "word": "2"
@@ -1476,15 +3969,15 @@
1476
3969
  0
1477
3970
  ],
1478
3971
  [
1479
- "move",
3972
+ "integer",
1480
3973
  0
1481
3974
  ],
1482
3975
  [
1483
- "moveAmount",
3976
+ "move",
1484
3977
  0
1485
3978
  ],
1486
3979
  [
1487
- "number",
3980
+ "moveAmount",
1488
3981
  0
1489
3982
  ]
1490
3983
  ]
@@ -1492,20 +3985,20 @@
1492
3985
  {
1493
3986
  "counter": 2,
1494
3987
  "op": [
1495
- "number",
3988
+ "integer",
1496
3989
  0
1497
3990
  ],
1498
3991
  "ops": [
1499
3992
  [
1500
- "move",
3993
+ "integer",
1501
3994
  0
1502
3995
  ],
1503
3996
  [
1504
- "moveAmount",
3997
+ "move",
1505
3998
  0
1506
3999
  ],
1507
4000
  [
1508
- "number",
4001
+ "moveAmount",
1509
4002
  0
1510
4003
  ]
1511
4004
  ]
@@ -1546,15 +4039,19 @@
1546
4039
  "nameToUUID": {
1547
4040
  "articles": "articles2",
1548
4041
  "asking": "asking2",
4042
+ "concept": "concept2",
1549
4043
  "conjunction": "conjunction2",
4044
+ "countable": "countable2",
1550
4045
  "dialogues": "dialogues2",
1551
4046
  "evaluate": "evaluate2",
1552
4047
  "gdefaults": "gdefaults2",
4048
+ "hierarchy": "hierarchy2",
1553
4049
  "meta": "meta2",
1554
4050
  "negation": "negation2",
1555
4051
  "numbers": "numbers2",
1556
4052
  "ordinals": "ordinals2",
1557
4053
  "pos": "pos2",
4054
+ "properties": "properties2",
1558
4055
  "punctuation": "punctuation2",
1559
4056
  "sdefaults": "sdefaults2",
1560
4057
  "stm": "stm2",
@@ -1566,29 +4063,405 @@
1566
4063
  },
1567
4064
  "asking2": {
1568
4065
  },
4066
+ "concept2": {
4067
+ "defaultTypesForHierarchy": {
4068
+ },
4069
+ "valueToWords": [
4070
+ ]
4071
+ },
1569
4072
  "conjunction2": {
1570
4073
  },
4074
+ "countable2": {
4075
+ },
1571
4076
  "dialogues2": {
1572
4077
  "idSuffix": "",
1573
4078
  "mentioned": [
1574
4079
  ],
1575
- "variables": {
4080
+ "variables": {
4081
+ }
4082
+ },
4083
+ "evaluate2": {
4084
+ },
4085
+ "gdefaults2": {
4086
+ },
4087
+ "hierarchy2": {
4088
+ },
4089
+ "meta2": {
4090
+ },
4091
+ "negation2": {
4092
+ },
4093
+ "numbers2": {
4094
+ },
4095
+ "ordinals2": {
4096
+ },
4097
+ "pos2": {
4098
+ },
4099
+ "properties2": {
4100
+ "children": {
4101
+ "adjective": [
4102
+ "stm_before"
4103
+ ],
4104
+ "article": [
4105
+ "a",
4106
+ "the",
4107
+ "each",
4108
+ "every"
4109
+ ],
4110
+ "canBeDoQuestion": [
4111
+ "have"
4112
+ ],
4113
+ "canBeQuestion": [
4114
+ "have",
4115
+ "is"
4116
+ ],
4117
+ "hierarchyAble": [
4118
+ "unknown"
4119
+ ],
4120
+ "ifAble": [
4121
+ "orAble"
4122
+ ],
4123
+ "object": [
4124
+ "what",
4125
+ "whose"
4126
+ ],
4127
+ "preposition": [
4128
+ "between",
4129
+ "propertyOf",
4130
+ "to"
4131
+ ],
4132
+ "pronoun": [
4133
+ "it",
4134
+ "this"
4135
+ ],
4136
+ "punctuation": [
4137
+ "questionMark"
4138
+ ],
4139
+ "queryable": [
4140
+ "xfx",
4141
+ "hierarchyAble",
4142
+ "readonly",
4143
+ "property",
4144
+ "object",
4145
+ "concept",
4146
+ "doubleQuote",
4147
+ "theAble",
4148
+ "unknown",
4149
+ "it",
4150
+ "what",
4151
+ "whatAble",
4152
+ "negatable",
4153
+ "this",
4154
+ "reason",
4155
+ "distributable",
4156
+ "thisitthat"
4157
+ ],
4158
+ "theAble": [
4159
+ "property",
4160
+ "object",
4161
+ "concept",
4162
+ "unknown",
4163
+ "reason",
4164
+ "memorable",
4165
+ "noun"
4166
+ ],
4167
+ "thisitthat": [
4168
+ "it",
4169
+ "this",
4170
+ "that"
4171
+ ],
4172
+ "toAble": [
4173
+ "it"
4174
+ ],
4175
+ "verb": [
4176
+ "modifies",
4177
+ "is",
4178
+ "remember",
4179
+ "evaluate"
4180
+ ]
4181
+ },
4182
+ "concepts": [
4183
+ "properties",
4184
+ "unknown",
4185
+ "hierarchyAble",
4186
+ "what",
4187
+ "object",
4188
+ "xfx",
4189
+ "queryable",
4190
+ "between",
4191
+ "preposition",
4192
+ "readonly",
4193
+ "have",
4194
+ "canBeDoQuestion",
4195
+ "canBeQuestion",
4196
+ "property",
4197
+ "theAble",
4198
+ "propertyOf",
4199
+ "whose",
4200
+ "concept",
4201
+ "modifies",
4202
+ "verb",
4203
+ "doubleQuote",
4204
+ "it",
4205
+ "pronoun",
4206
+ "this",
4207
+ "questionMark",
4208
+ "punctuation",
4209
+ "a",
4210
+ "article",
4211
+ "the",
4212
+ "whatAble",
4213
+ "negatable",
4214
+ "is",
4215
+ "toAble",
4216
+ "to",
4217
+ "reason",
4218
+ "memorable",
4219
+ "remember",
4220
+ "stm_before",
4221
+ "adjective",
4222
+ "orAble",
4223
+ "ifAble",
4224
+ "evaluate",
4225
+ "each",
4226
+ "every",
4227
+ "distributable",
4228
+ "noun",
4229
+ "thisitthat",
4230
+ "that"
4231
+ ],
4232
+ "parents": {
4233
+ "a": [
4234
+ "article"
4235
+ ],
4236
+ "between": [
4237
+ "preposition"
4238
+ ],
4239
+ "concept": [
4240
+ "theAble",
4241
+ "queryable"
4242
+ ],
4243
+ "distributable": [
4244
+ "queryable"
4245
+ ],
4246
+ "doubleQuote": [
4247
+ "queryable"
4248
+ ],
4249
+ "each": [
4250
+ "article"
4251
+ ],
4252
+ "evaluate": [
4253
+ "verb"
4254
+ ],
4255
+ "every": [
4256
+ "article"
4257
+ ],
4258
+ "have": [
4259
+ "canBeDoQuestion",
4260
+ "canBeQuestion"
4261
+ ],
4262
+ "hierarchyAble": [
4263
+ "queryable"
4264
+ ],
4265
+ "is": [
4266
+ "canBeQuestion",
4267
+ "verb"
4268
+ ],
4269
+ "it": [
4270
+ "pronoun",
4271
+ "queryable",
4272
+ "toAble",
4273
+ "thisitthat"
4274
+ ],
4275
+ "memorable": [
4276
+ "theAble"
4277
+ ],
4278
+ "modifies": [
4279
+ "verb"
4280
+ ],
4281
+ "negatable": [
4282
+ "queryable"
4283
+ ],
4284
+ "noun": [
4285
+ "theAble"
4286
+ ],
4287
+ "object": [
4288
+ "queryable",
4289
+ "theAble"
4290
+ ],
4291
+ "orAble": [
4292
+ "ifAble"
4293
+ ],
4294
+ "property": [
4295
+ "queryable",
4296
+ "theAble"
4297
+ ],
4298
+ "propertyOf": [
4299
+ "preposition"
4300
+ ],
4301
+ "questionMark": [
4302
+ "punctuation"
4303
+ ],
4304
+ "readonly": [
4305
+ "queryable"
4306
+ ],
4307
+ "reason": [
4308
+ "theAble",
4309
+ "queryable"
4310
+ ],
4311
+ "remember": [
4312
+ "verb"
4313
+ ],
4314
+ "stm_before": [
4315
+ "adjective"
4316
+ ],
4317
+ "that": [
4318
+ "thisitthat"
4319
+ ],
4320
+ "the": [
4321
+ "article"
4322
+ ],
4323
+ "theAble": [
4324
+ "queryable"
4325
+ ],
4326
+ "this": [
4327
+ "pronoun",
4328
+ "queryable",
4329
+ "thisitthat"
4330
+ ],
4331
+ "thisitthat": [
4332
+ "queryable"
4333
+ ],
4334
+ "to": [
4335
+ "preposition"
4336
+ ],
4337
+ "unknown": [
4338
+ "hierarchyAble",
4339
+ "theAble",
4340
+ "queryable"
4341
+ ],
4342
+ "what": [
4343
+ "object",
4344
+ "queryable"
4345
+ ],
4346
+ "whatAble": [
4347
+ "queryable"
4348
+ ],
4349
+ "whose": [
4350
+ "object"
4351
+ ],
4352
+ "xfx": [
4353
+ "queryable"
4354
+ ]
4355
+ },
4356
+ "properties": {
4357
+ "handlers": {
4358
+ },
4359
+ "initHandlers": [
4360
+ ],
4361
+ "root": {
4362
+ "a": {
4363
+ },
4364
+ "adjective": {
4365
+ },
4366
+ "article": {
4367
+ },
4368
+ "between": {
4369
+ },
4370
+ "canBeDoQuestion": {
4371
+ },
4372
+ "canBeQuestion": {
4373
+ },
4374
+ "concept": {
4375
+ },
4376
+ "distributable": {
4377
+ },
4378
+ "doubleQuote": {
4379
+ },
4380
+ "each": {
4381
+ },
4382
+ "evaluate": {
4383
+ },
4384
+ "every": {
4385
+ },
4386
+ "have": {
4387
+ },
4388
+ "hierarchyAble": {
4389
+ },
4390
+ "ifAble": {
4391
+ },
4392
+ "is": {
4393
+ },
4394
+ "it": {
4395
+ },
4396
+ "memorable": {
4397
+ },
4398
+ "modifies": {
4399
+ },
4400
+ "negatable": {
4401
+ },
4402
+ "noun": {
4403
+ },
4404
+ "object": {
4405
+ },
4406
+ "orAble": {
4407
+ },
4408
+ "preposition": {
4409
+ },
4410
+ "pronoun": {
4411
+ },
4412
+ "property": {
4413
+ },
4414
+ "propertyOf": {
4415
+ },
4416
+ "punctuation": {
4417
+ },
4418
+ "queryable": {
4419
+ },
4420
+ "questionMark": {
4421
+ },
4422
+ "readonly": {
4423
+ },
4424
+ "reason": {
4425
+ },
4426
+ "remember": {
4427
+ },
4428
+ "stm_before": {
4429
+ },
4430
+ "that": {
4431
+ },
4432
+ "the": {
4433
+ },
4434
+ "theAble": {
4435
+ },
4436
+ "this": {
4437
+ },
4438
+ "thisitthat": {
4439
+ },
4440
+ "to": {
4441
+ },
4442
+ "toAble": {
4443
+ },
4444
+ "unknown": {
4445
+ },
4446
+ "verb": {
4447
+ },
4448
+ "what": {
4449
+ },
4450
+ "whatAble": {
4451
+ },
4452
+ "whose": {
4453
+ },
4454
+ "xfx": {
4455
+ }
4456
+ }
4457
+ },
4458
+ "property": {
4459
+ },
4460
+ "relations": [
4461
+ ],
4462
+ "valueToWords": {
1576
4463
  }
1577
4464
  },
1578
- "evaluate2": {
1579
- },
1580
- "gdefaults2": {
1581
- },
1582
- "meta2": {
1583
- },
1584
- "negation2": {
1585
- },
1586
- "numbers2": {
1587
- },
1588
- "ordinals2": {
1589
- },
1590
- "pos2": {
1591
- },
1592
4465
  "punctuation2": {
1593
4466
  },
1594
4467
  "sdefaults2": {
@@ -1611,6 +4484,7 @@
1611
4484
  "processed": [
1612
4485
  {
1613
4486
  "context": {
4487
+ "context_index": 1,
1614
4488
  "dead": true,
1615
4489
  "default": true,
1616
4490
  "direction": {
@@ -1629,14 +4503,14 @@
1629
4503
  "dead": true,
1630
4504
  "instance": true,
1631
4505
  "level": 1,
1632
- "marker": "number",
4506
+ "marker": "integer",
1633
4507
  "range": {
1634
4508
  "end": 10,
1635
4509
  "start": 10
1636
4510
  },
1637
4511
  "text": "2",
1638
4512
  "types": [
1639
- "number"
4513
+ "integer"
1640
4514
  ],
1641
4515
  "value": 2,
1642
4516
  "word": "2"
@@ -1708,6 +4582,83 @@
1708
4582
  "query": "move down 2",
1709
4583
  "responses": [
1710
4584
  ""
4585
+ ],
4586
+ "summaries": [
4587
+ [
4588
+ {
4589
+ "counter": 1,
4590
+ "operators": [
4591
+ [
4592
+ "move",
4593
+ 0
4594
+ ],
4595
+ [
4596
+ "down",
4597
+ 0
4598
+ ],
4599
+ [
4600
+ "integer",
4601
+ 0
4602
+ ]
4603
+ ]
4604
+ },
4605
+ {
4606
+ "counter": 2,
4607
+ "operators": [
4608
+ [
4609
+ "move",
4610
+ 0
4611
+ ],
4612
+ [
4613
+ "down",
4614
+ 1
4615
+ ],
4616
+ [
4617
+ "integer",
4618
+ 0
4619
+ ]
4620
+ ]
4621
+ },
4622
+ {
4623
+ "counter": 3,
4624
+ "operators": [
4625
+ [
4626
+ "move",
4627
+ 0
4628
+ ],
4629
+ [
4630
+ "down",
4631
+ 1
4632
+ ],
4633
+ [
4634
+ "integer",
4635
+ 1
4636
+ ]
4637
+ ]
4638
+ },
4639
+ {
4640
+ "counter": 4,
4641
+ "operators": [
4642
+ [
4643
+ "move",
4644
+ 0
4645
+ ],
4646
+ [
4647
+ "down",
4648
+ 1
4649
+ ]
4650
+ ]
4651
+ },
4652
+ {
4653
+ "counter": 5,
4654
+ "operators": [
4655
+ [
4656
+ "move",
4657
+ 1
4658
+ ]
4659
+ ]
4660
+ }
4661
+ ]
1711
4662
  ]
1712
4663
  },
1713
4664
  {
@@ -1717,6 +4668,7 @@
1717
4668
  },
1718
4669
  "contexts": [
1719
4670
  {
4671
+ "context_index": 1,
1720
4672
  "dead": true,
1721
4673
  "default": true,
1722
4674
  "level": 1,
@@ -1758,15 +4710,19 @@
1758
4710
  "nameToUUID": {
1759
4711
  "articles": "articles2",
1760
4712
  "asking": "asking2",
4713
+ "concept": "concept2",
1761
4714
  "conjunction": "conjunction2",
4715
+ "countable": "countable2",
1762
4716
  "dialogues": "dialogues2",
1763
4717
  "evaluate": "evaluate2",
1764
4718
  "gdefaults": "gdefaults2",
4719
+ "hierarchy": "hierarchy2",
1765
4720
  "meta": "meta2",
1766
4721
  "negation": "negation2",
1767
4722
  "numbers": "numbers2",
1768
4723
  "ordinals": "ordinals2",
1769
4724
  "pos": "pos2",
4725
+ "properties": "properties2",
1770
4726
  "punctuation": "punctuation2",
1771
4727
  "sdefaults": "sdefaults2",
1772
4728
  "stm": "stm2",
@@ -1778,8 +4734,16 @@
1778
4734
  },
1779
4735
  "asking2": {
1780
4736
  },
4737
+ "concept2": {
4738
+ "defaultTypesForHierarchy": {
4739
+ },
4740
+ "valueToWords": [
4741
+ ]
4742
+ },
1781
4743
  "conjunction2": {
1782
4744
  },
4745
+ "countable2": {
4746
+ },
1783
4747
  "dialogues2": {
1784
4748
  "idSuffix": "",
1785
4749
  "mentioned": [
@@ -1791,6 +4755,8 @@
1791
4755
  },
1792
4756
  "gdefaults2": {
1793
4757
  },
4758
+ "hierarchy2": {
4759
+ },
1794
4760
  "meta2": {
1795
4761
  },
1796
4762
  "negation2": {
@@ -1801,6 +4767,372 @@
1801
4767
  },
1802
4768
  "pos2": {
1803
4769
  },
4770
+ "properties2": {
4771
+ "children": {
4772
+ "adjective": [
4773
+ "stm_before"
4774
+ ],
4775
+ "article": [
4776
+ "a",
4777
+ "the",
4778
+ "each",
4779
+ "every"
4780
+ ],
4781
+ "canBeDoQuestion": [
4782
+ "have"
4783
+ ],
4784
+ "canBeQuestion": [
4785
+ "have",
4786
+ "is"
4787
+ ],
4788
+ "hierarchyAble": [
4789
+ "unknown"
4790
+ ],
4791
+ "ifAble": [
4792
+ "orAble"
4793
+ ],
4794
+ "object": [
4795
+ "what",
4796
+ "whose"
4797
+ ],
4798
+ "preposition": [
4799
+ "between",
4800
+ "propertyOf",
4801
+ "to"
4802
+ ],
4803
+ "pronoun": [
4804
+ "it",
4805
+ "this"
4806
+ ],
4807
+ "punctuation": [
4808
+ "questionMark"
4809
+ ],
4810
+ "queryable": [
4811
+ "xfx",
4812
+ "hierarchyAble",
4813
+ "readonly",
4814
+ "property",
4815
+ "object",
4816
+ "concept",
4817
+ "doubleQuote",
4818
+ "theAble",
4819
+ "unknown",
4820
+ "it",
4821
+ "what",
4822
+ "whatAble",
4823
+ "negatable",
4824
+ "this",
4825
+ "reason",
4826
+ "distributable",
4827
+ "thisitthat"
4828
+ ],
4829
+ "theAble": [
4830
+ "property",
4831
+ "object",
4832
+ "concept",
4833
+ "unknown",
4834
+ "reason",
4835
+ "memorable",
4836
+ "noun"
4837
+ ],
4838
+ "thisitthat": [
4839
+ "it",
4840
+ "this",
4841
+ "that"
4842
+ ],
4843
+ "toAble": [
4844
+ "it"
4845
+ ],
4846
+ "verb": [
4847
+ "modifies",
4848
+ "is",
4849
+ "remember",
4850
+ "evaluate"
4851
+ ]
4852
+ },
4853
+ "concepts": [
4854
+ "properties",
4855
+ "unknown",
4856
+ "hierarchyAble",
4857
+ "what",
4858
+ "object",
4859
+ "xfx",
4860
+ "queryable",
4861
+ "between",
4862
+ "preposition",
4863
+ "readonly",
4864
+ "have",
4865
+ "canBeDoQuestion",
4866
+ "canBeQuestion",
4867
+ "property",
4868
+ "theAble",
4869
+ "propertyOf",
4870
+ "whose",
4871
+ "concept",
4872
+ "modifies",
4873
+ "verb",
4874
+ "doubleQuote",
4875
+ "it",
4876
+ "pronoun",
4877
+ "this",
4878
+ "questionMark",
4879
+ "punctuation",
4880
+ "a",
4881
+ "article",
4882
+ "the",
4883
+ "whatAble",
4884
+ "negatable",
4885
+ "is",
4886
+ "toAble",
4887
+ "to",
4888
+ "reason",
4889
+ "memorable",
4890
+ "remember",
4891
+ "stm_before",
4892
+ "adjective",
4893
+ "orAble",
4894
+ "ifAble",
4895
+ "evaluate",
4896
+ "each",
4897
+ "every",
4898
+ "distributable",
4899
+ "noun",
4900
+ "thisitthat",
4901
+ "that"
4902
+ ],
4903
+ "parents": {
4904
+ "a": [
4905
+ "article"
4906
+ ],
4907
+ "between": [
4908
+ "preposition"
4909
+ ],
4910
+ "concept": [
4911
+ "theAble",
4912
+ "queryable"
4913
+ ],
4914
+ "distributable": [
4915
+ "queryable"
4916
+ ],
4917
+ "doubleQuote": [
4918
+ "queryable"
4919
+ ],
4920
+ "each": [
4921
+ "article"
4922
+ ],
4923
+ "evaluate": [
4924
+ "verb"
4925
+ ],
4926
+ "every": [
4927
+ "article"
4928
+ ],
4929
+ "have": [
4930
+ "canBeDoQuestion",
4931
+ "canBeQuestion"
4932
+ ],
4933
+ "hierarchyAble": [
4934
+ "queryable"
4935
+ ],
4936
+ "is": [
4937
+ "canBeQuestion",
4938
+ "verb"
4939
+ ],
4940
+ "it": [
4941
+ "pronoun",
4942
+ "queryable",
4943
+ "toAble",
4944
+ "thisitthat"
4945
+ ],
4946
+ "memorable": [
4947
+ "theAble"
4948
+ ],
4949
+ "modifies": [
4950
+ "verb"
4951
+ ],
4952
+ "negatable": [
4953
+ "queryable"
4954
+ ],
4955
+ "noun": [
4956
+ "theAble"
4957
+ ],
4958
+ "object": [
4959
+ "queryable",
4960
+ "theAble"
4961
+ ],
4962
+ "orAble": [
4963
+ "ifAble"
4964
+ ],
4965
+ "property": [
4966
+ "queryable",
4967
+ "theAble"
4968
+ ],
4969
+ "propertyOf": [
4970
+ "preposition"
4971
+ ],
4972
+ "questionMark": [
4973
+ "punctuation"
4974
+ ],
4975
+ "readonly": [
4976
+ "queryable"
4977
+ ],
4978
+ "reason": [
4979
+ "theAble",
4980
+ "queryable"
4981
+ ],
4982
+ "remember": [
4983
+ "verb"
4984
+ ],
4985
+ "stm_before": [
4986
+ "adjective"
4987
+ ],
4988
+ "that": [
4989
+ "thisitthat"
4990
+ ],
4991
+ "the": [
4992
+ "article"
4993
+ ],
4994
+ "theAble": [
4995
+ "queryable"
4996
+ ],
4997
+ "this": [
4998
+ "pronoun",
4999
+ "queryable",
5000
+ "thisitthat"
5001
+ ],
5002
+ "thisitthat": [
5003
+ "queryable"
5004
+ ],
5005
+ "to": [
5006
+ "preposition"
5007
+ ],
5008
+ "unknown": [
5009
+ "hierarchyAble",
5010
+ "theAble",
5011
+ "queryable"
5012
+ ],
5013
+ "what": [
5014
+ "object",
5015
+ "queryable"
5016
+ ],
5017
+ "whatAble": [
5018
+ "queryable"
5019
+ ],
5020
+ "whose": [
5021
+ "object"
5022
+ ],
5023
+ "xfx": [
5024
+ "queryable"
5025
+ ]
5026
+ },
5027
+ "properties": {
5028
+ "handlers": {
5029
+ },
5030
+ "initHandlers": [
5031
+ ],
5032
+ "root": {
5033
+ "a": {
5034
+ },
5035
+ "adjective": {
5036
+ },
5037
+ "article": {
5038
+ },
5039
+ "between": {
5040
+ },
5041
+ "canBeDoQuestion": {
5042
+ },
5043
+ "canBeQuestion": {
5044
+ },
5045
+ "concept": {
5046
+ },
5047
+ "distributable": {
5048
+ },
5049
+ "doubleQuote": {
5050
+ },
5051
+ "each": {
5052
+ },
5053
+ "evaluate": {
5054
+ },
5055
+ "every": {
5056
+ },
5057
+ "have": {
5058
+ },
5059
+ "hierarchyAble": {
5060
+ },
5061
+ "ifAble": {
5062
+ },
5063
+ "is": {
5064
+ },
5065
+ "it": {
5066
+ },
5067
+ "memorable": {
5068
+ },
5069
+ "modifies": {
5070
+ },
5071
+ "negatable": {
5072
+ },
5073
+ "noun": {
5074
+ },
5075
+ "object": {
5076
+ },
5077
+ "orAble": {
5078
+ },
5079
+ "preposition": {
5080
+ },
5081
+ "pronoun": {
5082
+ },
5083
+ "property": {
5084
+ },
5085
+ "propertyOf": {
5086
+ },
5087
+ "punctuation": {
5088
+ },
5089
+ "queryable": {
5090
+ },
5091
+ "questionMark": {
5092
+ },
5093
+ "readonly": {
5094
+ },
5095
+ "reason": {
5096
+ },
5097
+ "remember": {
5098
+ },
5099
+ "stm_before": {
5100
+ },
5101
+ "that": {
5102
+ },
5103
+ "the": {
5104
+ },
5105
+ "theAble": {
5106
+ },
5107
+ "this": {
5108
+ },
5109
+ "thisitthat": {
5110
+ },
5111
+ "to": {
5112
+ },
5113
+ "toAble": {
5114
+ },
5115
+ "unknown": {
5116
+ },
5117
+ "verb": {
5118
+ },
5119
+ "what": {
5120
+ },
5121
+ "whatAble": {
5122
+ },
5123
+ "whose": {
5124
+ },
5125
+ "xfx": {
5126
+ }
5127
+ }
5128
+ },
5129
+ "property": {
5130
+ },
5131
+ "relations": [
5132
+ ],
5133
+ "valueToWords": {
5134
+ }
5135
+ },
1804
5136
  "punctuation2": {
1805
5137
  },
1806
5138
  "sdefaults2": {
@@ -1823,6 +5155,7 @@
1823
5155
  "processed": [
1824
5156
  {
1825
5157
  "context": {
5158
+ "context_index": 1,
1826
5159
  "dead": true,
1827
5160
  "default": true,
1828
5161
  "level": 1,
@@ -1857,6 +5190,28 @@
1857
5190
  "query": "down",
1858
5191
  "responses": [
1859
5192
  ""
5193
+ ],
5194
+ "summaries": [
5195
+ [
5196
+ {
5197
+ "counter": 1,
5198
+ "operators": [
5199
+ [
5200
+ "down",
5201
+ 0
5202
+ ]
5203
+ ]
5204
+ },
5205
+ {
5206
+ "counter": 2,
5207
+ "operators": [
5208
+ [
5209
+ "down",
5210
+ 1
5211
+ ]
5212
+ ]
5213
+ }
5214
+ ]
1860
5215
  ]
1861
5216
  },
1862
5217
  {
@@ -1866,6 +5221,7 @@
1866
5221
  },
1867
5222
  "contexts": [
1868
5223
  {
5224
+ "context_index": 1,
1869
5225
  "dead": true,
1870
5226
  "default": true,
1871
5227
  "level": 1,
@@ -1907,15 +5263,19 @@
1907
5263
  "nameToUUID": {
1908
5264
  "articles": "articles2",
1909
5265
  "asking": "asking2",
5266
+ "concept": "concept2",
1910
5267
  "conjunction": "conjunction2",
5268
+ "countable": "countable2",
1911
5269
  "dialogues": "dialogues2",
1912
5270
  "evaluate": "evaluate2",
1913
5271
  "gdefaults": "gdefaults2",
5272
+ "hierarchy": "hierarchy2",
1914
5273
  "meta": "meta2",
1915
5274
  "negation": "negation2",
1916
5275
  "numbers": "numbers2",
1917
5276
  "ordinals": "ordinals2",
1918
5277
  "pos": "pos2",
5278
+ "properties": "properties2",
1919
5279
  "punctuation": "punctuation2",
1920
5280
  "sdefaults": "sdefaults2",
1921
5281
  "stm": "stm2",
@@ -1927,29 +5287,405 @@
1927
5287
  },
1928
5288
  "asking2": {
1929
5289
  },
5290
+ "concept2": {
5291
+ "defaultTypesForHierarchy": {
5292
+ },
5293
+ "valueToWords": [
5294
+ ]
5295
+ },
1930
5296
  "conjunction2": {
1931
5297
  },
5298
+ "countable2": {
5299
+ },
1932
5300
  "dialogues2": {
1933
5301
  "idSuffix": "",
1934
5302
  "mentioned": [
1935
5303
  ],
1936
- "variables": {
5304
+ "variables": {
5305
+ }
5306
+ },
5307
+ "evaluate2": {
5308
+ },
5309
+ "gdefaults2": {
5310
+ },
5311
+ "hierarchy2": {
5312
+ },
5313
+ "meta2": {
5314
+ },
5315
+ "negation2": {
5316
+ },
5317
+ "numbers2": {
5318
+ },
5319
+ "ordinals2": {
5320
+ },
5321
+ "pos2": {
5322
+ },
5323
+ "properties2": {
5324
+ "children": {
5325
+ "adjective": [
5326
+ "stm_before"
5327
+ ],
5328
+ "article": [
5329
+ "a",
5330
+ "the",
5331
+ "each",
5332
+ "every"
5333
+ ],
5334
+ "canBeDoQuestion": [
5335
+ "have"
5336
+ ],
5337
+ "canBeQuestion": [
5338
+ "have",
5339
+ "is"
5340
+ ],
5341
+ "hierarchyAble": [
5342
+ "unknown"
5343
+ ],
5344
+ "ifAble": [
5345
+ "orAble"
5346
+ ],
5347
+ "object": [
5348
+ "what",
5349
+ "whose"
5350
+ ],
5351
+ "preposition": [
5352
+ "between",
5353
+ "propertyOf",
5354
+ "to"
5355
+ ],
5356
+ "pronoun": [
5357
+ "it",
5358
+ "this"
5359
+ ],
5360
+ "punctuation": [
5361
+ "questionMark"
5362
+ ],
5363
+ "queryable": [
5364
+ "xfx",
5365
+ "hierarchyAble",
5366
+ "readonly",
5367
+ "property",
5368
+ "object",
5369
+ "concept",
5370
+ "doubleQuote",
5371
+ "theAble",
5372
+ "unknown",
5373
+ "it",
5374
+ "what",
5375
+ "whatAble",
5376
+ "negatable",
5377
+ "this",
5378
+ "reason",
5379
+ "distributable",
5380
+ "thisitthat"
5381
+ ],
5382
+ "theAble": [
5383
+ "property",
5384
+ "object",
5385
+ "concept",
5386
+ "unknown",
5387
+ "reason",
5388
+ "memorable",
5389
+ "noun"
5390
+ ],
5391
+ "thisitthat": [
5392
+ "it",
5393
+ "this",
5394
+ "that"
5395
+ ],
5396
+ "toAble": [
5397
+ "it"
5398
+ ],
5399
+ "verb": [
5400
+ "modifies",
5401
+ "is",
5402
+ "remember",
5403
+ "evaluate"
5404
+ ]
5405
+ },
5406
+ "concepts": [
5407
+ "properties",
5408
+ "unknown",
5409
+ "hierarchyAble",
5410
+ "what",
5411
+ "object",
5412
+ "xfx",
5413
+ "queryable",
5414
+ "between",
5415
+ "preposition",
5416
+ "readonly",
5417
+ "have",
5418
+ "canBeDoQuestion",
5419
+ "canBeQuestion",
5420
+ "property",
5421
+ "theAble",
5422
+ "propertyOf",
5423
+ "whose",
5424
+ "concept",
5425
+ "modifies",
5426
+ "verb",
5427
+ "doubleQuote",
5428
+ "it",
5429
+ "pronoun",
5430
+ "this",
5431
+ "questionMark",
5432
+ "punctuation",
5433
+ "a",
5434
+ "article",
5435
+ "the",
5436
+ "whatAble",
5437
+ "negatable",
5438
+ "is",
5439
+ "toAble",
5440
+ "to",
5441
+ "reason",
5442
+ "memorable",
5443
+ "remember",
5444
+ "stm_before",
5445
+ "adjective",
5446
+ "orAble",
5447
+ "ifAble",
5448
+ "evaluate",
5449
+ "each",
5450
+ "every",
5451
+ "distributable",
5452
+ "noun",
5453
+ "thisitthat",
5454
+ "that"
5455
+ ],
5456
+ "parents": {
5457
+ "a": [
5458
+ "article"
5459
+ ],
5460
+ "between": [
5461
+ "preposition"
5462
+ ],
5463
+ "concept": [
5464
+ "theAble",
5465
+ "queryable"
5466
+ ],
5467
+ "distributable": [
5468
+ "queryable"
5469
+ ],
5470
+ "doubleQuote": [
5471
+ "queryable"
5472
+ ],
5473
+ "each": [
5474
+ "article"
5475
+ ],
5476
+ "evaluate": [
5477
+ "verb"
5478
+ ],
5479
+ "every": [
5480
+ "article"
5481
+ ],
5482
+ "have": [
5483
+ "canBeDoQuestion",
5484
+ "canBeQuestion"
5485
+ ],
5486
+ "hierarchyAble": [
5487
+ "queryable"
5488
+ ],
5489
+ "is": [
5490
+ "canBeQuestion",
5491
+ "verb"
5492
+ ],
5493
+ "it": [
5494
+ "pronoun",
5495
+ "queryable",
5496
+ "toAble",
5497
+ "thisitthat"
5498
+ ],
5499
+ "memorable": [
5500
+ "theAble"
5501
+ ],
5502
+ "modifies": [
5503
+ "verb"
5504
+ ],
5505
+ "negatable": [
5506
+ "queryable"
5507
+ ],
5508
+ "noun": [
5509
+ "theAble"
5510
+ ],
5511
+ "object": [
5512
+ "queryable",
5513
+ "theAble"
5514
+ ],
5515
+ "orAble": [
5516
+ "ifAble"
5517
+ ],
5518
+ "property": [
5519
+ "queryable",
5520
+ "theAble"
5521
+ ],
5522
+ "propertyOf": [
5523
+ "preposition"
5524
+ ],
5525
+ "questionMark": [
5526
+ "punctuation"
5527
+ ],
5528
+ "readonly": [
5529
+ "queryable"
5530
+ ],
5531
+ "reason": [
5532
+ "theAble",
5533
+ "queryable"
5534
+ ],
5535
+ "remember": [
5536
+ "verb"
5537
+ ],
5538
+ "stm_before": [
5539
+ "adjective"
5540
+ ],
5541
+ "that": [
5542
+ "thisitthat"
5543
+ ],
5544
+ "the": [
5545
+ "article"
5546
+ ],
5547
+ "theAble": [
5548
+ "queryable"
5549
+ ],
5550
+ "this": [
5551
+ "pronoun",
5552
+ "queryable",
5553
+ "thisitthat"
5554
+ ],
5555
+ "thisitthat": [
5556
+ "queryable"
5557
+ ],
5558
+ "to": [
5559
+ "preposition"
5560
+ ],
5561
+ "unknown": [
5562
+ "hierarchyAble",
5563
+ "theAble",
5564
+ "queryable"
5565
+ ],
5566
+ "what": [
5567
+ "object",
5568
+ "queryable"
5569
+ ],
5570
+ "whatAble": [
5571
+ "queryable"
5572
+ ],
5573
+ "whose": [
5574
+ "object"
5575
+ ],
5576
+ "xfx": [
5577
+ "queryable"
5578
+ ]
5579
+ },
5580
+ "properties": {
5581
+ "handlers": {
5582
+ },
5583
+ "initHandlers": [
5584
+ ],
5585
+ "root": {
5586
+ "a": {
5587
+ },
5588
+ "adjective": {
5589
+ },
5590
+ "article": {
5591
+ },
5592
+ "between": {
5593
+ },
5594
+ "canBeDoQuestion": {
5595
+ },
5596
+ "canBeQuestion": {
5597
+ },
5598
+ "concept": {
5599
+ },
5600
+ "distributable": {
5601
+ },
5602
+ "doubleQuote": {
5603
+ },
5604
+ "each": {
5605
+ },
5606
+ "evaluate": {
5607
+ },
5608
+ "every": {
5609
+ },
5610
+ "have": {
5611
+ },
5612
+ "hierarchyAble": {
5613
+ },
5614
+ "ifAble": {
5615
+ },
5616
+ "is": {
5617
+ },
5618
+ "it": {
5619
+ },
5620
+ "memorable": {
5621
+ },
5622
+ "modifies": {
5623
+ },
5624
+ "negatable": {
5625
+ },
5626
+ "noun": {
5627
+ },
5628
+ "object": {
5629
+ },
5630
+ "orAble": {
5631
+ },
5632
+ "preposition": {
5633
+ },
5634
+ "pronoun": {
5635
+ },
5636
+ "property": {
5637
+ },
5638
+ "propertyOf": {
5639
+ },
5640
+ "punctuation": {
5641
+ },
5642
+ "queryable": {
5643
+ },
5644
+ "questionMark": {
5645
+ },
5646
+ "readonly": {
5647
+ },
5648
+ "reason": {
5649
+ },
5650
+ "remember": {
5651
+ },
5652
+ "stm_before": {
5653
+ },
5654
+ "that": {
5655
+ },
5656
+ "the": {
5657
+ },
5658
+ "theAble": {
5659
+ },
5660
+ "this": {
5661
+ },
5662
+ "thisitthat": {
5663
+ },
5664
+ "to": {
5665
+ },
5666
+ "toAble": {
5667
+ },
5668
+ "unknown": {
5669
+ },
5670
+ "verb": {
5671
+ },
5672
+ "what": {
5673
+ },
5674
+ "whatAble": {
5675
+ },
5676
+ "whose": {
5677
+ },
5678
+ "xfx": {
5679
+ }
5680
+ }
5681
+ },
5682
+ "property": {
5683
+ },
5684
+ "relations": [
5685
+ ],
5686
+ "valueToWords": {
1937
5687
  }
1938
5688
  },
1939
- "evaluate2": {
1940
- },
1941
- "gdefaults2": {
1942
- },
1943
- "meta2": {
1944
- },
1945
- "negation2": {
1946
- },
1947
- "numbers2": {
1948
- },
1949
- "ordinals2": {
1950
- },
1951
- "pos2": {
1952
- },
1953
5689
  "punctuation2": {
1954
5690
  },
1955
5691
  "sdefaults2": {
@@ -1970,6 +5706,7 @@
1970
5706
  "processed": [
1971
5707
  {
1972
5708
  "context": {
5709
+ "context_index": 1,
1973
5710
  "dead": true,
1974
5711
  "default": true,
1975
5712
  "level": 1,
@@ -2004,6 +5741,28 @@
2004
5741
  "query": "unselect",
2005
5742
  "responses": [
2006
5743
  ""
5744
+ ],
5745
+ "summaries": [
5746
+ [
5747
+ {
5748
+ "counter": 1,
5749
+ "operators": [
5750
+ [
5751
+ "unselect",
5752
+ 0
5753
+ ]
5754
+ ]
5755
+ },
5756
+ {
5757
+ "counter": 2,
5758
+ "operators": [
5759
+ [
5760
+ "unselect",
5761
+ 1
5762
+ ]
5763
+ ]
5764
+ }
5765
+ ]
2007
5766
  ]
2008
5767
  },
2009
5768
  {
@@ -2039,6 +5798,7 @@
2039
5798
  "value": "action",
2040
5799
  "word": "action"
2041
5800
  },
5801
+ "context_index": 1,
2042
5802
  "dead": true,
2043
5803
  "default": true,
2044
5804
  "level": 1,
@@ -2097,15 +5857,19 @@
2097
5857
  "nameToUUID": {
2098
5858
  "articles": "articles2",
2099
5859
  "asking": "asking2",
5860
+ "concept": "concept2",
2100
5861
  "conjunction": "conjunction2",
5862
+ "countable": "countable2",
2101
5863
  "dialogues": "dialogues2",
2102
5864
  "evaluate": "evaluate2",
2103
5865
  "gdefaults": "gdefaults2",
5866
+ "hierarchy": "hierarchy2",
2104
5867
  "meta": "meta2",
2105
5868
  "negation": "negation2",
2106
5869
  "numbers": "numbers2",
2107
5870
  "ordinals": "ordinals2",
2108
5871
  "pos": "pos2",
5872
+ "properties": "properties2",
2109
5873
  "punctuation": "punctuation2",
2110
5874
  "sdefaults": "sdefaults2",
2111
5875
  "stm": "stm2",
@@ -2117,8 +5881,16 @@
2117
5881
  },
2118
5882
  "asking2": {
2119
5883
  },
5884
+ "concept2": {
5885
+ "defaultTypesForHierarchy": {
5886
+ },
5887
+ "valueToWords": [
5888
+ ]
5889
+ },
2120
5890
  "conjunction2": {
2121
5891
  },
5892
+ "countable2": {
5893
+ },
2122
5894
  "dialogues2": {
2123
5895
  "idSuffix": "",
2124
5896
  "mentioned": [
@@ -2130,6 +5902,8 @@
2130
5902
  },
2131
5903
  "gdefaults2": {
2132
5904
  },
5905
+ "hierarchy2": {
5906
+ },
2133
5907
  "meta2": {
2134
5908
  },
2135
5909
  "negation2": {
@@ -2140,6 +5914,372 @@
2140
5914
  },
2141
5915
  "pos2": {
2142
5916
  },
5917
+ "properties2": {
5918
+ "children": {
5919
+ "adjective": [
5920
+ "stm_before"
5921
+ ],
5922
+ "article": [
5923
+ "a",
5924
+ "the",
5925
+ "each",
5926
+ "every"
5927
+ ],
5928
+ "canBeDoQuestion": [
5929
+ "have"
5930
+ ],
5931
+ "canBeQuestion": [
5932
+ "have",
5933
+ "is"
5934
+ ],
5935
+ "hierarchyAble": [
5936
+ "unknown"
5937
+ ],
5938
+ "ifAble": [
5939
+ "orAble"
5940
+ ],
5941
+ "object": [
5942
+ "what",
5943
+ "whose"
5944
+ ],
5945
+ "preposition": [
5946
+ "between",
5947
+ "propertyOf",
5948
+ "to"
5949
+ ],
5950
+ "pronoun": [
5951
+ "it",
5952
+ "this"
5953
+ ],
5954
+ "punctuation": [
5955
+ "questionMark"
5956
+ ],
5957
+ "queryable": [
5958
+ "xfx",
5959
+ "hierarchyAble",
5960
+ "readonly",
5961
+ "property",
5962
+ "object",
5963
+ "concept",
5964
+ "doubleQuote",
5965
+ "theAble",
5966
+ "unknown",
5967
+ "it",
5968
+ "what",
5969
+ "whatAble",
5970
+ "negatable",
5971
+ "this",
5972
+ "reason",
5973
+ "distributable",
5974
+ "thisitthat"
5975
+ ],
5976
+ "theAble": [
5977
+ "property",
5978
+ "object",
5979
+ "concept",
5980
+ "unknown",
5981
+ "reason",
5982
+ "memorable",
5983
+ "noun"
5984
+ ],
5985
+ "thisitthat": [
5986
+ "it",
5987
+ "this",
5988
+ "that"
5989
+ ],
5990
+ "toAble": [
5991
+ "it"
5992
+ ],
5993
+ "verb": [
5994
+ "modifies",
5995
+ "is",
5996
+ "remember",
5997
+ "evaluate"
5998
+ ]
5999
+ },
6000
+ "concepts": [
6001
+ "properties",
6002
+ "unknown",
6003
+ "hierarchyAble",
6004
+ "what",
6005
+ "object",
6006
+ "xfx",
6007
+ "queryable",
6008
+ "between",
6009
+ "preposition",
6010
+ "readonly",
6011
+ "have",
6012
+ "canBeDoQuestion",
6013
+ "canBeQuestion",
6014
+ "property",
6015
+ "theAble",
6016
+ "propertyOf",
6017
+ "whose",
6018
+ "concept",
6019
+ "modifies",
6020
+ "verb",
6021
+ "doubleQuote",
6022
+ "it",
6023
+ "pronoun",
6024
+ "this",
6025
+ "questionMark",
6026
+ "punctuation",
6027
+ "a",
6028
+ "article",
6029
+ "the",
6030
+ "whatAble",
6031
+ "negatable",
6032
+ "is",
6033
+ "toAble",
6034
+ "to",
6035
+ "reason",
6036
+ "memorable",
6037
+ "remember",
6038
+ "stm_before",
6039
+ "adjective",
6040
+ "orAble",
6041
+ "ifAble",
6042
+ "evaluate",
6043
+ "each",
6044
+ "every",
6045
+ "distributable",
6046
+ "noun",
6047
+ "thisitthat",
6048
+ "that"
6049
+ ],
6050
+ "parents": {
6051
+ "a": [
6052
+ "article"
6053
+ ],
6054
+ "between": [
6055
+ "preposition"
6056
+ ],
6057
+ "concept": [
6058
+ "theAble",
6059
+ "queryable"
6060
+ ],
6061
+ "distributable": [
6062
+ "queryable"
6063
+ ],
6064
+ "doubleQuote": [
6065
+ "queryable"
6066
+ ],
6067
+ "each": [
6068
+ "article"
6069
+ ],
6070
+ "evaluate": [
6071
+ "verb"
6072
+ ],
6073
+ "every": [
6074
+ "article"
6075
+ ],
6076
+ "have": [
6077
+ "canBeDoQuestion",
6078
+ "canBeQuestion"
6079
+ ],
6080
+ "hierarchyAble": [
6081
+ "queryable"
6082
+ ],
6083
+ "is": [
6084
+ "canBeQuestion",
6085
+ "verb"
6086
+ ],
6087
+ "it": [
6088
+ "pronoun",
6089
+ "queryable",
6090
+ "toAble",
6091
+ "thisitthat"
6092
+ ],
6093
+ "memorable": [
6094
+ "theAble"
6095
+ ],
6096
+ "modifies": [
6097
+ "verb"
6098
+ ],
6099
+ "negatable": [
6100
+ "queryable"
6101
+ ],
6102
+ "noun": [
6103
+ "theAble"
6104
+ ],
6105
+ "object": [
6106
+ "queryable",
6107
+ "theAble"
6108
+ ],
6109
+ "orAble": [
6110
+ "ifAble"
6111
+ ],
6112
+ "property": [
6113
+ "queryable",
6114
+ "theAble"
6115
+ ],
6116
+ "propertyOf": [
6117
+ "preposition"
6118
+ ],
6119
+ "questionMark": [
6120
+ "punctuation"
6121
+ ],
6122
+ "readonly": [
6123
+ "queryable"
6124
+ ],
6125
+ "reason": [
6126
+ "theAble",
6127
+ "queryable"
6128
+ ],
6129
+ "remember": [
6130
+ "verb"
6131
+ ],
6132
+ "stm_before": [
6133
+ "adjective"
6134
+ ],
6135
+ "that": [
6136
+ "thisitthat"
6137
+ ],
6138
+ "the": [
6139
+ "article"
6140
+ ],
6141
+ "theAble": [
6142
+ "queryable"
6143
+ ],
6144
+ "this": [
6145
+ "pronoun",
6146
+ "queryable",
6147
+ "thisitthat"
6148
+ ],
6149
+ "thisitthat": [
6150
+ "queryable"
6151
+ ],
6152
+ "to": [
6153
+ "preposition"
6154
+ ],
6155
+ "unknown": [
6156
+ "hierarchyAble",
6157
+ "theAble",
6158
+ "queryable"
6159
+ ],
6160
+ "what": [
6161
+ "object",
6162
+ "queryable"
6163
+ ],
6164
+ "whatAble": [
6165
+ "queryable"
6166
+ ],
6167
+ "whose": [
6168
+ "object"
6169
+ ],
6170
+ "xfx": [
6171
+ "queryable"
6172
+ ]
6173
+ },
6174
+ "properties": {
6175
+ "handlers": {
6176
+ },
6177
+ "initHandlers": [
6178
+ ],
6179
+ "root": {
6180
+ "a": {
6181
+ },
6182
+ "adjective": {
6183
+ },
6184
+ "article": {
6185
+ },
6186
+ "between": {
6187
+ },
6188
+ "canBeDoQuestion": {
6189
+ },
6190
+ "canBeQuestion": {
6191
+ },
6192
+ "concept": {
6193
+ },
6194
+ "distributable": {
6195
+ },
6196
+ "doubleQuote": {
6197
+ },
6198
+ "each": {
6199
+ },
6200
+ "evaluate": {
6201
+ },
6202
+ "every": {
6203
+ },
6204
+ "have": {
6205
+ },
6206
+ "hierarchyAble": {
6207
+ },
6208
+ "ifAble": {
6209
+ },
6210
+ "is": {
6211
+ },
6212
+ "it": {
6213
+ },
6214
+ "memorable": {
6215
+ },
6216
+ "modifies": {
6217
+ },
6218
+ "negatable": {
6219
+ },
6220
+ "noun": {
6221
+ },
6222
+ "object": {
6223
+ },
6224
+ "orAble": {
6225
+ },
6226
+ "preposition": {
6227
+ },
6228
+ "pronoun": {
6229
+ },
6230
+ "property": {
6231
+ },
6232
+ "propertyOf": {
6233
+ },
6234
+ "punctuation": {
6235
+ },
6236
+ "queryable": {
6237
+ },
6238
+ "questionMark": {
6239
+ },
6240
+ "readonly": {
6241
+ },
6242
+ "reason": {
6243
+ },
6244
+ "remember": {
6245
+ },
6246
+ "stm_before": {
6247
+ },
6248
+ "that": {
6249
+ },
6250
+ "the": {
6251
+ },
6252
+ "theAble": {
6253
+ },
6254
+ "this": {
6255
+ },
6256
+ "thisitthat": {
6257
+ },
6258
+ "to": {
6259
+ },
6260
+ "toAble": {
6261
+ },
6262
+ "unknown": {
6263
+ },
6264
+ "verb": {
6265
+ },
6266
+ "what": {
6267
+ },
6268
+ "whatAble": {
6269
+ },
6270
+ "whose": {
6271
+ },
6272
+ "xfx": {
6273
+ }
6274
+ }
6275
+ },
6276
+ "property": {
6277
+ },
6278
+ "relations": [
6279
+ ],
6280
+ "valueToWords": {
6281
+ }
6282
+ },
2143
6283
  "punctuation2": {
2144
6284
  },
2145
6285
  "sdefaults2": {
@@ -2175,6 +6315,7 @@
2175
6315
  "value": "action",
2176
6316
  "word": "action"
2177
6317
  },
6318
+ "context_index": 1,
2178
6319
  "dead": true,
2179
6320
  "default": true,
2180
6321
  "level": 1,
@@ -2209,6 +6350,45 @@
2209
6350
  "query": "stop action",
2210
6351
  "responses": [
2211
6352
  ""
6353
+ ],
6354
+ "summaries": [
6355
+ [
6356
+ {
6357
+ "counter": 1,
6358
+ "operators": [
6359
+ [
6360
+ "stop",
6361
+ 0
6362
+ ],
6363
+ [
6364
+ "action",
6365
+ 0
6366
+ ]
6367
+ ]
6368
+ },
6369
+ {
6370
+ "counter": 2,
6371
+ "operators": [
6372
+ [
6373
+ "stop",
6374
+ 0
6375
+ ],
6376
+ [
6377
+ "action",
6378
+ 1
6379
+ ]
6380
+ ]
6381
+ },
6382
+ {
6383
+ "counter": 3,
6384
+ "operators": [
6385
+ [
6386
+ "stop",
6387
+ 1
6388
+ ]
6389
+ ]
6390
+ }
6391
+ ]
2212
6392
  ]
2213
6393
  }
2214
6394
  ]