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
@@ -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
  "kirk": "kirk1",
649
620
  "meta": "meta2",
621
+ "negation": "negation2",
650
622
  "pos": "pos2",
651
623
  "properties": "properties2",
652
624
  "punctuation": "punctuation2",
653
625
  "sdefaults": "sdefaults2",
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,6 +654,8 @@
674
654
  },
675
655
  "emotions2": {
676
656
  },
657
+ "evaluate2": {
658
+ },
677
659
  "gdefaults2": {
678
660
  },
679
661
  "hierarchy2": {
@@ -682,17 +664,24 @@
682
664
  },
683
665
  "meta2": {
684
666
  },
667
+ "negation2": {
668
+ },
685
669
  "pos2": {
686
670
  },
687
671
  "properties2": {
688
672
  "children": {
673
+ "adjective": [
674
+ "stm_before"
675
+ ],
689
676
  "animal": [
690
677
  "bird",
691
678
  "mammal"
692
679
  ],
693
- "articlePOS": [
680
+ "article": [
694
681
  "a",
695
- "the"
682
+ "the",
683
+ "each",
684
+ "every"
696
685
  ],
697
686
  "bird": [
698
687
  "owl",
@@ -747,14 +736,15 @@
747
736
  "spock",
748
737
  "mccoy"
749
738
  ],
750
- "notAble": [
751
- "unknown"
752
- ],
753
739
  "object": [
754
- "unknown",
755
740
  "what",
756
741
  "whose"
757
742
  ],
743
+ "preposition": [
744
+ "between",
745
+ "propertyOf",
746
+ "to"
747
+ ],
758
748
  "pronoun": [
759
749
  "it",
760
750
  "this"
@@ -763,19 +753,23 @@
763
753
  "questionMark"
764
754
  ],
765
755
  "queryable": [
756
+ "xfx",
766
757
  "hierarchyAble",
767
758
  "readonly",
768
759
  "property",
769
760
  "object",
770
- "xfx",
771
761
  "concept",
762
+ "doubleQuote",
763
+ "theAble",
772
764
  "unknown",
773
765
  "it",
774
766
  "what",
775
767
  "whatAble",
768
+ "negatable",
776
769
  "this",
777
- "thisitthat",
778
- "reason"
770
+ "reason",
771
+ "distributable",
772
+ "thisitthat"
779
773
  ],
780
774
  "rank": [
781
775
  "captain",
@@ -790,8 +784,9 @@
790
784
  "object",
791
785
  "concept",
792
786
  "unknown",
793
- "noun",
794
- "reason"
787
+ "reason",
788
+ "memorable",
789
+ "noun"
795
790
  ],
796
791
  "thisitthat": [
797
792
  "it",
@@ -801,12 +796,11 @@
801
796
  "toAble": [
802
797
  "it"
803
798
  ],
804
- "unknown": [
805
- "property"
806
- ],
807
- "verby": [
799
+ "verb": [
808
800
  "modifies",
809
- "is"
801
+ "is",
802
+ "remember",
803
+ "evaluate"
810
804
  ],
811
805
  "weapon": [
812
806
  "phaser",
@@ -817,38 +811,51 @@
817
811
  "properties",
818
812
  "unknown",
819
813
  "hierarchyAble",
820
- "object",
821
814
  "what",
815
+ "object",
816
+ "xfx",
822
817
  "queryable",
818
+ "between",
819
+ "preposition",
823
820
  "readonly",
824
- "property",
825
- "xfx",
826
- "theAble",
827
- "whose",
828
821
  "have",
829
822
  "canBeDoQuestion",
830
823
  "canBeQuestion",
824
+ "property",
825
+ "theAble",
826
+ "propertyOf",
827
+ "whose",
831
828
  "concept",
832
829
  "modifies",
833
- "verby",
830
+ "verb",
831
+ "doubleQuote",
834
832
  "it",
835
833
  "pronoun",
836
834
  "this",
837
835
  "questionMark",
838
836
  "punctuation",
839
837
  "a",
840
- "articlePOS",
838
+ "article",
841
839
  "the",
842
- "notAble",
843
840
  "whatAble",
841
+ "negatable",
844
842
  "is",
845
843
  "toAble",
846
- "noun",
847
- "thisitthat",
844
+ "to",
848
845
  "reason",
849
- "that",
846
+ "memorable",
847
+ "remember",
848
+ "stm_before",
849
+ "adjective",
850
850
  "orAble",
851
851
  "ifAble",
852
+ "evaluate",
853
+ "each",
854
+ "every",
855
+ "distributable",
856
+ "noun",
857
+ "thisitthat",
858
+ "that",
852
859
  "bird",
853
860
  "animal",
854
861
  "mammal",
@@ -885,7 +892,7 @@
885
892
  ],
886
893
  "parents": {
887
894
  "a": [
888
- "articlePOS"
895
+ "article"
889
896
  ],
890
897
  "armed": [
891
898
  "status"
@@ -893,6 +900,9 @@
893
900
  "bat": [
894
901
  "mammal"
895
902
  ],
903
+ "between": [
904
+ "preposition"
905
+ ],
896
906
  "bird": [
897
907
  "animal"
898
908
  ],
@@ -915,15 +925,30 @@
915
925
  "theAble",
916
926
  "queryable"
917
927
  ],
928
+ "distributable": [
929
+ "queryable"
930
+ ],
918
931
  "doctor": [
919
932
  "rank"
920
933
  ],
921
934
  "dog": [
922
935
  "canine"
923
936
  ],
937
+ "doubleQuote": [
938
+ "queryable"
939
+ ],
940
+ "each": [
941
+ "article"
942
+ ],
924
943
  "eagle": [
925
944
  "bird"
926
945
  ],
946
+ "evaluate": [
947
+ "verb"
948
+ ],
949
+ "every": [
950
+ "article"
951
+ ],
927
952
  "feline": [
928
953
  "mammal"
929
954
  ],
@@ -939,7 +964,7 @@
939
964
  ],
940
965
  "is": [
941
966
  "canBeQuestion",
942
- "verby"
967
+ "verb"
943
968
  ],
944
969
  "it": [
945
970
  "pronoun",
@@ -962,8 +987,14 @@
962
987
  "crew_member",
963
988
  "doctor"
964
989
  ],
990
+ "memorable": [
991
+ "theAble"
992
+ ],
965
993
  "modifies": [
966
- "verby"
994
+ "verb"
995
+ ],
996
+ "negatable": [
997
+ "queryable"
967
998
  ],
968
999
  "noun": [
969
1000
  "theAble"
@@ -989,8 +1020,10 @@
989
1020
  ],
990
1021
  "property": [
991
1022
  "queryable",
992
- "theAble",
993
- "unknown"
1023
+ "theAble"
1024
+ ],
1025
+ "propertyOf": [
1026
+ "preposition"
994
1027
  ],
995
1028
  "questionMark": [
996
1029
  "punctuation"
@@ -1002,6 +1035,9 @@
1002
1035
  "theAble",
1003
1036
  "queryable"
1004
1037
  ],
1038
+ "remember": [
1039
+ "verb"
1040
+ ],
1005
1041
  "second": [
1006
1042
  "rank"
1007
1043
  ],
@@ -1010,11 +1046,17 @@
1010
1046
  "doctor",
1011
1047
  "crew_member"
1012
1048
  ],
1049
+ "stm_before": [
1050
+ "adjective"
1051
+ ],
1013
1052
  "that": [
1014
1053
  "thisitthat"
1015
1054
  ],
1016
1055
  "the": [
1017
- "articlePOS"
1056
+ "article"
1057
+ ],
1058
+ "theAble": [
1059
+ "queryable"
1018
1060
  ],
1019
1061
  "this": [
1020
1062
  "pronoun",
@@ -1024,13 +1066,14 @@
1024
1066
  "thisitthat": [
1025
1067
  "queryable"
1026
1068
  ],
1069
+ "to": [
1070
+ "preposition"
1071
+ ],
1027
1072
  "torpedo": [
1028
1073
  "weapon"
1029
1074
  ],
1030
1075
  "unknown": [
1031
1076
  "hierarchyAble",
1032
- "object",
1033
- "notAble",
1034
1077
  "theAble",
1035
1078
  "queryable"
1036
1079
  ],
@@ -1065,6 +1108,8 @@
1065
1108
  "root": {
1066
1109
  "a": {
1067
1110
  },
1111
+ "adjective": {
1112
+ },
1068
1113
  "animal": {
1069
1114
  "eye": {
1070
1115
  "has": true,
@@ -1077,7 +1122,7 @@
1077
1122
  },
1078
1123
  "armed": {
1079
1124
  },
1080
- "articlePOS": {
1125
+ "article": {
1081
1126
  },
1082
1127
  "bat": {
1083
1128
  "wing": {
@@ -1085,6 +1130,8 @@
1085
1130
  "value": null
1086
1131
  }
1087
1132
  },
1133
+ "between": {
1134
+ },
1088
1135
  "bird": {
1089
1136
  "beak": {
1090
1137
  "has": true,
@@ -1113,12 +1160,22 @@
1113
1160
  },
1114
1161
  "crew_member": {
1115
1162
  },
1163
+ "distributable": {
1164
+ },
1116
1165
  "doctor": {
1117
1166
  },
1118
1167
  "dog": {
1119
1168
  },
1169
+ "doubleQuote": {
1170
+ },
1171
+ "each": {
1172
+ },
1120
1173
  "eagle": {
1121
1174
  },
1175
+ "evaluate": {
1176
+ },
1177
+ "every": {
1178
+ },
1122
1179
  "eye": {
1123
1180
  },
1124
1181
  "feline": {
@@ -1275,11 +1332,13 @@
1275
1332
  }
1276
1333
  }
1277
1334
  },
1335
+ "memorable": {
1336
+ },
1278
1337
  "modifies": {
1279
1338
  },
1280
1339
  "name": {
1281
1340
  },
1282
- "notAble": {
1341
+ "negatable": {
1283
1342
  },
1284
1343
  "noun": {
1285
1344
  },
@@ -1337,10 +1396,14 @@
1337
1396
  },
1338
1397
  "pidgeon": {
1339
1398
  },
1399
+ "preposition": {
1400
+ },
1340
1401
  "pronoun": {
1341
1402
  },
1342
1403
  "property": {
1343
1404
  },
1405
+ "propertyOf": {
1406
+ },
1344
1407
  "punctuation": {
1345
1408
  },
1346
1409
  "queryable": {
@@ -1353,6 +1416,8 @@
1353
1416
  },
1354
1417
  "reason": {
1355
1418
  },
1419
+ "remember": {
1420
+ },
1356
1421
  "second": {
1357
1422
  },
1358
1423
  "spock": {
@@ -1419,6 +1484,8 @@
1419
1484
  },
1420
1485
  "status": {
1421
1486
  },
1487
+ "stm_before": {
1488
+ },
1422
1489
  "that": {
1423
1490
  },
1424
1491
  "the": {
@@ -1429,13 +1496,15 @@
1429
1496
  },
1430
1497
  "thisitthat": {
1431
1498
  },
1499
+ "to": {
1500
+ },
1432
1501
  "toAble": {
1433
1502
  },
1434
1503
  "torpedo": {
1435
1504
  },
1436
1505
  "unknown": {
1437
1506
  },
1438
- "verby": {
1507
+ "verb": {
1439
1508
  },
1440
1509
  "weapon": {
1441
1510
  },
@@ -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": "kirk"
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#kirk#call2"
2336
+ "instance25#crew#call2",
2337
+ "instance25#kirk#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#kirk#call2"
2541
+ "instance24#crew#call2",
2542
+ "instance24#kirk#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#kirk#call2"
2588
+ "instance23#crew#call2",
2589
+ "instance23#kirk#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#kirk#call2"
2650
+ "instance22#crew#call2",
2651
+ "instance22#kirk#call2"
2552
2652
  ],
2553
2653
  "two": {
2554
2654
  "dead": true,
@@ -2588,108 +2688,297 @@
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": [
2663
- {
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": [
2689
- {
2690
- "dead": true,
2691
- "level": 1,
2692
- "marker": "property",
2692
+ "summaries": [
2693
+ [
2694
+ {
2695
+ "counter": 1,
2696
+ "operators": [
2697
+ [
2698
+ "what",
2699
+ 0
2700
+ ],
2701
+ [
2702
+ "is",
2703
+ 0
2704
+ ],
2705
+ [
2706
+ "the",
2707
+ 0
2708
+ ],
2709
+ [
2710
+ "unknown",
2711
+ 0
2712
+ ],
2713
+ [
2714
+ "propertyOf",
2715
+ 0
2716
+ ],
2717
+ [
2718
+ "kirk",
2719
+ 0
2720
+ ]
2721
+ ]
2722
+ },
2723
+ {
2724
+ "counter": 2,
2725
+ "operators": [
2726
+ [
2727
+ "what",
2728
+ 0
2729
+ ],
2730
+ [
2731
+ "isEd",
2732
+ 0
2733
+ ],
2734
+ [
2735
+ "the",
2736
+ 0
2737
+ ],
2738
+ [
2739
+ "unknown",
2740
+ 1
2741
+ ],
2742
+ [
2743
+ "propertyOf",
2744
+ 0
2745
+ ],
2746
+ [
2747
+ "kirk",
2748
+ 0
2749
+ ]
2750
+ ]
2751
+ },
2752
+ {
2753
+ "counter": 3,
2754
+ "operators": [
2755
+ [
2756
+ "what",
2757
+ 0
2758
+ ],
2759
+ [
2760
+ "isEd",
2761
+ 0
2762
+ ],
2763
+ [
2764
+ "the",
2765
+ 0
2766
+ ],
2767
+ [
2768
+ "unknown",
2769
+ 1
2770
+ ],
2771
+ [
2772
+ "propertyOf",
2773
+ 0
2774
+ ],
2775
+ [
2776
+ "kirk",
2777
+ 1
2778
+ ]
2779
+ ]
2780
+ },
2781
+ {
2782
+ "counter": 4,
2783
+ "operators": [
2784
+ [
2785
+ "what",
2786
+ 1
2787
+ ],
2788
+ [
2789
+ "isEd",
2790
+ 0
2791
+ ],
2792
+ [
2793
+ "the",
2794
+ 0
2795
+ ],
2796
+ [
2797
+ "unknown",
2798
+ 1
2799
+ ],
2800
+ [
2801
+ "propertyOf",
2802
+ 0
2803
+ ],
2804
+ [
2805
+ "kirk",
2806
+ 1
2807
+ ]
2808
+ ]
2809
+ },
2810
+ {
2811
+ "counter": 5,
2812
+ "operators": [
2813
+ [
2814
+ "what",
2815
+ 1
2816
+ ],
2817
+ [
2818
+ "is",
2819
+ 0
2820
+ ],
2821
+ [
2822
+ "unknown",
2823
+ 1
2824
+ ],
2825
+ [
2826
+ "propertyOf",
2827
+ 0
2828
+ ],
2829
+ [
2830
+ "kirk",
2831
+ 1
2832
+ ]
2833
+ ]
2834
+ },
2835
+ {
2836
+ "counter": 6,
2837
+ "operators": [
2838
+ [
2839
+ "what",
2840
+ 1
2841
+ ],
2842
+ [
2843
+ "is",
2844
+ 0
2845
+ ],
2846
+ [
2847
+ "unknown",
2848
+ 1
2849
+ ],
2850
+ [
2851
+ "propertyOf",
2852
+ 1
2853
+ ]
2854
+ ]
2855
+ },
2856
+ {
2857
+ "counter": 7,
2858
+ "operators": [
2859
+ [
2860
+ "what",
2861
+ 1
2862
+ ],
2863
+ [
2864
+ "is",
2865
+ 0
2866
+ ],
2867
+ [
2868
+ "property",
2869
+ 1
2870
+ ]
2871
+ ]
2872
+ },
2873
+ {
2874
+ "counter": 8,
2875
+ "operators": [
2876
+ [
2877
+ "is",
2878
+ 1
2879
+ ]
2880
+ ]
2881
+ },
2882
+ {
2883
+ "counter": 9,
2884
+ "operators": [
2885
+ [
2886
+ "is",
2887
+ 2
2888
+ ]
2889
+ ]
2890
+ }
2891
+ ]
2892
+ ]
2893
+ },
2894
+ {
2895
+ "associations": [
2896
+ [
2897
+ [
2898
+ "is",
2899
+ 0
2900
+ ],
2901
+ [
2902
+ "objectPrefix",
2903
+ 0
2904
+ ],
2905
+ [
2906
+ "unknown",
2907
+ 0
2908
+ ],
2909
+ [
2910
+ "what",
2911
+ 0
2912
+ ]
2913
+ ],
2914
+ [
2915
+ [
2916
+ "is",
2917
+ 0
2918
+ ],
2919
+ [
2920
+ "objectPrefix",
2921
+ 0
2922
+ ],
2923
+ [
2924
+ "unknown",
2925
+ 1
2926
+ ]
2927
+ ],
2928
+ [
2929
+ [
2930
+ "is",
2931
+ 0
2932
+ ],
2933
+ [
2934
+ "objectPrefix",
2935
+ 0
2936
+ ],
2937
+ [
2938
+ "unknown",
2939
+ 1
2940
+ ],
2941
+ [
2942
+ "what",
2943
+ 0
2944
+ ]
2945
+ ]
2946
+ ],
2947
+ "config": {
2948
+ },
2949
+ "contexts": [
2950
+ {
2951
+ "context_index": 1,
2952
+ "dead": true,
2953
+ "evalue": {
2954
+ "default": true,
2955
+ "focusable": [
2956
+ "two",
2957
+ "one"
2958
+ ],
2959
+ "marker": "is",
2960
+ "one": {
2961
+ "dead": true,
2962
+ "level": 1,
2963
+ "marker": "property",
2964
+ "object": {
2965
+ "level": 0,
2966
+ "marker": "objectPrefix",
2967
+ "possessive": true,
2968
+ "range": {
2969
+ "end": 11,
2970
+ "start": 8
2971
+ },
2972
+ "text": "your",
2973
+ "value": "self",
2974
+ "variable": true,
2975
+ "word": "your"
2976
+ },
2977
+ "objects": [
2978
+ {
2979
+ "dead": true,
2980
+ "level": 1,
2981
+ "marker": "property",
2693
2982
  "range": {
2694
2983
  "end": 16,
2695
2984
  "start": 13
@@ -2705,6 +2994,7 @@
2705
2994
  {
2706
2995
  "level": 0,
2707
2996
  "marker": "objectPrefix",
2997
+ "possessive": true,
2708
2998
  "range": {
2709
2999
  "end": 11,
2710
3000
  "start": 8
@@ -2773,6 +3063,7 @@
2773
3063
  {
2774
3064
  "level": 0,
2775
3065
  "marker": "objectPrefix",
3066
+ "possessive": true,
2776
3067
  "range": {
2777
3068
  "end": 11,
2778
3069
  "start": 8
@@ -2845,6 +3136,7 @@
2845
3136
  "object": {
2846
3137
  "level": 0,
2847
3138
  "marker": "objectPrefix",
3139
+ "possessive": true,
2848
3140
  "range": {
2849
3141
  "end": 11,
2850
3142
  "start": 8
@@ -2874,6 +3166,7 @@
2874
3166
  {
2875
3167
  "level": 0,
2876
3168
  "marker": "objectPrefix",
3169
+ "possessive": true,
2877
3170
  "range": {
2878
3171
  "end": 11,
2879
3172
  "start": 8
@@ -2998,24 +3291,34 @@
2998
3291
  "objects": {
2999
3292
  "nameToUUID": {
3000
3293
  "animals": "animals2",
3294
+ "articles": "articles2",
3295
+ "asking": "asking2",
3001
3296
  "avatar": "avatar2",
3002
3297
  "concept": "concept2",
3298
+ "conjunction": "conjunction2",
3003
3299
  "crew": "crew2",
3004
3300
  "dialogues": "dialogues2",
3005
3301
  "emotions": "emotions2",
3302
+ "evaluate": "evaluate2",
3006
3303
  "gdefaults": "gdefaults2",
3007
3304
  "hierarchy": "hierarchy2",
3008
3305
  "kirk": "kirk1",
3009
3306
  "meta": "meta2",
3307
+ "negation": "negation2",
3010
3308
  "pos": "pos2",
3011
3309
  "properties": "properties2",
3012
3310
  "punctuation": "punctuation2",
3013
3311
  "sdefaults": "sdefaults2",
3014
- "stm": "stm2"
3312
+ "stm": "stm2",
3313
+ "tokenize": "tokenize2"
3015
3314
  },
3016
3315
  "namespaced": {
3017
3316
  "animals2": {
3018
3317
  },
3318
+ "articles2": {
3319
+ },
3320
+ "asking2": {
3321
+ },
3019
3322
  "avatar2": {
3020
3323
  },
3021
3324
  "concept2": {
@@ -3024,9 +3327,12 @@
3024
3327
  "valueToWords": [
3025
3328
  ]
3026
3329
  },
3330
+ "conjunction2": {
3331
+ },
3027
3332
  "crew2": {
3028
3333
  },
3029
3334
  "dialogues2": {
3335
+ "idSuffix": "",
3030
3336
  "mentioned": [
3031
3337
  ],
3032
3338
  "variables": {
@@ -3034,6 +3340,8 @@
3034
3340
  },
3035
3341
  "emotions2": {
3036
3342
  },
3343
+ "evaluate2": {
3344
+ },
3037
3345
  "gdefaults2": {
3038
3346
  },
3039
3347
  "hierarchy2": {
@@ -3042,17 +3350,24 @@
3042
3350
  },
3043
3351
  "meta2": {
3044
3352
  },
3353
+ "negation2": {
3354
+ },
3045
3355
  "pos2": {
3046
3356
  },
3047
3357
  "properties2": {
3048
3358
  "children": {
3359
+ "adjective": [
3360
+ "stm_before"
3361
+ ],
3049
3362
  "animal": [
3050
3363
  "bird",
3051
3364
  "mammal"
3052
3365
  ],
3053
- "articlePOS": [
3366
+ "article": [
3054
3367
  "a",
3055
- "the"
3368
+ "the",
3369
+ "each",
3370
+ "every"
3056
3371
  ],
3057
3372
  "bird": [
3058
3373
  "owl",
@@ -3107,14 +3422,15 @@
3107
3422
  "spock",
3108
3423
  "mccoy"
3109
3424
  ],
3110
- "notAble": [
3111
- "unknown"
3112
- ],
3113
3425
  "object": [
3114
- "unknown",
3115
3426
  "what",
3116
3427
  "whose"
3117
3428
  ],
3429
+ "preposition": [
3430
+ "between",
3431
+ "propertyOf",
3432
+ "to"
3433
+ ],
3118
3434
  "pronoun": [
3119
3435
  "it",
3120
3436
  "this"
@@ -3123,19 +3439,23 @@
3123
3439
  "questionMark"
3124
3440
  ],
3125
3441
  "queryable": [
3442
+ "xfx",
3126
3443
  "hierarchyAble",
3127
3444
  "readonly",
3128
3445
  "property",
3129
3446
  "object",
3130
- "xfx",
3131
3447
  "concept",
3448
+ "doubleQuote",
3449
+ "theAble",
3132
3450
  "unknown",
3133
3451
  "it",
3134
3452
  "what",
3135
3453
  "whatAble",
3454
+ "negatable",
3136
3455
  "this",
3137
- "thisitthat",
3138
- "reason"
3456
+ "reason",
3457
+ "distributable",
3458
+ "thisitthat"
3139
3459
  ],
3140
3460
  "rank": [
3141
3461
  "captain",
@@ -3150,8 +3470,9 @@
3150
3470
  "object",
3151
3471
  "concept",
3152
3472
  "unknown",
3153
- "noun",
3154
- "reason"
3473
+ "reason",
3474
+ "memorable",
3475
+ "noun"
3155
3476
  ],
3156
3477
  "thisitthat": [
3157
3478
  "it",
@@ -3161,12 +3482,11 @@
3161
3482
  "toAble": [
3162
3483
  "it"
3163
3484
  ],
3164
- "unknown": [
3165
- "property"
3166
- ],
3167
- "verby": [
3485
+ "verb": [
3168
3486
  "modifies",
3169
- "is"
3487
+ "is",
3488
+ "remember",
3489
+ "evaluate"
3170
3490
  ],
3171
3491
  "weapon": [
3172
3492
  "phaser",
@@ -3177,38 +3497,51 @@
3177
3497
  "properties",
3178
3498
  "unknown",
3179
3499
  "hierarchyAble",
3180
- "object",
3181
3500
  "what",
3501
+ "object",
3502
+ "xfx",
3182
3503
  "queryable",
3504
+ "between",
3505
+ "preposition",
3183
3506
  "readonly",
3184
- "property",
3185
- "xfx",
3186
- "theAble",
3187
- "whose",
3188
3507
  "have",
3189
3508
  "canBeDoQuestion",
3190
3509
  "canBeQuestion",
3510
+ "property",
3511
+ "theAble",
3512
+ "propertyOf",
3513
+ "whose",
3191
3514
  "concept",
3192
3515
  "modifies",
3193
- "verby",
3516
+ "verb",
3517
+ "doubleQuote",
3194
3518
  "it",
3195
3519
  "pronoun",
3196
3520
  "this",
3197
3521
  "questionMark",
3198
3522
  "punctuation",
3199
3523
  "a",
3200
- "articlePOS",
3524
+ "article",
3201
3525
  "the",
3202
- "notAble",
3203
3526
  "whatAble",
3527
+ "negatable",
3204
3528
  "is",
3205
3529
  "toAble",
3206
- "noun",
3207
- "thisitthat",
3530
+ "to",
3208
3531
  "reason",
3209
- "that",
3532
+ "memorable",
3533
+ "remember",
3534
+ "stm_before",
3535
+ "adjective",
3210
3536
  "orAble",
3211
3537
  "ifAble",
3538
+ "evaluate",
3539
+ "each",
3540
+ "every",
3541
+ "distributable",
3542
+ "noun",
3543
+ "thisitthat",
3544
+ "that",
3212
3545
  "bird",
3213
3546
  "animal",
3214
3547
  "mammal",
@@ -3245,7 +3578,7 @@
3245
3578
  ],
3246
3579
  "parents": {
3247
3580
  "a": [
3248
- "articlePOS"
3581
+ "article"
3249
3582
  ],
3250
3583
  "armed": [
3251
3584
  "status"
@@ -3253,6 +3586,9 @@
3253
3586
  "bat": [
3254
3587
  "mammal"
3255
3588
  ],
3589
+ "between": [
3590
+ "preposition"
3591
+ ],
3256
3592
  "bird": [
3257
3593
  "animal"
3258
3594
  ],
@@ -3275,15 +3611,30 @@
3275
3611
  "theAble",
3276
3612
  "queryable"
3277
3613
  ],
3614
+ "distributable": [
3615
+ "queryable"
3616
+ ],
3278
3617
  "doctor": [
3279
3618
  "rank"
3280
3619
  ],
3281
3620
  "dog": [
3282
3621
  "canine"
3283
3622
  ],
3623
+ "doubleQuote": [
3624
+ "queryable"
3625
+ ],
3626
+ "each": [
3627
+ "article"
3628
+ ],
3284
3629
  "eagle": [
3285
3630
  "bird"
3286
3631
  ],
3632
+ "evaluate": [
3633
+ "verb"
3634
+ ],
3635
+ "every": [
3636
+ "article"
3637
+ ],
3287
3638
  "feline": [
3288
3639
  "mammal"
3289
3640
  ],
@@ -3299,7 +3650,7 @@
3299
3650
  ],
3300
3651
  "is": [
3301
3652
  "canBeQuestion",
3302
- "verby"
3653
+ "verb"
3303
3654
  ],
3304
3655
  "it": [
3305
3656
  "pronoun",
@@ -3322,8 +3673,14 @@
3322
3673
  "crew_member",
3323
3674
  "doctor"
3324
3675
  ],
3676
+ "memorable": [
3677
+ "theAble"
3678
+ ],
3325
3679
  "modifies": [
3326
- "verby"
3680
+ "verb"
3681
+ ],
3682
+ "negatable": [
3683
+ "queryable"
3327
3684
  ],
3328
3685
  "noun": [
3329
3686
  "theAble"
@@ -3349,8 +3706,10 @@
3349
3706
  ],
3350
3707
  "property": [
3351
3708
  "queryable",
3352
- "theAble",
3353
- "unknown"
3709
+ "theAble"
3710
+ ],
3711
+ "propertyOf": [
3712
+ "preposition"
3354
3713
  ],
3355
3714
  "questionMark": [
3356
3715
  "punctuation"
@@ -3362,6 +3721,9 @@
3362
3721
  "theAble",
3363
3722
  "queryable"
3364
3723
  ],
3724
+ "remember": [
3725
+ "verb"
3726
+ ],
3365
3727
  "second": [
3366
3728
  "rank"
3367
3729
  ],
@@ -3370,11 +3732,17 @@
3370
3732
  "doctor",
3371
3733
  "crew_member"
3372
3734
  ],
3735
+ "stm_before": [
3736
+ "adjective"
3737
+ ],
3373
3738
  "that": [
3374
3739
  "thisitthat"
3375
3740
  ],
3376
3741
  "the": [
3377
- "articlePOS"
3742
+ "article"
3743
+ ],
3744
+ "theAble": [
3745
+ "queryable"
3378
3746
  ],
3379
3747
  "this": [
3380
3748
  "pronoun",
@@ -3384,13 +3752,14 @@
3384
3752
  "thisitthat": [
3385
3753
  "queryable"
3386
3754
  ],
3755
+ "to": [
3756
+ "preposition"
3757
+ ],
3387
3758
  "torpedo": [
3388
3759
  "weapon"
3389
3760
  ],
3390
3761
  "unknown": [
3391
3762
  "hierarchyAble",
3392
- "object",
3393
- "notAble",
3394
3763
  "theAble",
3395
3764
  "queryable"
3396
3765
  ],
@@ -3425,6 +3794,8 @@
3425
3794
  "root": {
3426
3795
  "a": {
3427
3796
  },
3797
+ "adjective": {
3798
+ },
3428
3799
  "animal": {
3429
3800
  "eye": {
3430
3801
  "has": true,
@@ -3437,7 +3808,7 @@
3437
3808
  },
3438
3809
  "armed": {
3439
3810
  },
3440
- "articlePOS": {
3811
+ "article": {
3441
3812
  },
3442
3813
  "bat": {
3443
3814
  "wing": {
@@ -3445,6 +3816,8 @@
3445
3816
  "value": null
3446
3817
  }
3447
3818
  },
3819
+ "between": {
3820
+ },
3448
3821
  "bird": {
3449
3822
  "beak": {
3450
3823
  "has": true,
@@ -3473,12 +3846,22 @@
3473
3846
  },
3474
3847
  "crew_member": {
3475
3848
  },
3849
+ "distributable": {
3850
+ },
3476
3851
  "doctor": {
3477
3852
  },
3478
3853
  "dog": {
3479
3854
  },
3855
+ "doubleQuote": {
3856
+ },
3857
+ "each": {
3858
+ },
3480
3859
  "eagle": {
3481
3860
  },
3861
+ "evaluate": {
3862
+ },
3863
+ "every": {
3864
+ },
3482
3865
  "eye": {
3483
3866
  },
3484
3867
  "feline": {
@@ -3635,11 +4018,13 @@
3635
4018
  }
3636
4019
  }
3637
4020
  },
4021
+ "memorable": {
4022
+ },
3638
4023
  "modifies": {
3639
4024
  },
3640
4025
  "name": {
3641
4026
  },
3642
- "notAble": {
4027
+ "negatable": {
3643
4028
  },
3644
4029
  "noun": {
3645
4030
  },
@@ -3697,10 +4082,14 @@
3697
4082
  },
3698
4083
  "pidgeon": {
3699
4084
  },
4085
+ "preposition": {
4086
+ },
3700
4087
  "pronoun": {
3701
4088
  },
3702
4089
  "property": {
3703
4090
  },
4091
+ "propertyOf": {
4092
+ },
3704
4093
  "punctuation": {
3705
4094
  },
3706
4095
  "queryable": {
@@ -3713,6 +4102,8 @@
3713
4102
  },
3714
4103
  "reason": {
3715
4104
  },
4105
+ "remember": {
4106
+ },
3716
4107
  "second": {
3717
4108
  },
3718
4109
  "spock": {
@@ -3779,6 +4170,8 @@
3779
4170
  },
3780
4171
  "status": {
3781
4172
  },
4173
+ "stm_before": {
4174
+ },
3782
4175
  "that": {
3783
4176
  },
3784
4177
  "the": {
@@ -3789,13 +4182,15 @@
3789
4182
  },
3790
4183
  "thisitthat": {
3791
4184
  },
4185
+ "to": {
4186
+ },
3792
4187
  "toAble": {
3793
4188
  },
3794
4189
  "torpedo": {
3795
4190
  },
3796
4191
  "unknown": {
3797
4192
  },
3798
- "verby": {
4193
+ "verb": {
3799
4194
  },
3800
4195
  "weapon": {
3801
4196
  },
@@ -4020,18 +4415,25 @@
4020
4415
  "stm2": {
4021
4416
  "mentioned": [
4022
4417
  {
4418
+ "fromSTM": true,
4023
4419
  "marker": "self",
4024
4420
  "pullFromContext": false,
4421
+ "stm": {
4422
+ "id": 1
4423
+ },
4025
4424
  "value": "kirk"
4026
4425
  }
4027
4426
  ],
4028
4427
  "variables": {
4029
4428
  }
4429
+ },
4430
+ "tokenize2": {
4030
4431
  }
4031
4432
  },
4032
4433
  "processed": [
4033
4434
  {
4034
4435
  "context": {
4436
+ "context_index": 1,
4035
4437
  "dead": true,
4036
4438
  "evalue": {
4037
4439
  "default": true,
@@ -4047,6 +4449,7 @@
4047
4449
  "object": {
4048
4450
  "level": 0,
4049
4451
  "marker": "objectPrefix",
4452
+ "possessive": true,
4050
4453
  "range": {
4051
4454
  "end": 11,
4052
4455
  "start": 8
@@ -4076,6 +4479,7 @@
4076
4479
  {
4077
4480
  "level": 0,
4078
4481
  "marker": "objectPrefix",
4482
+ "possessive": true,
4079
4483
  "range": {
4080
4484
  "end": 11,
4081
4485
  "start": 8
@@ -4144,6 +4548,7 @@
4144
4548
  {
4145
4549
  "level": 0,
4146
4550
  "marker": "objectPrefix",
4551
+ "possessive": true,
4147
4552
  "range": {
4148
4553
  "end": 11,
4149
4554
  "start": 8
@@ -4216,6 +4621,7 @@
4216
4621
  "object": {
4217
4622
  "level": 0,
4218
4623
  "marker": "objectPrefix",
4624
+ "possessive": true,
4219
4625
  "range": {
4220
4626
  "end": 11,
4221
4627
  "start": 8
@@ -4245,6 +4651,7 @@
4245
4651
  {
4246
4652
  "level": 0,
4247
4653
  "marker": "objectPrefix",
4654
+ "possessive": true,
4248
4655
  "range": {
4249
4656
  "end": 11,
4250
4657
  "start": 8
@@ -4278,6 +4685,7 @@
4278
4685
  },
4279
4686
  {
4280
4687
  "context": {
4688
+ "context_index": 1,
4281
4689
  "dead": true,
4282
4690
  "level": 2,
4283
4691
  "marker": "is",
@@ -4338,6 +4746,7 @@
4338
4746
  },
4339
4747
  {
4340
4748
  "context": {
4749
+ "context_index": 1,
4341
4750
  "dead": true,
4342
4751
  "default": true,
4343
4752
  "from": {
@@ -4363,7 +4772,7 @@
4363
4772
  "determiner": "the",
4364
4773
  "focusableForPhrase": true,
4365
4774
  "level": 1,
4366
- "marker": "weapon",
4775
+ "marker": "unknown",
4367
4776
  "modifiers": [
4368
4777
  "determiner"
4369
4778
  ],
@@ -4413,7 +4822,7 @@
4413
4822
  "determiner": "the",
4414
4823
  "focusableForPhrase": true,
4415
4824
  "level": 1,
4416
- "marker": "unknown",
4825
+ "marker": "object",
4417
4826
  "modifiers": [
4418
4827
  "determiner"
4419
4828
  ],
@@ -4424,6 +4833,7 @@
4424
4833
  },
4425
4834
  "text": "the weapon",
4426
4835
  "types": [
4836
+ "object",
4427
4837
  "unknown"
4428
4838
  ],
4429
4839
  "unknown": true,
@@ -4463,7 +4873,7 @@
4463
4873
  "determiner": "the",
4464
4874
  "focusableForPhrase": true,
4465
4875
  "level": 1,
4466
- "marker": "unknown",
4876
+ "marker": "object",
4467
4877
  "modifiers": [
4468
4878
  "determiner"
4469
4879
  ],
@@ -4474,6 +4884,7 @@
4474
4884
  },
4475
4885
  "text": "the weapon",
4476
4886
  "types": [
4887
+ "object",
4477
4888
  "unknown"
4478
4889
  ],
4479
4890
  "unknown": true,
@@ -4506,13 +4917,28 @@
4506
4917
  "dead": true,
4507
4918
  "level": 1,
4508
4919
  "marker": "unknown",
4509
- "negated": true,
4920
+ "modifiers": [
4921
+ "negated"
4922
+ ],
4923
+ "negated": {
4924
+ "default": true,
4925
+ "level": 0,
4926
+ "marker": "not",
4927
+ "range": {
4928
+ "end": 54,
4929
+ "start": 52
4930
+ },
4931
+ "text": "not",
4932
+ "value": "not",
4933
+ "word": "not"
4934
+ },
4510
4935
  "range": {
4511
4936
  "end": 60,
4512
4937
  "start": 52
4513
4938
  },
4514
4939
  "text": "not armed",
4515
4940
  "types": [
4941
+ "negatable",
4516
4942
  "unknown"
4517
4943
  ],
4518
4944
  "unknown": true,
@@ -4524,8 +4950,8 @@
4524
4950
  "topLevel": true,
4525
4951
  "touchedBy": [
4526
4952
  "crew#call2",
4527
- "instance23#crew#call2",
4528
- "instance23#kirk#call2"
4953
+ "instance25#crew#call2",
4954
+ "instance25#kirk#call2"
4529
4955
  ],
4530
4956
  "value": "means",
4531
4957
  "word": "means"
@@ -4541,6 +4967,7 @@
4541
4967
  },
4542
4968
  {
4543
4969
  "context": {
4970
+ "context_index": 1,
4544
4971
  "dead": true,
4545
4972
  "default": true,
4546
4973
  "from": {
@@ -4616,7 +5043,7 @@
4616
5043
  "determiner": "the",
4617
5044
  "focusableForPhrase": true,
4618
5045
  "level": 1,
4619
- "marker": "unknown",
5046
+ "marker": "object",
4620
5047
  "modifiers": [
4621
5048
  "determiner"
4622
5049
  ],
@@ -4627,6 +5054,7 @@
4627
5054
  },
4628
5055
  "text": "the weapon",
4629
5056
  "types": [
5057
+ "object",
4630
5058
  "unknown"
4631
5059
  ],
4632
5060
  "unknown": true,
@@ -4666,7 +5094,7 @@
4666
5094
  "determiner": "the",
4667
5095
  "focusableForPhrase": true,
4668
5096
  "level": 1,
4669
- "marker": "unknown",
5097
+ "marker": "object",
4670
5098
  "modifiers": [
4671
5099
  "determiner"
4672
5100
  ],
@@ -4677,6 +5105,7 @@
4677
5105
  },
4678
5106
  "text": "the weapon",
4679
5107
  "types": [
5108
+ "object",
4680
5109
  "unknown"
4681
5110
  ],
4682
5111
  "unknown": true,
@@ -4726,8 +5155,8 @@
4726
5155
  "topLevel": true,
4727
5156
  "touchedBy": [
4728
5157
  "crew#call2",
4729
- "instance22#crew#call2",
4730
- "instance22#kirk#call2"
5158
+ "instance24#crew#call2",
5159
+ "instance24#kirk#call2"
4731
5160
  ],
4732
5161
  "value": "means",
4733
5162
  "word": "means"
@@ -4743,6 +5172,7 @@
4743
5172
  },
4744
5173
  {
4745
5174
  "context": {
5175
+ "context_index": 1,
4746
5176
  "dead": true,
4747
5177
  "level": 2,
4748
5178
  "marker": "is",
@@ -4772,8 +5202,8 @@
4772
5202
  "topLevel": true,
4773
5203
  "touchedBy": [
4774
5204
  "crew#call2",
4775
- "instance21#crew#call2",
4776
- "instance21#kirk#call2"
5205
+ "instance23#crew#call2",
5206
+ "instance23#kirk#call2"
4777
5207
  ],
4778
5208
  "two": {
4779
5209
  "dead": true,
@@ -4804,6 +5234,7 @@
4804
5234
  },
4805
5235
  {
4806
5236
  "context": {
5237
+ "context_index": 1,
4807
5238
  "dead": true,
4808
5239
  "level": 2,
4809
5240
  "marker": "is",
@@ -4833,8 +5264,8 @@
4833
5264
  "topLevel": true,
4834
5265
  "touchedBy": [
4835
5266
  "crew#call2",
4836
- "instance20#crew#call2",
4837
- "instance20#kirk#call2"
5267
+ "instance22#crew#call2",
5268
+ "instance22#kirk#call2"
4838
5269
  ],
4839
5270
  "two": {
4840
5271
  "dead": true,
@@ -4874,6 +5305,108 @@
4874
5305
  "query": "what is your name",
4875
5306
  "responses": [
4876
5307
  "my name is jim"
5308
+ ],
5309
+ "summaries": [
5310
+ [
5311
+ {
5312
+ "counter": 1,
5313
+ "operators": [
5314
+ [
5315
+ "what",
5316
+ 0
5317
+ ],
5318
+ [
5319
+ "is",
5320
+ 0
5321
+ ],
5322
+ [
5323
+ "objectPrefix",
5324
+ 0
5325
+ ],
5326
+ [
5327
+ "unknown",
5328
+ 0
5329
+ ]
5330
+ ]
5331
+ },
5332
+ {
5333
+ "counter": 2,
5334
+ "operators": [
5335
+ [
5336
+ "what",
5337
+ 0
5338
+ ],
5339
+ [
5340
+ "is",
5341
+ 0
5342
+ ],
5343
+ [
5344
+ "objectPrefix",
5345
+ 0
5346
+ ],
5347
+ [
5348
+ "unknown",
5349
+ 1
5350
+ ]
5351
+ ]
5352
+ },
5353
+ {
5354
+ "counter": 3,
5355
+ "operators": [
5356
+ [
5357
+ "what",
5358
+ 1
5359
+ ],
5360
+ [
5361
+ "is",
5362
+ 0
5363
+ ],
5364
+ [
5365
+ "objectPrefix",
5366
+ 0
5367
+ ],
5368
+ [
5369
+ "unknown",
5370
+ 1
5371
+ ]
5372
+ ]
5373
+ },
5374
+ {
5375
+ "counter": 4,
5376
+ "operators": [
5377
+ [
5378
+ "what",
5379
+ 1
5380
+ ],
5381
+ [
5382
+ "is",
5383
+ 0
5384
+ ],
5385
+ [
5386
+ "property",
5387
+ 1
5388
+ ]
5389
+ ]
5390
+ },
5391
+ {
5392
+ "counter": 5,
5393
+ "operators": [
5394
+ [
5395
+ "is",
5396
+ 1
5397
+ ]
5398
+ ]
5399
+ },
5400
+ {
5401
+ "counter": 6,
5402
+ "operators": [
5403
+ [
5404
+ "is",
5405
+ 2
5406
+ ]
5407
+ ]
5408
+ }
5409
+ ]
4877
5410
  ]
4878
5411
  }
4879
5412
  ]