tpmkms_4wp 8.9.1-beta.4 → 8.9.1-beta.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (137) hide show
  1. package/common/animals.instance.json +6736 -831
  2. package/common/articles.js +22 -9
  3. package/common/articles.test.json +640 -2
  4. package/common/asking.js +3 -3
  5. package/common/asking.test.json +1599 -140
  6. package/common/avatar.js +9 -1
  7. package/common/avatar.test.json +6008 -2749
  8. package/common/characters.js +1 -1
  9. package/common/characters.test.json +1371 -95
  10. package/common/colors.instance.json +23062 -1689
  11. package/common/colors.test.json +704 -136
  12. package/common/comparable.instance.json +1337 -159
  13. package/common/comparable.js +13 -13
  14. package/common/comparable.test.json +3239 -558
  15. package/common/concept.js +11 -3
  16. package/common/concept.test.json +2853 -694
  17. package/common/conjunction.js +13 -1
  18. package/common/conjunction.test.json +229 -1
  19. package/common/countable.js +3 -9
  20. package/common/countable.test.json +1310 -638
  21. package/common/crew.instance.json +19486 -2159
  22. package/common/crew.js +19 -0
  23. package/common/crew.test.json +10218 -2145
  24. package/common/currency.js +2 -3
  25. package/common/currency.test.json +948 -64
  26. package/common/dialogues.js +103 -35
  27. package/common/dialogues.test.json +6611 -1905
  28. package/common/dimension.instance.json +760 -120
  29. package/common/dimension.js +18 -4
  30. package/common/dimension.test.json +23680 -11550
  31. package/common/edible.instance.json +21878 -2723
  32. package/common/edible.js +13 -0
  33. package/common/edible.test.json +1580 -304
  34. package/common/emotions.instance.json +2224 -253
  35. package/common/emotions.js +10 -2
  36. package/common/emotions.test.json +1134 -107
  37. package/common/errors.js +1 -1
  38. package/common/errors.test.json +88 -0
  39. package/common/evaluate.test.json +100 -1
  40. package/common/events.js +1 -1
  41. package/common/events.test.json +2197 -242
  42. package/common/fastfood.instance.json +82857 -10609
  43. package/common/fastfood.js +99 -12
  44. package/common/fastfood.test.json +65486 -21430
  45. package/common/formulas.instance.json +325 -58
  46. package/common/formulas.js +1 -1
  47. package/common/formulas.test.json +13202 -6757
  48. package/common/gdefaults.js +18 -8
  49. package/common/help.js +4 -4
  50. package/common/help.test.json +292 -4
  51. package/common/helpers/concept.js +6 -5
  52. package/common/helpers/conjunction.js +1 -1
  53. package/common/helpers/formulas.js +4 -4
  54. package/common/helpers/frankenhash.js +4 -4
  55. package/common/helpers/meta.js +4 -4
  56. package/common/helpers/ordering.js +2 -2
  57. package/common/helpers/properties.js +18 -48
  58. package/common/helpers.js +1 -1
  59. package/common/hierarchy.js +12 -3
  60. package/common/hierarchy.test.json +53813 -17340
  61. package/common/javascript.js +1 -1
  62. package/common/javascript.test.json +214 -11
  63. package/common/kirk.instance.json +322 -7
  64. package/common/kirk.test.json +1123 -254
  65. package/common/length.instance.json +9890 -797
  66. package/common/length.test.json +12055 -8184
  67. package/common/listener.test.json +39 -1
  68. package/common/math.instance.json +294 -57
  69. package/common/math.js +1 -1
  70. package/common/math.test.json +38557 -17754
  71. package/common/meta.instance.json +1 -0
  72. package/common/meta.js +13 -13
  73. package/common/meta.test.json +2770 -275
  74. package/common/nameable.js +1 -1
  75. package/common/nameable.test.json +5150 -1475
  76. package/common/negation.js +1 -1
  77. package/common/negation.test.json +146 -8
  78. package/common/numbers.js +1 -1
  79. package/common/numbers.test.json +234 -0
  80. package/common/ordering.instance.json +3861 -508
  81. package/common/ordering.test.json +2680 -1283
  82. package/common/ordinals.js +12 -2
  83. package/common/ordinals.test.json +627 -3
  84. package/common/people.instance.json +4041 -652
  85. package/common/people.js +1 -15
  86. package/common/people.test.json +27157 -13664
  87. package/common/percentages.js +1 -2
  88. package/common/percentages.test.json +313 -0
  89. package/common/pipboy.instance.json +13628 -1529
  90. package/common/pipboy.js +28 -48
  91. package/common/pipboy.test.json +17367 -5640
  92. package/common/pokemon.instance.json +6163 -690
  93. package/common/pokemon.test.json +1826 -389
  94. package/common/pos.js +16 -6
  95. package/common/pressure.instance.json +2635 -291
  96. package/common/pressure.test.json +2997 -1629
  97. package/common/properties.instance.json +907 -128
  98. package/common/properties.js +19 -28
  99. package/common/properties.test.json +46801 -14612
  100. package/common/punctuation.js +1 -1
  101. package/common/punctuation.test.json +327 -0
  102. package/common/reports.instance.json +997 -118
  103. package/common/reports.js +16 -9
  104. package/common/reports.test.json +16653 -2453
  105. package/common/scorekeeper.instance.json +1 -0
  106. package/common/scorekeeper.js +22 -12
  107. package/common/scorekeeper.test.json +42546 -15408
  108. package/common/sdefaults.js +2 -2
  109. package/common/sizeable.js +2 -2
  110. package/common/sizeable.test.json +1170 -215
  111. package/common/spock.instance.json +322 -7
  112. package/common/spock.test.json +1123 -254
  113. package/common/stgame.js +0 -1
  114. package/common/stgame.test.json +1371 -91
  115. package/common/stm.js +6 -6
  116. package/common/stm.test.json +842 -9
  117. package/common/tell.js +1 -1
  118. package/common/tell.test.json +224 -1
  119. package/common/temperature.instance.json +5980 -285
  120. package/common/temperature.test.json +2610 -1272
  121. package/common/tester.js +1 -1
  122. package/common/testing.test.json +84 -1
  123. package/common/time.test.json +5345 -272
  124. package/common/tokenize.js +3 -2
  125. package/common/tokenize.test.json +39 -0
  126. package/common/ui.instance.json +139 -26
  127. package/common/ui.js +0 -16
  128. package/common/ui.test.json +4620 -140
  129. package/common/weight.instance.json +10025 -771
  130. package/common/weight.js +10 -0
  131. package/common/weight.test.json +18658 -12176
  132. package/common/wp.instance.json +15801 -1655
  133. package/common/wp.js +181 -49
  134. package/common/wp.test.json +112970 -20663
  135. package/common/yesno.js +1 -1
  136. package/common/yesno.test.json +168 -4
  137. package/package.json +11 -6
@@ -32,47 +32,13 @@
32
32
  "is",
33
33
  0
34
34
  ],
35
- [
36
- "kirk",
37
- 0
38
- ],
39
35
  [
40
36
  "propertyOf",
41
37
  0
42
38
  ],
43
- [
44
- "the",
45
- 0
46
- ],
47
39
  [
48
40
  "unknown",
49
41
  1
50
- ],
51
- [
52
- "what",
53
- 0
54
- ]
55
- ],
56
- [
57
- [
58
- "is",
59
- 0
60
- ],
61
- [
62
- "kirk",
63
- 0
64
- ],
65
- [
66
- "the",
67
- 0
68
- ],
69
- [
70
- "unknown",
71
- 0
72
- ],
73
- [
74
- "what",
75
- 0
76
42
  ]
77
43
  ],
78
44
  [
@@ -82,11 +48,7 @@
82
48
  ],
83
49
  [
84
50
  "propertyOf",
85
- 0
86
- ],
87
- [
88
- "the",
89
- 0
51
+ 1
90
52
  ],
91
53
  [
92
54
  "unknown",
@@ -95,7 +57,7 @@
95
57
  ],
96
58
  [
97
59
  [
98
- "is",
60
+ "kirk",
99
61
  0
100
62
  ],
101
63
  [
@@ -117,11 +79,11 @@
117
79
  ],
118
80
  [
119
81
  [
120
- "is",
82
+ "propertyOf",
121
83
  0
122
84
  ],
123
85
  [
124
- "propertyOf",
86
+ "the",
125
87
  0
126
88
  ],
127
89
  [
@@ -131,16 +93,20 @@
131
93
  ],
132
94
  [
133
95
  [
134
- "is",
96
+ "propertyOf",
135
97
  0
136
98
  ],
137
99
  [
138
- "propertyOf",
139
- 1
100
+ "the",
101
+ 0
140
102
  ],
141
103
  [
142
104
  "unknown",
143
105
  1
106
+ ],
107
+ [
108
+ "what",
109
+ 0
144
110
  ]
145
111
  ]
146
112
  ],
@@ -148,6 +114,7 @@
148
114
  },
