ekms 9.6.3-beta.22 → 9.6.3-beta.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/avatar.test.json +173 -33
- package/common/crew.instance.json +104 -0
- package/common/drone.instance.json +36 -0
- package/common/drone.test.json +12361 -0
- package/common/edible.instance.json +28 -36
- package/common/fastfood.instance.json +310 -110
- package/common/properties.js +1 -1
- package/common/properties.test.json +2754 -2142
- package/common/reports.instance.json +1 -1
- package/common/wp.instance.json +0 -88
- package/package.json +2 -2
package/common/avatar.test.json
CHANGED
|
@@ -466,6 +466,8 @@
|
|
|
466
466
|
"properties2": {
|
|
467
467
|
"children": {
|
|
468
468
|
"adjective": [
|
|
469
|
+
"stm_previous",
|
|
470
|
+
"stm_current",
|
|
469
471
|
"stm_before"
|
|
470
472
|
],
|
|
471
473
|
"article": [
|
|
@@ -534,6 +536,9 @@
|
|
|
534
536
|
"memorable",
|
|
535
537
|
"noun"
|
|
536
538
|
],
|
|
539
|
+
"thisAble": [
|
|
540
|
+
"noun"
|
|
541
|
+
],
|
|
537
542
|
"thisitthat": [
|
|
538
543
|
"it",
|
|
539
544
|
"this",
|
|
@@ -587,18 +592,21 @@
|
|
|
587
592
|
"to",
|
|
588
593
|
"isQuery",
|
|
589
594
|
"reason",
|
|
595
|
+
"orAble",
|
|
596
|
+
"ifAble",
|
|
590
597
|
"memorable",
|
|
591
598
|
"remember",
|
|
592
|
-
"
|
|
599
|
+
"stm_previous",
|
|
593
600
|
"adjective",
|
|
594
|
-
"
|
|
595
|
-
"
|
|
601
|
+
"stm_current",
|
|
602
|
+
"stm_before",
|
|
596
603
|
"each",
|
|
597
604
|
"every",
|
|
598
605
|
"distributable",
|
|
599
606
|
"noun",
|
|
600
607
|
"thisitthat",
|
|
601
608
|
"that",
|
|
609
|
+
"thisAble",
|
|
602
610
|
"greg"
|
|
603
611
|
],
|
|
604
612
|
"km": "properties2",
|
|
@@ -658,7 +666,8 @@
|
|
|
658
666
|
"queryable"
|
|
659
667
|
],
|
|
660
668
|
"noun": [
|
|
661
|
-
"theAble"
|
|
669
|
+
"theAble",
|
|
670
|
+
"thisAble"
|
|
662
671
|
],
|
|
663
672
|
"object": [
|
|
664
673
|
"queryable",
|
|
@@ -694,6 +703,12 @@
|
|
|
694
703
|
"stm_before": [
|
|
695
704
|
"adjective"
|
|
696
705
|
],
|
|
706
|
+
"stm_current": [
|
|
707
|
+
"adjective"
|
|
708
|
+
],
|
|
709
|
+
"stm_previous": [
|
|
710
|
+
"adjective"
|
|
711
|
+
],
|
|
697
712
|
"that": [
|
|
698
713
|
"thisitthat"
|
|
699
714
|
],
|
|
@@ -813,6 +828,10 @@
|
|
|
813
828
|
},
|
|
814
829
|
"stm_before": {
|
|
815
830
|
},
|
|
831
|
+
"stm_current": {
|
|
832
|
+
},
|
|
833
|
+
"stm_previous": {
|
|
834
|
+
},
|
|
816
835
|
"that": {
|
|
817
836
|
},
|
|
818
837
|
"the": {
|
|
@@ -821,6 +840,8 @@
|
|
|
821
840
|
},
|
|
822
841
|
"this": {
|
|
823
842
|
},
|
|
843
|
+
"thisAble": {
|
|
844
|
+
},
|
|
824
845
|
"thisitthat": {
|
|
825
846
|
},
|
|
826
847
|
"to": {
|
|
@@ -1200,6 +1221,7 @@
|
|
|
1200
1221
|
"word": "sentientbeing1"
|
|
1201
1222
|
}
|
|
1202
1223
|
],
|
|
1224
|
+
"propertyOf": true,
|
|
1203
1225
|
"pullFromContext": true,
|
|
1204
1226
|
"range": {
|
|
1205
1227
|
"end": 64,
|
|
@@ -2576,6 +2598,8 @@
|
|
|
2576
2598
|
"properties2": {
|
|
2577
2599
|
"children": {
|
|
2578
2600
|
"adjective": [
|
|
2601
|
+
"stm_previous",
|
|
2602
|
+
"stm_current",
|
|
2579
2603
|
"stm_before"
|
|
2580
2604
|
],
|
|
2581
2605
|
"article": [
|
|
@@ -2647,6 +2671,9 @@
|
|
|
2647
2671
|
"memorable",
|
|
2648
2672
|
"noun"
|
|
2649
2673
|
],
|
|
2674
|
+
"thisAble": [
|
|
2675
|
+
"noun"
|
|
2676
|
+
],
|
|
2650
2677
|
"thisitthat": [
|
|
2651
2678
|
"it",
|
|
2652
2679
|
"this",
|
|
@@ -2700,18 +2727,21 @@
|
|
|
2700
2727
|
"to",
|
|
2701
2728
|
"isQuery",
|
|
2702
2729
|
"reason",
|
|
2730
|
+
"orAble",
|
|
2731
|
+
"ifAble",
|
|
2703
2732
|
"memorable",
|
|
2704
2733
|
"remember",
|
|
2705
|
-
"
|
|
2734
|
+
"stm_previous",
|
|
2706
2735
|
"adjective",
|
|
2707
|
-
"
|
|
2708
|
-
"
|
|
2736
|
+
"stm_current",
|
|
2737
|
+
"stm_before",
|
|
2709
2738
|
"each",
|
|
2710
2739
|
"every",
|
|
2711
2740
|
"distributable",
|
|
2712
2741
|
"noun",
|
|
2713
2742
|
"thisitthat",
|
|
2714
2743
|
"that",
|
|
2744
|
+
"thisAble",
|
|
2715
2745
|
"greg",
|
|
2716
2746
|
"name",
|
|
2717
2747
|
"other"
|
|
@@ -2776,7 +2806,8 @@
|
|
|
2776
2806
|
"queryable"
|
|
2777
2807
|
],
|
|
2778
2808
|
"noun": [
|
|
2779
|
-
"theAble"
|
|
2809
|
+
"theAble",
|
|
2810
|
+
"thisAble"
|
|
2780
2811
|
],
|
|
2781
2812
|
"object": [
|
|
2782
2813
|
"queryable",
|
|
@@ -2812,6 +2843,12 @@
|
|
|
2812
2843
|
"stm_before": [
|
|
2813
2844
|
"adjective"
|
|
2814
2845
|
],
|
|
2846
|
+
"stm_current": [
|
|
2847
|
+
"adjective"
|
|
2848
|
+
],
|
|
2849
|
+
"stm_previous": [
|
|
2850
|
+
"adjective"
|
|
2851
|
+
],
|
|
2815
2852
|
"that": [
|
|
2816
2853
|
"thisitthat"
|
|
2817
2854
|
],
|
|
@@ -2951,6 +2988,10 @@
|
|
|
2951
2988
|
},
|
|
2952
2989
|
"stm_before": {
|
|
2953
2990
|
},
|
|
2991
|
+
"stm_current": {
|
|
2992
|
+
},
|
|
2993
|
+
"stm_previous": {
|
|
2994
|
+
},
|
|
2954
2995
|
"that": {
|
|
2955
2996
|
},
|
|
2956
2997
|
"the": {
|
|
@@ -2959,6 +3000,8 @@
|
|
|
2959
3000
|
},
|
|
2960
3001
|
"this": {
|
|
2961
3002
|
},
|
|
3003
|
+
"thisAble": {
|
|
3004
|
+
},
|
|
2962
3005
|
"thisitthat": {
|
|
2963
3006
|
},
|
|
2964
3007
|
"to": {
|
|
@@ -3576,6 +3619,7 @@
|
|
|
3576
3619
|
"word": "sentientbeing1"
|
|
3577
3620
|
}
|
|
3578
3621
|
],
|
|
3622
|
+
"propertyOf": true,
|
|
3579
3623
|
"pullFromContext": true,
|
|
3580
3624
|
"range": {
|
|
3581
3625
|
"end": 64,
|
|
@@ -4557,6 +4601,7 @@
|
|
|
4557
4601
|
"word": "mccoy"
|
|
4558
4602
|
}
|
|
4559
4603
|
],
|
|
4604
|
+
"propertyOf": true,
|
|
4560
4605
|
"pullFromContext": true,
|
|
4561
4606
|
"range": {
|
|
4562
4607
|
"end": 24,
|
|
@@ -4827,6 +4872,8 @@
|
|
|
4827
4872
|
"properties2": {
|
|
4828
4873
|
"children": {
|
|
4829
4874
|
"adjective": [
|
|
4875
|
+
"stm_previous",
|
|
4876
|
+
"stm_current",
|
|
4830
4877
|
"stm_before"
|
|
4831
4878
|
],
|
|
4832
4879
|
"article": [
|
|
@@ -4895,6 +4942,9 @@
|
|
|
4895
4942
|
"memorable",
|
|
4896
4943
|
"noun"
|
|
4897
4944
|
],
|
|
4945
|
+
"thisAble": [
|
|
4946
|
+
"noun"
|
|
4947
|
+
],
|
|
4898
4948
|
"thisitthat": [
|
|
4899
4949
|
"it",
|
|
4900
4950
|
"this",
|
|
@@ -4948,18 +4998,21 @@
|
|
|
4948
4998
|
"to",
|
|
4949
4999
|
"isQuery",
|
|
4950
5000
|
"reason",
|
|
5001
|
+
"orAble",
|
|
5002
|
+
"ifAble",
|
|
4951
5003
|
"memorable",
|
|
4952
5004
|
"remember",
|
|
4953
|
-
"
|
|
5005
|
+
"stm_previous",
|
|
4954
5006
|
"adjective",
|
|
4955
|
-
"
|
|
4956
|
-
"
|
|
5007
|
+
"stm_current",
|
|
5008
|
+
"stm_before",
|
|
4957
5009
|
"each",
|
|
4958
5010
|
"every",
|
|
4959
5011
|
"distributable",
|
|
4960
5012
|
"noun",
|
|
4961
5013
|
"thisitthat",
|
|
4962
|
-
"that"
|
|
5014
|
+
"that",
|
|
5015
|
+
"thisAble"
|
|
4963
5016
|
],
|
|
4964
5017
|
"km": "properties2",
|
|
4965
5018
|
"parents": {
|
|
@@ -5018,7 +5071,8 @@
|
|
|
5018
5071
|
"queryable"
|
|
5019
5072
|
],
|
|
5020
5073
|
"noun": [
|
|
5021
|
-
"theAble"
|
|
5074
|
+
"theAble",
|
|
5075
|
+
"thisAble"
|
|
5022
5076
|
],
|
|
5023
5077
|
"object": [
|
|
5024
5078
|
"queryable",
|
|
@@ -5054,6 +5108,12 @@
|
|
|
5054
5108
|
"stm_before": [
|
|
5055
5109
|
"adjective"
|
|
5056
5110
|
],
|
|
5111
|
+
"stm_current": [
|
|
5112
|
+
"adjective"
|
|
5113
|
+
],
|
|
5114
|
+
"stm_previous": [
|
|
5115
|
+
"adjective"
|
|
5116
|
+
],
|
|
5057
5117
|
"that": [
|
|
5058
5118
|
"thisitthat"
|
|
5059
5119
|
],
|
|
@@ -5167,6 +5227,10 @@
|
|
|
5167
5227
|
},
|
|
5168
5228
|
"stm_before": {
|
|
5169
5229
|
},
|
|
5230
|
+
"stm_current": {
|
|
5231
|
+
},
|
|
5232
|
+
"stm_previous": {
|
|
5233
|
+
},
|
|
5170
5234
|
"that": {
|
|
5171
5235
|
},
|
|
5172
5236
|
"the": {
|
|
@@ -5175,6 +5239,8 @@
|
|
|
5175
5239
|
},
|
|
5176
5240
|
"this": {
|
|
5177
5241
|
},
|
|
5242
|
+
"thisAble": {
|
|
5243
|
+
},
|
|
5178
5244
|
"thisitthat": {
|
|
5179
5245
|
},
|
|
5180
5246
|
"to": {
|
|
@@ -5342,6 +5408,7 @@
|
|
|
5342
5408
|
"word": "mccoy"
|
|
5343
5409
|
}
|
|
5344
5410
|
],
|
|
5411
|
+
"propertyOf": true,
|
|
5345
5412
|
"pullFromContext": true,
|
|
5346
5413
|
"range": {
|
|
5347
5414
|
"end": 24,
|
|
@@ -5547,6 +5614,7 @@
|
|
|
5547
5614
|
"word": "sentientbeing1"
|
|
5548
5615
|
}
|
|
5549
5616
|
],
|
|
5617
|
+
"propertyOf": true,
|
|
5550
5618
|
"pullFromContext": true,
|
|
5551
5619
|
"range": {
|
|
5552
5620
|
"end": 64,
|
|
@@ -6254,6 +6322,8 @@
|
|
|
6254
6322
|
"properties2": {
|
|
6255
6323
|
"children": {
|
|
6256
6324
|
"adjective": [
|
|
6325
|
+
"stm_previous",
|
|
6326
|
+
"stm_current",
|
|
6257
6327
|
"stm_before"
|
|
6258
6328
|
],
|
|
6259
6329
|
"article": [
|
|
@@ -6322,6 +6392,9 @@
|
|
|
6322
6392
|
"memorable",
|
|
6323
6393
|
"noun"
|
|
6324
6394
|
],
|
|
6395
|
+
"thisAble": [
|
|
6396
|
+
"noun"
|
|
6397
|
+
],
|
|
6325
6398
|
"thisitthat": [
|
|
6326
6399
|
"it",
|
|
6327
6400
|
"this",
|
|
@@ -6375,18 +6448,21 @@
|
|
|
6375
6448
|
"to",
|
|
6376
6449
|
"isQuery",
|
|
6377
6450
|
"reason",
|
|
6451
|
+
"orAble",
|
|
6452
|
+
"ifAble",
|
|
6378
6453
|
"memorable",
|
|
6379
6454
|
"remember",
|
|
6380
|
-
"
|
|
6455
|
+
"stm_previous",
|
|
6381
6456
|
"adjective",
|
|
6382
|
-
"
|
|
6383
|
-
"
|
|
6457
|
+
"stm_current",
|
|
6458
|
+
"stm_before",
|
|
6384
6459
|
"each",
|
|
6385
6460
|
"every",
|
|
6386
6461
|
"distributable",
|
|
6387
6462
|
"noun",
|
|
6388
6463
|
"thisitthat",
|
|
6389
|
-
"that"
|
|
6464
|
+
"that",
|
|
6465
|
+
"thisAble"
|
|
6390
6466
|
],
|
|
6391
6467
|
"km": "properties2",
|
|
6392
6468
|
"parents": {
|
|
@@ -6445,7 +6521,8 @@
|
|
|
6445
6521
|
"queryable"
|
|
6446
6522
|
],
|
|
6447
6523
|
"noun": [
|
|
6448
|
-
"theAble"
|
|
6524
|
+
"theAble",
|
|
6525
|
+
"thisAble"
|
|
6449
6526
|
],
|
|
6450
6527
|
"object": [
|
|
6451
6528
|
"queryable",
|
|
@@ -6481,6 +6558,12 @@
|
|
|
6481
6558
|
"stm_before": [
|
|
6482
6559
|
"adjective"
|
|
6483
6560
|
],
|
|
6561
|
+
"stm_current": [
|
|
6562
|
+
"adjective"
|
|
6563
|
+
],
|
|
6564
|
+
"stm_previous": [
|
|
6565
|
+
"adjective"
|
|
6566
|
+
],
|
|
6484
6567
|
"that": [
|
|
6485
6568
|
"thisitthat"
|
|
6486
6569
|
],
|
|
@@ -6594,6 +6677,10 @@
|
|
|
6594
6677
|
},
|
|
6595
6678
|
"stm_before": {
|
|
6596
6679
|
},
|
|
6680
|
+
"stm_current": {
|
|
6681
|
+
},
|
|
6682
|
+
"stm_previous": {
|
|
6683
|
+
},
|
|
6597
6684
|
"that": {
|
|
6598
6685
|
},
|
|
6599
6686
|
"the": {
|
|
@@ -6602,6 +6689,8 @@
|
|
|
6602
6689
|
},
|
|
6603
6690
|
"this": {
|
|
6604
6691
|
},
|
|
6692
|
+
"thisAble": {
|
|
6693
|
+
},
|
|
6605
6694
|
"thisitthat": {
|
|
6606
6695
|
},
|
|
6607
6696
|
"to": {
|
|
@@ -6643,11 +6732,14 @@
|
|
|
6643
6732
|
"mentioned": [
|
|
6644
6733
|
{
|
|
6645
6734
|
"fromSTM": true,
|
|
6735
|
+
"isVariable": true,
|
|
6646
6736
|
"marker": "self",
|
|
6647
|
-
"
|
|
6648
|
-
|
|
6649
|
-
|
|
6737
|
+
"namespaced": {
|
|
6738
|
+
"stm": {
|
|
6739
|
+
"id": 1
|
|
6740
|
+
}
|
|
6650
6741
|
},
|
|
6742
|
+
"pullFromContext": false,
|
|
6651
6743
|
"value": "cthulhu"
|
|
6652
6744
|
}
|
|
6653
6745
|
],
|
|
@@ -6911,6 +7003,7 @@
|
|
|
6911
7003
|
"word": "sentientbeing1"
|
|
6912
7004
|
}
|
|
6913
7005
|
],
|
|
7006
|
+
"propertyOf": true,
|
|
6914
7007
|
"pullFromContext": true,
|
|
6915
7008
|
"range": {
|
|
6916
7009
|
"end": 64,
|
|
@@ -7293,6 +7386,8 @@
|
|
|
7293
7386
|
"properties2": {
|
|
7294
7387
|
"children": {
|
|
7295
7388
|
"adjective": [
|
|
7389
|
+
"stm_previous",
|
|
7390
|
+
"stm_current",
|
|
7296
7391
|
"stm_before"
|
|
7297
7392
|
],
|
|
7298
7393
|
"article": [
|
|
@@ -7361,6 +7456,9 @@
|
|
|
7361
7456
|
"memorable",
|
|
7362
7457
|
"noun"
|
|
7363
7458
|
],
|
|
7459
|
+
"thisAble": [
|
|
7460
|
+
"noun"
|
|
7461
|
+
],
|
|
7364
7462
|
"thisitthat": [
|
|
7365
7463
|
"it",
|
|
7366
7464
|
"this",
|
|
@@ -7414,18 +7512,21 @@
|
|
|
7414
7512
|
"to",
|
|
7415
7513
|
"isQuery",
|
|
7416
7514
|
"reason",
|
|
7515
|
+
"orAble",
|
|
7516
|
+
"ifAble",
|
|
7417
7517
|
"memorable",
|
|
7418
7518
|
"remember",
|
|
7419
|
-
"
|
|
7519
|
+
"stm_previous",
|
|
7420
7520
|
"adjective",
|
|
7421
|
-
"
|
|
7422
|
-
"
|
|
7521
|
+
"stm_current",
|
|
7522
|
+
"stm_before",
|
|
7423
7523
|
"each",
|
|
7424
7524
|
"every",
|
|
7425
7525
|
"distributable",
|
|
7426
7526
|
"noun",
|
|
7427
7527
|
"thisitthat",
|
|
7428
|
-
"that"
|
|
7528
|
+
"that",
|
|
7529
|
+
"thisAble"
|
|
7429
7530
|
],
|
|
7430
7531
|
"km": "properties2",
|
|
7431
7532
|
"parents": {
|
|
@@ -7484,7 +7585,8 @@
|
|
|
7484
7585
|
"queryable"
|
|
7485
7586
|
],
|
|
7486
7587
|
"noun": [
|
|
7487
|
-
"theAble"
|
|
7588
|
+
"theAble",
|
|
7589
|
+
"thisAble"
|
|
7488
7590
|
],
|
|
7489
7591
|
"object": [
|
|
7490
7592
|
"queryable",
|
|
@@ -7520,6 +7622,12 @@
|
|
|
7520
7622
|
"stm_before": [
|
|
7521
7623
|
"adjective"
|
|
7522
7624
|
],
|
|
7625
|
+
"stm_current": [
|
|
7626
|
+
"adjective"
|
|
7627
|
+
],
|
|
7628
|
+
"stm_previous": [
|
|
7629
|
+
"adjective"
|
|
7630
|
+
],
|
|
7523
7631
|
"that": [
|
|
7524
7632
|
"thisitthat"
|
|
7525
7633
|
],
|
|
@@ -7633,6 +7741,10 @@
|
|
|
7633
7741
|
},
|
|
7634
7742
|
"stm_before": {
|
|
7635
7743
|
},
|
|
7744
|
+
"stm_current": {
|
|
7745
|
+
},
|
|
7746
|
+
"stm_previous": {
|
|
7747
|
+
},
|
|
7636
7748
|
"that": {
|
|
7637
7749
|
},
|
|
7638
7750
|
"the": {
|
|
@@ -7641,6 +7753,8 @@
|
|
|
7641
7753
|
},
|
|
7642
7754
|
"this": {
|
|
7643
7755
|
},
|
|
7756
|
+
"thisAble": {
|
|
7757
|
+
},
|
|
7644
7758
|
"thisitthat": {
|
|
7645
7759
|
},
|
|
7646
7760
|
"to": {
|
|
@@ -7682,11 +7796,14 @@
|
|
|
7682
7796
|
"mentioned": [
|
|
7683
7797
|
{
|
|
7684
7798
|
"fromSTM": true,
|
|
7799
|
+
"isVariable": true,
|
|
7685
7800
|
"marker": "self",
|
|
7686
|
-
"
|
|
7687
|
-
|
|
7688
|
-
|
|
7801
|
+
"namespaced": {
|
|
7802
|
+
"stm": {
|
|
7803
|
+
"id": 1
|
|
7804
|
+
}
|
|
7689
7805
|
},
|
|
7806
|
+
"pullFromContext": false,
|
|
7690
7807
|
"value": "kirk"
|
|
7691
7808
|
}
|
|
7692
7809
|
],
|
|
@@ -7950,6 +8067,7 @@
|
|
|
7950
8067
|
"word": "sentientbeing1"
|
|
7951
8068
|
}
|
|
7952
8069
|
],
|
|
8070
|
+
"propertyOf": true,
|
|
7953
8071
|
"pullFromContext": true,
|
|
7954
8072
|
"range": {
|
|
7955
8073
|
"end": 64,
|
|
@@ -8863,6 +8981,8 @@
|
|
|
8863
8981
|
"properties2": {
|
|
8864
8982
|
"children": {
|
|
8865
8983
|
"adjective": [
|
|
8984
|
+
"stm_previous",
|
|
8985
|
+
"stm_current",
|
|
8866
8986
|
"stm_before"
|
|
8867
8987
|
],
|
|
8868
8988
|
"article": [
|
|
@@ -8934,6 +9054,9 @@
|
|
|
8934
9054
|
"memorable",
|
|
8935
9055
|
"noun"
|
|
8936
9056
|
],
|
|
9057
|
+
"thisAble": [
|
|
9058
|
+
"noun"
|
|
9059
|
+
],
|
|
8937
9060
|
"thisitthat": [
|
|
8938
9061
|
"it",
|
|
8939
9062
|
"this",
|
|
@@ -8987,18 +9110,21 @@
|
|
|
8987
9110
|
"to",
|
|
8988
9111
|
"isQuery",
|
|
8989
9112
|
"reason",
|
|
9113
|
+
"orAble",
|
|
9114
|
+
"ifAble",
|
|
8990
9115
|
"memorable",
|
|
8991
9116
|
"remember",
|
|
8992
|
-
"
|
|
9117
|
+
"stm_previous",
|
|
8993
9118
|
"adjective",
|
|
8994
|
-
"
|
|
8995
|
-
"
|
|
9119
|
+
"stm_current",
|
|
9120
|
+
"stm_before",
|
|
8996
9121
|
"each",
|
|
8997
9122
|
"every",
|
|
8998
9123
|
"distributable",
|
|
8999
9124
|
"noun",
|
|
9000
9125
|
"thisitthat",
|
|
9001
9126
|
"that",
|
|
9127
|
+
"thisAble",
|
|
9002
9128
|
"greg",
|
|
9003
9129
|
"name",
|
|
9004
9130
|
"self"
|
|
@@ -9063,7 +9189,8 @@
|
|
|
9063
9189
|
"queryable"
|
|
9064
9190
|
],
|
|
9065
9191
|
"noun": [
|
|
9066
|
-
"theAble"
|
|
9192
|
+
"theAble",
|
|
9193
|
+
"thisAble"
|
|
9067
9194
|
],
|
|
9068
9195
|
"object": [
|
|
9069
9196
|
"queryable",
|
|
@@ -9099,6 +9226,12 @@
|
|
|
9099
9226
|
"stm_before": [
|
|
9100
9227
|
"adjective"
|
|
9101
9228
|
],
|
|
9229
|
+
"stm_current": [
|
|
9230
|
+
"adjective"
|
|
9231
|
+
],
|
|
9232
|
+
"stm_previous": [
|
|
9233
|
+
"adjective"
|
|
9234
|
+
],
|
|
9102
9235
|
"that": [
|
|
9103
9236
|
"thisitthat"
|
|
9104
9237
|
],
|
|
@@ -9238,6 +9371,10 @@
|
|
|
9238
9371
|
},
|
|
9239
9372
|
"stm_before": {
|
|
9240
9373
|
},
|
|
9374
|
+
"stm_current": {
|
|
9375
|
+
},
|
|
9376
|
+
"stm_previous": {
|
|
9377
|
+
},
|
|
9241
9378
|
"that": {
|
|
9242
9379
|
},
|
|
9243
9380
|
"the": {
|
|
@@ -9246,6 +9383,8 @@
|
|
|
9246
9383
|
},
|
|
9247
9384
|
"this": {
|
|
9248
9385
|
},
|
|
9386
|
+
"thisAble": {
|
|
9387
|
+
},
|
|
9249
9388
|
"thisitthat": {
|
|
9250
9389
|
},
|
|
9251
9390
|
"to": {
|
|
@@ -9863,6 +10002,7 @@
|
|
|
9863
10002
|
"word": "sentientbeing1"
|
|
9864
10003
|
}
|
|
9865
10004
|
],
|
|
10005
|
+
"propertyOf": true,
|
|
9866
10006
|
"pullFromContext": true,
|
|
9867
10007
|
"range": {
|
|
9868
10008
|
"end": 64,
|