tpmkms_4wp 8.0.0-beta.7 → 8.0.0-beta.71
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +2871 -1379
- package/common/animals.js +17 -20
- package/common/articles.js +103 -0
- package/common/articles.test.json +310 -0
- package/common/avatar.js +5 -9
- package/common/characters.js +22 -28
- package/common/colors.instance.json +7170 -3657
- package/common/colors.js +4 -8
- package/common/colors.test.json +345 -780
- package/common/comparable.instance.json +1750 -0
- package/common/comparable.js +36 -28
- package/common/comparable.test.json +438 -2
- package/common/concept.js +120 -118
- package/common/countable.js +19 -13
- package/common/countable.test.json +1050 -0
- package/common/crew.instance.json +13066 -6469
- package/common/crew.js +36 -41
- package/common/crew.test.json +714 -452
- package/common/currency.js +27 -45
- package/common/dialogues.js +161 -285
- package/common/dimension.instance.json +474 -253
- package/common/dimension.js +16 -22
- package/common/dimension.test.json +446 -1640
- package/common/edible.instance.json +20053 -10093
- package/common/edible.js +3 -8
- package/common/emotions.instance.json +147 -69
- package/common/emotions.js +35 -38
- package/common/evaluate.instance.json +2 -0
- package/common/evaluate.js +49 -0
- package/common/evaluate.test.json +574 -0
- package/common/events.js +10 -14
- package/common/fastfood.instance.json +221166 -111223
- package/common/fastfood.js +75 -85
- package/common/fastfood.test.json +268 -90
- package/common/formulas.instance.json +455 -249
- package/common/formulas.js +19 -26
- package/common/gdefaults.js +24 -26
- package/common/help.js +7 -12
- package/common/help.test.json +63 -8
- package/common/helpers/concept.js +10 -7
- package/common/helpers/dialogues.js +2 -3
- package/common/helpers/properties.js +54 -62
- package/common/helpers.js +6 -5
- package/common/hierarchy.js +16 -24
- package/common/javascript.js +11 -18
- package/common/kirk.instance.json +584 -290
- package/common/kirk.js +5 -8
- package/common/length.instance.json +8834 -4757
- package/common/length.js +4 -8
- package/common/listener.js +48 -0
- package/common/listener.test.json +104 -0
- package/common/math.instance.json +425 -1187
- package/common/math.js +16 -20
- package/common/meta.js +23 -47
- package/common/nameable.instance.json +2 -0
- package/common/nameable.js +144 -0
- package/common/nameable.test.json +3191 -0
- package/common/negation.instance.json +2 -0
- package/common/negation.js +38 -0
- package/common/negation.test.json +308 -0
- package/common/numbers.js +27 -31
- package/common/ordering.instance.json +366 -246
- package/common/ordering.js +80 -86
- package/common/people.instance.json +2074 -1022
- package/common/people.js +8 -13
- package/common/percentages.instance.json +2 -0
- package/common/percentages.js +53 -0
- package/common/percentages.test.json +751 -0
- package/common/pipboy.instance.json +11745 -6329
- package/common/pipboy.js +48 -59
- package/common/pokemon.instance.json +4226 -2081
- package/common/pokemon.js +7 -20
- package/common/pos.js +15 -13
- package/common/pressure.instance.json +2208 -1175
- package/common/pressure.js +4 -8
- package/common/properties.instance.json +131 -61
- package/common/properties.js +57 -134
- package/common/punctuation.js +15 -7
- package/common/reports.instance.json +1018 -530
- package/common/reports.js +77 -100
- package/common/reports.test.json +15623 -10458
- package/common/scorekeeper.js +18 -30
- package/common/sdefaults.js +16 -7
- package/common/sizeable.js +6 -10
- package/common/spock.instance.json +584 -290
- package/common/spock.js +5 -8
- package/common/stgame.js +19 -19
- package/common/stm.js +164 -27
- package/common/stm.test.json +1734 -1
- package/common/tell.js +14 -18
- package/common/temperature.instance.json +2271 -1222
- package/common/temperature.js +4 -8
- package/common/tester.js +15 -4
- package/common/testing.js +8 -12
- package/common/time.js +20 -25
- package/common/tokenize.js +5 -6
- package/common/ui.instance.json +459 -240
- package/common/ui.js +16 -22
- package/common/weight.instance.json +7646 -4026
- package/common/weight.js +4 -8
- package/common/yesno.js +5 -5
- package/main.js +14 -2
- package/package.json +28 -5
package/common/crew.test.json
CHANGED
@@ -146,11 +146,13 @@
|
|
146
146
|
"gdefaults": "gdefaults2",
|
147
147
|
"hierarchy": "hierarchy2",
|
148
148
|
"meta": "meta2",
|
149
|
+
"negation": "negation2",
|
149
150
|
"pos": "pos2",
|
150
151
|
"properties": "properties2",
|
151
152
|
"punctuation": "punctuation2",
|
152
153
|
"sdefaults": "sdefaults2",
|
153
|
-
"stm": "stm2"
|
154
|
+
"stm": "stm2",
|
155
|
+
"tokenize": "tokenize2"
|
154
156
|
},
|
155
157
|
"namespaced": {
|
156
158
|
"animals2": {
|
@@ -166,6 +168,7 @@
|
|
166
168
|
"crew1": {
|
167
169
|
},
|
168
170
|
"dialogues2": {
|
171
|
+
"idSuffix": "",
|
169
172
|
"mentioned": [
|
170
173
|
],
|
171
174
|
"variables": {
|
@@ -179,6 +182,8 @@
|
|
179
182
|
},
|
180
183
|
"meta2": {
|
181
184
|
},
|
185
|
+
"negation2": {
|
186
|
+
},
|
182
187
|
"pos2": {
|
183
188
|
},
|
184
189
|
"properties2": {
|
@@ -244,16 +249,14 @@
|
|
244
249
|
"spock",
|
245
250
|
"mccoy"
|
246
251
|
],
|
247
|
-
"notAble": [
|
248
|
-
"unknown"
|
249
|
-
],
|
250
252
|
"object": [
|
251
253
|
"unknown",
|
252
254
|
"what",
|
253
255
|
"whose"
|
254
256
|
],
|
255
257
|
"preposition": [
|
256
|
-
"between"
|
258
|
+
"between",
|
259
|
+
"to"
|
257
260
|
],
|
258
261
|
"pronoun": [
|
259
262
|
"it",
|
@@ -269,6 +272,7 @@
|
|
269
272
|
"object",
|
270
273
|
"xfx",
|
271
274
|
"concept",
|
275
|
+
"doubleQuote",
|
272
276
|
"unknown",
|
273
277
|
"it",
|
274
278
|
"what",
|
@@ -333,6 +337,7 @@
|
|
333
337
|
"concept",
|
334
338
|
"modifies",
|
335
339
|
"verby",
|
340
|
+
"doubleQuote",
|
336
341
|
"it",
|
337
342
|
"pronoun",
|
338
343
|
"this",
|
@@ -341,10 +346,10 @@
|
|
341
346
|
"a",
|
342
347
|
"articlePOS",
|
343
348
|
"the",
|
344
|
-
"notAble",
|
345
349
|
"whatAble",
|
346
350
|
"is",
|
347
351
|
"toAble",
|
352
|
+
"to",
|
348
353
|
"noun",
|
349
354
|
"thisitthat",
|
350
355
|
"reason",
|
@@ -426,6 +431,9 @@
|
|
426
431
|
"dog": [
|
427
432
|
"canine"
|
428
433
|
],
|
434
|
+
"doubleQuote": [
|
435
|
+
"queryable"
|
436
|
+
],
|
429
437
|
"eagle": [
|
430
438
|
"bird"
|
431
439
|
],
|
@@ -529,13 +537,15 @@
|
|
529
537
|
"thisitthat": [
|
530
538
|
"queryable"
|
531
539
|
],
|
540
|
+
"to": [
|
541
|
+
"preposition"
|
542
|
+
],
|
532
543
|
"torpedo": [
|
533
544
|
"weapon"
|
534
545
|
],
|
535
546
|
"unknown": [
|
536
547
|
"hierarchyAble",
|
537
548
|
"object",
|
538
|
-
"notAble",
|
539
549
|
"theAble",
|
540
550
|
"queryable"
|
541
551
|
],
|
@@ -624,6 +634,8 @@
|
|
624
634
|
},
|
625
635
|
"dog": {
|
626
636
|
},
|
637
|
+
"doubleQuote": {
|
638
|
+
},
|
627
639
|
"eagle": {
|
628
640
|
},
|
629
641
|
"eye": {
|
@@ -786,8 +798,6 @@
|
|
786
798
|
},
|
787
799
|
"name": {
|
788
800
|
},
|
789
|
-
"notAble": {
|
790
|
-
},
|
791
801
|
"noun": {
|
792
802
|
},
|
793
803
|
"object": {
|
@@ -938,6 +948,8 @@
|
|
938
948
|
},
|
939
949
|
"thisitthat": {
|
940
950
|
},
|
951
|
+
"to": {
|
952
|
+
},
|
941
953
|
"toAble": {
|
942
954
|
},
|
943
955
|
"torpedo": {
|
@@ -1188,6 +1200,8 @@
|
|
1188
1200
|
],
|
1189
1201
|
"variables": {
|
1190
1202
|
}
|
1203
|
+
},
|
1204
|
+
"tokenize2": {
|
1191
1205
|
}
|
1192
1206
|
},
|
1193
1207
|
"processed": [
|
@@ -1416,7 +1430,21 @@
|
|
1416
1430
|
"dead": true,
|
1417
1431
|
"level": 1,
|
1418
1432
|
"marker": "unknown",
|
1419
|
-
"
|
1433
|
+
"modifiers": [
|
1434
|
+
"negated"
|
1435
|
+
],
|
1436
|
+
"negated": {
|
1437
|
+
"default": true,
|
1438
|
+
"level": 0,
|
1439
|
+
"marker": "not",
|
1440
|
+
"range": {
|
1441
|
+
"end": 54,
|
1442
|
+
"start": 52
|
1443
|
+
},
|
1444
|
+
"text": "not",
|
1445
|
+
"value": "not",
|
1446
|
+
"word": "not"
|
1447
|
+
},
|
1420
1448
|
"range": {
|
1421
1449
|
"end": 60,
|
1422
1450
|
"start": 52
|
@@ -1434,7 +1462,7 @@
|
|
1434
1462
|
"topLevel": true,
|
1435
1463
|
"touchedBy": [
|
1436
1464
|
"crew#call2",
|
1437
|
-
"
|
1465
|
+
"instance25#crew#call2"
|
1438
1466
|
],
|
1439
1467
|
"value": "means",
|
1440
1468
|
"word": "means"
|
@@ -1635,7 +1663,7 @@
|
|
1635
1663
|
"topLevel": true,
|
1636
1664
|
"touchedBy": [
|
1637
1665
|
"crew#call2",
|
1638
|
-
"
|
1666
|
+
"instance24#crew#call2"
|
1639
1667
|
],
|
1640
1668
|
"value": "means",
|
1641
1669
|
"word": "means"
|
@@ -1680,7 +1708,7 @@
|
|
1680
1708
|
"topLevel": true,
|
1681
1709
|
"touchedBy": [
|
1682
1710
|
"crew#call2",
|
1683
|
-
"
|
1711
|
+
"instance23#crew#call2"
|
1684
1712
|
],
|
1685
1713
|
"two": {
|
1686
1714
|
"dead": true,
|
@@ -1740,7 +1768,7 @@
|
|
1740
1768
|
"topLevel": true,
|
1741
1769
|
"touchedBy": [
|
1742
1770
|
"crew#call2",
|
1743
|
-
"
|
1771
|
+
"instance22#crew#call2"
|
1744
1772
|
],
|
1745
1773
|
"two": {
|
1746
1774
|
"dead": true,
|
@@ -1800,7 +1828,7 @@
|
|
1800
1828
|
"topLevel": true,
|
1801
1829
|
"touchedBy": [
|
1802
1830
|
"crew#call2",
|
1803
|
-
"
|
1831
|
+
"instance21#crew#call2"
|
1804
1832
|
],
|
1805
1833
|
"two": {
|
1806
1834
|
"dead": true,
|
@@ -1987,24 +2015,6 @@
|
|
1987
2015
|
"unknown",
|
1988
2016
|
1
|
1989
2017
|
]
|
1990
|
-
],
|
1991
|
-
[
|
1992
|
-
[
|
1993
|
-
"is",
|
1994
|
-
0
|
1995
|
-
],
|
1996
|
-
[
|
1997
|
-
"the",
|
1998
|
-
0
|
1999
|
-
],
|
2000
|
-
[
|
2001
|
-
"unknown",
|
2002
|
-
0
|
2003
|
-
],
|
2004
|
-
[
|
2005
|
-
"what",
|
2006
|
-
0
|
2007
|
-
]
|
2008
2018
|
]
|
2009
2019
|
],
|
2010
2020
|
"config": {
|
@@ -2175,7 +2185,21 @@
|
|
2175
2185
|
"dead": true,
|
2176
2186
|
"level": 1,
|
2177
2187
|
"marker": "unknown",
|
2178
|
-
"
|
2188
|
+
"modifiers": [
|
2189
|
+
"negated"
|
2190
|
+
],
|
2191
|
+
"negated": {
|
2192
|
+
"default": true,
|
2193
|
+
"level": 0,
|
2194
|
+
"marker": "not",
|
2195
|
+
"range": {
|
2196
|
+
"end": 54,
|
2197
|
+
"start": 52
|
2198
|
+
},
|
2199
|
+
"text": "not",
|
2200
|
+
"value": "not",
|
2201
|
+
"word": "not"
|
2202
|
+
},
|
2179
2203
|
"range": {
|
2180
2204
|
"end": 60,
|
2181
2205
|
"start": 52
|
@@ -2413,7 +2437,7 @@
|
|
2413
2437
|
],
|
2414
2438
|
"generatedParenthesized": [
|
2415
2439
|
"",
|
2416
|
-
"((((the (status)) of (the (phasers))) is ((not armed))))"
|
2440
|
+
"((((the (status)) of (the (phasers))) is (((not) (armed)))))"
|
2417
2441
|
],
|
2418
2442
|
"metadata": {
|
2419
2443
|
"opChoices": [
|
@@ -2770,11 +2794,13 @@
|
|
2770
2794
|
"gdefaults": "gdefaults2",
|
2771
2795
|
"hierarchy": "hierarchy2",
|
2772
2796
|
"meta": "meta2",
|
2797
|
+
"negation": "negation2",
|
2773
2798
|
"pos": "pos2",
|
2774
2799
|
"properties": "properties2",
|
2775
2800
|
"punctuation": "punctuation2",
|
2776
2801
|
"sdefaults": "sdefaults2",
|
2777
|
-
"stm": "stm2"
|
2802
|
+
"stm": "stm2",
|
2803
|
+
"tokenize": "tokenize2"
|
2778
2804
|
},
|
2779
2805
|
"namespaced": {
|
2780
2806
|
"animals2": {
|
@@ -2790,6 +2816,7 @@
|
|
2790
2816
|
"crew1": {
|
2791
2817
|
},
|
2792
2818
|
"dialogues2": {
|
2819
|
+
"idSuffix": "",
|
2793
2820
|
"mentioned": [
|
2794
2821
|
],
|
2795
2822
|
"variables": {
|
@@ -2803,6 +2830,8 @@
|
|
2803
2830
|
},
|
2804
2831
|
"meta2": {
|
2805
2832
|
},
|
2833
|
+
"negation2": {
|
2834
|
+
},
|
2806
2835
|
"pos2": {
|
2807
2836
|
},
|
2808
2837
|
"properties2": {
|
@@ -2868,16 +2897,14 @@
|
|
2868
2897
|
"spock",
|
2869
2898
|
"mccoy"
|
2870
2899
|
],
|
2871
|
-
"notAble": [
|
2872
|
-
"unknown"
|
2873
|
-
],
|
2874
2900
|
"object": [
|
2875
2901
|
"unknown",
|
2876
2902
|
"what",
|
2877
2903
|
"whose"
|
2878
2904
|
],
|
2879
2905
|
"preposition": [
|
2880
|
-
"between"
|
2906
|
+
"between",
|
2907
|
+
"to"
|
2881
2908
|
],
|
2882
2909
|
"pronoun": [
|
2883
2910
|
"it",
|
@@ -2893,6 +2920,7 @@
|
|
2893
2920
|
"object",
|
2894
2921
|
"xfx",
|
2895
2922
|
"concept",
|
2923
|
+
"doubleQuote",
|
2896
2924
|
"unknown",
|
2897
2925
|
"it",
|
2898
2926
|
"what",
|
@@ -2957,6 +2985,7 @@
|
|
2957
2985
|
"concept",
|
2958
2986
|
"modifies",
|
2959
2987
|
"verby",
|
2988
|
+
"doubleQuote",
|
2960
2989
|
"it",
|
2961
2990
|
"pronoun",
|
2962
2991
|
"this",
|
@@ -2965,10 +2994,10 @@
|
|
2965
2994
|
"a",
|
2966
2995
|
"articlePOS",
|
2967
2996
|
"the",
|
2968
|
-
"notAble",
|
2969
2997
|
"whatAble",
|
2970
2998
|
"is",
|
2971
2999
|
"toAble",
|
3000
|
+
"to",
|
2972
3001
|
"noun",
|
2973
3002
|
"thisitthat",
|
2974
3003
|
"reason",
|
@@ -3050,6 +3079,9 @@
|
|
3050
3079
|
"dog": [
|
3051
3080
|
"canine"
|
3052
3081
|
],
|
3082
|
+
"doubleQuote": [
|
3083
|
+
"queryable"
|
3084
|
+
],
|
3053
3085
|
"eagle": [
|
3054
3086
|
"bird"
|
3055
3087
|
],
|
@@ -3153,13 +3185,15 @@
|
|
3153
3185
|
"thisitthat": [
|
3154
3186
|
"queryable"
|
3155
3187
|
],
|
3188
|
+
"to": [
|
3189
|
+
"preposition"
|
3190
|
+
],
|
3156
3191
|
"torpedo": [
|
3157
3192
|
"weapon"
|
3158
3193
|
],
|
3159
3194
|
"unknown": [
|
3160
3195
|
"hierarchyAble",
|
3161
3196
|
"object",
|
3162
|
-
"notAble",
|
3163
3197
|
"theAble",
|
3164
3198
|
"queryable"
|
3165
3199
|
],
|
@@ -3248,6 +3282,8 @@
|
|
3248
3282
|
},
|
3249
3283
|
"dog": {
|
3250
3284
|
},
|
3285
|
+
"doubleQuote": {
|
3286
|
+
},
|
3251
3287
|
"eagle": {
|
3252
3288
|
},
|
3253
3289
|
"eye": {
|
@@ -3410,8 +3446,6 @@
|
|
3410
3446
|
},
|
3411
3447
|
"name": {
|
3412
3448
|
},
|
3413
|
-
"notAble": {
|
3414
|
-
},
|
3415
3449
|
"noun": {
|
3416
3450
|
},
|
3417
3451
|
"object": {
|
@@ -3430,7 +3464,21 @@
|
|
3430
3464
|
"dead": true,
|
3431
3465
|
"level": 1,
|
3432
3466
|
"marker": "unknown",
|
3433
|
-
"
|
3467
|
+
"modifiers": [
|
3468
|
+
"negated"
|
3469
|
+
],
|
3470
|
+
"negated": {
|
3471
|
+
"default": true,
|
3472
|
+
"level": 0,
|
3473
|
+
"marker": "not",
|
3474
|
+
"range": {
|
3475
|
+
"end": 54,
|
3476
|
+
"start": 52
|
3477
|
+
},
|
3478
|
+
"text": "not",
|
3479
|
+
"value": "not",
|
3480
|
+
"word": "not"
|
3481
|
+
},
|
3434
3482
|
"range": {
|
3435
3483
|
"end": 60,
|
3436
3484
|
"start": 52
|
@@ -3563,6 +3611,8 @@
|
|
3563
3611
|
},
|
3564
3612
|
"thisitthat": {
|
3565
3613
|
},
|
3614
|
+
"to": {
|
3615
|
+
},
|
3566
3616
|
"toAble": {
|
3567
3617
|
},
|
3568
3618
|
"torpedo": {
|
@@ -3785,7 +3835,21 @@
|
|
3785
3835
|
"dead": true,
|
3786
3836
|
"level": 1,
|
3787
3837
|
"marker": "unknown",
|
3788
|
-
"
|
3838
|
+
"modifiers": [
|
3839
|
+
"negated"
|
3840
|
+
],
|
3841
|
+
"negated": {
|
3842
|
+
"default": true,
|
3843
|
+
"level": 0,
|
3844
|
+
"marker": "not",
|
3845
|
+
"range": {
|
3846
|
+
"end": 54,
|
3847
|
+
"start": 52
|
3848
|
+
},
|
3849
|
+
"text": "not",
|
3850
|
+
"value": "not",
|
3851
|
+
"word": "not"
|
3852
|
+
},
|
3789
3853
|
"range": {
|
3790
3854
|
"end": 60,
|
3791
3855
|
"start": 52
|
@@ -3814,6 +3878,8 @@
|
|
3814
3878
|
],
|
3815
3879
|
"variables": {
|
3816
3880
|
}
|
3881
|
+
},
|
3882
|
+
"tokenize2": {
|
3817
3883
|
}
|
3818
3884
|
},
|
3819
3885
|
"processed": [
|
@@ -3936,7 +4002,21 @@
|
|
3936
4002
|
"dead": true,
|
3937
4003
|
"level": 1,
|
3938
4004
|
"marker": "unknown",
|
3939
|
-
"
|
4005
|
+
"modifiers": [
|
4006
|
+
"negated"
|
4007
|
+
],
|
4008
|
+
"negated": {
|
4009
|
+
"default": true,
|
4010
|
+
"level": 0,
|
4011
|
+
"marker": "not",
|
4012
|
+
"range": {
|
4013
|
+
"end": 54,
|
4014
|
+
"start": 52
|
4015
|
+
},
|
4016
|
+
"text": "not",
|
4017
|
+
"value": "not",
|
4018
|
+
"word": "not"
|
4019
|
+
},
|
3940
4020
|
"range": {
|
3941
4021
|
"end": 60,
|
3942
4022
|
"start": 52
|
@@ -4171,7 +4251,7 @@
|
|
4171
4251
|
},
|
4172
4252
|
"word": "is"
|
4173
4253
|
},
|
4174
|
-
"generatedParenthesized": "((((the (status)) of (the (phasers))) is ((not armed))))",
|
4254
|
+
"generatedParenthesized": "((((the (status)) of (the (phasers))) is (((not) (armed)))))",
|
4175
4255
|
"paraphrases": "what is the status of the phasers?",
|
4176
4256
|
"paraphrasesParenthesized": "(((what) is ((the (status)) of (the (phasers))))?)",
|
4177
4257
|
"responses": [
|
@@ -4405,7 +4485,21 @@
|
|
4405
4485
|
"dead": true,
|
4406
4486
|
"level": 1,
|
4407
4487
|
"marker": "unknown",
|
4408
|
-
"
|
4488
|
+
"modifiers": [
|
4489
|
+
"negated"
|
4490
|
+
],
|
4491
|
+
"negated": {
|
4492
|
+
"default": true,
|
4493
|
+
"level": 0,
|
4494
|
+
"marker": "not",
|
4495
|
+
"range": {
|
4496
|
+
"end": 54,
|
4497
|
+
"start": 52
|
4498
|
+
},
|
4499
|
+
"text": "not",
|
4500
|
+
"value": "not",
|
4501
|
+
"word": "not"
|
4502
|
+
},
|
4409
4503
|
"range": {
|
4410
4504
|
"end": 60,
|
4411
4505
|
"start": 52
|
@@ -4423,7 +4517,7 @@
|
|
4423
4517
|
"topLevel": true,
|
4424
4518
|
"touchedBy": [
|
4425
4519
|
"crew#call2",
|
4426
|
-
"
|
4520
|
+
"instance25#crew#call2"
|
4427
4521
|
],
|
4428
4522
|
"value": "means",
|
4429
4523
|
"word": "means"
|
@@ -4624,7 +4718,7 @@
|
|
4624
4718
|
"topLevel": true,
|
4625
4719
|
"touchedBy": [
|
4626
4720
|
"crew#call2",
|
4627
|
-
"
|
4721
|
+
"instance24#crew#call2"
|
4628
4722
|
],
|
4629
4723
|
"value": "means",
|
4630
4724
|
"word": "means"
|
@@ -4669,7 +4763,7 @@
|
|
4669
4763
|
"topLevel": true,
|
4670
4764
|
"touchedBy": [
|
4671
4765
|
"crew#call2",
|
4672
|
-
"
|
4766
|
+
"instance23#crew#call2"
|
4673
4767
|
],
|
4674
4768
|
"two": {
|
4675
4769
|
"dead": true,
|
@@ -4729,7 +4823,7 @@
|
|
4729
4823
|
"topLevel": true,
|
4730
4824
|
"touchedBy": [
|
4731
4825
|
"crew#call2",
|
4732
|
-
"
|
4826
|
+
"instance22#crew#call2"
|
4733
4827
|
],
|
4734
4828
|
"two": {
|
4735
4829
|
"dead": true,
|
@@ -5047,11 +5141,13 @@
|
|
5047
5141
|
"gdefaults": "gdefaults2",
|
5048
5142
|
"hierarchy": "hierarchy2",
|
5049
5143
|
"meta": "meta2",
|
5144
|
+
"negation": "negation2",
|
5050
5145
|
"pos": "pos2",
|
5051
5146
|
"properties": "properties2",
|
5052
5147
|
"punctuation": "punctuation2",
|
5053
5148
|
"sdefaults": "sdefaults2",
|
5054
|
-
"stm": "stm2"
|
5149
|
+
"stm": "stm2",
|
5150
|
+
"tokenize": "tokenize2"
|
5055
5151
|
},
|
5056
5152
|
"namespaced": {
|
5057
5153
|
"animals2": {
|
@@ -5067,6 +5163,7 @@
|
|
5067
5163
|
"crew1": {
|
5068
5164
|
},
|
5069
5165
|
"dialogues2": {
|
5166
|
+
"idSuffix": "",
|
5070
5167
|
"mentioned": [
|
5071
5168
|
],
|
5072
5169
|
"variables": {
|
@@ -5080,6 +5177,8 @@
|
|
5080
5177
|
},
|
5081
5178
|
"meta2": {
|
5082
5179
|
},
|
5180
|
+
"negation2": {
|
5181
|
+
},
|
5083
5182
|
"pos2": {
|
5084
5183
|
},
|
5085
5184
|
"properties2": {
|
@@ -5145,16 +5244,14 @@
|
|
5145
5244
|
"spock",
|
5146
5245
|
"mccoy"
|
5147
5246
|
],
|
5148
|
-
"notAble": [
|
5149
|
-
"unknown"
|
5150
|
-
],
|
5151
5247
|
"object": [
|
5152
5248
|
"unknown",
|
5153
5249
|
"what",
|
5154
5250
|
"whose"
|
5155
5251
|
],
|
5156
5252
|
"preposition": [
|
5157
|
-
"between"
|
5253
|
+
"between",
|
5254
|
+
"to"
|
5158
5255
|
],
|
5159
5256
|
"pronoun": [
|
5160
5257
|
"it",
|
@@ -5170,6 +5267,7 @@
|
|
5170
5267
|
"object",
|
5171
5268
|
"xfx",
|
5172
5269
|
"concept",
|
5270
|
+
"doubleQuote",
|
5173
5271
|
"unknown",
|
5174
5272
|
"it",
|
5175
5273
|
"what",
|
@@ -5234,6 +5332,7 @@
|
|
5234
5332
|
"concept",
|
5235
5333
|
"modifies",
|
5236
5334
|
"verby",
|
5335
|
+
"doubleQuote",
|
5237
5336
|
"it",
|
5238
5337
|
"pronoun",
|
5239
5338
|
"this",
|
@@ -5242,10 +5341,10 @@
|
|
5242
5341
|
"a",
|
5243
5342
|
"articlePOS",
|
5244
5343
|
"the",
|
5245
|
-
"notAble",
|
5246
5344
|
"whatAble",
|
5247
5345
|
"is",
|
5248
5346
|
"toAble",
|
5347
|
+
"to",
|
5249
5348
|
"noun",
|
5250
5349
|
"thisitthat",
|
5251
5350
|
"reason",
|
@@ -5327,6 +5426,9 @@
|
|
5327
5426
|
"dog": [
|
5328
5427
|
"canine"
|
5329
5428
|
],
|
5429
|
+
"doubleQuote": [
|
5430
|
+
"queryable"
|
5431
|
+
],
|
5330
5432
|
"eagle": [
|
5331
5433
|
"bird"
|
5332
5434
|
],
|
@@ -5430,13 +5532,15 @@
|
|
5430
5532
|
"thisitthat": [
|
5431
5533
|
"queryable"
|
5432
5534
|
],
|
5535
|
+
"to": [
|
5536
|
+
"preposition"
|
5537
|
+
],
|
5433
5538
|
"torpedo": [
|
5434
5539
|
"weapon"
|
5435
5540
|
],
|
5436
5541
|
"unknown": [
|
5437
5542
|
"hierarchyAble",
|
5438
5543
|
"object",
|
5439
|
-
"notAble",
|
5440
5544
|
"theAble",
|
5441
5545
|
"queryable"
|
5442
5546
|
],
|
@@ -5525,6 +5629,8 @@
|
|
5525
5629
|
},
|
5526
5630
|
"dog": {
|
5527
5631
|
},
|
5632
|
+
"doubleQuote": {
|
5633
|
+
},
|
5528
5634
|
"eagle": {
|
5529
5635
|
},
|
5530
5636
|
"eye": {
|
@@ -5687,8 +5793,6 @@
|
|
5687
5793
|
},
|
5688
5794
|
"name": {
|
5689
5795
|
},
|
5690
|
-
"notAble": {
|
5691
|
-
},
|
5692
5796
|
"noun": {
|
5693
5797
|
},
|
5694
5798
|
"object": {
|
@@ -5839,6 +5943,8 @@
|
|
5839
5943
|
},
|
5840
5944
|
"thisitthat": {
|
5841
5945
|
},
|
5946
|
+
"to": {
|
5947
|
+
},
|
5842
5948
|
"toAble": {
|
5843
5949
|
},
|
5844
5950
|
"torpedo": {
|
@@ -6072,6 +6178,8 @@
|
|
6072
6178
|
],
|
6073
6179
|
"variables": {
|
6074
6180
|
}
|
6181
|
+
},
|
6182
|
+
"tokenize2": {
|
6075
6183
|
}
|
6076
6184
|
},
|
6077
6185
|
"processed": [
|
@@ -6341,7 +6449,21 @@
|
|
6341
6449
|
"dead": true,
|
6342
6450
|
"level": 1,
|
6343
6451
|
"marker": "unknown",
|
6344
|
-
"
|
6452
|
+
"modifiers": [
|
6453
|
+
"negated"
|
6454
|
+
],
|
6455
|
+
"negated": {
|
6456
|
+
"default": true,
|
6457
|
+
"level": 0,
|
6458
|
+
"marker": "not",
|
6459
|
+
"range": {
|
6460
|
+
"end": 54,
|
6461
|
+
"start": 52
|
6462
|
+
},
|
6463
|
+
"text": "not",
|
6464
|
+
"value": "not",
|
6465
|
+
"word": "not"
|
6466
|
+
},
|
6345
6467
|
"range": {
|
6346
6468
|
"end": 60,
|
6347
6469
|
"start": 52
|
@@ -6359,7 +6481,7 @@
|
|
6359
6481
|
"topLevel": true,
|
6360
6482
|
"touchedBy": [
|
6361
6483
|
"crew#call2",
|
6362
|
-
"
|
6484
|
+
"instance25#crew#call2"
|
6363
6485
|
],
|
6364
6486
|
"value": "means",
|
6365
6487
|
"word": "means"
|
@@ -6560,7 +6682,7 @@
|
|
6560
6682
|
"topLevel": true,
|
6561
6683
|
"touchedBy": [
|
6562
6684
|
"crew#call2",
|
6563
|
-
"
|
6685
|
+
"instance24#crew#call2"
|
6564
6686
|
],
|
6565
6687
|
"value": "means",
|
6566
6688
|
"word": "means"
|
@@ -6605,7 +6727,7 @@
|
|
6605
6727
|
"topLevel": true,
|
6606
6728
|
"touchedBy": [
|
6607
6729
|
"crew#call2",
|
6608
|
-
"
|
6730
|
+
"instance23#crew#call2"
|
6609
6731
|
],
|
6610
6732
|
"two": {
|
6611
6733
|
"dead": true,
|
@@ -6665,7 +6787,7 @@
|
|
6665
6787
|
"topLevel": true,
|
6666
6788
|
"touchedBy": [
|
6667
6789
|
"crew#call2",
|
6668
|
-
"
|
6790
|
+
"instance22#crew#call2"
|
6669
6791
|
],
|
6670
6792
|
"two": {
|
6671
6793
|
"dead": true,
|
@@ -6725,7 +6847,7 @@
|
|
6725
6847
|
"topLevel": true,
|
6726
6848
|
"touchedBy": [
|
6727
6849
|
"crew#call2",
|
6728
|
-
"
|
6850
|
+
"instance21#crew#call2"
|
6729
6851
|
],
|
6730
6852
|
"two": {
|
6731
6853
|
"dead": true,
|
@@ -6851,24 +6973,6 @@
|
|
6851
6973
|
1
|
6852
6974
|
]
|
6853
6975
|
],
|
6854
|
-
[
|
6855
|
-
[
|
6856
|
-
"is",
|
6857
|
-
0
|
6858
|
-
],
|
6859
|
-
[
|
6860
|
-
"photon",
|
6861
|
-
0
|
6862
|
-
],
|
6863
|
-
[
|
6864
|
-
"the",
|
6865
|
-
0
|
6866
|
-
],
|
6867
|
-
[
|
6868
|
-
"unknown",
|
6869
|
-
0
|
6870
|
-
]
|
6871
|
-
],
|
6872
6976
|
[
|
6873
6977
|
[
|
6874
6978
|
"is",
|
@@ -6956,6 +7060,7 @@
|
|
6956
7060
|
"modifier_photon": {
|
6957
7061
|
"level": 0,
|
6958
7062
|
"marker": "photon",
|
7063
|
+
"number": "one",
|
6959
7064
|
"range": {
|
6960
7065
|
"end": 23,
|
6961
7066
|
"start": 18
|
@@ -7023,6 +7128,7 @@
|
|
7023
7128
|
"modifier_photon": {
|
7024
7129
|
"level": 0,
|
7025
7130
|
"marker": "photon",
|
7131
|
+
"number": "one",
|
7026
7132
|
"range": {
|
7027
7133
|
"end": 23,
|
7028
7134
|
"start": 18
|
@@ -7341,11 +7447,13 @@
|
|
7341
7447
|
"gdefaults": "gdefaults2",
|
7342
7448
|
"hierarchy": "hierarchy2",
|
7343
7449
|
"meta": "meta2",
|
7450
|
+
"negation": "negation2",
|
7344
7451
|
"pos": "pos2",
|
7345
7452
|
"properties": "properties2",
|
7346
7453
|
"punctuation": "punctuation2",
|
7347
7454
|
"sdefaults": "sdefaults2",
|
7348
|
-
"stm": "stm2"
|
7455
|
+
"stm": "stm2",
|
7456
|
+
"tokenize": "tokenize2"
|
7349
7457
|
},
|
7350
7458
|
"namespaced": {
|
7351
7459
|
"animals2": {
|
@@ -7361,6 +7469,7 @@
|
|
7361
7469
|
"crew1": {
|
7362
7470
|
},
|
7363
7471
|
"dialogues2": {
|
7472
|
+
"idSuffix": "",
|
7364
7473
|
"mentioned": [
|
7365
7474
|
],
|
7366
7475
|
"variables": {
|
@@ -7374,6 +7483,8 @@
|
|
7374
7483
|
},
|
7375
7484
|
"meta2": {
|
7376
7485
|
},
|
7486
|
+
"negation2": {
|
7487
|
+
},
|
7377
7488
|
"pos2": {
|
7378
7489
|
},
|
7379
7490
|
"properties2": {
|
@@ -7439,16 +7550,14 @@
|
|
7439
7550
|
"spock",
|
7440
7551
|
"mccoy"
|
7441
7552
|
],
|
7442
|
-
"notAble": [
|
7443
|
-
"unknown"
|
7444
|
-
],
|
7445
7553
|
"object": [
|
7446
7554
|
"unknown",
|
7447
7555
|
"what",
|
7448
7556
|
"whose"
|
7449
7557
|
],
|
7450
7558
|
"preposition": [
|
7451
|
-
"between"
|
7559
|
+
"between",
|
7560
|
+
"to"
|
7452
7561
|
],
|
7453
7562
|
"pronoun": [
|
7454
7563
|
"it",
|
@@ -7464,6 +7573,7 @@
|
|
7464
7573
|
"object",
|
7465
7574
|
"xfx",
|
7466
7575
|
"concept",
|
7576
|
+
"doubleQuote",
|
7467
7577
|
"unknown",
|
7468
7578
|
"it",
|
7469
7579
|
"what",
|
@@ -7528,6 +7638,7 @@
|
|
7528
7638
|
"concept",
|
7529
7639
|
"modifies",
|
7530
7640
|
"verby",
|
7641
|
+
"doubleQuote",
|
7531
7642
|
"it",
|
7532
7643
|
"pronoun",
|
7533
7644
|
"this",
|
@@ -7536,10 +7647,10 @@
|
|
7536
7647
|
"a",
|
7537
7648
|
"articlePOS",
|
7538
7649
|
"the",
|
7539
|
-
"notAble",
|
7540
7650
|
"whatAble",
|
7541
7651
|
"is",
|
7542
7652
|
"toAble",
|
7653
|
+
"to",
|
7543
7654
|
"noun",
|
7544
7655
|
"thisitthat",
|
7545
7656
|
"reason",
|
@@ -7621,6 +7732,9 @@
|
|
7621
7732
|
"dog": [
|
7622
7733
|
"canine"
|
7623
7734
|
],
|
7735
|
+
"doubleQuote": [
|
7736
|
+
"queryable"
|
7737
|
+
],
|
7624
7738
|
"eagle": [
|
7625
7739
|
"bird"
|
7626
7740
|
],
|
@@ -7724,13 +7838,15 @@
|
|
7724
7838
|
"thisitthat": [
|
7725
7839
|
"queryable"
|
7726
7840
|
],
|
7841
|
+
"to": [
|
7842
|
+
"preposition"
|
7843
|
+
],
|
7727
7844
|
"torpedo": [
|
7728
7845
|
"weapon"
|
7729
7846
|
],
|
7730
7847
|
"unknown": [
|
7731
7848
|
"hierarchyAble",
|
7732
7849
|
"object",
|
7733
|
-
"notAble",
|
7734
7850
|
"theAble",
|
7735
7851
|
"queryable"
|
7736
7852
|
],
|
@@ -7819,6 +7935,8 @@
|
|
7819
7935
|
},
|
7820
7936
|
"dog": {
|
7821
7937
|
},
|
7938
|
+
"doubleQuote": {
|
7939
|
+
},
|
7822
7940
|
"eagle": {
|
7823
7941
|
},
|
7824
7942
|
"eye": {
|
@@ -7981,8 +8099,6 @@
|
|
7981
8099
|
},
|
7982
8100
|
"name": {
|
7983
8101
|
},
|
7984
|
-
"notAble": {
|
7985
|
-
},
|
7986
8102
|
"noun": {
|
7987
8103
|
},
|
7988
8104
|
"object": {
|
@@ -8133,6 +8249,8 @@
|
|
8133
8249
|
},
|
8134
8250
|
"thisitthat": {
|
8135
8251
|
},
|
8252
|
+
"to": {
|
8253
|
+
},
|
8136
8254
|
"toAble": {
|
8137
8255
|
},
|
8138
8256
|
"torpedo": {
|
@@ -8383,6 +8501,8 @@
|
|
8383
8501
|
],
|
8384
8502
|
"variables": {
|
8385
8503
|
}
|
8504
|
+
},
|
8505
|
+
"tokenize2": {
|
8386
8506
|
}
|
8387
8507
|
},
|
8388
8508
|
"processed": [
|
@@ -8414,6 +8534,7 @@
|
|
8414
8534
|
"modifier_photon": {
|
8415
8535
|
"level": 0,
|
8416
8536
|
"marker": "photon",
|
8537
|
+
"number": "one",
|
8417
8538
|
"range": {
|
8418
8539
|
"end": 23,
|
8419
8540
|
"start": 18
|
@@ -8481,6 +8602,7 @@
|
|
8481
8602
|
"modifier_photon": {
|
8482
8603
|
"level": 0,
|
8483
8604
|
"marker": "photon",
|
8605
|
+
"number": "one",
|
8484
8606
|
"range": {
|
8485
8607
|
"end": 23,
|
8486
8608
|
"start": 18
|
@@ -8732,7 +8854,21 @@
|
|
8732
8854
|
"dead": true,
|
8733
8855
|
"level": 1,
|
8734
8856
|
"marker": "unknown",
|
8735
|
-
"
|
8857
|
+
"modifiers": [
|
8858
|
+
"negated"
|
8859
|
+
],
|
8860
|
+
"negated": {
|
8861
|
+
"default": true,
|
8862
|
+
"level": 0,
|
8863
|
+
"marker": "not",
|
8864
|
+
"range": {
|
8865
|
+
"end": 54,
|
8866
|
+
"start": 52
|
8867
|
+
},
|
8868
|
+
"text": "not",
|
8869
|
+
"value": "not",
|
8870
|
+
"word": "not"
|
8871
|
+
},
|
8736
8872
|
"range": {
|
8737
8873
|
"end": 60,
|
8738
8874
|
"start": 52
|
@@ -8750,7 +8886,7 @@
|
|
8750
8886
|
"topLevel": true,
|
8751
8887
|
"touchedBy": [
|
8752
8888
|
"crew#call2",
|
8753
|
-
"
|
8889
|
+
"instance25#crew#call2"
|
8754
8890
|
],
|
8755
8891
|
"value": "means",
|
8756
8892
|
"word": "means"
|
@@ -8951,7 +9087,7 @@
|
|
8951
9087
|
"topLevel": true,
|
8952
9088
|
"touchedBy": [
|
8953
9089
|
"crew#call2",
|
8954
|
-
"
|
9090
|
+
"instance24#crew#call2"
|
8955
9091
|
],
|
8956
9092
|
"value": "means",
|
8957
9093
|
"word": "means"
|
@@ -8996,7 +9132,7 @@
|
|
8996
9132
|
"topLevel": true,
|
8997
9133
|
"touchedBy": [
|
8998
9134
|
"crew#call2",
|
8999
|
-
"
|
9135
|
+
"instance23#crew#call2"
|
9000
9136
|
],
|
9001
9137
|
"two": {
|
9002
9138
|
"dead": true,
|
@@ -9056,7 +9192,7 @@
|
|
9056
9192
|
"topLevel": true,
|
9057
9193
|
"touchedBy": [
|
9058
9194
|
"crew#call2",
|
9059
|
-
"
|
9195
|
+
"instance22#crew#call2"
|
9060
9196
|
],
|
9061
9197
|
"two": {
|
9062
9198
|
"dead": true,
|
@@ -9116,7 +9252,7 @@
|
|
9116
9252
|
"topLevel": true,
|
9117
9253
|
"touchedBy": [
|
9118
9254
|
"crew#call2",
|
9119
|
-
"
|
9255
|
+
"instance21#crew#call2"
|
9120
9256
|
],
|
9121
9257
|
"two": {
|
9122
9258
|
"dead": true,
|
@@ -9220,28 +9356,6 @@
|
|
9220
9356
|
0
|
9221
9357
|
]
|
9222
9358
|
],
|
9223
|
-
[
|
9224
|
-
[
|
9225
|
-
"is",
|
9226
|
-
0
|
9227
|
-
],
|
9228
|
-
[
|
9229
|
-
"photon",
|
9230
|
-
0
|
9231
|
-
],
|
9232
|
-
[
|
9233
|
-
"the",
|
9234
|
-
0
|
9235
|
-
],
|
9236
|
-
[
|
9237
|
-
"unknown",
|
9238
|
-
0
|
9239
|
-
],
|
9240
|
-
[
|
9241
|
-
"what",
|
9242
|
-
0
|
9243
|
-
]
|
9244
|
-
],
|
9245
9359
|
[
|
9246
9360
|
[
|
9247
9361
|
"is",
|
@@ -9341,6 +9455,7 @@
|
|
9341
9455
|
"modifier_photon": {
|
9342
9456
|
"level": 0,
|
9343
9457
|
"marker": "photon",
|
9458
|
+
"number": "one",
|
9344
9459
|
"range": {
|
9345
9460
|
"end": 23,
|
9346
9461
|
"start": 18
|
@@ -9408,6 +9523,7 @@
|
|
9408
9523
|
"modifier_photon": {
|
9409
9524
|
"level": 0,
|
9410
9525
|
"marker": "photon",
|
9526
|
+
"number": "one",
|
9411
9527
|
"range": {
|
9412
9528
|
"end": 23,
|
9413
9529
|
"start": 18
|
@@ -9512,6 +9628,7 @@
|
|
9512
9628
|
"modifier_photon": {
|
9513
9629
|
"level": 0,
|
9514
9630
|
"marker": "photon",
|
9631
|
+
"number": "one",
|
9515
9632
|
"range": {
|
9516
9633
|
"end": 31,
|
9517
9634
|
"start": 26
|
@@ -9579,6 +9696,7 @@
|
|
9579
9696
|
"modifier_photon": {
|
9580
9697
|
"level": 0,
|
9581
9698
|
"marker": "photon",
|
9699
|
+
"number": "one",
|
9582
9700
|
"range": {
|
9583
9701
|
"end": 31,
|
9584
9702
|
"start": 26
|
@@ -9694,6 +9812,7 @@
|
|
9694
9812
|
"modifier_photon": {
|
9695
9813
|
"level": 0,
|
9696
9814
|
"marker": "photon",
|
9815
|
+
"number": "one",
|
9697
9816
|
"range": {
|
9698
9817
|
"end": 31,
|
9699
9818
|
"start": 26
|
@@ -9804,6 +9923,7 @@
|
|
9804
9923
|
"modifier_photon": {
|
9805
9924
|
"level": 0,
|
9806
9925
|
"marker": "photon",
|
9926
|
+
"number": "one",
|
9807
9927
|
"range": {
|
9808
9928
|
"end": 31,
|
9809
9929
|
"start": 26
|
@@ -9871,6 +9991,7 @@
|
|
9871
9991
|
"modifier_photon": {
|
9872
9992
|
"level": 0,
|
9873
9993
|
"marker": "photon",
|
9994
|
+
"number": "one",
|
9874
9995
|
"range": {
|
9875
9996
|
"end": 31,
|
9876
9997
|
"start": 26
|
@@ -10381,11 +10502,13 @@
|
|
10381
10502
|
"gdefaults": "gdefaults2",
|
10382
10503
|
"hierarchy": "hierarchy2",
|
10383
10504
|
"meta": "meta2",
|
10505
|
+
"negation": "negation2",
|
10384
10506
|
"pos": "pos2",
|
10385
10507
|
"properties": "properties2",
|
10386
10508
|
"punctuation": "punctuation2",
|
10387
10509
|
"sdefaults": "sdefaults2",
|
10388
|
-
"stm": "stm2"
|
10510
|
+
"stm": "stm2",
|
10511
|
+
"tokenize": "tokenize2"
|
10389
10512
|
},
|
10390
10513
|
"namespaced": {
|
10391
10514
|
"animals2": {
|
@@ -10401,6 +10524,7 @@
|
|
10401
10524
|
"crew1": {
|
10402
10525
|
},
|
10403
10526
|
"dialogues2": {
|
10527
|
+
"idSuffix": "",
|
10404
10528
|
"mentioned": [
|
10405
10529
|
],
|
10406
10530
|
"variables": {
|
@@ -10414,6 +10538,8 @@
|
|
10414
10538
|
},
|
10415
10539
|
"meta2": {
|
10416
10540
|
},
|
10541
|
+
"negation2": {
|
10542
|
+
},
|
10417
10543
|
"pos2": {
|
10418
10544
|
},
|
10419
10545
|
"properties2": {
|
@@ -10479,16 +10605,14 @@
|
|
10479
10605
|
"spock",
|
10480
10606
|
"mccoy"
|
10481
10607
|
],
|
10482
|
-
"notAble": [
|
10483
|
-
"unknown"
|
10484
|
-
],
|
10485
10608
|
"object": [
|
10486
10609
|
"unknown",
|
10487
10610
|
"what",
|
10488
10611
|
"whose"
|
10489
10612
|
],
|
10490
10613
|
"preposition": [
|
10491
|
-
"between"
|
10614
|
+
"between",
|
10615
|
+
"to"
|
10492
10616
|
],
|
10493
10617
|
"pronoun": [
|
10494
10618
|
"it",
|
@@ -10504,6 +10628,7 @@
|
|
10504
10628
|
"object",
|
10505
10629
|
"xfx",
|
10506
10630
|
"concept",
|
10631
|
+
"doubleQuote",
|
10507
10632
|
"unknown",
|
10508
10633
|
"it",
|
10509
10634
|
"what",
|
@@ -10568,6 +10693,7 @@
|
|
10568
10693
|
"concept",
|
10569
10694
|
"modifies",
|
10570
10695
|
"verby",
|
10696
|
+
"doubleQuote",
|
10571
10697
|
"it",
|
10572
10698
|
"pronoun",
|
10573
10699
|
"this",
|
@@ -10576,10 +10702,10 @@
|
|
10576
10702
|
"a",
|
10577
10703
|
"articlePOS",
|
10578
10704
|
"the",
|
10579
|
-
"notAble",
|
10580
10705
|
"whatAble",
|
10581
10706
|
"is",
|
10582
10707
|
"toAble",
|
10708
|
+
"to",
|
10583
10709
|
"noun",
|
10584
10710
|
"thisitthat",
|
10585
10711
|
"reason",
|
@@ -10661,6 +10787,9 @@
|
|
10661
10787
|
"dog": [
|
10662
10788
|
"canine"
|
10663
10789
|
],
|
10790
|
+
"doubleQuote": [
|
10791
|
+
"queryable"
|
10792
|
+
],
|
10664
10793
|
"eagle": [
|
10665
10794
|
"bird"
|
10666
10795
|
],
|
@@ -10764,13 +10893,15 @@
|
|
10764
10893
|
"thisitthat": [
|
10765
10894
|
"queryable"
|
10766
10895
|
],
|
10896
|
+
"to": [
|
10897
|
+
"preposition"
|
10898
|
+
],
|
10767
10899
|
"torpedo": [
|
10768
10900
|
"weapon"
|
10769
10901
|
],
|
10770
10902
|
"unknown": [
|
10771
10903
|
"hierarchyAble",
|
10772
10904
|
"object",
|
10773
|
-
"notAble",
|
10774
10905
|
"theAble",
|
10775
10906
|
"queryable"
|
10776
10907
|
],
|
@@ -10859,6 +10990,8 @@
|
|
10859
10990
|
},
|
10860
10991
|
"dog": {
|
10861
10992
|
},
|
10993
|
+
"doubleQuote": {
|
10994
|
+
},
|
10862
10995
|
"eagle": {
|
10863
10996
|
},
|
10864
10997
|
"eye": {
|
@@ -11021,8 +11154,6 @@
|
|
11021
11154
|
},
|
11022
11155
|
"name": {
|
11023
11156
|
},
|
11024
|
-
"notAble": {
|
11025
|
-
},
|
11026
11157
|
"noun": {
|
11027
11158
|
},
|
11028
11159
|
"object": {
|
@@ -11173,6 +11304,8 @@
|
|
11173
11304
|
},
|
11174
11305
|
"thisitthat": {
|
11175
11306
|
},
|
11307
|
+
"to": {
|
11308
|
+
},
|
11176
11309
|
"toAble": {
|
11177
11310
|
},
|
11178
11311
|
"torpedo": {
|
@@ -11423,6 +11556,8 @@
|
|
11423
11556
|
],
|
11424
11557
|
"variables": {
|
11425
11558
|
}
|
11559
|
+
},
|
11560
|
+
"tokenize2": {
|
11426
11561
|
}
|
11427
11562
|
},
|
11428
11563
|
"processed": [
|
@@ -11457,6 +11592,7 @@
|
|
11457
11592
|
"modifier_photon": {
|
11458
11593
|
"level": 0,
|
11459
11594
|
"marker": "photon",
|
11595
|
+
"number": "one",
|
11460
11596
|
"range": {
|
11461
11597
|
"end": 31,
|
11462
11598
|
"start": 26
|
@@ -11524,6 +11660,7 @@
|
|
11524
11660
|
"modifier_photon": {
|
11525
11661
|
"level": 0,
|
11526
11662
|
"marker": "photon",
|
11663
|
+
"number": "one",
|
11527
11664
|
"range": {
|
11528
11665
|
"end": 31,
|
11529
11666
|
"start": 26
|
@@ -11639,6 +11776,7 @@
|
|
11639
11776
|
"modifier_photon": {
|
11640
11777
|
"level": 0,
|
11641
11778
|
"marker": "photon",
|
11779
|
+
"number": "one",
|
11642
11780
|
"range": {
|
11643
11781
|
"end": 31,
|
11644
11782
|
"start": 26
|
@@ -11749,6 +11887,7 @@
|
|
11749
11887
|
"modifier_photon": {
|
11750
11888
|
"level": 0,
|
11751
11889
|
"marker": "photon",
|
11890
|
+
"number": "one",
|
11752
11891
|
"range": {
|
11753
11892
|
"end": 31,
|
11754
11893
|
"start": 26
|
@@ -11816,6 +11955,7 @@
|
|
11816
11955
|
"modifier_photon": {
|
11817
11956
|
"level": 0,
|
11818
11957
|
"marker": "photon",
|
11958
|
+
"number": "one",
|
11819
11959
|
"range": {
|
11820
11960
|
"end": 31,
|
11821
11961
|
"start": 26
|
@@ -11899,6 +12039,7 @@
|
|
11899
12039
|
"modifier_photon": {
|
11900
12040
|
"level": 0,
|
11901
12041
|
"marker": "photon",
|
12042
|
+
"number": "one",
|
11902
12043
|
"range": {
|
11903
12044
|
"end": 23,
|
11904
12045
|
"start": 18
|
@@ -11966,6 +12107,7 @@
|
|
11966
12107
|
"modifier_photon": {
|
11967
12108
|
"level": 0,
|
11968
12109
|
"marker": "photon",
|
12110
|
+
"number": "one",
|
11969
12111
|
"range": {
|
11970
12112
|
"end": 23,
|
11971
12113
|
"start": 18
|
@@ -12217,7 +12359,21 @@
|
|
12217
12359
|
"dead": true,
|
12218
12360
|
"level": 1,
|
12219
12361
|
"marker": "unknown",
|
12220
|
-
"
|
12362
|
+
"modifiers": [
|
12363
|
+
"negated"
|
12364
|
+
],
|
12365
|
+
"negated": {
|
12366
|
+
"default": true,
|
12367
|
+
"level": 0,
|
12368
|
+
"marker": "not",
|
12369
|
+
"range": {
|
12370
|
+
"end": 54,
|
12371
|
+
"start": 52
|
12372
|
+
},
|
12373
|
+
"text": "not",
|
12374
|
+
"value": "not",
|
12375
|
+
"word": "not"
|
12376
|
+
},
|
12221
12377
|
"range": {
|
12222
12378
|
"end": 60,
|
12223
12379
|
"start": 52
|
@@ -12235,7 +12391,7 @@
|
|
12235
12391
|
"topLevel": true,
|
12236
12392
|
"touchedBy": [
|
12237
12393
|
"crew#call2",
|
12238
|
-
"
|
12394
|
+
"instance25#crew#call2"
|
12239
12395
|
],
|
12240
12396
|
"value": "means",
|
12241
12397
|
"word": "means"
|
@@ -12436,7 +12592,7 @@
|
|
12436
12592
|
"topLevel": true,
|
12437
12593
|
"touchedBy": [
|
12438
12594
|
"crew#call2",
|
12439
|
-
"
|
12595
|
+
"instance24#crew#call2"
|
12440
12596
|
],
|
12441
12597
|
"value": "means",
|
12442
12598
|
"word": "means"
|
@@ -12481,7 +12637,7 @@
|
|
12481
12637
|
"topLevel": true,
|
12482
12638
|
"touchedBy": [
|
12483
12639
|
"crew#call2",
|
12484
|
-
"
|
12640
|
+
"instance23#crew#call2"
|
12485
12641
|
],
|
12486
12642
|
"two": {
|
12487
12643
|
"dead": true,
|
@@ -12541,7 +12697,7 @@
|
|
12541
12697
|
"topLevel": true,
|
12542
12698
|
"touchedBy": [
|
12543
12699
|
"crew#call2",
|
12544
|
-
"
|
12700
|
+
"instance22#crew#call2"
|
12545
12701
|
],
|
12546
12702
|
"two": {
|
12547
12703
|
"dead": true,
|
@@ -12703,20 +12859,6 @@
|
|
12703
12859
|
"propertyOf",
|
12704
12860
|
1
|
12705
12861
|
]
|
12706
|
-
],
|
12707
|
-
[
|
12708
|
-
[
|
12709
|
-
"the",
|
12710
|
-
0
|
12711
|
-
],
|
12712
|
-
[
|
12713
|
-
"unknown",
|
12714
|
-
0
|
12715
|
-
],
|
12716
|
-
[
|
12717
|
-
"what",
|
12718
|
-
0
|
12719
|
-
]
|
12720
12862
|
]
|
12721
12863
|
],
|
12722
12864
|
"config": {
|
@@ -13233,11 +13375,13 @@
|
|
13233
13375
|
"gdefaults": "gdefaults2",
|
13234
13376
|
"hierarchy": "hierarchy2",
|
13235
13377
|
"meta": "meta2",
|
13378
|
+
"negation": "negation2",
|
13236
13379
|
"pos": "pos2",
|
13237
13380
|
"properties": "properties2",
|
13238
13381
|
"punctuation": "punctuation2",
|
13239
13382
|
"sdefaults": "sdefaults2",
|
13240
|
-
"stm": "stm2"
|
13383
|
+
"stm": "stm2",
|
13384
|
+
"tokenize": "tokenize2"
|
13241
13385
|
},
|
13242
13386
|
"namespaced": {
|
13243
13387
|
"animals2": {
|
@@ -13253,6 +13397,7 @@
|
|
13253
13397
|
"crew1": {
|
13254
13398
|
},
|
13255
13399
|
"dialogues2": {
|
13400
|
+
"idSuffix": "",
|
13256
13401
|
"mentioned": [
|
13257
13402
|
],
|
13258
13403
|
"variables": {
|
@@ -13266,6 +13411,8 @@
|
|
13266
13411
|
},
|
13267
13412
|
"meta2": {
|
13268
13413
|
},
|
13414
|
+
"negation2": {
|
13415
|
+
},
|
13269
13416
|
"pos2": {
|
13270
13417
|
},
|
13271
13418
|
"properties2": {
|
@@ -13331,16 +13478,14 @@
|
|
13331
13478
|
"spock",
|
13332
13479
|
"mccoy"
|
13333
13480
|
],
|
13334
|
-
"notAble": [
|
13335
|
-
"unknown"
|
13336
|
-
],
|
13337
13481
|
"object": [
|
13338
13482
|
"unknown",
|
13339
13483
|
"what",
|
13340
13484
|
"whose"
|
13341
13485
|
],
|
13342
13486
|
"preposition": [
|
13343
|
-
"between"
|
13487
|
+
"between",
|
13488
|
+
"to"
|
13344
13489
|
],
|
13345
13490
|
"pronoun": [
|
13346
13491
|
"it",
|
@@ -13356,6 +13501,7 @@
|
|
13356
13501
|
"object",
|
13357
13502
|
"xfx",
|
13358
13503
|
"concept",
|
13504
|
+
"doubleQuote",
|
13359
13505
|
"unknown",
|
13360
13506
|
"it",
|
13361
13507
|
"what",
|
@@ -13420,6 +13566,7 @@
|
|
13420
13566
|
"concept",
|
13421
13567
|
"modifies",
|
13422
13568
|
"verby",
|
13569
|
+
"doubleQuote",
|
13423
13570
|
"it",
|
13424
13571
|
"pronoun",
|
13425
13572
|
"this",
|
@@ -13428,10 +13575,10 @@
|
|
13428
13575
|
"a",
|
13429
13576
|
"articlePOS",
|
13430
13577
|
"the",
|
13431
|
-
"notAble",
|
13432
13578
|
"whatAble",
|
13433
13579
|
"is",
|
13434
13580
|
"toAble",
|
13581
|
+
"to",
|
13435
13582
|
"noun",
|
13436
13583
|
"thisitthat",
|
13437
13584
|
"reason",
|
@@ -13513,6 +13660,9 @@
|
|
13513
13660
|
"dog": [
|
13514
13661
|
"canine"
|
13515
13662
|
],
|
13663
|
+
"doubleQuote": [
|
13664
|
+
"queryable"
|
13665
|
+
],
|
13516
13666
|
"eagle": [
|
13517
13667
|
"bird"
|
13518
13668
|
],
|
@@ -13616,13 +13766,15 @@
|
|
13616
13766
|
"thisitthat": [
|
13617
13767
|
"queryable"
|
13618
13768
|
],
|
13769
|
+
"to": [
|
13770
|
+
"preposition"
|
13771
|
+
],
|
13619
13772
|
"torpedo": [
|
13620
13773
|
"weapon"
|
13621
13774
|
],
|
13622
13775
|
"unknown": [
|
13623
13776
|
"hierarchyAble",
|
13624
13777
|
"object",
|
13625
|
-
"notAble",
|
13626
13778
|
"theAble",
|
13627
13779
|
"queryable"
|
13628
13780
|
],
|
@@ -13711,6 +13863,8 @@
|
|
13711
13863
|
},
|
13712
13864
|
"dog": {
|
13713
13865
|
},
|
13866
|
+
"doubleQuote": {
|
13867
|
+
},
|
13714
13868
|
"eagle": {
|
13715
13869
|
},
|
13716
13870
|
"eye": {
|
@@ -13873,8 +14027,6 @@
|
|
13873
14027
|
},
|
13874
14028
|
"name": {
|
13875
14029
|
},
|
13876
|
-
"notAble": {
|
13877
|
-
},
|
13878
14030
|
"noun": {
|
13879
14031
|
},
|
13880
14032
|
"object": {
|
@@ -14025,6 +14177,8 @@
|
|
14025
14177
|
},
|
14026
14178
|
"thisitthat": {
|
14027
14179
|
},
|
14180
|
+
"to": {
|
14181
|
+
},
|
14028
14182
|
"toAble": {
|
14029
14183
|
},
|
14030
14184
|
"torpedo": {
|
@@ -14258,6 +14412,8 @@
|
|
14258
14412
|
],
|
14259
14413
|
"variables": {
|
14260
14414
|
}
|
14415
|
+
},
|
14416
|
+
"tokenize2": {
|
14261
14417
|
}
|
14262
14418
|
},
|
14263
14419
|
"processed": [
|
@@ -14763,7 +14919,21 @@
|
|
14763
14919
|
"dead": true,
|
14764
14920
|
"level": 1,
|
14765
14921
|
"marker": "unknown",
|
14766
|
-
"
|
14922
|
+
"modifiers": [
|
14923
|
+
"negated"
|
14924
|
+
],
|
14925
|
+
"negated": {
|
14926
|
+
"default": true,
|
14927
|
+
"level": 0,
|
14928
|
+
"marker": "not",
|
14929
|
+
"range": {
|
14930
|
+
"end": 54,
|
14931
|
+
"start": 52
|
14932
|
+
},
|
14933
|
+
"text": "not",
|
14934
|
+
"value": "not",
|
14935
|
+
"word": "not"
|
14936
|
+
},
|
14767
14937
|
"range": {
|
14768
14938
|
"end": 60,
|
14769
14939
|
"start": 52
|
@@ -14781,7 +14951,7 @@
|
|
14781
14951
|
"topLevel": true,
|
14782
14952
|
"touchedBy": [
|
14783
14953
|
"crew#call2",
|
14784
|
-
"
|
14954
|
+
"instance25#crew#call2"
|
14785
14955
|
],
|
14786
14956
|
"value": "means",
|
14787
14957
|
"word": "means"
|
@@ -14982,7 +15152,7 @@
|
|
14982
15152
|
"topLevel": true,
|
14983
15153
|
"touchedBy": [
|
14984
15154
|
"crew#call2",
|
14985
|
-
"
|
15155
|
+
"instance24#crew#call2"
|
14986
15156
|
],
|
14987
15157
|
"value": "means",
|
14988
15158
|
"word": "means"
|
@@ -15027,7 +15197,7 @@
|
|
15027
15197
|
"topLevel": true,
|
15028
15198
|
"touchedBy": [
|
15029
15199
|
"crew#call2",
|
15030
|
-
"
|
15200
|
+
"instance23#crew#call2"
|
15031
15201
|
],
|
15032
15202
|
"two": {
|
15033
15203
|
"dead": true,
|
@@ -15087,7 +15257,7 @@
|
|
15087
15257
|
"topLevel": true,
|
15088
15258
|
"touchedBy": [
|
15089
15259
|
"crew#call2",
|
15090
|
-
"
|
15260
|
+
"instance22#crew#call2"
|
15091
15261
|
],
|
15092
15262
|
"two": {
|
15093
15263
|
"dead": true,
|
@@ -15147,7 +15317,7 @@
|
|
15147
15317
|
"topLevel": true,
|
15148
15318
|
"touchedBy": [
|
15149
15319
|
"crew#call2",
|
15150
|
-
"
|
15320
|
+
"instance21#crew#call2"
|
15151
15321
|
],
|
15152
15322
|
"two": {
|
15153
15323
|
"dead": true,
|
@@ -15280,24 +15450,6 @@
|
|
15280
15450
|
"unknown",
|
15281
15451
|
1
|
15282
15452
|
]
|
15283
|
-
],
|
15284
|
-
[
|
15285
|
-
[
|
15286
|
-
"is",
|
15287
|
-
0
|
15288
|
-
],
|
15289
|
-
[
|
15290
|
-
"spock",
|
15291
|
-
0
|
15292
|
-
],
|
15293
|
-
[
|
15294
|
-
"unknown",
|
15295
|
-
0
|
15296
|
-
],
|
15297
|
-
[
|
15298
|
-
"what",
|
15299
|
-
0
|
15300
|
-
]
|
15301
15453
|
]
|
15302
15454
|
],
|
15303
15455
|
"config": {
|
@@ -15371,7 +15523,7 @@
|
|
15371
15523
|
"end": 19,
|
15372
15524
|
"start": 8
|
15373
15525
|
},
|
15374
|
-
"text": "spock
|
15526
|
+
"text": "spock's name",
|
15375
15527
|
"types": [
|
15376
15528
|
"property"
|
15377
15529
|
],
|
@@ -15444,7 +15596,7 @@
|
|
15444
15596
|
"end": 19,
|
15445
15597
|
"start": 8
|
15446
15598
|
},
|
15447
|
-
"text": "spock
|
15599
|
+
"text": "spock's name",
|
15448
15600
|
"touchedBy": [
|
15449
15601
|
"crew#call3",
|
15450
15602
|
"crew#call2"
|
@@ -15554,7 +15706,7 @@
|
|
15554
15706
|
"end": 19,
|
15555
15707
|
"start": 8
|
15556
15708
|
},
|
15557
|
-
"text": "spock
|
15709
|
+
"text": "spock's name",
|
15558
15710
|
"types": [
|
15559
15711
|
"property"
|
15560
15712
|
],
|
@@ -15718,11 +15870,13 @@
|
|
15718
15870
|
"gdefaults": "gdefaults2",
|
15719
15871
|
"hierarchy": "hierarchy2",
|
15720
15872
|
"meta": "meta2",
|
15873
|
+
"negation": "negation2",
|
15721
15874
|
"pos": "pos2",
|
15722
15875
|
"properties": "properties2",
|
15723
15876
|
"punctuation": "punctuation2",
|
15724
15877
|
"sdefaults": "sdefaults2",
|
15725
|
-
"stm": "stm2"
|
15878
|
+
"stm": "stm2",
|
15879
|
+
"tokenize": "tokenize2"
|
15726
15880
|
},
|
15727
15881
|
"namespaced": {
|
15728
15882
|
"animals2": {
|
@@ -15738,6 +15892,7 @@
|
|
15738
15892
|
"crew1": {
|
15739
15893
|
},
|
15740
15894
|
"dialogues2": {
|
15895
|
+
"idSuffix": "",
|
15741
15896
|
"mentioned": [
|
15742
15897
|
],
|
15743
15898
|
"variables": {
|
@@ -15751,6 +15906,8 @@
|
|
15751
15906
|
},
|
15752
15907
|
"meta2": {
|
15753
15908
|
},
|
15909
|
+
"negation2": {
|
15910
|
+
},
|
15754
15911
|
"pos2": {
|
15755
15912
|
},
|
15756
15913
|
"properties2": {
|
@@ -15816,16 +15973,14 @@
|
|
15816
15973
|
"spock",
|
15817
15974
|
"mccoy"
|
15818
15975
|
],
|
15819
|
-
"notAble": [
|
15820
|
-
"unknown"
|
15821
|
-
],
|
15822
15976
|
"object": [
|
15823
15977
|
"unknown",
|
15824
15978
|
"what",
|
15825
15979
|
"whose"
|
15826
15980
|
],
|
15827
15981
|
"preposition": [
|
15828
|
-
"between"
|
15982
|
+
"between",
|
15983
|
+
"to"
|
15829
15984
|
],
|
15830
15985
|
"pronoun": [
|
15831
15986
|
"it",
|
@@ -15841,6 +15996,7 @@
|
|
15841
15996
|
"object",
|
15842
15997
|
"xfx",
|
15843
15998
|
"concept",
|
15999
|
+
"doubleQuote",
|
15844
16000
|
"unknown",
|
15845
16001
|
"it",
|
15846
16002
|
"what",
|
@@ -15905,6 +16061,7 @@
|
|
15905
16061
|
"concept",
|
15906
16062
|
"modifies",
|
15907
16063
|
"verby",
|
16064
|
+
"doubleQuote",
|
15908
16065
|
"it",
|
15909
16066
|
"pronoun",
|
15910
16067
|
"this",
|
@@ -15913,10 +16070,10 @@
|
|
15913
16070
|
"a",
|
15914
16071
|
"articlePOS",
|
15915
16072
|
"the",
|
15916
|
-
"notAble",
|
15917
16073
|
"whatAble",
|
15918
16074
|
"is",
|
15919
16075
|
"toAble",
|
16076
|
+
"to",
|
15920
16077
|
"noun",
|
15921
16078
|
"thisitthat",
|
15922
16079
|
"reason",
|
@@ -15998,6 +16155,9 @@
|
|
15998
16155
|
"dog": [
|
15999
16156
|
"canine"
|
16000
16157
|
],
|
16158
|
+
"doubleQuote": [
|
16159
|
+
"queryable"
|
16160
|
+
],
|
16001
16161
|
"eagle": [
|
16002
16162
|
"bird"
|
16003
16163
|
],
|
@@ -16101,13 +16261,15 @@
|
|
16101
16261
|
"thisitthat": [
|
16102
16262
|
"queryable"
|
16103
16263
|
],
|
16264
|
+
"to": [
|
16265
|
+
"preposition"
|
16266
|
+
],
|
16104
16267
|
"torpedo": [
|
16105
16268
|
"weapon"
|
16106
16269
|
],
|
16107
16270
|
"unknown": [
|
16108
16271
|
"hierarchyAble",
|
16109
16272
|
"object",
|
16110
|
-
"notAble",
|
16111
16273
|
"theAble",
|
16112
16274
|
"queryable"
|
16113
16275
|
],
|
@@ -16196,6 +16358,8 @@
|
|
16196
16358
|
},
|
16197
16359
|
"dog": {
|
16198
16360
|
},
|
16361
|
+
"doubleQuote": {
|
16362
|
+
},
|
16199
16363
|
"eagle": {
|
16200
16364
|
},
|
16201
16365
|
"eye": {
|
@@ -16358,8 +16522,6 @@
|
|
16358
16522
|
},
|
16359
16523
|
"name": {
|
16360
16524
|
},
|
16361
|
-
"notAble": {
|
16362
|
-
},
|
16363
16525
|
"noun": {
|
16364
16526
|
},
|
16365
16527
|
"object": {
|
@@ -16510,6 +16672,8 @@
|
|
16510
16672
|
},
|
16511
16673
|
"thisitthat": {
|
16512
16674
|
},
|
16675
|
+
"to": {
|
16676
|
+
},
|
16513
16677
|
"toAble": {
|
16514
16678
|
},
|
16515
16679
|
"torpedo": {
|
@@ -16743,6 +16907,8 @@
|
|
16743
16907
|
],
|
16744
16908
|
"variables": {
|
16745
16909
|
}
|
16910
|
+
},
|
16911
|
+
"tokenize2": {
|
16746
16912
|
}
|
16747
16913
|
},
|
16748
16914
|
"processed": [
|
@@ -16815,7 +16981,7 @@
|
|
16815
16981
|
"end": 19,
|
16816
16982
|
"start": 8
|
16817
16983
|
},
|
16818
|
-
"text": "spock
|
16984
|
+
"text": "spock's name",
|
16819
16985
|
"types": [
|
16820
16986
|
"property"
|
16821
16987
|
],
|
@@ -16888,7 +17054,7 @@
|
|
16888
17054
|
"end": 19,
|
16889
17055
|
"start": 8
|
16890
17056
|
},
|
16891
|
-
"text": "spock
|
17057
|
+
"text": "spock's name",
|
16892
17058
|
"touchedBy": [
|
16893
17059
|
"crew#call3",
|
16894
17060
|
"crew#call2"
|
@@ -16998,7 +17164,7 @@
|
|
16998
17164
|
"end": 19,
|
16999
17165
|
"start": 8
|
17000
17166
|
},
|
17001
|
-
"text": "spock
|
17167
|
+
"text": "spock's name",
|
17002
17168
|
"types": [
|
17003
17169
|
"property"
|
17004
17170
|
],
|
@@ -17185,7 +17351,21 @@
|
|
17185
17351
|
"dead": true,
|
17186
17352
|
"level": 1,
|
17187
17353
|
"marker": "unknown",
|
17188
|
-
"
|
17354
|
+
"modifiers": [
|
17355
|
+
"negated"
|
17356
|
+
],
|
17357
|
+
"negated": {
|
17358
|
+
"default": true,
|
17359
|
+
"level": 0,
|
17360
|
+
"marker": "not",
|
17361
|
+
"range": {
|
17362
|
+
"end": 54,
|
17363
|
+
"start": 52
|
17364
|
+
},
|
17365
|
+
"text": "not",
|
17366
|
+
"value": "not",
|
17367
|
+
"word": "not"
|
17368
|
+
},
|
17189
17369
|
"range": {
|
17190
17370
|
"end": 60,
|
17191
17371
|
"start": 52
|
@@ -17203,7 +17383,7 @@
|
|
17203
17383
|
"topLevel": true,
|
17204
17384
|
"touchedBy": [
|
17205
17385
|
"crew#call2",
|
17206
|
-
"
|
17386
|
+
"instance25#crew#call2"
|
17207
17387
|
],
|
17208
17388
|
"value": "means",
|
17209
17389
|
"word": "means"
|
@@ -17404,7 +17584,7 @@
|
|
17404
17584
|
"topLevel": true,
|
17405
17585
|
"touchedBy": [
|
17406
17586
|
"crew#call2",
|
17407
|
-
"
|
17587
|
+
"instance24#crew#call2"
|
17408
17588
|
],
|
17409
17589
|
"value": "means",
|
17410
17590
|
"word": "means"
|
@@ -17449,7 +17629,7 @@
|
|
17449
17629
|
"topLevel": true,
|
17450
17630
|
"touchedBy": [
|
17451
17631
|
"crew#call2",
|
17452
|
-
"
|
17632
|
+
"instance23#crew#call2"
|
17453
17633
|
],
|
17454
17634
|
"two": {
|
17455
17635
|
"dead": true,
|
@@ -17509,7 +17689,7 @@
|
|
17509
17689
|
"topLevel": true,
|
17510
17690
|
"touchedBy": [
|
17511
17691
|
"crew#call2",
|
17512
|
-
"
|
17692
|
+
"instance22#crew#call2"
|
17513
17693
|
],
|
17514
17694
|
"two": {
|
17515
17695
|
"dead": true,
|
@@ -17569,7 +17749,7 @@
|
|
17569
17749
|
"topLevel": true,
|
17570
17750
|
"touchedBy": [
|
17571
17751
|
"crew#call2",
|
17572
|
-
"
|
17752
|
+
"instance21#crew#call2"
|
17573
17753
|
],
|
17574
17754
|
"two": {
|
17575
17755
|
"dead": true,
|
@@ -17702,24 +17882,6 @@
|
|
17702
17882
|
"unknown",
|
17703
17883
|
1
|
17704
17884
|
]
|
17705
|
-
],
|
17706
|
-
[
|
17707
|
-
[
|
17708
|
-
"is",
|
17709
|
-
0
|
17710
|
-
],
|
17711
|
-
[
|
17712
|
-
"spock",
|
17713
|
-
0
|
17714
|
-
],
|
17715
|
-
[
|
17716
|
-
"unknown",
|
17717
|
-
0
|
17718
|
-
],
|
17719
|
-
[
|
17720
|
-
"what",
|
17721
|
-
0
|
17722
|
-
]
|
17723
17885
|
]
|
17724
17886
|
],
|
17725
17887
|
"config": {
|
@@ -17793,7 +17955,7 @@
|
|
17793
17955
|
"end": 19,
|
17794
17956
|
"start": 8
|
17795
17957
|
},
|
17796
|
-
"text": "spock
|
17958
|
+
"text": "spock's rank",
|
17797
17959
|
"types": [
|
17798
17960
|
"property"
|
17799
17961
|
],
|
@@ -17866,7 +18028,7 @@
|
|
17866
18028
|
"end": 19,
|
17867
18029
|
"start": 8
|
17868
18030
|
},
|
17869
|
-
"text": "spock
|
18031
|
+
"text": "spock's rank",
|
17870
18032
|
"touchedBy": [
|
17871
18033
|
"crew#call3",
|
17872
18034
|
"crew#call2"
|
@@ -17976,7 +18138,7 @@
|
|
17976
18138
|
"end": 19,
|
17977
18139
|
"start": 8
|
17978
18140
|
},
|
17979
|
-
"text": "spock
|
18141
|
+
"text": "spock's rank",
|
17980
18142
|
"types": [
|
17981
18143
|
"property"
|
17982
18144
|
],
|
@@ -18140,11 +18302,13 @@
|
|
18140
18302
|
"gdefaults": "gdefaults2",
|
18141
18303
|
"hierarchy": "hierarchy2",
|
18142
18304
|
"meta": "meta2",
|
18305
|
+
"negation": "negation2",
|
18143
18306
|
"pos": "pos2",
|
18144
18307
|
"properties": "properties2",
|
18145
18308
|
"punctuation": "punctuation2",
|
18146
18309
|
"sdefaults": "sdefaults2",
|
18147
|
-
"stm": "stm2"
|
18310
|
+
"stm": "stm2",
|
18311
|
+
"tokenize": "tokenize2"
|
18148
18312
|
},
|
18149
18313
|
"namespaced": {
|
18150
18314
|
"animals2": {
|
@@ -18160,6 +18324,7 @@
|
|
18160
18324
|
"crew1": {
|
18161
18325
|
},
|
18162
18326
|
"dialogues2": {
|
18327
|
+
"idSuffix": "",
|
18163
18328
|
"mentioned": [
|
18164
18329
|
],
|
18165
18330
|
"variables": {
|
@@ -18173,6 +18338,8 @@
|
|
18173
18338
|
},
|
18174
18339
|
"meta2": {
|
18175
18340
|
},
|
18341
|
+
"negation2": {
|
18342
|
+
},
|
18176
18343
|
"pos2": {
|
18177
18344
|
},
|
18178
18345
|
"properties2": {
|
@@ -18238,16 +18405,14 @@
|
|
18238
18405
|
"spock",
|
18239
18406
|
"mccoy"
|
18240
18407
|
],
|
18241
|
-
"notAble": [
|
18242
|
-
"unknown"
|
18243
|
-
],
|
18244
18408
|
"object": [
|
18245
18409
|
"unknown",
|
18246
18410
|
"what",
|
18247
18411
|
"whose"
|
18248
18412
|
],
|
18249
18413
|
"preposition": [
|
18250
|
-
"between"
|
18414
|
+
"between",
|
18415
|
+
"to"
|
18251
18416
|
],
|
18252
18417
|
"pronoun": [
|
18253
18418
|
"it",
|
@@ -18263,6 +18428,7 @@
|
|
18263
18428
|
"object",
|
18264
18429
|
"xfx",
|
18265
18430
|
"concept",
|
18431
|
+
"doubleQuote",
|
18266
18432
|
"unknown",
|
18267
18433
|
"it",
|
18268
18434
|
"what",
|
@@ -18327,6 +18493,7 @@
|
|
18327
18493
|
"concept",
|
18328
18494
|
"modifies",
|
18329
18495
|
"verby",
|
18496
|
+
"doubleQuote",
|
18330
18497
|
"it",
|
18331
18498
|
"pronoun",
|
18332
18499
|
"this",
|
@@ -18335,10 +18502,10 @@
|
|
18335
18502
|
"a",
|
18336
18503
|
"articlePOS",
|
18337
18504
|
"the",
|
18338
|
-
"notAble",
|
18339
18505
|
"whatAble",
|
18340
18506
|
"is",
|
18341
18507
|
"toAble",
|
18508
|
+
"to",
|
18342
18509
|
"noun",
|
18343
18510
|
"thisitthat",
|
18344
18511
|
"reason",
|
@@ -18420,6 +18587,9 @@
|
|
18420
18587
|
"dog": [
|
18421
18588
|
"canine"
|
18422
18589
|
],
|
18590
|
+
"doubleQuote": [
|
18591
|
+
"queryable"
|
18592
|
+
],
|
18423
18593
|
"eagle": [
|
18424
18594
|
"bird"
|
18425
18595
|
],
|
@@ -18523,13 +18693,15 @@
|
|
18523
18693
|
"thisitthat": [
|
18524
18694
|
"queryable"
|
18525
18695
|
],
|
18696
|
+
"to": [
|
18697
|
+
"preposition"
|
18698
|
+
],
|
18526
18699
|
"torpedo": [
|
18527
18700
|
"weapon"
|
18528
18701
|
],
|
18529
18702
|
"unknown": [
|
18530
18703
|
"hierarchyAble",
|
18531
18704
|
"object",
|
18532
|
-
"notAble",
|
18533
18705
|
"theAble",
|
18534
18706
|
"queryable"
|
18535
18707
|
],
|
@@ -18618,6 +18790,8 @@
|
|
18618
18790
|
},
|
18619
18791
|
"dog": {
|
18620
18792
|
},
|
18793
|
+
"doubleQuote": {
|
18794
|
+
},
|
18621
18795
|
"eagle": {
|
18622
18796
|
},
|
18623
18797
|
"eye": {
|
@@ -18780,8 +18954,6 @@
|
|
18780
18954
|
},
|
18781
18955
|
"name": {
|
18782
18956
|
},
|
18783
|
-
"notAble": {
|
18784
|
-
},
|
18785
18957
|
"noun": {
|
18786
18958
|
},
|
18787
18959
|
"object": {
|
@@ -18932,6 +19104,8 @@
|
|
18932
19104
|
},
|
18933
19105
|
"thisitthat": {
|
18934
19106
|
},
|
19107
|
+
"to": {
|
19108
|
+
},
|
18935
19109
|
"toAble": {
|
18936
19110
|
},
|
18937
19111
|
"torpedo": {
|
@@ -19165,6 +19339,8 @@
|
|
19165
19339
|
],
|
19166
19340
|
"variables": {
|
19167
19341
|
}
|
19342
|
+
},
|
19343
|
+
"tokenize2": {
|
19168
19344
|
}
|
19169
19345
|
},
|
19170
19346
|
"processed": [
|
@@ -19237,7 +19413,7 @@
|
|
19237
19413
|
"end": 19,
|
19238
19414
|
"start": 8
|
19239
19415
|
},
|
19240
|
-
"text": "spock
|
19416
|
+
"text": "spock's rank",
|
19241
19417
|
"types": [
|
19242
19418
|
"property"
|
19243
19419
|
],
|
@@ -19310,7 +19486,7 @@
|
|
19310
19486
|
"end": 19,
|
19311
19487
|
"start": 8
|
19312
19488
|
},
|
19313
|
-
"text": "spock
|
19489
|
+
"text": "spock's rank",
|
19314
19490
|
"touchedBy": [
|
19315
19491
|
"crew#call3",
|
19316
19492
|
"crew#call2"
|
@@ -19420,7 +19596,7 @@
|
|
19420
19596
|
"end": 19,
|
19421
19597
|
"start": 8
|
19422
19598
|
},
|
19423
|
-
"text": "spock
|
19599
|
+
"text": "spock's rank",
|
19424
19600
|
"types": [
|
19425
19601
|
"property"
|
19426
19602
|
],
|
@@ -19607,7 +19783,21 @@
|
|
19607
19783
|
"dead": true,
|
19608
19784
|
"level": 1,
|
19609
19785
|
"marker": "unknown",
|
19610
|
-
"
|
19786
|
+
"modifiers": [
|
19787
|
+
"negated"
|
19788
|
+
],
|
19789
|
+
"negated": {
|
19790
|
+
"default": true,
|
19791
|
+
"level": 0,
|
19792
|
+
"marker": "not",
|
19793
|
+
"range": {
|
19794
|
+
"end": 54,
|
19795
|
+
"start": 52
|
19796
|
+
},
|
19797
|
+
"text": "not",
|
19798
|
+
"value": "not",
|
19799
|
+
"word": "not"
|
19800
|
+
},
|
19611
19801
|
"range": {
|
19612
19802
|
"end": 60,
|
19613
19803
|
"start": 52
|
@@ -19625,7 +19815,7 @@
|
|
19625
19815
|
"topLevel": true,
|
19626
19816
|
"touchedBy": [
|
19627
19817
|
"crew#call2",
|
19628
|
-
"
|
19818
|
+
"instance25#crew#call2"
|
19629
19819
|
],
|
19630
19820
|
"value": "means",
|
19631
19821
|
"word": "means"
|
@@ -19826,7 +20016,7 @@
|
|
19826
20016
|
"topLevel": true,
|
19827
20017
|
"touchedBy": [
|
19828
20018
|
"crew#call2",
|
19829
|
-
"
|
20019
|
+
"instance24#crew#call2"
|
19830
20020
|
],
|
19831
20021
|
"value": "means",
|
19832
20022
|
"word": "means"
|
@@ -19871,7 +20061,7 @@
|
|
19871
20061
|
"topLevel": true,
|
19872
20062
|
"touchedBy": [
|
19873
20063
|
"crew#call2",
|
19874
|
-
"
|
20064
|
+
"instance23#crew#call2"
|
19875
20065
|
],
|
19876
20066
|
"two": {
|
19877
20067
|
"dead": true,
|
@@ -19931,7 +20121,7 @@
|
|
19931
20121
|
"topLevel": true,
|
19932
20122
|
"touchedBy": [
|
19933
20123
|
"crew#call2",
|
19934
|
-
"
|
20124
|
+
"instance22#crew#call2"
|
19935
20125
|
],
|
19936
20126
|
"two": {
|
19937
20127
|
"dead": true,
|
@@ -19991,7 +20181,7 @@
|
|
19991
20181
|
"topLevel": true,
|
19992
20182
|
"touchedBy": [
|
19993
20183
|
"crew#call2",
|
19994
|
-
"
|
20184
|
+
"instance21#crew#call2"
|
19995
20185
|
],
|
19996
20186
|
"two": {
|
19997
20187
|
"dead": true,
|
@@ -20155,24 +20345,6 @@
|
|
20155
20345
|
0
|
20156
20346
|
]
|
20157
20347
|
],
|
20158
|
-
[
|
20159
|
-
[
|
20160
|
-
"is",
|
20161
|
-
0
|
20162
|
-
],
|
20163
|
-
[
|
20164
|
-
"spock",
|
20165
|
-
0
|
20166
|
-
],
|
20167
|
-
[
|
20168
|
-
"unknown",
|
20169
|
-
0
|
20170
|
-
],
|
20171
|
-
[
|
20172
|
-
"what",
|
20173
|
-
0
|
20174
|
-
]
|
20175
|
-
],
|
20176
20348
|
[
|
20177
20349
|
[
|
20178
20350
|
"is",
|
@@ -20255,7 +20427,7 @@
|
|
20255
20427
|
"end": 19,
|
20256
20428
|
"start": 8
|
20257
20429
|
},
|
20258
|
-
"text": "spock
|
20430
|
+
"text": "spock's rank",
|
20259
20431
|
"types": [
|
20260
20432
|
"property"
|
20261
20433
|
],
|
@@ -20328,7 +20500,7 @@
|
|
20328
20500
|
"end": 19,
|
20329
20501
|
"start": 8
|
20330
20502
|
},
|
20331
|
-
"text": "spock
|
20503
|
+
"text": "spock's rank",
|
20332
20504
|
"touchedBy": [
|
20333
20505
|
"crew#call3",
|
20334
20506
|
"crew#call2"
|
@@ -20438,7 +20610,7 @@
|
|
20438
20610
|
"end": 19,
|
20439
20611
|
"start": 8
|
20440
20612
|
},
|
20441
|
-
"text": "spock
|
20613
|
+
"text": "spock's rank",
|
20442
20614
|
"types": [
|
20443
20615
|
"property"
|
20444
20616
|
],
|
@@ -20646,11 +20818,13 @@
|
|
20646
20818
|
"gdefaults": "gdefaults2",
|
20647
20819
|
"hierarchy": "hierarchy2",
|
20648
20820
|
"meta": "meta2",
|
20821
|
+
"negation": "negation2",
|
20649
20822
|
"pos": "pos2",
|
20650
20823
|
"properties": "properties2",
|
20651
20824
|
"punctuation": "punctuation2",
|
20652
20825
|
"sdefaults": "sdefaults2",
|
20653
|
-
"stm": "stm2"
|
20826
|
+
"stm": "stm2",
|
20827
|
+
"tokenize": "tokenize2"
|
20654
20828
|
},
|
20655
20829
|
"namespaced": {
|
20656
20830
|
"animals2": {
|
@@ -20666,6 +20840,7 @@
|
|
20666
20840
|
"crew1": {
|
20667
20841
|
},
|
20668
20842
|
"dialogues2": {
|
20843
|
+
"idSuffix": "",
|
20669
20844
|
"mentioned": [
|
20670
20845
|
],
|
20671
20846
|
"variables": {
|
@@ -20679,6 +20854,8 @@
|
|
20679
20854
|
},
|
20680
20855
|
"meta2": {
|
20681
20856
|
},
|
20857
|
+
"negation2": {
|
20858
|
+
},
|
20682
20859
|
"pos2": {
|
20683
20860
|
},
|
20684
20861
|
"properties2": {
|
@@ -20744,16 +20921,14 @@
|
|
20744
20921
|
"spock",
|
20745
20922
|
"mccoy"
|
20746
20923
|
],
|
20747
|
-
"notAble": [
|
20748
|
-
"unknown"
|
20749
|
-
],
|
20750
20924
|
"object": [
|
20751
20925
|
"unknown",
|
20752
20926
|
"what",
|
20753
20927
|
"whose"
|
20754
20928
|
],
|
20755
20929
|
"preposition": [
|
20756
|
-
"between"
|
20930
|
+
"between",
|
20931
|
+
"to"
|
20757
20932
|
],
|
20758
20933
|
"pronoun": [
|
20759
20934
|
"it",
|
@@ -20769,6 +20944,7 @@
|
|
20769
20944
|
"object",
|
20770
20945
|
"xfx",
|
20771
20946
|
"concept",
|
20947
|
+
"doubleQuote",
|
20772
20948
|
"unknown",
|
20773
20949
|
"it",
|
20774
20950
|
"what",
|
@@ -20833,6 +21009,7 @@
|
|
20833
21009
|
"concept",
|
20834
21010
|
"modifies",
|
20835
21011
|
"verby",
|
21012
|
+
"doubleQuote",
|
20836
21013
|
"it",
|
20837
21014
|
"pronoun",
|
20838
21015
|
"this",
|
@@ -20841,10 +21018,10 @@
|
|
20841
21018
|
"a",
|
20842
21019
|
"articlePOS",
|
20843
21020
|
"the",
|
20844
|
-
"notAble",
|
20845
21021
|
"whatAble",
|
20846
21022
|
"is",
|
20847
21023
|
"toAble",
|
21024
|
+
"to",
|
20848
21025
|
"noun",
|
20849
21026
|
"thisitthat",
|
20850
21027
|
"reason",
|
@@ -20926,6 +21103,9 @@
|
|
20926
21103
|
"dog": [
|
20927
21104
|
"canine"
|
20928
21105
|
],
|
21106
|
+
"doubleQuote": [
|
21107
|
+
"queryable"
|
21108
|
+
],
|
20929
21109
|
"eagle": [
|
20930
21110
|
"bird"
|
20931
21111
|
],
|
@@ -21029,13 +21209,15 @@
|
|
21029
21209
|
"thisitthat": [
|
21030
21210
|
"queryable"
|
21031
21211
|
],
|
21212
|
+
"to": [
|
21213
|
+
"preposition"
|
21214
|
+
],
|
21032
21215
|
"torpedo": [
|
21033
21216
|
"weapon"
|
21034
21217
|
],
|
21035
21218
|
"unknown": [
|
21036
21219
|
"hierarchyAble",
|
21037
21220
|
"object",
|
21038
|
-
"notAble",
|
21039
21221
|
"theAble",
|
21040
21222
|
"queryable"
|
21041
21223
|
],
|
@@ -21124,6 +21306,8 @@
|
|
21124
21306
|
},
|
21125
21307
|
"dog": {
|
21126
21308
|
},
|
21309
|
+
"doubleQuote": {
|
21310
|
+
},
|
21127
21311
|
"eagle": {
|
21128
21312
|
},
|
21129
21313
|
"eye": {
|
@@ -21286,8 +21470,6 @@
|
|
21286
21470
|
},
|
21287
21471
|
"name": {
|
21288
21472
|
},
|
21289
|
-
"notAble": {
|
21290
|
-
},
|
21291
21473
|
"noun": {
|
21292
21474
|
},
|
21293
21475
|
"object": {
|
@@ -21438,6 +21620,8 @@
|
|
21438
21620
|
},
|
21439
21621
|
"thisitthat": {
|
21440
21622
|
},
|
21623
|
+
"to": {
|
21624
|
+
},
|
21441
21625
|
"toAble": {
|
21442
21626
|
},
|
21443
21627
|
"torpedo": {
|
@@ -21671,6 +21855,8 @@
|
|
21671
21855
|
],
|
21672
21856
|
"variables": {
|
21673
21857
|
}
|
21858
|
+
},
|
21859
|
+
"tokenize2": {
|
21674
21860
|
}
|
21675
21861
|
},
|
21676
21862
|
"processed": [
|
@@ -21743,7 +21929,7 @@
|
|
21743
21929
|
"end": 19,
|
21744
21930
|
"start": 8
|
21745
21931
|
},
|
21746
|
-
"text": "spock
|
21932
|
+
"text": "spock's rank",
|
21747
21933
|
"types": [
|
21748
21934
|
"property"
|
21749
21935
|
],
|
@@ -21816,7 +22002,7 @@
|
|
21816
22002
|
"end": 19,
|
21817
22003
|
"start": 8
|
21818
22004
|
},
|
21819
|
-
"text": "spock
|
22005
|
+
"text": "spock's rank",
|
21820
22006
|
"touchedBy": [
|
21821
22007
|
"crew#call3",
|
21822
22008
|
"crew#call2"
|
@@ -21926,7 +22112,7 @@
|
|
21926
22112
|
"end": 19,
|
21927
22113
|
"start": 8
|
21928
22114
|
},
|
21929
|
-
"text": "spock
|
22115
|
+
"text": "spock's rank",
|
21930
22116
|
"types": [
|
21931
22117
|
"property"
|
21932
22118
|
],
|
@@ -22116,7 +22302,21 @@
|
|
22116
22302
|
"dead": true,
|
22117
22303
|
"level": 1,
|
22118
22304
|
"marker": "unknown",
|
22119
|
-
"
|
22305
|
+
"modifiers": [
|
22306
|
+
"negated"
|
22307
|
+
],
|
22308
|
+
"negated": {
|
22309
|
+
"default": true,
|
22310
|
+
"level": 0,
|
22311
|
+
"marker": "not",
|
22312
|
+
"range": {
|
22313
|
+
"end": 54,
|
22314
|
+
"start": 52
|
22315
|
+
},
|
22316
|
+
"text": "not",
|
22317
|
+
"value": "not",
|
22318
|
+
"word": "not"
|
22319
|
+
},
|
22120
22320
|
"range": {
|
22121
22321
|
"end": 60,
|
22122
22322
|
"start": 52
|
@@ -22134,7 +22334,7 @@
|
|
22134
22334
|
"topLevel": true,
|
22135
22335
|
"touchedBy": [
|
22136
22336
|
"crew#call2",
|
22137
|
-
"
|
22337
|
+
"instance25#crew#call2"
|
22138
22338
|
],
|
22139
22339
|
"value": "means",
|
22140
22340
|
"word": "means"
|
@@ -22335,7 +22535,7 @@
|
|
22335
22535
|
"topLevel": true,
|
22336
22536
|
"touchedBy": [
|
22337
22537
|
"crew#call2",
|
22338
|
-
"
|
22538
|
+
"instance24#crew#call2"
|
22339
22539
|
],
|
22340
22540
|
"value": "means",
|
22341
22541
|
"word": "means"
|
@@ -22380,7 +22580,7 @@
|
|
22380
22580
|
"topLevel": true,
|
22381
22581
|
"touchedBy": [
|
22382
22582
|
"crew#call2",
|
22383
|
-
"
|
22583
|
+
"instance23#crew#call2"
|
22384
22584
|
],
|
22385
22585
|
"two": {
|
22386
22586
|
"dead": true,
|
@@ -22440,7 +22640,7 @@
|
|
22440
22640
|
"topLevel": true,
|
22441
22641
|
"touchedBy": [
|
22442
22642
|
"crew#call2",
|
22443
|
-
"
|
22643
|
+
"instance22#crew#call2"
|
22444
22644
|
],
|
22445
22645
|
"two": {
|
22446
22646
|
"dead": true,
|
@@ -22500,7 +22700,7 @@
|
|
22500
22700
|
"topLevel": true,
|
22501
22701
|
"touchedBy": [
|
22502
22702
|
"crew#call2",
|
22503
|
-
"
|
22703
|
+
"instance21#crew#call2"
|
22504
22704
|
],
|
22505
22705
|
"two": {
|
22506
22706
|
"dead": true,
|
@@ -22596,28 +22796,6 @@
|
|
22596
22796
|
0
|
22597
22797
|
]
|
22598
22798
|
],
|
22599
|
-
[
|
22600
|
-
[
|
22601
|
-
"is",
|
22602
|
-
0
|
22603
|
-
],
|
22604
|
-
[
|
22605
|
-
"kirk",
|
22606
|
-
0
|
22607
|
-
],
|
22608
|
-
[
|
22609
|
-
"the",
|
22610
|
-
0
|
22611
|
-
],
|
22612
|
-
[
|
22613
|
-
"unknown",
|
22614
|
-
0
|
22615
|
-
],
|
22616
|
-
[
|
22617
|
-
"what",
|
22618
|
-
0
|
22619
|
-
]
|
22620
|
-
],
|
22621
22799
|
[
|
22622
22800
|
[
|
22623
22801
|
"is",
|
@@ -23189,11 +23367,13 @@
|
|
23189
23367
|
"gdefaults": "gdefaults2",
|
23190
23368
|
"hierarchy": "hierarchy2",
|
23191
23369
|
"meta": "meta2",
|
23370
|
+
"negation": "negation2",
|
23192
23371
|
"pos": "pos2",
|
23193
23372
|
"properties": "properties2",
|
23194
23373
|
"punctuation": "punctuation2",
|
23195
23374
|
"sdefaults": "sdefaults2",
|
23196
|
-
"stm": "stm2"
|
23375
|
+
"stm": "stm2",
|
23376
|
+
"tokenize": "tokenize2"
|
23197
23377
|
},
|
23198
23378
|
"namespaced": {
|
23199
23379
|
"animals2": {
|
@@ -23209,6 +23389,7 @@
|
|
23209
23389
|
"crew1": {
|
23210
23390
|
},
|
23211
23391
|
"dialogues2": {
|
23392
|
+
"idSuffix": "",
|
23212
23393
|
"mentioned": [
|
23213
23394
|
],
|
23214
23395
|
"variables": {
|
@@ -23222,6 +23403,8 @@
|
|
23222
23403
|
},
|
23223
23404
|
"meta2": {
|
23224
23405
|
},
|
23406
|
+
"negation2": {
|
23407
|
+
},
|
23225
23408
|
"pos2": {
|
23226
23409
|
},
|
23227
23410
|
"properties2": {
|
@@ -23287,16 +23470,14 @@
|
|
23287
23470
|
"spock",
|
23288
23471
|
"mccoy"
|
23289
23472
|
],
|
23290
|
-
"notAble": [
|
23291
|
-
"unknown"
|
23292
|
-
],
|
23293
23473
|
"object": [
|
23294
23474
|
"unknown",
|
23295
23475
|
"what",
|
23296
23476
|
"whose"
|
23297
23477
|
],
|
23298
23478
|
"preposition": [
|
23299
|
-
"between"
|
23479
|
+
"between",
|
23480
|
+
"to"
|
23300
23481
|
],
|
23301
23482
|
"pronoun": [
|
23302
23483
|
"it",
|
@@ -23312,6 +23493,7 @@
|
|
23312
23493
|
"object",
|
23313
23494
|
"xfx",
|
23314
23495
|
"concept",
|
23496
|
+
"doubleQuote",
|
23315
23497
|
"unknown",
|
23316
23498
|
"it",
|
23317
23499
|
"what",
|
@@ -23376,6 +23558,7 @@
|
|
23376
23558
|
"concept",
|
23377
23559
|
"modifies",
|
23378
23560
|
"verby",
|
23561
|
+
"doubleQuote",
|
23379
23562
|
"it",
|
23380
23563
|
"pronoun",
|
23381
23564
|
"this",
|
@@ -23384,10 +23567,10 @@
|
|
23384
23567
|
"a",
|
23385
23568
|
"articlePOS",
|
23386
23569
|
"the",
|
23387
|
-
"notAble",
|
23388
23570
|
"whatAble",
|
23389
23571
|
"is",
|
23390
23572
|
"toAble",
|
23573
|
+
"to",
|
23391
23574
|
"noun",
|
23392
23575
|
"thisitthat",
|
23393
23576
|
"reason",
|
@@ -23469,6 +23652,9 @@
|
|
23469
23652
|
"dog": [
|
23470
23653
|
"canine"
|
23471
23654
|
],
|
23655
|
+
"doubleQuote": [
|
23656
|
+
"queryable"
|
23657
|
+
],
|
23472
23658
|
"eagle": [
|
23473
23659
|
"bird"
|
23474
23660
|
],
|
@@ -23572,13 +23758,15 @@
|
|
23572
23758
|
"thisitthat": [
|
23573
23759
|
"queryable"
|
23574
23760
|
],
|
23761
|
+
"to": [
|
23762
|
+
"preposition"
|
23763
|
+
],
|
23575
23764
|
"torpedo": [
|
23576
23765
|
"weapon"
|
23577
23766
|
],
|
23578
23767
|
"unknown": [
|
23579
23768
|
"hierarchyAble",
|
23580
23769
|
"object",
|
23581
|
-
"notAble",
|
23582
23770
|
"theAble",
|
23583
23771
|
"queryable"
|
23584
23772
|
],
|
@@ -23667,6 +23855,8 @@
|
|
23667
23855
|
},
|
23668
23856
|
"dog": {
|
23669
23857
|
},
|
23858
|
+
"doubleQuote": {
|
23859
|
+
},
|
23670
23860
|
"eagle": {
|
23671
23861
|
},
|
23672
23862
|
"eye": {
|
@@ -23829,8 +24019,6 @@
|
|
23829
24019
|
},
|
23830
24020
|
"name": {
|
23831
24021
|
},
|
23832
|
-
"notAble": {
|
23833
|
-
},
|
23834
24022
|
"noun": {
|
23835
24023
|
},
|
23836
24024
|
"object": {
|
@@ -23981,6 +24169,8 @@
|
|
23981
24169
|
},
|
23982
24170
|
"thisitthat": {
|
23983
24171
|
},
|
24172
|
+
"to": {
|
24173
|
+
},
|
23984
24174
|
"toAble": {
|
23985
24175
|
},
|
23986
24176
|
"torpedo": {
|
@@ -24214,6 +24404,8 @@
|
|
24214
24404
|
],
|
24215
24405
|
"variables": {
|
24216
24406
|
}
|
24407
|
+
},
|
24408
|
+
"tokenize2": {
|
24217
24409
|
}
|
24218
24410
|
},
|
24219
24411
|
"processed": [
|
@@ -24707,7 +24899,21 @@
|
|
24707
24899
|
"dead": true,
|
24708
24900
|
"level": 1,
|
24709
24901
|
"marker": "unknown",
|
24710
|
-
"
|
24902
|
+
"modifiers": [
|
24903
|
+
"negated"
|
24904
|
+
],
|
24905
|
+
"negated": {
|
24906
|
+
"default": true,
|
24907
|
+
"level": 0,
|
24908
|
+
"marker": "not",
|
24909
|
+
"range": {
|
24910
|
+
"end": 54,
|
24911
|
+
"start": 52
|
24912
|
+
},
|
24913
|
+
"text": "not",
|
24914
|
+
"value": "not",
|
24915
|
+
"word": "not"
|
24916
|
+
},
|
24711
24917
|
"range": {
|
24712
24918
|
"end": 60,
|
24713
24919
|
"start": 52
|
@@ -24725,7 +24931,7 @@
|
|
24725
24931
|
"topLevel": true,
|
24726
24932
|
"touchedBy": [
|
24727
24933
|
"crew#call2",
|
24728
|
-
"
|
24934
|
+
"instance25#crew#call2"
|
24729
24935
|
],
|
24730
24936
|
"value": "means",
|
24731
24937
|
"word": "means"
|
@@ -24926,7 +25132,7 @@
|
|
24926
25132
|
"topLevel": true,
|
24927
25133
|
"touchedBy": [
|
24928
25134
|
"crew#call2",
|
24929
|
-
"
|
25135
|
+
"instance24#crew#call2"
|
24930
25136
|
],
|
24931
25137
|
"value": "means",
|
24932
25138
|
"word": "means"
|
@@ -24971,7 +25177,7 @@
|
|
24971
25177
|
"topLevel": true,
|
24972
25178
|
"touchedBy": [
|
24973
25179
|
"crew#call2",
|
24974
|
-
"
|
25180
|
+
"instance23#crew#call2"
|
24975
25181
|
],
|
24976
25182
|
"two": {
|
24977
25183
|
"dead": true,
|
@@ -25031,7 +25237,7 @@
|
|
25031
25237
|
"topLevel": true,
|
25032
25238
|
"touchedBy": [
|
25033
25239
|
"crew#call2",
|
25034
|
-
"
|
25240
|
+
"instance22#crew#call2"
|
25035
25241
|
],
|
25036
25242
|
"two": {
|
25037
25243
|
"dead": true,
|
@@ -25091,7 +25297,7 @@
|
|
25091
25297
|
"topLevel": true,
|
25092
25298
|
"touchedBy": [
|
25093
25299
|
"crew#call2",
|
25094
|
-
"
|
25300
|
+
"instance21#crew#call2"
|
25095
25301
|
],
|
25096
25302
|
"two": {
|
25097
25303
|
"dead": true,
|
@@ -25254,28 +25460,6 @@
|
|
25254
25460
|
"unknown",
|
25255
25461
|
1
|
25256
25462
|
]
|
25257
|
-
],
|
25258
|
-
[
|
25259
|
-
[
|
25260
|
-
"is",
|
25261
|
-
0
|
25262
|
-
],
|
25263
|
-
[
|
25264
|
-
"spock",
|
25265
|
-
0
|
25266
|
-
],
|
25267
|
-
[
|
25268
|
-
"the",
|
25269
|
-
0
|
25270
|
-
],
|
25271
|
-
[
|
25272
|
-
"unknown",
|
25273
|
-
0
|
25274
|
-
],
|
25275
|
-
[
|
25276
|
-
"what",
|
25277
|
-
0
|
25278
|
-
]
|
25279
25463
|
]
|
25280
25464
|
],
|
25281
25465
|
"config": {
|
@@ -25780,11 +25964,13 @@
|
|
25780
25964
|
"gdefaults": "gdefaults2",
|
25781
25965
|
"hierarchy": "hierarchy2",
|
25782
25966
|
"meta": "meta2",
|
25967
|
+
"negation": "negation2",
|
25783
25968
|
"pos": "pos2",
|
25784
25969
|
"properties": "properties2",
|
25785
25970
|
"punctuation": "punctuation2",
|
25786
25971
|
"sdefaults": "sdefaults2",
|
25787
|
-
"stm": "stm2"
|
25972
|
+
"stm": "stm2",
|
25973
|
+
"tokenize": "tokenize2"
|
25788
25974
|
},
|
25789
25975
|
"namespaced": {
|
25790
25976
|
"animals2": {
|
@@ -25800,6 +25986,7 @@
|
|
25800
25986
|
"crew1": {
|
25801
25987
|
},
|
25802
25988
|
"dialogues2": {
|
25989
|
+
"idSuffix": "",
|
25803
25990
|
"mentioned": [
|
25804
25991
|
],
|
25805
25992
|
"variables": {
|
@@ -25813,6 +26000,8 @@
|
|
25813
26000
|
},
|
25814
26001
|
"meta2": {
|
25815
26002
|
},
|
26003
|
+
"negation2": {
|
26004
|
+
},
|
25816
26005
|
"pos2": {
|
25817
26006
|
},
|
25818
26007
|
"properties2": {
|
@@ -25878,16 +26067,14 @@
|
|
25878
26067
|
"spock",
|
25879
26068
|
"mccoy"
|
25880
26069
|
],
|
25881
|
-
"notAble": [
|
25882
|
-
"unknown"
|
25883
|
-
],
|
25884
26070
|
"object": [
|
25885
26071
|
"unknown",
|
25886
26072
|
"what",
|
25887
26073
|
"whose"
|
25888
26074
|
],
|
25889
26075
|
"preposition": [
|
25890
|
-
"between"
|
26076
|
+
"between",
|
26077
|
+
"to"
|
25891
26078
|
],
|
25892
26079
|
"pronoun": [
|
25893
26080
|
"it",
|
@@ -25903,6 +26090,7 @@
|
|
25903
26090
|
"object",
|
25904
26091
|
"xfx",
|
25905
26092
|
"concept",
|
26093
|
+
"doubleQuote",
|
25906
26094
|
"unknown",
|
25907
26095
|
"it",
|
25908
26096
|
"what",
|
@@ -25967,6 +26155,7 @@
|
|
25967
26155
|
"concept",
|
25968
26156
|
"modifies",
|
25969
26157
|
"verby",
|
26158
|
+
"doubleQuote",
|
25970
26159
|
"it",
|
25971
26160
|
"pronoun",
|
25972
26161
|
"this",
|
@@ -25975,10 +26164,10 @@
|
|
25975
26164
|
"a",
|
25976
26165
|
"articlePOS",
|
25977
26166
|
"the",
|
25978
|
-
"notAble",
|
25979
26167
|
"whatAble",
|
25980
26168
|
"is",
|
25981
26169
|
"toAble",
|
26170
|
+
"to",
|
25982
26171
|
"noun",
|
25983
26172
|
"thisitthat",
|
25984
26173
|
"reason",
|
@@ -26060,6 +26249,9 @@
|
|
26060
26249
|
"dog": [
|
26061
26250
|
"canine"
|
26062
26251
|
],
|
26252
|
+
"doubleQuote": [
|
26253
|
+
"queryable"
|
26254
|
+
],
|
26063
26255
|
"eagle": [
|
26064
26256
|
"bird"
|
26065
26257
|
],
|
@@ -26163,13 +26355,15 @@
|
|
26163
26355
|
"thisitthat": [
|
26164
26356
|
"queryable"
|
26165
26357
|
],
|
26358
|
+
"to": [
|
26359
|
+
"preposition"
|
26360
|
+
],
|
26166
26361
|
"torpedo": [
|
26167
26362
|
"weapon"
|
26168
26363
|
],
|
26169
26364
|
"unknown": [
|
26170
26365
|
"hierarchyAble",
|
26171
26366
|
"object",
|
26172
|
-
"notAble",
|
26173
26367
|
"theAble",
|
26174
26368
|
"queryable"
|
26175
26369
|
],
|
@@ -26258,6 +26452,8 @@
|
|
26258
26452
|
},
|
26259
26453
|
"dog": {
|
26260
26454
|
},
|
26455
|
+
"doubleQuote": {
|
26456
|
+
},
|
26261
26457
|
"eagle": {
|
26262
26458
|
},
|
26263
26459
|
"eye": {
|
@@ -26420,8 +26616,6 @@
|
|
26420
26616
|
},
|
26421
26617
|
"name": {
|
26422
26618
|
},
|
26423
|
-
"notAble": {
|
26424
|
-
},
|
26425
26619
|
"noun": {
|
26426
26620
|
},
|
26427
26621
|
"object": {
|
@@ -26572,6 +26766,8 @@
|
|
26572
26766
|
},
|
26573
26767
|
"thisitthat": {
|
26574
26768
|
},
|
26769
|
+
"to": {
|
26770
|
+
},
|
26575
26771
|
"toAble": {
|
26576
26772
|
},
|
26577
26773
|
"torpedo": {
|
@@ -26805,6 +27001,8 @@
|
|
26805
27001
|
],
|
26806
27002
|
"variables": {
|
26807
27003
|
}
|
27004
|
+
},
|
27005
|
+
"tokenize2": {
|
26808
27006
|
}
|
26809
27007
|
},
|
26810
27008
|
"processed": [
|
@@ -27298,7 +27496,21 @@
|
|
27298
27496
|
"dead": true,
|
27299
27497
|
"level": 1,
|
27300
27498
|
"marker": "unknown",
|
27301
|
-
"
|
27499
|
+
"modifiers": [
|
27500
|
+
"negated"
|
27501
|
+
],
|
27502
|
+
"negated": {
|
27503
|
+
"default": true,
|
27504
|
+
"level": 0,
|
27505
|
+
"marker": "not",
|
27506
|
+
"range": {
|
27507
|
+
"end": 54,
|
27508
|
+
"start": 52
|
27509
|
+
},
|
27510
|
+
"text": "not",
|
27511
|
+
"value": "not",
|
27512
|
+
"word": "not"
|
27513
|
+
},
|
27302
27514
|
"range": {
|
27303
27515
|
"end": 60,
|
27304
27516
|
"start": 52
|
@@ -27316,7 +27528,7 @@
|
|
27316
27528
|
"topLevel": true,
|
27317
27529
|
"touchedBy": [
|
27318
27530
|
"crew#call2",
|
27319
|
-
"
|
27531
|
+
"instance25#crew#call2"
|
27320
27532
|
],
|
27321
27533
|
"value": "means",
|
27322
27534
|
"word": "means"
|
@@ -27517,7 +27729,7 @@
|
|
27517
27729
|
"topLevel": true,
|
27518
27730
|
"touchedBy": [
|
27519
27731
|
"crew#call2",
|
27520
|
-
"
|
27732
|
+
"instance24#crew#call2"
|
27521
27733
|
],
|
27522
27734
|
"value": "means",
|
27523
27735
|
"word": "means"
|
@@ -27562,7 +27774,7 @@
|
|
27562
27774
|
"topLevel": true,
|
27563
27775
|
"touchedBy": [
|
27564
27776
|
"crew#call2",
|
27565
|
-
"
|
27777
|
+
"instance23#crew#call2"
|
27566
27778
|
],
|
27567
27779
|
"two": {
|
27568
27780
|
"dead": true,
|
@@ -27622,7 +27834,7 @@
|
|
27622
27834
|
"topLevel": true,
|
27623
27835
|
"touchedBy": [
|
27624
27836
|
"crew#call2",
|
27625
|
-
"
|
27837
|
+
"instance22#crew#call2"
|
27626
27838
|
],
|
27627
27839
|
"two": {
|
27628
27840
|
"dead": true,
|
@@ -27682,7 +27894,7 @@
|
|
27682
27894
|
"topLevel": true,
|
27683
27895
|
"touchedBy": [
|
27684
27896
|
"crew#call2",
|
27685
|
-
"
|
27897
|
+
"instance21#crew#call2"
|
27686
27898
|
],
|
27687
27899
|
"two": {
|
27688
27900
|
"dead": true,
|
@@ -27845,24 +28057,6 @@
|
|
27845
28057
|
"unknown",
|
27846
28058
|
1
|
27847
28059
|
]
|
27848
|
-
],
|
27849
|
-
[
|
27850
|
-
[
|
27851
|
-
"is",
|
27852
|
-
0
|
27853
|
-
],
|
27854
|
-
[
|
27855
|
-
"the",
|
27856
|
-
0
|
27857
|
-
],
|
27858
|
-
[
|
27859
|
-
"unknown",
|
27860
|
-
0
|
27861
|
-
],
|
27862
|
-
[
|
27863
|
-
"what",
|
27864
|
-
0
|
27865
|
-
]
|
27866
28060
|
]
|
27867
28061
|
],
|
27868
28062
|
"config": {
|
@@ -28444,11 +28638,13 @@
|
|
28444
28638
|
"gdefaults": "gdefaults2",
|
28445
28639
|
"hierarchy": "hierarchy2",
|
28446
28640
|
"meta": "meta2",
|
28641
|
+
"negation": "negation2",
|
28447
28642
|
"pos": "pos2",
|
28448
28643
|
"properties": "properties2",
|
28449
28644
|
"punctuation": "punctuation2",
|
28450
28645
|
"sdefaults": "sdefaults2",
|
28451
|
-
"stm": "stm2"
|
28646
|
+
"stm": "stm2",
|
28647
|
+
"tokenize": "tokenize2"
|
28452
28648
|
},
|
28453
28649
|
"namespaced": {
|
28454
28650
|
"animals2": {
|
@@ -28464,6 +28660,7 @@
|
|
28464
28660
|
"crew1": {
|
28465
28661
|
},
|
28466
28662
|
"dialogues2": {
|
28663
|
+
"idSuffix": "",
|
28467
28664
|
"mentioned": [
|
28468
28665
|
],
|
28469
28666
|
"variables": {
|
@@ -28477,6 +28674,8 @@
|
|
28477
28674
|
},
|
28478
28675
|
"meta2": {
|
28479
28676
|
},
|
28677
|
+
"negation2": {
|
28678
|
+
},
|
28480
28679
|
"pos2": {
|
28481
28680
|
},
|
28482
28681
|
"properties2": {
|
@@ -28542,16 +28741,14 @@
|
|
28542
28741
|
"spock",
|
28543
28742
|
"mccoy"
|
28544
28743
|
],
|
28545
|
-
"notAble": [
|
28546
|
-
"unknown"
|
28547
|
-
],
|
28548
28744
|
"object": [
|
28549
28745
|
"unknown",
|
28550
28746
|
"what",
|
28551
28747
|
"whose"
|
28552
28748
|
],
|
28553
28749
|
"preposition": [
|
28554
|
-
"between"
|
28750
|
+
"between",
|
28751
|
+
"to"
|
28555
28752
|
],
|
28556
28753
|
"pronoun": [
|
28557
28754
|
"it",
|
@@ -28567,6 +28764,7 @@
|
|
28567
28764
|
"object",
|
28568
28765
|
"xfx",
|
28569
28766
|
"concept",
|
28767
|
+
"doubleQuote",
|
28570
28768
|
"unknown",
|
28571
28769
|
"it",
|
28572
28770
|
"what",
|
@@ -28631,6 +28829,7 @@
|
|
28631
28829
|
"concept",
|
28632
28830
|
"modifies",
|
28633
28831
|
"verby",
|
28832
|
+
"doubleQuote",
|
28634
28833
|
"it",
|
28635
28834
|
"pronoun",
|
28636
28835
|
"this",
|
@@ -28639,10 +28838,10 @@
|
|
28639
28838
|
"a",
|
28640
28839
|
"articlePOS",
|
28641
28840
|
"the",
|
28642
|
-
"notAble",
|
28643
28841
|
"whatAble",
|
28644
28842
|
"is",
|
28645
28843
|
"toAble",
|
28844
|
+
"to",
|
28646
28845
|
"noun",
|
28647
28846
|
"thisitthat",
|
28648
28847
|
"reason",
|
@@ -28724,6 +28923,9 @@
|
|
28724
28923
|
"dog": [
|
28725
28924
|
"canine"
|
28726
28925
|
],
|
28926
|
+
"doubleQuote": [
|
28927
|
+
"queryable"
|
28928
|
+
],
|
28727
28929
|
"eagle": [
|
28728
28930
|
"bird"
|
28729
28931
|
],
|
@@ -28827,13 +29029,15 @@
|
|
28827
29029
|
"thisitthat": [
|
28828
29030
|
"queryable"
|
28829
29031
|
],
|
29032
|
+
"to": [
|
29033
|
+
"preposition"
|
29034
|
+
],
|
28830
29035
|
"torpedo": [
|
28831
29036
|
"weapon"
|
28832
29037
|
],
|
28833
29038
|
"unknown": [
|
28834
29039
|
"hierarchyAble",
|
28835
29040
|
"object",
|
28836
|
-
"notAble",
|
28837
29041
|
"theAble",
|
28838
29042
|
"queryable"
|
28839
29043
|
],
|
@@ -28922,6 +29126,8 @@
|
|
28922
29126
|
},
|
28923
29127
|
"dog": {
|
28924
29128
|
},
|
29129
|
+
"doubleQuote": {
|
29130
|
+
},
|
28925
29131
|
"eagle": {
|
28926
29132
|
},
|
28927
29133
|
"eye": {
|
@@ -29084,8 +29290,6 @@
|
|
29084
29290
|
},
|
29085
29291
|
"name": {
|
29086
29292
|
},
|
29087
|
-
"notAble": {
|
29088
|
-
},
|
29089
29293
|
"noun": {
|
29090
29294
|
},
|
29091
29295
|
"object": {
|
@@ -29236,6 +29440,8 @@
|
|
29236
29440
|
},
|
29237
29441
|
"thisitthat": {
|
29238
29442
|
},
|
29443
|
+
"to": {
|
29444
|
+
},
|
29239
29445
|
"toAble": {
|
29240
29446
|
},
|
29241
29447
|
"torpedo": {
|
@@ -29469,6 +29675,8 @@
|
|
29469
29675
|
],
|
29470
29676
|
"variables": {
|
29471
29677
|
}
|
29678
|
+
},
|
29679
|
+
"tokenize2": {
|
29472
29680
|
}
|
29473
29681
|
},
|
29474
29682
|
"processed": [
|
@@ -30002,7 +30210,21 @@
|
|
30002
30210
|
"dead": true,
|
30003
30211
|
"level": 1,
|
30004
30212
|
"marker": "unknown",
|
30005
|
-
"
|
30213
|
+
"modifiers": [
|
30214
|
+
"negated"
|
30215
|
+
],
|
30216
|
+
"negated": {
|
30217
|
+
"default": true,
|
30218
|
+
"level": 0,
|
30219
|
+
"marker": "not",
|
30220
|
+
"range": {
|
30221
|
+
"end": 54,
|
30222
|
+
"start": 52
|
30223
|
+
},
|
30224
|
+
"text": "not",
|
30225
|
+
"value": "not",
|
30226
|
+
"word": "not"
|
30227
|
+
},
|
30006
30228
|
"range": {
|
30007
30229
|
"end": 60,
|
30008
30230
|
"start": 52
|
@@ -30020,7 +30242,7 @@
|
|
30020
30242
|
"topLevel": true,
|
30021
30243
|
"touchedBy": [
|
30022
30244
|
"crew#call2",
|
30023
|
-
"
|
30245
|
+
"instance25#crew#call2"
|
30024
30246
|
],
|
30025
30247
|
"value": "means",
|
30026
30248
|
"word": "means"
|
@@ -30221,7 +30443,7 @@
|
|
30221
30443
|
"topLevel": true,
|
30222
30444
|
"touchedBy": [
|
30223
30445
|
"crew#call2",
|
30224
|
-
"
|
30446
|
+
"instance24#crew#call2"
|
30225
30447
|
],
|
30226
30448
|
"value": "means",
|
30227
30449
|
"word": "means"
|
@@ -30266,7 +30488,7 @@
|
|
30266
30488
|
"topLevel": true,
|
30267
30489
|
"touchedBy": [
|
30268
30490
|
"crew#call2",
|
30269
|
-
"
|
30491
|
+
"instance23#crew#call2"
|
30270
30492
|
],
|
30271
30493
|
"two": {
|
30272
30494
|
"dead": true,
|
@@ -30326,7 +30548,7 @@
|
|
30326
30548
|
"topLevel": true,
|
30327
30549
|
"touchedBy": [
|
30328
30550
|
"crew#call2",
|
30329
|
-
"
|
30551
|
+
"instance22#crew#call2"
|
30330
30552
|
],
|
30331
30553
|
"two": {
|
30332
30554
|
"dead": true,
|
@@ -30386,7 +30608,7 @@
|
|
30386
30608
|
"topLevel": true,
|
30387
30609
|
"touchedBy": [
|
30388
30610
|
"crew#call2",
|
30389
|
-
"
|
30611
|
+
"instance21#crew#call2"
|
30390
30612
|
],
|
30391
30613
|
"two": {
|
30392
30614
|
"dead": true,
|
@@ -30490,28 +30712,6 @@
|
|
30490
30712
|
0
|
30491
30713
|
]
|
30492
30714
|
],
|
30493
|
-
[
|
30494
|
-
[
|
30495
|
-
"is",
|
30496
|
-
0
|
30497
|
-
],
|
30498
|
-
[
|
30499
|
-
"photon",
|
30500
|
-
0
|
30501
|
-
],
|
30502
|
-
[
|
30503
|
-
"the",
|
30504
|
-
0
|
30505
|
-
],
|
30506
|
-
[
|
30507
|
-
"unknown",
|
30508
|
-
0
|
30509
|
-
],
|
30510
|
-
[
|
30511
|
-
"what",
|
30512
|
-
0
|
30513
|
-
]
|
30514
|
-
],
|
30515
30715
|
[
|
30516
30716
|
[
|
30517
30717
|
"is",
|
@@ -30614,6 +30814,7 @@
|
|
30614
30814
|
"modifier_photon": {
|
30615
30815
|
"level": 0,
|
30616
30816
|
"marker": "photon",
|
30817
|
+
"number": "one",
|
30617
30818
|
"range": {
|
30618
30819
|
"end": 31,
|
30619
30820
|
"start": 26
|
@@ -30681,6 +30882,7 @@
|
|
30681
30882
|
"modifier_photon": {
|
30682
30883
|
"level": 0,
|
30683
30884
|
"marker": "photon",
|
30885
|
+
"number": "one",
|
30684
30886
|
"range": {
|
30685
30887
|
"end": 31,
|
30686
30888
|
"start": 26
|
@@ -30796,6 +30998,7 @@
|
|
30796
30998
|
"modifier_photon": {
|
30797
30999
|
"level": 0,
|
30798
31000
|
"marker": "photon",
|
31001
|
+
"number": "one",
|
30799
31002
|
"range": {
|
30800
31003
|
"end": 31,
|
30801
31004
|
"start": 26
|
@@ -30906,6 +31109,7 @@
|
|
30906
31109
|
"modifier_photon": {
|
30907
31110
|
"level": 0,
|
30908
31111
|
"marker": "photon",
|
31112
|
+
"number": "one",
|
30909
31113
|
"range": {
|
30910
31114
|
"end": 31,
|
30911
31115
|
"start": 26
|
@@ -30973,6 +31177,7 @@
|
|
30973
31177
|
"modifier_photon": {
|
30974
31178
|
"level": 0,
|
30975
31179
|
"marker": "photon",
|
31180
|
+
"number": "one",
|
30976
31181
|
"range": {
|
30977
31182
|
"end": 31,
|
30978
31183
|
"start": 26
|
@@ -31257,11 +31462,13 @@
|
|
31257
31462
|
"gdefaults": "gdefaults2",
|
31258
31463
|
"hierarchy": "hierarchy2",
|
31259
31464
|
"meta": "meta2",
|
31465
|
+
"negation": "negation2",
|
31260
31466
|
"pos": "pos2",
|
31261
31467
|
"properties": "properties2",
|
31262
31468
|
"punctuation": "punctuation2",
|
31263
31469
|
"sdefaults": "sdefaults2",
|
31264
|
-
"stm": "stm2"
|
31470
|
+
"stm": "stm2",
|
31471
|
+
"tokenize": "tokenize2"
|
31265
31472
|
},
|
31266
31473
|
"namespaced": {
|
31267
31474
|
"animals2": {
|
@@ -31277,6 +31484,7 @@
|
|
31277
31484
|
"crew1": {
|
31278
31485
|
},
|
31279
31486
|
"dialogues2": {
|
31487
|
+
"idSuffix": "",
|
31280
31488
|
"mentioned": [
|
31281
31489
|
],
|
31282
31490
|
"variables": {
|
@@ -31290,6 +31498,8 @@
|
|
31290
31498
|
},
|
31291
31499
|
"meta2": {
|
31292
31500
|
},
|
31501
|
+
"negation2": {
|
31502
|
+
},
|
31293
31503
|
"pos2": {
|
31294
31504
|
},
|
31295
31505
|
"properties2": {
|
@@ -31355,16 +31565,14 @@
|
|
31355
31565
|
"spock",
|
31356
31566
|
"mccoy"
|
31357
31567
|
],
|
31358
|
-
"notAble": [
|
31359
|
-
"unknown"
|
31360
|
-
],
|
31361
31568
|
"object": [
|
31362
31569
|
"unknown",
|
31363
31570
|
"what",
|
31364
31571
|
"whose"
|
31365
31572
|
],
|
31366
31573
|
"preposition": [
|
31367
|
-
"between"
|
31574
|
+
"between",
|
31575
|
+
"to"
|
31368
31576
|
],
|
31369
31577
|
"pronoun": [
|
31370
31578
|
"it",
|
@@ -31380,6 +31588,7 @@
|
|
31380
31588
|
"object",
|
31381
31589
|
"xfx",
|
31382
31590
|
"concept",
|
31591
|
+
"doubleQuote",
|
31383
31592
|
"unknown",
|
31384
31593
|
"it",
|
31385
31594
|
"what",
|
@@ -31444,6 +31653,7 @@
|
|
31444
31653
|
"concept",
|
31445
31654
|
"modifies",
|
31446
31655
|
"verby",
|
31656
|
+
"doubleQuote",
|
31447
31657
|
"it",
|
31448
31658
|
"pronoun",
|
31449
31659
|
"this",
|
@@ -31452,10 +31662,10 @@
|
|
31452
31662
|
"a",
|
31453
31663
|
"articlePOS",
|
31454
31664
|
"the",
|
31455
|
-
"notAble",
|
31456
31665
|
"whatAble",
|
31457
31666
|
"is",
|
31458
31667
|
"toAble",
|
31668
|
+
"to",
|
31459
31669
|
"noun",
|
31460
31670
|
"thisitthat",
|
31461
31671
|
"reason",
|
@@ -31537,6 +31747,9 @@
|
|
31537
31747
|
"dog": [
|
31538
31748
|
"canine"
|
31539
31749
|
],
|
31750
|
+
"doubleQuote": [
|
31751
|
+
"queryable"
|
31752
|
+
],
|
31540
31753
|
"eagle": [
|
31541
31754
|
"bird"
|
31542
31755
|
],
|
@@ -31640,13 +31853,15 @@
|
|
31640
31853
|
"thisitthat": [
|
31641
31854
|
"queryable"
|
31642
31855
|
],
|
31856
|
+
"to": [
|
31857
|
+
"preposition"
|
31858
|
+
],
|
31643
31859
|
"torpedo": [
|
31644
31860
|
"weapon"
|
31645
31861
|
],
|
31646
31862
|
"unknown": [
|
31647
31863
|
"hierarchyAble",
|
31648
31864
|
"object",
|
31649
|
-
"notAble",
|
31650
31865
|
"theAble",
|
31651
31866
|
"queryable"
|
31652
31867
|
],
|
@@ -31735,6 +31950,8 @@
|
|
31735
31950
|
},
|
31736
31951
|
"dog": {
|
31737
31952
|
},
|
31953
|
+
"doubleQuote": {
|
31954
|
+
},
|
31738
31955
|
"eagle": {
|
31739
31956
|
},
|
31740
31957
|
"eye": {
|
@@ -31897,8 +32114,6 @@
|
|
31897
32114
|
},
|
31898
32115
|
"name": {
|
31899
32116
|
},
|
31900
|
-
"notAble": {
|
31901
|
-
},
|
31902
32117
|
"noun": {
|
31903
32118
|
},
|
31904
32119
|
"object": {
|
@@ -32049,6 +32264,8 @@
|
|
32049
32264
|
},
|
32050
32265
|
"thisitthat": {
|
32051
32266
|
},
|
32267
|
+
"to": {
|
32268
|
+
},
|
32052
32269
|
"toAble": {
|
32053
32270
|
},
|
32054
32271
|
"torpedo": {
|
@@ -32282,6 +32499,8 @@
|
|
32282
32499
|
],
|
32283
32500
|
"variables": {
|
32284
32501
|
}
|
32502
|
+
},
|
32503
|
+
"tokenize2": {
|
32285
32504
|
}
|
32286
32505
|
},
|
32287
32506
|
"processed": [
|
@@ -32316,6 +32535,7 @@
|
|
32316
32535
|
"modifier_photon": {
|
32317
32536
|
"level": 0,
|
32318
32537
|
"marker": "photon",
|
32538
|
+
"number": "one",
|
32319
32539
|
"range": {
|
32320
32540
|
"end": 31,
|
32321
32541
|
"start": 26
|
@@ -32383,6 +32603,7 @@
|
|
32383
32603
|
"modifier_photon": {
|
32384
32604
|
"level": 0,
|
32385
32605
|
"marker": "photon",
|
32606
|
+
"number": "one",
|
32386
32607
|
"range": {
|
32387
32608
|
"end": 31,
|
32388
32609
|
"start": 26
|
@@ -32498,6 +32719,7 @@
|
|
32498
32719
|
"modifier_photon": {
|
32499
32720
|
"level": 0,
|
32500
32721
|
"marker": "photon",
|
32722
|
+
"number": "one",
|
32501
32723
|
"range": {
|
32502
32724
|
"end": 31,
|
32503
32725
|
"start": 26
|
@@ -32608,6 +32830,7 @@
|
|
32608
32830
|
"modifier_photon": {
|
32609
32831
|
"level": 0,
|
32610
32832
|
"marker": "photon",
|
32833
|
+
"number": "one",
|
32611
32834
|
"range": {
|
32612
32835
|
"end": 31,
|
32613
32836
|
"start": 26
|
@@ -32675,6 +32898,7 @@
|
|
32675
32898
|
"modifier_photon": {
|
32676
32899
|
"level": 0,
|
32677
32900
|
"marker": "photon",
|
32901
|
+
"number": "one",
|
32678
32902
|
"range": {
|
32679
32903
|
"end": 31,
|
32680
32904
|
"start": 26
|
@@ -32900,7 +33124,21 @@
|
|
32900
33124
|
"dead": true,
|
32901
33125
|
"level": 1,
|
32902
33126
|
"marker": "unknown",
|
32903
|
-
"
|
33127
|
+
"modifiers": [
|
33128
|
+
"negated"
|
33129
|
+
],
|
33130
|
+
"negated": {
|
33131
|
+
"default": true,
|
33132
|
+
"level": 0,
|
33133
|
+
"marker": "not",
|
33134
|
+
"range": {
|
33135
|
+
"end": 54,
|
33136
|
+
"start": 52
|
33137
|
+
},
|
33138
|
+
"text": "not",
|
33139
|
+
"value": "not",
|
33140
|
+
"word": "not"
|
33141
|
+
},
|
32904
33142
|
"range": {
|
32905
33143
|
"end": 60,
|
32906
33144
|
"start": 52
|
@@ -32918,7 +33156,7 @@
|
|
32918
33156
|
"topLevel": true,
|
32919
33157
|
"touchedBy": [
|
32920
33158
|
"crew#call2",
|
32921
|
-
"
|
33159
|
+
"instance25#crew#call2"
|
32922
33160
|
],
|
32923
33161
|
"value": "means",
|
32924
33162
|
"word": "means"
|
@@ -33119,7 +33357,7 @@
|
|
33119
33357
|
"topLevel": true,
|
33120
33358
|
"touchedBy": [
|
33121
33359
|
"crew#call2",
|
33122
|
-
"
|
33360
|
+
"instance24#crew#call2"
|
33123
33361
|
],
|
33124
33362
|
"value": "means",
|
33125
33363
|
"word": "means"
|
@@ -33164,7 +33402,7 @@
|
|
33164
33402
|
"topLevel": true,
|
33165
33403
|
"touchedBy": [
|
33166
33404
|
"crew#call2",
|
33167
|
-
"
|
33405
|
+
"instance23#crew#call2"
|
33168
33406
|
],
|
33169
33407
|
"two": {
|
33170
33408
|
"dead": true,
|
@@ -33224,7 +33462,7 @@
|
|
33224
33462
|
"topLevel": true,
|
33225
33463
|
"touchedBy": [
|
33226
33464
|
"crew#call2",
|
33227
|
-
"
|
33465
|
+
"instance22#crew#call2"
|
33228
33466
|
],
|
33229
33467
|
"two": {
|
33230
33468
|
"dead": true,
|
@@ -33284,7 +33522,7 @@
|
|
33284
33522
|
"topLevel": true,
|
33285
33523
|
"touchedBy": [
|
33286
33524
|
"crew#call2",
|
33287
|
-
"
|
33525
|
+
"instance21#crew#call2"
|
33288
33526
|
],
|
33289
33527
|
"two": {
|
33290
33528
|
"dead": true,
|
@@ -33350,16 +33588,6 @@
|
|
33350
33588
|
0
|
33351
33589
|
]
|
33352
33590
|
],
|
33353
|
-
[
|
33354
|
-
[
|
33355
|
-
"crew",
|
33356
|
-
0
|
33357
|
-
],
|
33358
|
-
[
|
33359
|
-
"the",
|
33360
|
-
0
|
33361
|
-
]
|
33362
|
-
],
|
33363
33591
|
[
|
33364
33592
|
[
|
33365
33593
|
"is",
|
@@ -33409,6 +33637,7 @@
|
|
33409
33637
|
"modifier_crew": {
|
33410
33638
|
"level": 0,
|
33411
33639
|
"marker": "crew",
|
33640
|
+
"number": "one",
|
33412
33641
|
"range": {
|
33413
33642
|
"end": 15,
|
33414
33643
|
"start": 12
|
@@ -33476,6 +33705,7 @@
|
|
33476
33705
|
"modifier_crew": {
|
33477
33706
|
"level": 0,
|
33478
33707
|
"marker": "crew",
|
33708
|
+
"number": "one",
|
33479
33709
|
"range": {
|
33480
33710
|
"end": 15,
|
33481
33711
|
"start": 12
|
@@ -33560,6 +33790,7 @@
|
|
33560
33790
|
"modifier_crew": {
|
33561
33791
|
"level": 0,
|
33562
33792
|
"marker": "crew",
|
33793
|
+
"number": "one",
|
33563
33794
|
"range": {
|
33564
33795
|
"end": 15,
|
33565
33796
|
"start": 12
|
@@ -33708,11 +33939,13 @@
|
|
33708
33939
|
"gdefaults": "gdefaults2",
|
33709
33940
|
"hierarchy": "hierarchy2",
|
33710
33941
|
"meta": "meta2",
|
33942
|
+
"negation": "negation2",
|
33711
33943
|
"pos": "pos2",
|
33712
33944
|
"properties": "properties2",
|
33713
33945
|
"punctuation": "punctuation2",
|
33714
33946
|
"sdefaults": "sdefaults2",
|
33715
|
-
"stm": "stm2"
|
33947
|
+
"stm": "stm2",
|
33948
|
+
"tokenize": "tokenize2"
|
33716
33949
|
},
|
33717
33950
|
"namespaced": {
|
33718
33951
|
"animals2": {
|
@@ -33728,6 +33961,7 @@
|
|
33728
33961
|
"crew1": {
|
33729
33962
|
},
|
33730
33963
|
"dialogues2": {
|
33964
|
+
"idSuffix": "",
|
33731
33965
|
"mentioned": [
|
33732
33966
|
],
|
33733
33967
|
"variables": {
|
@@ -33741,6 +33975,8 @@
|
|
33741
33975
|
},
|
33742
33976
|
"meta2": {
|
33743
33977
|
},
|
33978
|
+
"negation2": {
|
33979
|
+
},
|
33744
33980
|
"pos2": {
|
33745
33981
|
},
|
33746
33982
|
"properties2": {
|
@@ -33806,16 +34042,14 @@
|
|
33806
34042
|
"spock",
|
33807
34043
|
"mccoy"
|
33808
34044
|
],
|
33809
|
-
"notAble": [
|
33810
|
-
"unknown"
|
33811
|
-
],
|
33812
34045
|
"object": [
|
33813
34046
|
"unknown",
|
33814
34047
|
"what",
|
33815
34048
|
"whose"
|
33816
34049
|
],
|
33817
34050
|
"preposition": [
|
33818
|
-
"between"
|
34051
|
+
"between",
|
34052
|
+
"to"
|
33819
34053
|
],
|
33820
34054
|
"pronoun": [
|
33821
34055
|
"it",
|
@@ -33831,6 +34065,7 @@
|
|
33831
34065
|
"object",
|
33832
34066
|
"xfx",
|
33833
34067
|
"concept",
|
34068
|
+
"doubleQuote",
|
33834
34069
|
"unknown",
|
33835
34070
|
"it",
|
33836
34071
|
"what",
|
@@ -33895,6 +34130,7 @@
|
|
33895
34130
|
"concept",
|
33896
34131
|
"modifies",
|
33897
34132
|
"verby",
|
34133
|
+
"doubleQuote",
|
33898
34134
|
"it",
|
33899
34135
|
"pronoun",
|
33900
34136
|
"this",
|
@@ -33903,10 +34139,10 @@
|
|
33903
34139
|
"a",
|
33904
34140
|
"articlePOS",
|
33905
34141
|
"the",
|
33906
|
-
"notAble",
|
33907
34142
|
"whatAble",
|
33908
34143
|
"is",
|
33909
34144
|
"toAble",
|
34145
|
+
"to",
|
33910
34146
|
"noun",
|
33911
34147
|
"thisitthat",
|
33912
34148
|
"reason",
|
@@ -33988,6 +34224,9 @@
|
|
33988
34224
|
"dog": [
|
33989
34225
|
"canine"
|
33990
34226
|
],
|
34227
|
+
"doubleQuote": [
|
34228
|
+
"queryable"
|
34229
|
+
],
|
33991
34230
|
"eagle": [
|
33992
34231
|
"bird"
|
33993
34232
|
],
|
@@ -34091,13 +34330,15 @@
|
|
34091
34330
|
"thisitthat": [
|
34092
34331
|
"queryable"
|
34093
34332
|
],
|
34333
|
+
"to": [
|
34334
|
+
"preposition"
|
34335
|
+
],
|
34094
34336
|
"torpedo": [
|
34095
34337
|
"weapon"
|
34096
34338
|
],
|
34097
34339
|
"unknown": [
|
34098
34340
|
"hierarchyAble",
|
34099
34341
|
"object",
|
34100
|
-
"notAble",
|
34101
34342
|
"theAble",
|
34102
34343
|
"queryable"
|
34103
34344
|
],
|
@@ -34186,6 +34427,8 @@
|
|
34186
34427
|
},
|
34187
34428
|
"dog": {
|
34188
34429
|
},
|
34430
|
+
"doubleQuote": {
|
34431
|
+
},
|
34189
34432
|
"eagle": {
|
34190
34433
|
},
|
34191
34434
|
"eye": {
|
@@ -34348,8 +34591,6 @@
|
|
34348
34591
|
},
|
34349
34592
|
"name": {
|
34350
34593
|
},
|
34351
|
-
"notAble": {
|
34352
|
-
},
|
34353
34594
|
"noun": {
|
34354
34595
|
},
|
34355
34596
|
"object": {
|
@@ -34500,6 +34741,8 @@
|
|
34500
34741
|
},
|
34501
34742
|
"thisitthat": {
|
34502
34743
|
},
|
34744
|
+
"to": {
|
34745
|
+
},
|
34503
34746
|
"toAble": {
|
34504
34747
|
},
|
34505
34748
|
"torpedo": {
|
@@ -34733,6 +34976,8 @@
|
|
34733
34976
|
],
|
34734
34977
|
"variables": {
|
34735
34978
|
}
|
34979
|
+
},
|
34980
|
+
"tokenize2": {
|
34736
34981
|
}
|
34737
34982
|
},
|
34738
34983
|
"processed": [
|
@@ -34758,6 +35003,7 @@
|
|
34758
35003
|
"modifier_crew": {
|
34759
35004
|
"level": 0,
|
34760
35005
|
"marker": "crew",
|
35006
|
+
"number": "one",
|
34761
35007
|
"range": {
|
34762
35008
|
"end": 15,
|
34763
35009
|
"start": 12
|
@@ -34825,6 +35071,7 @@
|
|
34825
35071
|
"modifier_crew": {
|
34826
35072
|
"level": 0,
|
34827
35073
|
"marker": "crew",
|
35074
|
+
"number": "one",
|
34828
35075
|
"range": {
|
34829
35076
|
"end": 15,
|
34830
35077
|
"start": 12
|
@@ -34909,6 +35156,7 @@
|
|
34909
35156
|
"modifier_crew": {
|
34910
35157
|
"level": 0,
|
34911
35158
|
"marker": "crew",
|
35159
|
+
"number": "one",
|
34912
35160
|
"range": {
|
34913
35161
|
"end": 15,
|
34914
35162
|
"start": 12
|
@@ -35118,7 +35366,21 @@
|
|
35118
35366
|
"dead": true,
|
35119
35367
|
"level": 1,
|
35120
35368
|
"marker": "unknown",
|
35121
|
-
"
|
35369
|
+
"modifiers": [
|
35370
|
+
"negated"
|
35371
|
+
],
|
35372
|
+
"negated": {
|
35373
|
+
"default": true,
|
35374
|
+
"level": 0,
|
35375
|
+
"marker": "not",
|
35376
|
+
"range": {
|
35377
|
+
"end": 54,
|
35378
|
+
"start": 52
|
35379
|
+
},
|
35380
|
+
"text": "not",
|
35381
|
+
"value": "not",
|
35382
|
+
"word": "not"
|
35383
|
+
},
|
35122
35384
|
"range": {
|
35123
35385
|
"end": 60,
|
35124
35386
|
"start": 52
|
@@ -35136,7 +35398,7 @@
|
|
35136
35398
|
"topLevel": true,
|
35137
35399
|
"touchedBy": [
|
35138
35400
|
"crew#call2",
|
35139
|
-
"
|
35401
|
+
"instance25#crew#call2"
|
35140
35402
|
],
|
35141
35403
|
"value": "means",
|
35142
35404
|
"word": "means"
|
@@ -35337,7 +35599,7 @@
|
|
35337
35599
|
"topLevel": true,
|
35338
35600
|
"touchedBy": [
|
35339
35601
|
"crew#call2",
|
35340
|
-
"
|
35602
|
+
"instance24#crew#call2"
|
35341
35603
|
],
|
35342
35604
|
"value": "means",
|
35343
35605
|
"word": "means"
|
@@ -35382,7 +35644,7 @@
|
|
35382
35644
|
"topLevel": true,
|
35383
35645
|
"touchedBy": [
|
35384
35646
|
"crew#call2",
|
35385
|
-
"
|
35647
|
+
"instance23#crew#call2"
|
35386
35648
|
],
|
35387
35649
|
"two": {
|
35388
35650
|
"dead": true,
|
@@ -35442,7 +35704,7 @@
|
|
35442
35704
|
"topLevel": true,
|
35443
35705
|
"touchedBy": [
|
35444
35706
|
"crew#call2",
|
35445
|
-
"
|
35707
|
+
"instance22#crew#call2"
|
35446
35708
|
],
|
35447
35709
|
"two": {
|
35448
35710
|
"dead": true,
|
@@ -35502,7 +35764,7 @@
|
|
35502
35764
|
"topLevel": true,
|
35503
35765
|
"touchedBy": [
|
35504
35766
|
"crew#call2",
|
35505
|
-
"
|
35767
|
+
"instance21#crew#call2"
|
35506
35768
|
],
|
35507
35769
|
"two": {
|
35508
35770
|
"dead": true,
|