tpmkms_4wp 9.1.1 → 9.2.0
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/animals.instance.json +13 -0
- package/common/articles.js +3 -0
- package/common/asking.test.json +193 -72
- package/common/avatar.js +0 -6
- package/common/colors.instance.json +42 -0
- package/common/comparable.instance.json +3 -0
- package/common/comparable.js +6 -0
- package/common/concept.js +1 -1
- package/common/crew.instance.json +26 -39
- package/common/crew.js +0 -7
- package/common/dialogues.js +2 -1
- package/common/dimension.instance.json +1 -0
- package/common/edible.instance.json +92 -0
- package/common/emotions.instance.json +1 -0
- package/common/events.js +3 -3
- package/common/events.test.json +107 -36
- package/common/fastfood.instance.json +1053 -12554
- package/common/fastfood.js +2 -1
- package/common/formulas.instance.json +1 -0
- package/common/formulas.js +3 -1
- package/common/formulas.test.json +643 -711
- package/common/helpers/concept.js +6 -2
- package/common/helpers/dialogues.js +1 -1
- package/common/helpers/menus.js +154 -0
- package/common/helpers.js +16 -0
- package/common/kirk.instance.json +1 -0
- package/common/length.instance.json +15 -0
- package/common/math.instance.json +1 -0
- package/common/menus.instance.json +10097 -0
- package/common/menus.js +260 -0
- package/common/menus.test.json +26163 -0
- package/common/negation.js +5 -0
- package/common/ordering.instance.json +2 -0
- package/common/people.instance.json +96 -8
- package/common/pipboy.instance.json +105 -123
- package/common/pipboy.js +0 -7
- package/common/pokemon.instance.json +13 -8
- package/common/pressure.instance.json +4 -0
- package/common/properties.instance.json +1 -0
- package/common/properties.js +1 -0
- package/common/reports.instance.json +18 -23
- package/common/reports.js +12 -3
- package/common/sdefaults.js +28 -3
- package/common/spock.instance.json +1 -0
- package/common/stm.js +2 -1
- package/common/temperature.instance.json +4 -0
- package/common/tester.js +24 -2
- package/common/ui.instance.json +446 -0
- package/common/ui.js +9 -4
- package/common/ui.test.json +6794 -0
- package/common/weight.instance.json +14 -0
- package/common/wp.instance.json +6262 -2
- package/main.js +2 -0
- package/package.json +8 -3
package/common/negation.js
CHANGED
@@ -679,6 +679,7 @@
|
|
679
679
|
"level": 2,
|
680
680
|
"context_index": 1,
|
681
681
|
"topLevel": true,
|
682
|
+
"context_id": 2,
|
682
683
|
"touchedBy": [
|
683
684
|
"ordering#call2"
|
684
685
|
]
|
@@ -2406,6 +2407,7 @@
|
|
2406
2407
|
"level": 1,
|
2407
2408
|
"context_index": 1,
|
2408
2409
|
"topLevel": true,
|
2410
|
+
"context_id": 2,
|
2409
2411
|
"touchedBy": [
|
2410
2412
|
"ordering#call2"
|
2411
2413
|
]
|
@@ -30,6 +30,11 @@
|
|
30
30
|
"preposition",
|
31
31
|
false
|
32
32
|
],
|
33
|
+
[
|
34
|
+
"by_after_isEder_owner",
|
35
|
+
"by_after_isEder_owner",
|
36
|
+
false
|
37
|
+
],
|
33
38
|
[
|
34
39
|
"canBeDoQuestion",
|
35
40
|
"canBeDoQuestion",
|
@@ -117,7 +122,7 @@
|
|
117
122
|
],
|
118
123
|
[
|
119
124
|
"isEder",
|
120
|
-
"
|
125
|
+
"by_after_isEder_owner",
|
121
126
|
false
|
122
127
|
],
|
123
128
|
[
|
@@ -200,6 +205,11 @@
|
|
200
205
|
"isEdee",
|
201
206
|
false
|
202
207
|
],
|
208
|
+
[
|
209
|
+
"owner",
|
210
|
+
"by_after_isEder_owner",
|
211
|
+
false
|
212
|
+
],
|
203
213
|
[
|
204
214
|
"owner",
|
205
215
|
"isEder",
|
@@ -485,6 +495,7 @@
|
|
485
495
|
"level": 1,
|
486
496
|
"context_index": 1,
|
487
497
|
"topLevel": true,
|
498
|
+
"context_id": 2,
|
488
499
|
"touchedBy": [
|
489
500
|
"people#call2"
|
490
501
|
]
|
@@ -668,6 +679,11 @@
|
|
668
679
|
"preposition",
|
669
680
|
false
|
670
681
|
],
|
682
|
+
[
|
683
|
+
"by_after_isEder_owner",
|
684
|
+
"by_after_isEder_owner",
|
685
|
+
false
|
686
|
+
],
|
671
687
|
[
|
672
688
|
"canBeDoQuestion",
|
673
689
|
"canBeDoQuestion",
|
@@ -845,7 +861,7 @@
|
|
845
861
|
],
|
846
862
|
[
|
847
863
|
"isEder",
|
848
|
-
"
|
864
|
+
"by_after_isEder_owner",
|
849
865
|
false
|
850
866
|
],
|
851
867
|
[
|
@@ -973,6 +989,11 @@
|
|
973
989
|
"isEdee",
|
974
990
|
false
|
975
991
|
],
|
992
|
+
[
|
993
|
+
"owner",
|
994
|
+
"by_after_isEder_owner",
|
995
|
+
false
|
996
|
+
],
|
976
997
|
[
|
977
998
|
"owner",
|
978
999
|
"isEder",
|
@@ -1258,6 +1279,7 @@
|
|
1258
1279
|
"level": 1,
|
1259
1280
|
"context_index": 1,
|
1260
1281
|
"topLevel": true,
|
1282
|
+
"context_id": 2,
|
1261
1283
|
"touchedBy": [
|
1262
1284
|
"people#call2"
|
1263
1285
|
]
|
@@ -1455,6 +1477,11 @@
|
|
1455
1477
|
"preposition",
|
1456
1478
|
false
|
1457
1479
|
],
|
1480
|
+
[
|
1481
|
+
"by_after_isEder_owner",
|
1482
|
+
"by_after_isEder_owner",
|
1483
|
+
false
|
1484
|
+
],
|
1458
1485
|
[
|
1459
1486
|
"canBeDoQuestion",
|
1460
1487
|
"canBeDoQuestion",
|
@@ -1632,7 +1659,7 @@
|
|
1632
1659
|
],
|
1633
1660
|
[
|
1634
1661
|
"isEder",
|
1635
|
-
"
|
1662
|
+
"by_after_isEder_owner",
|
1636
1663
|
false
|
1637
1664
|
],
|
1638
1665
|
[
|
@@ -1850,6 +1877,11 @@
|
|
1850
1877
|
"isEdee",
|
1851
1878
|
false
|
1852
1879
|
],
|
1880
|
+
[
|
1881
|
+
"owner",
|
1882
|
+
"by_after_isEder_owner",
|
1883
|
+
false
|
1884
|
+
],
|
1853
1885
|
[
|
1854
1886
|
"owner",
|
1855
1887
|
"isEder",
|
@@ -2172,6 +2204,7 @@
|
|
2172
2204
|
"level": 1,
|
2173
2205
|
"context_index": 1,
|
2174
2206
|
"topLevel": true,
|
2207
|
+
"context_id": 2,
|
2175
2208
|
"touchedBy": [
|
2176
2209
|
"people#call2"
|
2177
2210
|
]
|
@@ -2393,6 +2426,11 @@
|
|
2393
2426
|
"preposition",
|
2394
2427
|
false
|
2395
2428
|
],
|
2429
|
+
[
|
2430
|
+
"by_after_isEder_owner",
|
2431
|
+
"by_after_isEder_owner",
|
2432
|
+
false
|
2433
|
+
],
|
2396
2434
|
[
|
2397
2435
|
"canBeDoQuestion",
|
2398
2436
|
"canBeDoQuestion",
|
@@ -2570,7 +2608,7 @@
|
|
2570
2608
|
],
|
2571
2609
|
[
|
2572
2610
|
"isEder",
|
2573
|
-
"
|
2611
|
+
"by_after_isEder_owner",
|
2574
2612
|
false
|
2575
2613
|
],
|
2576
2614
|
[
|
@@ -2788,6 +2826,11 @@
|
|
2788
2826
|
"isEdee",
|
2789
2827
|
false
|
2790
2828
|
],
|
2829
|
+
[
|
2830
|
+
"owner",
|
2831
|
+
"by_after_isEder_owner",
|
2832
|
+
false
|
2833
|
+
],
|
2791
2834
|
[
|
2792
2835
|
"owner",
|
2793
2836
|
"isEder",
|
@@ -3098,6 +3141,7 @@
|
|
3098
3141
|
"level": 1,
|
3099
3142
|
"context_index": 1,
|
3100
3143
|
"topLevel": true,
|
3144
|
+
"context_id": 2,
|
3101
3145
|
"touchedBy": [
|
3102
3146
|
"people#call2"
|
3103
3147
|
]
|
@@ -3295,6 +3339,11 @@
|
|
3295
3339
|
"preposition",
|
3296
3340
|
false
|
3297
3341
|
],
|
3342
|
+
[
|
3343
|
+
"by_after_isEder_owner",
|
3344
|
+
"by_after_isEder_owner",
|
3345
|
+
false
|
3346
|
+
],
|
3298
3347
|
[
|
3299
3348
|
"canBeDoQuestion",
|
3300
3349
|
"canBeDoQuestion",
|
@@ -3562,7 +3611,7 @@
|
|
3562
3611
|
],
|
3563
3612
|
[
|
3564
3613
|
"isEder",
|
3565
|
-
"
|
3614
|
+
"by_after_isEder_owner",
|
3566
3615
|
false
|
3567
3616
|
],
|
3568
3617
|
[
|
@@ -3780,6 +3829,11 @@
|
|
3780
3829
|
"isEdee",
|
3781
3830
|
false
|
3782
3831
|
],
|
3832
|
+
[
|
3833
|
+
"owner",
|
3834
|
+
"by_after_isEder_owner",
|
3835
|
+
false
|
3836
|
+
],
|
3783
3837
|
[
|
3784
3838
|
"owner",
|
3785
3839
|
"isEder",
|
@@ -4154,6 +4208,7 @@
|
|
4154
4208
|
"level": 1,
|
4155
4209
|
"context_index": 1,
|
4156
4210
|
"topLevel": true,
|
4211
|
+
"context_id": 2,
|
4157
4212
|
"metaInfo": "The mapping from from the expression being defined \"given name\" to the definition phrase \"first name\" is []",
|
4158
4213
|
"touchedBy": [
|
4159
4214
|
"people#call2"
|
@@ -4390,6 +4445,11 @@
|
|
4390
4445
|
"preposition",
|
4391
4446
|
false
|
4392
4447
|
],
|
4448
|
+
[
|
4449
|
+
"by_after_isEder_owner",
|
4450
|
+
"by_after_isEder_owner",
|
4451
|
+
false
|
4452
|
+
],
|
4393
4453
|
[
|
4394
4454
|
"canBeDoQuestion",
|
4395
4455
|
"canBeDoQuestion",
|
@@ -4657,7 +4717,7 @@
|
|
4657
4717
|
],
|
4658
4718
|
[
|
4659
4719
|
"isEder",
|
4660
|
-
"
|
4720
|
+
"by_after_isEder_owner",
|
4661
4721
|
false
|
4662
4722
|
],
|
4663
4723
|
[
|
@@ -4875,6 +4935,11 @@
|
|
4875
4935
|
"isEdee",
|
4876
4936
|
false
|
4877
4937
|
],
|
4938
|
+
[
|
4939
|
+
"owner",
|
4940
|
+
"by_after_isEder_owner",
|
4941
|
+
false
|
4942
|
+
],
|
4878
4943
|
[
|
4879
4944
|
"owner",
|
4880
4945
|
"isEder",
|
@@ -5399,6 +5464,7 @@
|
|
5399
5464
|
"level": 1,
|
5400
5465
|
"context_index": 1,
|
5401
5466
|
"topLevel": true,
|
5467
|
+
"context_id": 2,
|
5402
5468
|
"metaInfo": "The mapping from from the expression being defined \"ownee is owned by owner\" to the definition phrase \"owner owns ownee\" is [{\"from\":[\"ownee\"],\"to\":[\"ownee\"]},{\"from\":[\"owner\"],\"to\":[\"owner\"]},{\"from\":[\"number\"],\"to\":[\"number\"]}]",
|
5403
5469
|
"touchedBy": [
|
5404
5470
|
"people#call2"
|
@@ -6093,6 +6159,11 @@
|
|
6093
6159
|
"preposition",
|
6094
6160
|
false
|
6095
6161
|
],
|
6162
|
+
[
|
6163
|
+
"by_after_isEder_owner",
|
6164
|
+
"by_after_isEder_owner",
|
6165
|
+
false
|
6166
|
+
],
|
6096
6167
|
[
|
6097
6168
|
"canBeDoQuestion",
|
6098
6169
|
"canBeDoQuestion",
|
@@ -6360,7 +6431,7 @@
|
|
6360
6431
|
],
|
6361
6432
|
[
|
6362
6433
|
"isEder",
|
6363
|
-
"
|
6434
|
+
"by_after_isEder_owner",
|
6364
6435
|
false
|
6365
6436
|
],
|
6366
6437
|
[
|
@@ -6578,6 +6649,11 @@
|
|
6578
6649
|
"isEdee",
|
6579
6650
|
false
|
6580
6651
|
],
|
6652
|
+
[
|
6653
|
+
"owner",
|
6654
|
+
"by_after_isEder_owner",
|
6655
|
+
false
|
6656
|
+
],
|
6581
6657
|
[
|
6582
6658
|
"owner",
|
6583
6659
|
"isEder",
|
@@ -7040,6 +7116,7 @@
|
|
7040
7116
|
"level": 2,
|
7041
7117
|
"context_index": 1,
|
7042
7118
|
"topLevel": true,
|
7119
|
+
"context_id": 2,
|
7043
7120
|
"touchedBy": [
|
7044
7121
|
"people#call2"
|
7045
7122
|
]
|
@@ -7425,6 +7502,11 @@
|
|
7425
7502
|
"preposition",
|
7426
7503
|
false
|
7427
7504
|
],
|
7505
|
+
[
|
7506
|
+
"by_after_isEder_owner",
|
7507
|
+
"by_after_isEder_owner",
|
7508
|
+
false
|
7509
|
+
],
|
7428
7510
|
[
|
7429
7511
|
"canBeDoQuestion",
|
7430
7512
|
"canBeDoQuestion",
|
@@ -7692,7 +7774,7 @@
|
|
7692
7774
|
],
|
7693
7775
|
[
|
7694
7776
|
"isEder",
|
7695
|
-
"
|
7777
|
+
"by_after_isEder_owner",
|
7696
7778
|
false
|
7697
7779
|
],
|
7698
7780
|
[
|
@@ -7910,6 +7992,11 @@
|
|
7910
7992
|
"isEdee",
|
7911
7993
|
false
|
7912
7994
|
],
|
7995
|
+
[
|
7996
|
+
"owner",
|
7997
|
+
"by_after_isEder_owner",
|
7998
|
+
false
|
7999
|
+
],
|
7913
8000
|
[
|
7914
8001
|
"owner",
|
7915
8002
|
"isEder",
|
@@ -8340,6 +8427,7 @@
|
|
8340
8427
|
"level": 1,
|
8341
8428
|
"context_index": 1,
|
8342
8429
|
"topLevel": true,
|
8430
|
+
"context_id": 2,
|
8343
8431
|
"touchedBy": [
|
8344
8432
|
"people#call2"
|
8345
8433
|
]
|