149
115
  "contexts": [
150
116
  {
117
+ "context_index": 1,
151
118
  "dead": true,
152
119
  "evalue": {
153
120
  "default": true,
@@ -506,7 +473,7 @@
506
473
  ],
507
474
  "ops": [
508
475
  [
509
- "is",
476
+ "isEd",
510
477
  0
511
478
  ],
512
479
  [
@@ -535,7 +502,7 @@
535
502
  ],
536
503
  "ops": [
537
504
  [
538
- "is",
505
+ "isEd",
539
506
  0
540
507
  ],
541
508
  [
@@ -560,7 +527,7 @@
560
527
  ],
561
528
  "ops": [
562
529
  [
563
- "is",
530
+ "isEd",
564
531
  0
565
532
  ],
566
533
  [
@@ -638,24 +605,34 @@
638
605
  "objects": {
639
606
  "nameToUUID": {
640
607
  "animals": "animals2",
608
+ "articles": "articles2",
609
+ "asking": "asking2",
641
610
  "avatar": "avatar2",
642
611
  "concept": "concept2",
612
+ "conjunction": "conjunction2",
643
613
  "crew": "crew2",
644
614
  "dialogues": "dialogues2",
645
615
  "emotions": "emotions2",
616
+ "evaluate": "evaluate2",
646
617
  "gdefaults": "gdefaults2",
647
618
  "hierarchy": "hierarchy2",
648
619
  "meta": "meta2",
620
+ "negation": "negation2",
649
621
  "pos": "pos2",
650
622
  "properties": "properties2",
651
623
  "punctuation": "punctuation2",
652
624
  "sdefaults": "sdefaults2",
653
625
  "spock": "spock1",
654
- "stm": "stm2"
626
+ "stm": "stm2",
627
+ "tokenize": "tokenize2"
655
628
  },
656
629
  "namespaced": {
657
630
  "animals2": {
658
631
  },
632
+ "articles2": {
633
+ },
634
+ "asking2": {
635
+ },
659
636
  "avatar2": {
660
637
  },
661
638
  "concept2": {
@@ -664,9 +641,12 @@
664
641
  "valueToWords": [
665
642
  ]
666
643
  },
644
+ "conjunction2": {
645
+ },
667
646
  "crew2": {
668
647
  },
669
648
  "dialogues2": {
649
+ "idSuffix": "",
670
650
  "mentioned": [
671
651
  ],
672
652
  "variables": {
@@ -674,23 +654,32 @@
674
654
  },
675
655
  "emotions2": {
676
656
  },
657
+ "evaluate2": {
658
+ },
677
659
  "gdefaults2": {
678
660
  },
679
661
  "hierarchy2": {
680
662
  },
681
663
  "meta2": {
682
664
  },
665
+ "negation2": {
666
+ },
683
667
  "pos2": {
684
668
  },
685
669
  "properties2": {
686
670
  "children": {
671
+ "adjective": [
672
+ "stm_before"
673
+ ],
687
674
  "animal": [
688
675
  "bird",
689
676
  "mammal"
690
677
  ],
691
- "articlePOS": [
678
+ "article": [
692
679
  "a",
693
- "the"
680
+ "the",
681
+ "each",
682
+ "every"
694
683
  ],
695
684
  "bird": [
696
685
  "owl",
@@ -745,14 +734,15 @@
745
734
  "spock",
746
735
  "mccoy"
747
736
  ],
748
- "notAble": [
749
- "unknown"
750
- ],
751
737
  "object": [
752
- "unknown",
753
738
  "what",
754
739
  "whose"
755
740
  ],
741
+ "preposition": [
742
+ "between",
743
+ "propertyOf",
744
+ "to"
745
+ ],
756
746
  "pronoun": [
757
747
  "it",
758
748
  "this"
@@ -761,19 +751,23 @@
761
751
  "questionMark"
762
752
  ],
763
753
  "queryable": [
754
+ "xfx",
764
755
  "hierarchyAble",
765
756
  "readonly",
766
757
  "property",
767
758
  "object",
768
- "xfx",
769
759
  "concept",
760
+ "doubleQuote",
761
+ "theAble",
770
762
  "unknown",
771
763
  "it",
772
764
  "what",
773
765
  "whatAble",
766
+ "negatable",
774
767
  "this",
775
- "thisitthat",
776
- "reason"
768
+ "reason",
769
+ "distributable",
770
+ "thisitthat"
777
771
  ],
778
772
  "rank": [
779
773
  "captain",
@@ -788,8 +782,9 @@
788
782
  "object",
789
783
  "concept",
790
784
  "unknown",
791
- "noun",
792
- "reason"
785
+ "reason",
786
+ "memorable",
787
+ "noun"
793
788
  ],
794
789
  "thisitthat": [
795
790
  "it",
@@ -799,12 +794,11 @@
799
794
  "toAble": [
800
795
  "it"
801
796
  ],
802
- "unknown": [
803
- "property"
804
- ],
805
- "verby": [
797
+ "verb": [
806
798
  "modifies",
807
- "is"
799
+ "is",
800
+ "remember",
801
+ "evaluate"
808
802
  ],
809
803
  "weapon": [
810
804
  "phaser",
@@ -815,38 +809,51 @@
815
809
  "properties",
816
810
  "unknown",
817
811
  "hierarchyAble",
818
- "object",
819
812
  "what",
813
+ "object",
814
+ "xfx",
820
815
  "queryable",
816
+ "between",
817
+ "preposition",
821
818
  "readonly",
822
- "property",
823
- "xfx",
824
- "theAble",
825
- "whose",
826
819
  "have",
827
820
  "canBeDoQuestion",
828
821
  "canBeQuestion",
822
+ "property",
823
+ "theAble",
824
+ "propertyOf",
825
+ "whose",
829
826
  "concept",
830
827
  "modifies",
831
- "verby",
828
+ "verb",
829
+ "doubleQuote",
832
830
  "it",
833
831
  "pronoun",
834
832
  "this",
835
833
  "questionMark",
836
834
  "punctuation",
837
835
  "a",
838
- "articlePOS",
836
+ "article",
839
837
  "the",
840
- "notAble",
841
838
  "whatAble",
839
+ "negatable",
842
840
  "is",
843
841
  "toAble",
844
- "noun",
845
- "thisitthat",
842
+ "to",
846
843
  "reason",
847
- "that",
844
+ "memorable",
845
+ "remember",
846
+ "stm_before",
847
+ "adjective",
848
848
  "orAble",
849
849
  "ifAble",
850
+ "evaluate",
851
+ "each",
852
+ "every",
853
+ "distributable",
854
+ "noun",
855
+ "thisitthat",
856
+ "that",
850
857
  "bird",
851
858
  "animal",
852
859
  "mammal",
@@ -883,7 +890,7 @@
883
890
  ],
884
891
  "parents": {
885
892
  "a": [
886
- "articlePOS"
893
+ "article"
887
894
  ],
888
895
  "armed": [
889
896
  "status"
@@ -891,6 +898,9 @@
891
898
  "bat": [
892
899
  "mammal"
893
900
  ],
901
+ "between": [
902
+ "preposition"
903
+ ],
894
904
  "bird": [
895
905
  "animal"
896
906
  ],
@@ -913,15 +923,30 @@
913
923
  "theAble",
914
924
  "queryable"
915
925
  ],
926
+ "distributable": [
927
+ "queryable"
928
+ ],
916
929
  "doctor": [
917
930
  "rank"
918
931
  ],
919
932
  "dog": [
920
933
  "canine"
921
934
  ],
935
+ "doubleQuote": [
936
+ "queryable"
937
+ ],
938
+ "each": [
939
+ "article"
940
+ ],
922
941
  "eagle": [
923
942
  "bird"
924
943
  ],
944
+ "evaluate": [
945
+ "verb"
946
+ ],
947
+ "every": [
948
+ "article"
949
+ ],
925
950
  "feline": [
926
951
  "mammal"
927
952
  ],
@@ -937,7 +962,7 @@
937
962
  ],
938
963
  "is": [
939
964
  "canBeQuestion",
940
- "verby"
965
+ "verb"
941
966
  ],
942
967
  "it": [
943
968
  "pronoun",
@@ -960,8 +985,14 @@
960
985
  "crew_member",
961
986
  "doctor"
962
987
  ],
988
+ "memorable": [
989
+ "theAble"
990
+ ],
963
991
  "modifies": [
964
- "verby"
992
+ "verb"
993
+ ],
994
+ "negatable": [
995
+ "queryable"
965
996
  ],
966
997
  "noun": [
967
998
  "theAble"
@@ -987,8 +1018,10 @@
987
1018
  ],
988
1019
  "property": [
989
1020
  "queryable",
990
- "theAble",
991
- "unknown"
1021
+ "theAble"
1022
+ ],
1023
+ "propertyOf": [
1024
+ "preposition"
992
1025
  ],
993
1026
  "questionMark": [
994
1027
  "punctuation"
@@ -1000,6 +1033,9 @@
1000
1033
  "theAble",
1001
1034
  "queryable"
1002
1035
  ],
1036
+ "remember": [
1037
+ "verb"
1038
+ ],
1003
1039
  "second": [
1004
1040
  "rank"
1005
1041
  ],
@@ -1008,11 +1044,17 @@
1008
1044
  "doctor",
1009
1045
  "crew_member"
1010
1046
  ],
1047
+ "stm_before": [
1048
+ "adjective"
1049
+ ],
1011
1050
  "that": [
1012
1051
  "thisitthat"
1013
1052
  ],
1014
1053
  "the": [
1015
- "articlePOS"
1054
+ "article"
1055
+ ],
1056
+ "theAble": [
1057
+ "queryable"
1016
1058
  ],
1017
1059
  "this": [
1018
1060
  "pronoun",
@@ -1022,13 +1064,14 @@
1022
1064
  "thisitthat": [
1023
1065
  "queryable"
1024
1066
  ],
1067
+ "to": [
1068
+ "preposition"
1069
+ ],
1025
1070
  "torpedo": [
1026
1071
  "weapon"
1027
1072
  ],
1028
1073
  "unknown": [
1029
1074
  "hierarchyAble",
1030
- "object",
1031
- "notAble",
1032
1075
  "theAble",
1033
1076
  "queryable"
1034
1077
  ],
@@ -1063,6 +1106,8 @@
1063
1106
  "root": {
1064
1107
  "a": {
1065
1108
  },
1109
+ "adjective": {
1110
+ },
1066
1111
  "animal": {
1067
1112
  "eye": {
1068
1113
  "has": true,
@@ -1075,7 +1120,7 @@
1075
1120
  },
1076
1121
  "armed": {
1077
1122
  },
1078
- "articlePOS": {
1123
+ "article": {
1079
1124
  },
1080
1125
  "bat": {
1081
1126
  "wing": {
@@ -1083,6 +1128,8 @@
1083
1128
  "value": null
1084
1129
  }
1085
1130
  },
1131
+ "between": {
1132
+ },
1086
1133
  "bird": {
1087
1134
  "beak": {
1088
1135
  "has": true,
@@ -1111,12 +1158,22 @@
1111
1158
  },
1112
1159
  "crew_member": {
1113
1160
  },
1161
+ "distributable": {
1162
+ },
1114
1163
  "doctor": {
1115
1164
  },
1116
1165
  "dog": {
1117
1166
  },
1167
+ "doubleQuote": {
1168
+ },
1169
+ "each": {
1170
+ },
1118
1171
  "eagle": {
1119
1172
  },
1173
+ "evaluate": {
1174
+ },
1175
+ "every": {
1176
+ },
1120
1177
  "eye": {
1121
1178
  },
1122
1179
  "feline": {
@@ -1273,11 +1330,13 @@
1273
1330
  }
1274
1331
  }
1275
1332
  },
1333
+ "memorable": {
1334
+ },
1276
1335
  "modifies": {
1277
1336
  },
1278
1337
  "name": {
1279
1338
  },
1280
- "notAble": {
1339
+ "negatable": {
1281
1340
  },
1282
1341
  "noun": {
1283
1342
  },
@@ -1335,10 +1394,14 @@
1335
1394
  },
1336
1395
  "pidgeon": {
1337
1396
  },
1397
+ "preposition": {
1398
+ },
1338
1399
  "pronoun": {
1339
1400
  },
1340
1401
  "property": {
1341
1402
  },
1403
+ "propertyOf": {
1404
+ },
1342
1405
  "punctuation": {
1343
1406
  },
1344
1407
  "queryable": {
@@ -1351,6 +1414,8 @@
1351
1414
  },
1352
1415
  "reason": {
1353
1416
  },
1417
+ "remember": {
1418
+ },
1354
1419
  "second": {
1355
1420
  },
1356
1421
  "spock": {
@@ -1417,6 +1482,8 @@
1417
1482
  },
1418
1483
  "status": {
1419
1484
  },
1485
+ "stm_before": {
1486
+ },
1420
1487
  "that": {
1421
1488
  },
1422
1489
  "the": {
@@ -1427,13 +1494,15 @@
1427
1494
  },
1428
1495
  "thisitthat": {
1429
1496
  },
1497
+ "to": {
1498
+ },
1430
1499
  "toAble": {
1431
1500
  },
1432
1501
  "torpedo": {
1433
1502
  },
1434
1503
  "unknown": {
1435
1504
  },
1436
- "verby": {
1505
+ "verb": {
1437
1506
  },
1438
1507
  "weapon": {
1439
1508
  },
@@ -1660,18 +1729,25 @@
1660
1729
  "stm2": {
1661
1730
  "mentioned": [
1662
1731
  {
1732
+ "fromSTM": true,
1663
1733
  "marker": "self",
1664
1734
  "pullFromContext": false,
1735
+ "stm": {
1736
+ "id": 1
1737
+ },
1665
1738
  "value": "spock"
1666
1739
  }
1667
1740
  ],
1668
1741
  "variables": {
1669
1742
  }
1743
+ },
1744
+ "tokenize2": {
1670
1745
  }
1671
1746
  },
1672
1747
  "processed": [
1673
1748
  {
1674
1749
  "context": {
1750
+ "context_index": 1,
1675
1751
  "dead": true,
1676
1752
  "evalue": {
1677
1753
  "default": true,
@@ -1992,6 +2068,7 @@
1992
2068
  },
1993
2069
  {
1994
2070
  "context": {
2071
+ "context_index": 1,
1995
2072
  "dead": true,
1996
2073
  "level": 2,
1997
2074
  "marker": "is",
@@ -2052,6 +2129,7 @@
2052
2129
  },
2053
2130
  {
2054
2131
  "context": {
2132
+ "context_index": 1,
2055
2133
  "dead": true,
2056
2134
  "default": true,
2057
2135
  "from": {
@@ -2077,7 +2155,7 @@
2077
2155
  "determiner": "the",
2078
2156
  "focusableForPhrase": true,
2079
2157
  "level": 1,
2080
- "marker": "weapon",
2158
+ "marker": "unknown",
2081
2159
  "modifiers": [
2082
2160
  "determiner"
2083
2161
  ],
@@ -2127,7 +2205,7 @@
2127
2205
  "determiner": "the",
2128
2206
  "focusableForPhrase": true,
2129
2207
  "level": 1,
2130
- "marker": "unknown",
2208
+ "marker": "object",
2131
2209
  "modifiers": [
2132
2210
  "determiner"
2133
2211
  ],
@@ -2138,6 +2216,7 @@
2138
2216
  },
2139
2217
  "text": "the weapon",
2140
2218
  "types": [
2219
+ "object",
2141
2220
  "unknown"
2142
2221
  ],
2143
2222
  "unknown": true,
@@ -2177,7 +2256,7 @@
2177
2256
  "determiner": "the",
2178
2257
  "focusableForPhrase": true,
2179
2258
  "level": 1,
2180
- "marker": "unknown",
2259
+ "marker": "object",
2181
2260
  "modifiers": [
2182
2261
  "determiner"
2183
2262
  ],
@@ -2188,6 +2267,7 @@
2188
2267
  },
2189
2268
  "text": "the weapon",
2190
2269
  "types": [
2270
+ "object",
2191
2271
  "unknown"
2192
2272
  ],
2193
2273
  "unknown": true,
@@ -2220,13 +2300,28 @@
2220
2300
  "dead": true,
2221
2301
  "level": 1,
2222
2302
  "marker": "unknown",
2223
- "negated": true,
2303
+ "modifiers": [
2304
+ "negated"
2305
+ ],
2306
+ "negated": {
2307
+ "default": true,
2308
+ "level": 0,
2309
+ "marker": "not",
2310
+ "range": {
2311
+ "end": 54,
2312
+ "start": 52
2313
+ },
2314
+ "text": "not",
2315
+ "value": "not",
2316
+ "word": "not"
2317
+ },
2224
2318
  "range": {
2225
2319
  "end": 60,
2226
2320
  "start": 52
2227
2321
  },
2228
2322
  "text": "not armed",
2229
2323
  "types": [
2324
+ "negatable",
2230
2325
  "unknown"
2231
2326
  ],
2232
2327
  "unknown": true,
@@ -2238,8 +2333,8 @@
2238
2333
  "topLevel": true,
2239
2334
  "touchedBy": [
2240
2335
  "crew#call2",
2241
- "instance23#crew#call2",
2242
- "instance23#spock#call2"
2336
+ "instance25#crew#call2",
2337
+ "instance25#spock#call2"
2243
2338
  ],
2244
2339
  "value": "means",
2245
2340
  "word": "means"
@@ -2255,6 +2350,7 @@
2255
2350
  },
2256
2351
  {
2257
2352
  "context": {
2353
+ "context_index": 1,
2258
2354
  "dead": true,
2259
2355
  "default": true,
2260
2356
  "from": {
@@ -2330,7 +2426,7 @@
2330
2426
  "determiner": "the",
2331
2427
  "focusableForPhrase": true,
2332
2428
  "level": 1,
2333
- "marker": "unknown",
2429
+ "marker": "object",
2334
2430
  "modifiers": [
2335
2431
  "determiner"
2336
2432
  ],
@@ -2341,6 +2437,7 @@
2341
2437
  },
2342
2438
  "text": "the weapon",
2343
2439
  "types": [
2440
+ "object",
2344
2441
  "unknown"
2345
2442
  ],
2346
2443
  "unknown": true,
@@ -2380,7 +2477,7 @@
2380
2477
  "determiner": "the",
2381
2478
  "focusableForPhrase": true,
2382
2479
  "level": 1,
2383
- "marker": "unknown",
2480
+ "marker": "object",
2384
2481
  "modifiers": [
2385
2482
  "determiner"
2386
2483
  ],
@@ -2391,6 +2488,7 @@
2391
2488
  },
2392
2489
  "text": "the weapon",
2393
2490
  "types": [
2491
+ "object",
2394
2492
  "unknown"
2395
2493
  ],
2396
2494
  "unknown": true,
@@ -2440,8 +2538,8 @@
2440
2538
  "topLevel": true,
2441
2539
  "touchedBy": [
2442
2540
  "crew#call2",
2443
- "instance22#crew#call2",
2444
- "instance22#spock#call2"
2541
+ "instance24#crew#call2",
2542
+ "instance24#spock#call2"
2445
2543
  ],
2446
2544
  "value": "means",
2447
2545
  "word": "means"
@@ -2457,6 +2555,7 @@
2457
2555
  },
2458
2556
  {
2459
2557
  "context": {
2558
+ "context_index": 1,
2460
2559
  "dead": true,
2461
2560
  "level": 2,
2462
2561
  "marker": "is",
@@ -2486,8 +2585,8 @@
2486
2585
  "topLevel": true,
2487
2586
  "touchedBy": [
2488
2587
  "crew#call2",
2489
- "instance21#crew#call2",
2490
- "instance21#spock#call2"
2588
+ "instance23#crew#call2",
2589
+ "instance23#spock#call2"
2491
2590
  ],
2492
2591
  "two": {
2493
2592
  "dead": true,
@@ -2518,6 +2617,7 @@
2518
2617
  },
2519
2618
  {
2520
2619
  "context": {
2620
+ "context_index": 1,
2521
2621
  "dead": true,
2522
2622
  "level": 2,
2523
2623
  "marker": "is",
@@ -2547,8 +2647,8 @@
2547
2647
  "topLevel": true,
2548
2648
  "touchedBy": [
2549
2649
  "crew#call2",
2550
- "instance20#crew#call2",
2551
- "instance20#spock#call2"
2650
+ "instance22#crew#call2",
2651
+ "instance22#spock#call2"
2552
2652
  ],
2553
2653
  "two": {
2554
2654
  "dead": true,
@@ -2588,110 +2688,530 @@
2588
2688
  "query": "what is the name of kirk",
2589
2689
  "responses": [
2590
2690
  "the name of kirk is jim"
2591
- ]
2592
- },
2593
- {
2594
- "associations": [
2595
- [
2596
- [
2597
- "is",
2598
- 0
2599
- ],
2600
- [
2601
- "objectPrefix",
2602
- 0
2603
- ],
2604
- [
2605
- "unknown",
2606
- 0
2607
- ],
2608
- [
2609
- "what",
2610
- 0
2611
- ]
2612
- ],
2613
- [
2614
- [
2615
- "is",
2616
- 0
2617
- ],
2618
- [
2619
- "objectPrefix",
2620
- 0
2621
- ],
2622
- [
2623
- "unknown",
2624
- 1
2625
- ]
2626
- ],
2627
- [
2628
- [
2629
- "is",
2630
- 0
2631
- ],
2632
- [
2633
- "objectPrefix",
2634
- 0
2635
- ],
2636
- [
2637
- "unknown",
2638
- 1
2639
- ],
2640
- [
2641
- "what",
2642
- 0
2643
- ]
2644
- ],
2645
- [
2646
- [
2647
- "is",
2648
- 0
2649
- ],
2650
- [
2651
- "unknown",
2652
- 0
2653
- ],
2654
- [
2655
- "what",
2656
- 0
2657
- ]
2658
- ]
2659
2691
  ],
2660
- "config": {
2661
- },
2662
- "contexts": [
2692
+ "summaries": [
2663
2693
  {
2664
- "dead": true,
2665
- "evalue": {
2666
- "default": true,
2667
- "focusable": [
2668
- "two",
2669
- "one"
2670
- ],
2671
- "marker": "is",
2672
- "one": {
2673
- "dead": true,
2674
- "level": 1,
2675
- "marker": "property",
2676
- "object": {
2677
- "level": 0,
2678
- "marker": "objectPrefix",
2679
- "range": {
2680
- "end": 11,
2681
- "start": 8
2682
- },
2683
- "text": "your",
2684
- "value": "self",
2685
- "variable": true,
2686
- "word": "your"
2687
- },
2688
- "objects": [
2694
+ "length": 1,
2695
+ "summaries": [
2696
+ {
2697
+ "counter": 1,
2698
+ "operators": [
2689
2699
  {
2690
- "dead": true,
2691
- "level": 1,
2692
- "marker": "property",
2700
+ "marker": [
2701
+ "what",
2702
+ 0
2703
+ ],
2693
2704
  "range": {
2694
- "end": 16,
2705
+ "end": 3,
2706
+ "start": 0
2707
+ }
2708
+ },
2709
+ {
2710
+ "marker": [
2711
+ "is",
2712
+ 0
2713
+ ],
2714
+ "range": {
2715
+ "end": 6,
2716
+ "start": 5
2717
+ }
2718
+ },
2719
+ {
2720
+ "marker": [
2721
+ "the",
2722
+ 0
2723
+ ],
2724
+ "range": {
2725
+ "end": 10,
2726
+ "start": 8
2727
+ }
2728
+ },
2729
+ {
2730
+ "marker": [
2731
+ "unknown",
2732
+ 0
2733
+ ],
2734
+ "range": {
2735
+ "end": 15,
2736
+ "start": 12
2737
+ }
2738
+ },
2739
+ {
2740
+ "marker": [
2741
+ "propertyOf",
2742
+ 0
2743
+ ],
2744
+ "range": {
2745
+ "end": 18,
2746
+ "start": 17
2747
+ }
2748
+ },
2749
+ {
2750
+ "marker": [
2751
+ "kirk",
2752
+ 0
2753
+ ],
2754
+ "range": {
2755
+ "end": 23,
2756
+ "start": 20
2757
+ }
2758
+ }
2759
+ ]
2760
+ },
2761
+ {
2762
+ "counter": 2,
2763
+ "operators": [
2764
+ {
2765
+ "marker": [
2766
+ "what",
2767
+ 0
2768
+ ],
2769
+ "range": {
2770
+ "end": 3,
2771
+ "start": 0
2772
+ }
2773
+ },
2774
+ {
2775
+ "marker": [
2776
+ "isEd",
2777
+ 0
2778
+ ],
2779
+ "range": {
2780
+ "end": 6,
2781
+ "start": 5
2782
+ }
2783
+ },
2784
+ {
2785
+ "marker": [
2786
+ "the",
2787
+ 0
2788
+ ],
2789
+ "range": {
2790
+ "end": 10,
2791
+ "start": 8
2792
+ }
2793
+ },
2794
+ {
2795
+ "marker": [
2796
+ "unknown",
2797
+ 1
2798
+ ],
2799
+ "range": {
2800
+ "end": 15,
2801
+ "start": 12
2802
+ }
2803
+ },
2804
+ {
2805
+ "marker": [
2806
+ "propertyOf",
2807
+ 0
2808
+ ],
2809
+ "range": {
2810
+ "end": 18,
2811
+ "start": 17
2812
+ }
2813
+ },
2814
+ {
2815
+ "marker": [
2816
+ "kirk",
2817
+ 0
2818
+ ],
2819
+ "range": {
2820
+ "end": 23,
2821
+ "start": 20
2822
+ }
2823
+ }
2824
+ ]
2825
+ },
2826
+ {
2827
+ "counter": 3,
2828
+ "operators": [
2829
+ {
2830
+ "marker": [
2831
+ "what",
2832
+ 0
2833
+ ],
2834
+ "range": {
2835
+ "end": 3,
2836
+ "start": 0
2837
+ }
2838
+ },
2839
+ {
2840
+ "marker": [
2841
+ "isEd",
2842
+ 0
2843
+ ],
2844
+ "range": {
2845
+ "end": 6,
2846
+ "start": 5
2847
+ }
2848
+ },
2849
+ {
2850
+ "marker": [
2851
+ "the",
2852
+ 0
2853
+ ],
2854
+ "range": {
2855
+ "end": 10,
2856
+ "start": 8
2857
+ }
2858
+ },
2859
+ {
2860
+ "marker": [
2861
+ "unknown",
2862
+ 1
2863
+ ],
2864
+ "range": {
2865
+ "end": 15,
2866
+ "start": 12
2867
+ }
2868
+ },
2869
+ {
2870
+ "marker": [
2871
+ "propertyOf",
2872
+ 0
2873
+ ],
2874
+ "range": {
2875
+ "end": 18,
2876
+ "start": 17
2877
+ }
2878
+ },
2879
+ {
2880
+ "marker": [
2881
+ "kirk",
2882
+ 1
2883
+ ],
2884
+ "range": {
2885
+ "end": 23,
2886
+ "start": 20
2887
+ }
2888
+ }
2889
+ ]
2890
+ },
2891
+ {
2892
+ "counter": 4,
2893
+ "operators": [
2894
+ {
2895
+ "marker": [
2896
+ "what",
2897
+ 1
2898
+ ],
2899
+ "range": {
2900
+ "end": 3,
2901
+ "start": 0
2902
+ }
2903
+ },
2904
+ {
2905
+ "marker": [
2906
+ "isEd",
2907
+ 0
2908
+ ],
2909
+ "range": {
2910
+ "end": 6,
2911
+ "start": 5
2912
+ }
2913
+ },
2914
+ {
2915
+ "marker": [
2916
+ "the",
2917
+ 0
2918
+ ],
2919
+ "range": {
2920
+ "end": 10,
2921
+ "start": 8
2922
+ }
2923
+ },
2924
+ {
2925
+ "marker": [
2926
+ "unknown",
2927
+ 1
2928
+ ],
2929
+ "range": {
2930
+ "end": 15,
2931
+ "start": 12
2932
+ }
2933
+ },
2934
+ {
2935
+ "marker": [
2936
+ "propertyOf",
2937
+ 0
2938
+ ],
2939
+ "range": {
2940
+ "end": 18,
2941
+ "start": 17
2942
+ }
2943
+ },
2944
+ {
2945
+ "marker": [
2946
+ "kirk",
2947
+ 1
2948
+ ],
2949
+ "range": {
2950
+ "end": 23,
2951
+ "start": 20
2952
+ }
2953
+ }
2954
+ ]
2955
+ },
2956
+ {
2957
+ "counter": 5,
2958
+ "operators": [
2959
+ {
2960
+ "marker": [
2961
+ "what",
2962
+ 1
2963
+ ],
2964
+ "range": {
2965
+ "end": 3,
2966
+ "start": 0
2967
+ }
2968
+ },
2969
+ {
2970
+ "marker": [
2971
+ "is",
2972
+ 0
2973
+ ],
2974
+ "range": {
2975
+ "end": 6,
2976
+ "start": 5
2977
+ }
2978
+ },
2979
+ {
2980
+ "marker": [
2981
+ "unknown",
2982
+ 1
2983
+ ],
2984
+ "range": {
2985
+ "end": 15,
2986
+ "start": 8
2987
+ }
2988
+ },
2989
+ {
2990
+ "marker": [
2991
+ "propertyOf",
2992
+ 0
2993
+ ],
2994
+ "range": {
2995
+ "end": 18,
2996
+ "start": 17
2997
+ }
2998
+ },
2999
+ {
3000
+ "marker": [
3001
+ "kirk",
3002
+ 1
3003
+ ],
3004
+ "range": {
3005
+ "end": 23,
3006
+ "start": 20
3007
+ }
3008
+ }
3009
+ ]
3010
+ },
3011
+ {
3012
+ "counter": 6,
3013
+ "operators": [
3014
+ {
3015
+ "marker": [
3016
+ "what",
3017
+ 1
3018
+ ],
3019
+ "range": {
3020
+ "end": 3,
3021
+ "start": 0
3022
+ }
3023
+ },
3024
+ {
3025
+ "marker": [
3026
+ "is",
3027
+ 0
3028
+ ],
3029
+ "range": {
3030
+ "end": 6,
3031
+ "start": 5
3032
+ }
3033
+ },
3034
+ {
3035
+ "marker": [
3036
+ "unknown",
3037
+ 1
3038
+ ],
3039
+ "range": {
3040
+ "end": 15,
3041
+ "start": 8
3042
+ }
3043
+ },
3044
+ {
3045
+ "marker": [
3046
+ "propertyOf",
3047
+ 1
3048
+ ],
3049
+ "range": {
3050
+ "end": 23,
3051
+ "start": 17
3052
+ }
3053
+ }
3054
+ ]
3055
+ },
3056
+ {
3057
+ "counter": 7,
3058
+ "operators": [
3059
+ {
3060
+ "marker": [
3061
+ "what",
3062
+ 1
3063
+ ],
3064
+ "range": {
3065
+ "end": 3,
3066
+ "start": 0
3067
+ }
3068
+ },
3069
+ {
3070
+ "marker": [
3071
+ "is",
3072
+ 0
3073
+ ],
3074
+ "range": {
3075
+ "end": 6,
3076
+ "start": 5
3077
+ }
3078
+ },
3079
+ {
3080
+ "marker": [
3081
+ "property",
3082
+ 1
3083
+ ],
3084
+ "range": {
3085
+ "end": 23,
3086
+ "start": 8
3087
+ }
3088
+ }
3089
+ ]
3090
+ },
3091
+ {
3092
+ "counter": 8,
3093
+ "operators": [
3094
+ {
3095
+ "marker": [
3096
+ "is",
3097
+ 1
3098
+ ],
3099
+ "range": {
3100
+ "end": 23,
3101
+ "start": 0
3102
+ }
3103
+ }
3104
+ ]
3105
+ },
3106
+ {
3107
+ "counter": 9,
3108
+ "operators": [
3109
+ {
3110
+ "marker": [
3111
+ "is",
3112
+ 2
3113
+ ],
3114
+ "range": {
3115
+ "end": 23,
3116
+ "start": 0
3117
+ }
3118
+ }
3119
+ ]
3120
+ }
3121
+ ]
3122
+ }
3123
+ ]
3124
+ },
3125
+ {
3126
+ "associations": [
3127
+ [
3128
+ [
3129
+ "is",
3130
+ 0
3131
+ ],
3132
+ [
3133
+ "objectPrefix",
3134
+ 0
3135
+ ],
3136
+ [
3137
+ "unknown",
3138
+ 0
3139
+ ],
3140
+ [
3141
+ "what",
3142
+ 0
3143
+ ]
3144
+ ],
3145
+ [
3146
+ [
3147
+ "is",
3148
+ 0
3149
+ ],
3150
+ [
3151
+ "objectPrefix",
3152
+ 0
3153
+ ],
3154
+ [
3155
+ "unknown",
3156
+ 1
3157
+ ]
3158
+ ],
3159
+ [
3160
+ [
3161
+ "is",
3162
+ 0
3163
+ ],
3164
+ [
3165
+ "objectPrefix",
3166
+ 0
3167
+ ],
3168
+ [
3169
+ "unknown",
3170
+ 1
3171
+ ],
3172
+ [
3173
+ "what",
3174
+ 0
3175
+ ]
3176
+ ]
3177
+ ],
3178
+ "config": {
3179
+ },
3180
+ "contexts": [
3181
+ {
3182
+ "context_index": 1,
3183
+ "dead": true,
3184
+ "evalue": {
3185
+ "default": true,
3186
+ "focusable": [
3187
+ "two",
3188
+ "one"
3189
+ ],
3190
+ "marker": "is",
3191
+ "one": {
3192
+ "dead": true,
3193
+ "level": 1,
3194
+ "marker": "property",
3195
+ "object": {
3196
+ "level": 0,
3197
+ "marker": "objectPrefix",
3198
+ "possessive": true,
3199
+ "range": {
3200
+ "end": 11,
3201
+ "start": 8
3202
+ },
3203
+ "text": "your",
3204
+ "value": "self",
3205
+ "variable": true,
3206
+ "word": "your"
3207
+ },
3208
+ "objects": [
3209
+ {
3210
+ "dead": true,
3211
+ "level": 1,
3212
+ "marker": "property",
3213
+ "range": {
3214
+ "end": 16,
2695
3215
  "start": 13
2696
3216
  },
2697
3217
  "text": "name",
@@ -2705,6 +3225,7 @@
2705
3225
  {
2706
3226
  "level": 0,
2707
3227
  "marker": "objectPrefix",
3228
+ "possessive": true,
2708
3229
  "range": {
2709
3230
  "end": 11,
2710
3231
  "start": 8
@@ -2773,6 +3294,7 @@
2773
3294
  {
2774
3295
  "level": 0,
2775
3296
  "marker": "objectPrefix",
3297
+ "possessive": true,
2776
3298
  "range": {
2777
3299
  "end": 11,
2778
3300
  "start": 8
@@ -2845,6 +3367,7 @@
2845
3367
  "object": {
2846
3368
  "level": 0,
2847
3369
  "marker": "objectPrefix",
3370
+ "possessive": true,
2848
3371
  "range": {
2849
3372
  "end": 11,
2850
3373
  "start": 8
@@ -2874,6 +3397,7 @@
2874
3397
  {
2875
3398
  "level": 0,
2876
3399
  "marker": "objectPrefix",
3400
+ "possessive": true,
2877
3401
  "range": {
2878
3402
  "end": 11,
2879
3403
  "start": 8
@@ -2998,24 +3522,34 @@
2998
3522
  "objects": {
2999
3523
  "nameToUUID": {
3000
3524
  "animals": "animals2",
3525
+ "articles": "articles2",
3526
+ "asking": "asking2",
3001
3527
  "avatar": "avatar2",
3002
3528
  "concept": "concept2",
3529
+ "conjunction": "conjunction2",
3003
3530
  "crew": "crew2",
3004
3531
  "dialogues": "dialogues2",
3005
3532
  "emotions": "emotions2",
3533
+ "evaluate": "evaluate2",
3006
3534
  "gdefaults": "gdefaults2",
3007
3535
  "hierarchy": "hierarchy2",
3008
3536
  "meta": "meta2",
3537
+ "negation": "negation2",
3009
3538
  "pos": "pos2",
3010
3539
  "properties": "properties2",
3011
3540
  "punctuation": "punctuation2",
3012
3541
  "sdefaults": "sdefaults2",
3013
3542
  "spock": "spock1",
3014
- "stm": "stm2"
3543
+ "stm": "stm2",
3544
+ "tokenize": "tokenize2"
3015
3545
  },
3016
3546
  "namespaced": {
3017
3547
  "animals2": {
3018
3548
  },
3549
+ "articles2": {
3550
+ },
3551
+ "asking2": {
3552
+ },
3019
3553
  "avatar2": {
3020
3554
  },
3021
3555
  "concept2": {
@@ -3024,9 +3558,12 @@
3024
3558
  "valueToWords": [
3025
3559
  ]
3026
3560
  },
3561
+ "conjunction2": {
3562
+ },
3027
3563
  "crew2": {
3028
3564
  },
3029
3565
  "dialogues2": {
3566
+ "idSuffix": "",
3030
3567
  "mentioned": [
3031
3568
  ],
3032
3569
  "variables": {
@@ -3034,23 +3571,32 @@
3034
3571
  },
3035
3572
  "emotions2": {
3036
3573
  },
3574
+ "evaluate2": {
3575
+ },
3037
3576
  "gdefaults2": {
3038
3577
  },
3039
3578
  "hierarchy2": {
3040
3579
  },
3041
3580
  "meta2": {
3042
3581
  },
3582
+ "negation2": {
3583
+ },
3043
3584
  "pos2": {
3044
3585
  },
3045
3586
  "properties2": {
3046
3587
  "children": {
3588
+ "adjective": [
3589
+ "stm_before"
3590
+ ],
3047
3591
  "animal": [
3048
3592
  "bird",
3049
3593
  "mammal"
3050
3594
  ],
3051
- "articlePOS": [
3595
+ "article": [
3052
3596
  "a",
3053
- "the"
3597
+ "the",
3598
+ "each",
3599
+ "every"
3054
3600
  ],
3055
3601
  "bird": [
3056
3602
  "owl",
@@ -3105,14 +3651,15 @@
3105
3651
  "spock",
3106
3652
  "mccoy"
3107
3653
  ],
3108
- "notAble": [
3109
- "unknown"
3110
- ],
3111
3654
  "object": [
3112
- "unknown",
3113
3655
  "what",
3114
3656
  "whose"
3115
3657
  ],
3658
+ "preposition": [
3659
+ "between",
3660
+ "propertyOf",
3661
+ "to"
3662
+ ],
3116
3663
  "pronoun": [
3117
3664
  "it",
3118
3665
  "this"
@@ -3121,19 +3668,23 @@
3121
3668
  "questionMark"
3122
3669
  ],
3123
3670
  "queryable": [
3671
+ "xfx",
3124
3672
  "hierarchyAble",
3125
3673
  "readonly",
3126
3674
  "property",
3127
3675
  "object",
3128
- "xfx",
3129
3676
  "concept",
3677
+ "doubleQuote",
3678
+ "theAble",
3130
3679
  "unknown",
3131
3680
  "it",
3132
3681
  "what",
3133
3682
  "whatAble",
3683
+ "negatable",
3134
3684
  "this",
3135
- "thisitthat",
3136
- "reason"
3685
+ "reason",
3686
+ "distributable",
3687
+ "thisitthat"
3137
3688
  ],
3138
3689
  "rank": [
3139
3690
  "captain",
@@ -3148,8 +3699,9 @@
3148
3699
  "object",
3149
3700
  "concept",
3150
3701
  "unknown",
3151
- "noun",
3152
- "reason"
3702
+ "reason",
3703
+ "memorable",
3704
+ "noun"
3153
3705
  ],
3154
3706
  "thisitthat": [
3155
3707
  "it",
@@ -3159,12 +3711,11 @@
3159
3711
  "toAble": [
3160
3712
  "it"
3161
3713
  ],
3162
- "unknown": [
3163
- "property"
3164
- ],
3165
- "verby": [
3714
+ "verb": [
3166
3715
  "modifies",
3167
- "is"
3716
+ "is",
3717
+ "remember",
3718
+ "evaluate"
3168
3719
  ],
3169
3720
  "weapon": [
3170
3721
  "phaser",
@@ -3175,38 +3726,51 @@
3175
3726
  "properties",
3176
3727
  "unknown",
3177
3728
  "hierarchyAble",
3178
- "object",
3179
3729
  "what",
3730
+ "object",
3731
+ "xfx",
3180
3732
  "queryable",
3733
+ "between",
3734
+ "preposition",
3181
3735
  "readonly",
3182
- "property",
3183
- "xfx",
3184
- "theAble",
3185
- "whose",
3186
3736
  "have",
3187
3737
  "canBeDoQuestion",
3188
3738
  "canBeQuestion",
3739
+ "property",
3740
+ "theAble",
3741
+ "propertyOf",
3742
+ "whose",
3189
3743
  "concept",
3190
3744
  "modifies",
3191
- "verby",
3745
+ "verb",
3746
+ "doubleQuote",
3192
3747
  "it",
3193
3748
  "pronoun",
3194
3749
  "this",
3195
3750
  "questionMark",
3196
3751
  "punctuation",
3197
3752
  "a",
3198
- "articlePOS",
3753
+ "article",
3199
3754
  "the",
3200
- "notAble",
3201
3755
  "whatAble",
3756
+ "negatable",
3202
3757
  "is",
3203
3758
  "toAble",
3204
- "noun",
3205
- "thisitthat",
3759
+ "to",
3206
3760
  "reason",
3207
- "that",
3761
+ "memorable",
3762
+ "remember",
3763
+ "stm_before",
3764
+ "adjective",
3208
3765
  "orAble",
3209
3766
  "ifAble",
3767
+ "evaluate",
3768
+ "each",
3769
+ "every",
3770
+ "distributable",
3771
+ "noun",
3772
+ "thisitthat",
3773
+ "that",
3210
3774
  "bird",
3211
3775
  "animal",
3212
3776
  "mammal",
@@ -3243,7 +3807,7 @@
3243
3807
  ],
3244
3808
  "parents": {
3245
3809
  "a": [
3246
- "articlePOS"
3810
+ "article"
3247
3811
  ],
3248
3812
  "armed": [
3249
3813
  "status"
@@ -3251,6 +3815,9 @@
3251
3815
  "bat": [
3252
3816
  "mammal"
3253
3817
  ],
3818
+ "between": [
3819
+ "preposition"
3820
+ ],
3254
3821
  "bird": [
3255
3822
  "animal"
3256
3823
  ],
@@ -3273,15 +3840,30 @@
3273
3840
  "theAble",
3274
3841
  "queryable"
3275
3842
  ],
3843
+ "distributable": [
3844
+ "queryable"
3845
+ ],
3276
3846
  "doctor": [
3277
3847
  "rank"
3278
3848
  ],
3279
3849
  "dog": [
3280
3850
  "canine"
3281
3851
  ],
3852
+ "doubleQuote": [
3853
+ "queryable"
3854
+ ],
3855
+ "each": [
3856
+ "article"
3857
+ ],
3282
3858
  "eagle": [
3283
3859
  "bird"
3284
3860
  ],
3861
+ "evaluate": [
3862
+ "verb"
3863
+ ],
3864
+ "every": [
3865
+ "article"
3866
+ ],
3285
3867
  "feline": [
3286
3868
  "mammal"
3287
3869
  ],
@@ -3297,7 +3879,7 @@
3297
3879
  ],
3298
3880
  "is": [
3299
3881
  "canBeQuestion",
3300
- "verby"
3882
+ "verb"
3301
3883
  ],
3302
3884
  "it": [
3303
3885
  "pronoun",
@@ -3320,8 +3902,14 @@
3320
3902
  "crew_member",
3321
3903
  "doctor"
3322
3904
  ],
3905
+ "memorable": [
3906
+ "theAble"
3907
+ ],
3323
3908
  "modifies": [
3324
- "verby"
3909
+ "verb"
3910
+ ],
3911
+ "negatable": [
3912
+ "queryable"
3325
3913
  ],
3326
3914
  "noun": [
3327
3915
  "theAble"
@@ -3347,8 +3935,10 @@
3347
3935
  ],
3348
3936
  "property": [
3349
3937
  "queryable",
3350
- "theAble",
3351
- "unknown"
3938
+ "theAble"
3939
+ ],
3940
+ "propertyOf": [
3941
+ "preposition"
3352
3942
  ],
3353
3943
  "questionMark": [
3354
3944
  "punctuation"
@@ -3360,6 +3950,9 @@
3360
3950
  "theAble",
3361
3951
  "queryable"
3362
3952
  ],
3953
+ "remember": [
3954
+ "verb"
3955
+ ],
3363
3956
  "second": [
3364
3957
  "rank"
3365
3958
  ],
@@ -3368,11 +3961,17 @@
3368
3961
  "doctor",
3369
3962
  "crew_member"
3370
3963
  ],
3964
+ "stm_before": [
3965
+ "adjective"
3966
+ ],
3371
3967
  "that": [
3372
3968
  "thisitthat"
3373
3969
  ],
3374
3970
  "the": [
3375
- "articlePOS"
3971
+ "article"
3972
+ ],
3973
+ "theAble": [
3974
+ "queryable"
3376
3975
  ],
3377
3976
  "this": [
3378
3977
  "pronoun",
@@ -3382,13 +3981,14 @@
3382
3981
  "thisitthat": [
3383
3982
  "queryable"
3384
3983
  ],
3984
+ "to": [
3985
+ "preposition"
3986
+ ],
3385
3987
  "torpedo": [
3386
3988
  "weapon"
3387
3989
  ],
3388
3990
  "unknown": [
3389
3991
  "hierarchyAble",
3390
- "object",
3391
- "notAble",
3392
3992
  "theAble",
3393
3993
  "queryable"
3394
3994
  ],
@@ -3423,6 +4023,8 @@
3423
4023
  "root": {
3424
4024
  "a": {
3425
4025
  },
4026
+ "adjective": {
4027
+ },
3426
4028
  "animal": {
3427
4029
  "eye": {
3428
4030
  "has": true,
@@ -3435,7 +4037,7 @@
3435
4037
  },
3436
4038
  "armed": {
3437
4039
  },
3438
- "articlePOS": {
4040
+ "article": {
3439
4041
  },
3440
4042
  "bat": {
3441
4043
  "wing": {
@@ -3443,6 +4045,8 @@
3443
4045
  "value": null
3444
4046
  }
3445
4047
  },
4048
+ "between": {
4049
+ },
3446
4050
  "bird": {
3447
4051
  "beak": {
3448
4052
  "has": true,
@@ -3471,12 +4075,22 @@
3471
4075
  },
3472
4076
  "crew_member": {
3473
4077
  },
4078
+ "distributable": {
4079
+ },
3474
4080
  "doctor": {
3475
4081
  },
3476
4082
  "dog": {
3477
4083
  },
4084
+ "doubleQuote": {
4085
+ },
4086
+ "each": {
4087
+ },
3478
4088
  "eagle": {
3479
4089
  },
4090
+ "evaluate": {
4091
+ },
4092
+ "every": {
4093
+ },
3480
4094
  "eye": {
3481
4095
  },
3482
4096
  "feline": {
@@ -3633,11 +4247,13 @@
3633
4247
  }
3634
4248
  }
3635
4249
  },
4250
+ "memorable": {
4251
+ },
3636
4252
  "modifies": {
3637
4253
  },
3638
4254
  "name": {
3639
4255
  },
3640
- "notAble": {
4256
+ "negatable": {
3641
4257
  },
3642
4258
  "noun": {
3643
4259
  },
@@ -3695,10 +4311,14 @@
3695
4311
  },
3696
4312
  "pidgeon": {
3697
4313
  },
4314
+ "preposition": {
4315
+ },
3698
4316
  "pronoun": {
3699
4317
  },
3700
4318
  "property": {
3701
4319
  },
4320
+ "propertyOf": {
4321
+ },
3702
4322
  "punctuation": {
3703
4323
  },
3704
4324
  "queryable": {
@@ -3711,6 +4331,8 @@
3711
4331
  },
3712
4332
  "reason": {
3713
4333
  },
4334
+ "remember": {
4335
+ },
3714
4336
  "second": {
3715
4337
  },
3716
4338
  "spock": {
@@ -3777,6 +4399,8 @@
3777
4399
  },
3778
4400
  "status": {
3779
4401
  },
4402
+ "stm_before": {
4403
+ },
3780
4404
  "that": {
3781
4405
  },
3782
4406
  "the": {
@@ -3787,13 +4411,15 @@
3787
4411
  },
3788
4412
  "thisitthat": {
3789
4413
  },
4414
+ "to": {
4415
+ },
3790
4416
  "toAble": {
3791
4417
  },
3792
4418
  "torpedo": {
3793
4419
  },
3794
4420
  "unknown": {
3795
4421
  },
3796
- "verby": {
4422
+ "verb": {
3797
4423
  },
3798
4424
  "weapon": {
3799
4425
  },
@@ -4020,18 +4646,25 @@
4020
4646
  "stm2": {
4021
4647
  "mentioned": [
4022
4648
  {
4649
+ "fromSTM": true,
4023
4650
  "marker": "self",
4024
4651
  "pullFromContext": false,
4652
+ "stm": {
4653
+ "id": 1
4654
+ },
4025
4655
  "value": "spock"
4026
4656
  }
4027
4657
  ],
4028
4658
  "variables": {
4029
4659
  }
4660
+ },
4661
+ "tokenize2": {
4030
4662
  }
4031
4663
  },
4032
4664
  "processed": [
4033
4665
  {
4034
4666
  "context": {
4667
+ "context_index": 1,
4035
4668
  "dead": true,
4036
4669
  "evalue": {
4037
4670
  "default": true,
@@ -4047,6 +4680,7 @@
4047
4680
  "object": {
4048
4681
  "level": 0,
4049
4682
  "marker": "objectPrefix",
4683
+ "possessive": true,
4050
4684
  "range": {
4051
4685
  "end": 11,
4052
4686
  "start": 8
@@ -4076,6 +4710,7 @@
4076
4710
  {
4077
4711
  "level": 0,
4078
4712
  "marker": "objectPrefix",
4713
+ "possessive": true,
4079
4714
  "range": {
4080
4715
  "end": 11,
4081
4716
  "start": 8
@@ -4144,6 +4779,7 @@
4144
4779
  {
4145
4780
  "level": 0,
4146
4781
  "marker": "objectPrefix",
4782
+ "possessive": true,
4147
4783
  "range": {
4148
4784
  "end": 11,
4149
4785
  "start": 8
@@ -4216,6 +4852,7 @@
4216
4852
  "object": {
4217
4853
  "level": 0,
4218
4854
  "marker": "objectPrefix",
4855
+ "possessive": true,
4219
4856
  "range": {
4220
4857
  "end": 11,
4221
4858
  "start": 8
@@ -4245,6 +4882,7 @@
4245
4882
  {
4246
4883
  "level": 0,
4247
4884
  "marker": "objectPrefix",
4885
+ "possessive": true,
4248
4886
  "range": {
4249
4887
  "end": 11,
4250
4888
  "start": 8
@@ -4278,6 +4916,7 @@
4278
4916
  },
4279
4917
  {
4280
4918
  "context": {
4919
+ "context_index": 1,
4281
4920
  "dead": true,
4282
4921
  "level": 2,
4283
4922
  "marker": "is",
@@ -4338,6 +4977,7 @@
4338
4977
  },
4339
4978
  {
4340
4979
  "context": {
4980
+ "context_index": 1,
4341
4981
  "dead": true,
4342
4982
  "default": true,
4343
4983
  "from": {
@@ -4363,7 +5003,7 @@
4363
5003
  "determiner": "the",
4364
5004
  "focusableForPhrase": true,
4365
5005
  "level": 1,
4366
- "marker": "weapon",
5006
+ "marker": "unknown",
4367
5007
  "modifiers": [
4368
5008
  "determiner"
4369
5009
  ],
@@ -4413,7 +5053,7 @@
4413
5053
  "determiner": "the",
4414
5054
  "focusableForPhrase": true,
4415
5055
  "level": 1,
4416
- "marker": "unknown",
5056
+ "marker": "object",
4417
5057
  "modifiers": [
4418
5058
  "determiner"
4419
5059
  ],
@@ -4424,6 +5064,7 @@
4424
5064
  },
4425
5065
  "text": "the weapon",
4426
5066
  "types": [
5067
+ "object",
4427
5068
  "unknown"
4428
5069
  ],
4429
5070
  "unknown": true,
@@ -4463,7 +5104,7 @@
4463
5104
  "determiner": "the",
4464
5105
  "focusableForPhrase": true,
4465
5106
  "level": 1,
4466
- "marker": "unknown",
5107
+ "marker": "object",
4467
5108
  "modifiers": [
4468
5109
  "determiner"
4469
5110
  ],
@@ -4474,6 +5115,7 @@
4474
5115
  },
4475
5116
  "text": "the weapon",
4476
5117
  "types": [
5118
+ "object",
4477
5119
  "unknown"
4478
5120
  ],
4479
5121
  "unknown": true,
@@ -4506,13 +5148,28 @@
4506
5148
  "dead": true,
4507
5149
  "level": 1,
4508
5150
  "marker": "unknown",
4509
- "negated": true,
5151
+ "modifiers": [
5152
+ "negated"
5153
+ ],
5154
+ "negated": {
5155
+ "default": true,
5156
+ "level": 0,
5157
+ "marker": "not",
5158
+ "range": {
5159
+ "end": 54,
5160
+ "start": 52
5161
+ },
5162
+ "text": "not",
5163
+ "value": "not",
5164
+ "word": "not"
5165
+ },
4510
5166
  "range": {
4511
5167
  "end": 60,
4512
5168
  "start": 52
4513
5169
  },
4514
5170
  "text": "not armed",
4515
5171
  "types": [
5172
+ "negatable",
4516
5173
  "unknown"
4517
5174
  ],
4518
5175
  "unknown": true,
@@ -4524,8 +5181,8 @@
4524
5181
  "topLevel": true,
4525
5182
  "touchedBy": [
4526
5183
  "crew#call2",
4527
- "instance23#crew#call2",
4528
- "instance23#spock#call2"
5184
+ "instance25#crew#call2",
5185
+ "instance25#spock#call2"
4529
5186
  ],
4530
5187
  "value": "means",
4531
5188
  "word": "means"
@@ -4541,6 +5198,7 @@
4541
5198
  },
4542
5199
  {
4543
5200
  "context": {
5201
+ "context_index": 1,
4544
5202
  "dead": true,
4545
5203
  "default": true,
4546
5204
  "from": {
@@ -4616,7 +5274,7 @@
4616
5274
  "determiner": "the",
4617
5275
  "focusableForPhrase": true,
4618
5276
  "level": 1,
4619
- "marker": "unknown",
5277
+ "marker": "object",
4620
5278
  "modifiers": [
4621
5279
  "determiner"
4622
5280
  ],
@@ -4627,6 +5285,7 @@
4627
5285
  },
4628
5286
  "text": "the weapon",
4629
5287
  "types": [
5288
+ "object",
4630
5289
  "unknown"
4631
5290
  ],
4632
5291
  "unknown": true,
@@ -4666,7 +5325,7 @@
4666
5325
  "determiner": "the",
4667
5326
  "focusableForPhrase": true,
4668
5327
  "level": 1,
4669
- "marker": "unknown",
5328
+ "marker": "object",
4670
5329
  "modifiers": [
4671
5330
  "determiner"
4672
5331
  ],
@@ -4677,6 +5336,7 @@
4677
5336
  },
4678
5337
  "text": "the weapon",
4679
5338
  "types": [
5339
+ "object",
4680
5340
  "unknown"
4681
5341
  ],
4682
5342
  "unknown": true,
@@ -4726,8 +5386,8 @@
4726
5386
  "topLevel": true,
4727
5387
  "touchedBy": [
4728
5388
  "crew#call2",
4729
- "instance22#crew#call2",
4730
- "instance22#spock#call2"
5389
+ "instance24#crew#call2",
5390
+ "instance24#spock#call2"
4731
5391
  ],
4732
5392
  "value": "means",
4733
5393
  "word": "means"
@@ -4743,6 +5403,7 @@
4743
5403
  },
4744
5404
  {
4745
5405
  "context": {
5406
+ "context_index": 1,
4746
5407
  "dead": true,
4747
5408
  "level": 2,
4748
5409
  "marker": "is",
@@ -4772,8 +5433,8 @@
4772
5433
  "topLevel": true,
4773
5434
  "touchedBy": [
4774
5435
  "crew#call2",
4775
- "instance21#crew#call2",
4776
- "instance21#spock#call2"
5436
+ "instance23#crew#call2",
5437
+ "instance23#spock#call2"
4777
5438
  ],
4778
5439
  "two": {
4779
5440
  "dead": true,
@@ -4804,6 +5465,7 @@
4804
5465
  },
4805
5466
  {
4806
5467
  "context": {
5468
+ "context_index": 1,
4807
5469
  "dead": true,
4808
5470
  "level": 2,
4809
5471
  "marker": "is",
@@ -4833,8 +5495,8 @@
4833
5495
  "topLevel": true,
4834
5496
  "touchedBy": [
4835
5497
  "crew#call2",
4836
- "instance20#crew#call2",
4837
- "instance20#spock#call2"
5498
+ "instance22#crew#call2",
5499
+ "instance22#spock#call2"
4838
5500
  ],
4839
5501
  "two": {
4840
5502
  "dead": true,
@@ -4874,6 +5536,213 @@
4874
5536
  "query": "what is your name",
4875
5537
  "responses": [
4876
5538
  "my name is spock"
5539
+ ],
5540
+ "summaries": [
5541
+ {
5542
+ "length": 1,
5543
+ "summaries": [
5544
+ {
5545
+ "counter": 1,
5546
+ "operators": [
5547
+ {
5548
+ "marker": [
5549
+ "what",
5550
+ 0
5551
+ ],
5552
+ "range": {
5553
+ "end": 3,
5554
+ "start": 0
5555
+ }
5556
+ },
5557
+ {
5558
+ "marker": [
5559
+ "is",
5560
+ 0
5561
+ ],
5562
+ "range": {
5563
+ "end": 6,
5564
+ "start": 5
5565
+ }
5566
+ },
5567
+ {
5568
+ "marker": [
5569
+ "objectPrefix",
5570
+ 0
5571
+ ],
5572
+ "range": {
5573
+ "end": 11,
5574
+ "start": 8
5575
+ }
5576
+ },
5577
+ {
5578
+ "marker": [
5579
+ "unknown",
5580
+ 0
5581
+ ],
5582
+ "range": {
5583
+ "end": 16,
5584
+ "start": 13
5585
+ }
5586
+ }
5587
+ ]
5588
+ },
5589
+ {
5590
+ "counter": 2,
5591
+ "operators": [
5592
+ {
5593
+ "marker": [
5594
+ "what",
5595
+ 0
5596
+ ],
5597
+ "range": {
5598
+ "end": 3,
5599
+ "start": 0
5600
+ }
5601
+ },
5602
+ {
5603
+ "marker": [
5604
+ "is",
5605
+ 0
5606
+ ],
5607
+ "range": {
5608
+ "end": 6,
5609
+ "start": 5
5610
+ }
5611
+ },
5612
+ {
5613
+ "marker": [
5614
+ "objectPrefix",
5615
+ 0
5616
+ ],
5617
+ "range": {
5618
+ "end": 11,
5619
+ "start": 8
5620
+ }
5621
+ },
5622
+ {
5623
+ "marker": [
5624
+ "unknown",
5625
+ 1
5626
+ ],
5627
+ "range": {
5628
+ "end": 16,
5629
+ "start": 13
5630
+ }
5631
+ }
5632
+ ]
5633
+ },
5634
+ {
5635
+ "counter": 3,
5636
+ "operators": [
5637
+ {
5638
+ "marker": [
5639
+ "what",
5640
+ 1
5641
+ ],
5642
+ "range": {
5643
+ "end": 3,
5644
+ "start": 0
5645
+ }
5646
+ },
5647
+ {
5648
+ "marker": [
5649
+ "is",
5650
+ 0
5651
+ ],
5652
+ "range": {
5653
+ "end": 6,
5654
+ "start": 5
5655
+ }
5656
+ },
5657
+ {
5658
+ "marker": [
5659
+ "objectPrefix",
5660
+ 0
5661
+ ],
5662
+ "range": {
5663
+ "end": 11,
5664
+ "start": 8
5665
+ }
5666
+ },
5667
+ {
5668
+ "marker": [
5669
+ "unknown",
5670
+ 1
5671
+ ],
5672
+ "range": {
5673
+ "end": 16,
5674
+ "start": 13
5675
+ }
5676
+ }
5677
+ ]
5678
+ },
5679
+ {
5680
+ "counter": 4,
5681
+ "operators": [
5682
+ {
5683
+ "marker": [
5684
+ "what",
5685
+ 1
5686
+ ],
5687
+ "range": {
5688
+ "end": 3,
5689
+ "start": 0
5690
+ }
5691
+ },
5692
+ {
5693
+ "marker": [
5694
+ "is",
5695
+ 0
5696
+ ],
5697
+ "range": {
5698
+ "end": 6,
5699
+ "start": 5
5700
+ }
5701
+ },
5702
+ {
5703
+ "marker": [
5704
+ "property",
5705
+ 1
5706
+ ],
5707
+ "range": {
5708
+ "end": 16,
5709
+ "start": 8
5710
+ }
5711
+ }
5712
+ ]
5713
+ },
5714
+ {
5715
+ "counter": 5,
5716
+ "operators": [
5717
+ {
5718
+ "marker": [
5719
+ "is",
5720
+ 1
5721
+ ],
5722
+ "range": {
5723
+ "end": 16,
5724
+ "start": 0
5725
+ }
5726
+ }
5727
+ ]
5728
+ },
5729
+ {
5730
+ "counter": 6,
5731
+ "operators": [
5732
+ {
5733
+ "marker": [
5734
+ "is",
5735
+ 2
5736
+ ],
5737
+ "range": {
5738
+ "end": 16,
5739
+ "start": 0
5740
+ }
5741
+ }
5742
+ ]
5743
+ }
5744
+ ]
5745
+ }
4877
5746
  ]
4878
5747
  }
4879
5748
  ]