tpmkms_4wp 8.9.1-beta.17 → 8.9.1-beta.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/common/animals.instance.json +91 -78
  2. package/common/articles.js +4 -4
  3. package/common/asking.test.json +41 -0
  4. package/common/colors.instance.json +98 -128
  5. package/common/comparable.instance.json +21 -18
  6. package/common/comparable.js +1 -1
  7. package/common/countable.js +1 -1
  8. package/common/crew.instance.json +182 -224
  9. package/common/dialogues.js +5 -5
  10. package/common/dimension.instance.json +7 -6
  11. package/common/edible.instance.json +224 -236
  12. package/common/emotions.instance.json +7 -66
  13. package/common/fastfood.instance.json +709 -1161
  14. package/common/fastfood.js +1 -1
  15. package/common/formulas.instance.json +7 -6
  16. package/common/formulas.test.json +461 -10
  17. package/common/gdefaults.js +1 -1
  18. package/common/helpers/concept.js +2 -2
  19. package/common/helpers/properties.js +1 -1
  20. package/common/kirk.instance.json +7 -6
  21. package/common/length.instance.json +105 -90
  22. package/common/math.instance.json +7 -6
  23. package/common/ordering.instance.json +14 -132
  24. package/common/ordinals.js +1 -0
  25. package/common/people.instance.json +56 -48
  26. package/common/pipboy.instance.json +129 -112
  27. package/common/pipboy.js +5 -5
  28. package/common/pokemon.instance.json +91 -78
  29. package/common/pos.js +6 -6
  30. package/common/pressure.instance.json +28 -24
  31. package/common/properties.instance.json +7 -50
  32. package/common/properties.js +3 -3
  33. package/common/reports.instance.json +15 -13
  34. package/common/reports.js +1 -1
  35. package/common/sizeable.js +1 -1
  36. package/common/spock.instance.json +7 -6
  37. package/common/temperature.instance.json +28 -220
  38. package/common/ui.instance.json +7 -6
  39. package/common/weight.instance.json +84 -140
  40. package/common/wp.instance.json +140 -169
  41. package/common/wp.js +16 -6
  42. package/common/wp.test.json +4906 -987
  43. package/package.json +2 -2
@@ -19,7 +19,7 @@
19
19
  "hierarchy": [
20
20
  [
21
21
  "a",
22
- "articlePOS",
22
+ "article",
23
23
  false
24
24
  ],
25
25
  [
@@ -28,8 +28,8 @@
28
28
  false
29
29
  ],
30
30
  [
31
- "articlePOS",
32
- "articlePOS",
31
+ "article",
32
+ "article",
33
33
  false
34
34
  ],
35
35
  [
@@ -69,7 +69,7 @@
69
69
  ],
70
70
  [
71
71
  "each",
72
- "articlePOS",
72
+ "article",
73
73
  false
74
74
  ],
75
75
  [
@@ -79,7 +79,7 @@
79
79
  ],
80
80
  [
81
81
  "every",
82
- "articlePOS",
82
+ "article",
83
83
  false
84
84
  ],
85
85
  [
@@ -239,7 +239,7 @@
239
239
  ],
240
240
  [
241
241
  "the",
242
- "articlePOS",
242
+ "article",
243
243
  false
244
244
  ],
245
245
  [
@@ -537,6 +537,7 @@
537
537
  },
538
538
  "dead": true,
539
539
  "level": 2,
540
+ "context_index": 1,
540
541
  "topLevel": true,
541
542
  "touchedBy": [
542
543
  "animals#call2"
@@ -626,7 +627,7 @@
626
627
  "hierarchy": [
627
628
  [
628
629
  "a",
629
- "articlePOS",
630
+ "article",
630
631
  false
631
632
  ],
632
633
  [
@@ -670,8 +671,8 @@
670
671
  false
671
672
  ],
672
673
  [
673
- "articlePOS",
674
- "articlePOS",
674
+ "article",
675
+ "article",
675
676
  false
676
677
  ],
677
678
  [
@@ -751,7 +752,7 @@
751
752
  ],
752
753
  [
753
754
  "each",
754
- "articlePOS",
755
+ "article",
755
756
  false
756
757
  ],
757
758
  [
@@ -761,7 +762,7 @@
761
762
  ],
762
763
  [
763
764
  "every",
764
- "articlePOS",
765
+ "article",
765
766
  false
766
767
  ],
767
768
  [
@@ -971,7 +972,7 @@
971
972
  ],
972
973
  [
973
974
  "the",
974
- "articlePOS",
975
+ "article",
975
976
  false
976
977
  ],
977
978
  [
@@ -1188,6 +1189,7 @@
1188
1189
  },
1189
1190
  "dead": true,
1190
1191
  "level": 2,
1192
+ "context_index": 1,
1191
1193
  "topLevel": true,
1192
1194
  "sameWasProcessed": true,
1193
1195
  "touchedBy": [
@@ -1256,7 +1258,7 @@
1256
1258
  "hierarchy": [
1257
1259
  [
1258
1260
  "a",
1259
- "articlePOS",
1261
+ "article",
1260
1262
  false
1261
1263
  ],
1262
1264
  [
@@ -1300,8 +1302,8 @@
1300
1302
  false
1301
1303
  ],
1302
1304
  [
1303
- "articlePOS",
1304
- "articlePOS",
1305
+ "article",
1306
+ "article",
1305
1307
  false
1306
1308
  ],
1307
1309
  [
@@ -1381,7 +1383,7 @@
1381
1383
  ],
1382
1384
  [
1383
1385
  "each",
1384
- "articlePOS",
1386
+ "article",
1385
1387
  false
1386
1388
  ],
1387
1389
  [
@@ -1391,7 +1393,7 @@
1391
1393
  ],
1392
1394
  [
1393
1395
  "every",
1394
- "articlePOS",
1396
+ "article",
1395
1397
  false
1396
1398
  ],
1397
1399
  [
@@ -1601,7 +1603,7 @@
1601
1603
  ],
1602
1604
  [
1603
1605
  "the",
1604
- "articlePOS",
1606
+ "article",
1605
1607
  false
1606
1608
  ],
1607
1609
  [
@@ -1818,6 +1820,7 @@
1818
1820
  },
1819
1821
  "dead": true,
1820
1822
  "level": 2,
1823
+ "context_index": 1,
1821
1824
  "topLevel": true,
1822
1825
  "sameWasProcessed": true,
1823
1826
  "touchedBy": [
@@ -1886,7 +1889,7 @@
1886
1889
  "hierarchy": [
1887
1890
  [
1888
1891
  "a",
1889
- "articlePOS",
1892
+ "article",
1890
1893
  false
1891
1894
  ],
1892
1895
  [
@@ -1930,8 +1933,8 @@
1930
1933
  false
1931
1934
  ],
1932
1935
  [
1933
- "articlePOS",
1934
- "articlePOS",
1936
+ "article",
1937
+ "article",
1935
1938
  false
1936
1939
  ],
1937
1940
  [
@@ -2011,7 +2014,7 @@
2011
2014
  ],
2012
2015
  [
2013
2016
  "each",
2014
- "articlePOS",
2017
+ "article",
2015
2018
  false
2016
2019
  ],
2017
2020
  [
@@ -2021,7 +2024,7 @@
2021
2024
  ],
2022
2025
  [
2023
2026
  "every",
2024
- "articlePOS",
2027
+ "article",
2025
2028
  false
2026
2029
  ],
2027
2030
  [
@@ -2231,7 +2234,7 @@
2231
2234
  ],
2232
2235
  [
2233
2236
  "the",
2234
- "articlePOS",
2237
+ "article",
2235
2238
  false
2236
2239
  ],
2237
2240
  [
@@ -2478,6 +2481,7 @@
2478
2481
  },
2479
2482
  "negation": true,
2480
2483
  "level": 2,
2484
+ "context_index": 1,
2481
2485
  "topLevel": true,
2482
2486
  "sameWasProcessed": true,
2483
2487
  "touchedBy": [
@@ -2568,7 +2572,7 @@
2568
2572
  "hierarchy": [
2569
2573
  [
2570
2574
  "a",
2571
- "articlePOS",
2575
+ "article",
2572
2576
  false
2573
2577
  ],
2574
2578
  [
@@ -2612,8 +2616,8 @@
2612
2616
  false
2613
2617
  ],
2614
2618
  [
2615
- "articlePOS",
2616
- "articlePOS",
2619
+ "article",
2620
+ "article",
2617
2621
  false
2618
2622
  ],
2619
2623
  [
@@ -2693,7 +2697,7 @@
2693
2697
  ],
2694
2698
  [
2695
2699
  "each",
2696
- "articlePOS",
2700
+ "article",
2697
2701
  false
2698
2702
  ],
2699
2703
  [
@@ -2703,7 +2707,7 @@
2703
2707
  ],
2704
2708
  [
2705
2709
  "every",
2706
- "articlePOS",
2710
+ "article",
2707
2711
  false
2708
2712
  ],
2709
2713
  [
@@ -2913,7 +2917,7 @@
2913
2917
  ],
2914
2918
  [
2915
2919
  "the",
2916
- "articlePOS",
2920
+ "article",
2917
2921
  false
2918
2922
  ],
2919
2923
  [
@@ -3130,6 +3134,7 @@
3130
3134
  },
3131
3135
  "dead": true,
3132
3136
  "level": 2,
3137
+ "context_index": 1,
3133
3138
  "topLevel": true,
3134
3139
  "sameWasProcessed": true,
3135
3140
  "touchedBy": [
@@ -3198,7 +3203,7 @@
3198
3203
  "hierarchy": [
3199
3204
  [
3200
3205
  "a",
3201
- "articlePOS",
3206
+ "article",
3202
3207
  false
3203
3208
  ],
3204
3209
  [
@@ -3242,8 +3247,8 @@
3242
3247
  false
3243
3248
  ],
3244
3249
  [
3245
- "articlePOS",
3246
- "articlePOS",
3250
+ "article",
3251
+ "article",
3247
3252
  false
3248
3253
  ],
3249
3254
  [
@@ -3323,7 +3328,7 @@
3323
3328
  ],
3324
3329
  [
3325
3330
  "each",
3326
- "articlePOS",
3331
+ "article",
3327
3332
  false
3328
3333
  ],
3329
3334
  [
@@ -3333,7 +3338,7 @@
3333
3338
  ],
3334
3339
  [
3335
3340
  "every",
3336
- "articlePOS",
3341
+ "article",
3337
3342
  false
3338
3343
  ],
3339
3344
  [
@@ -3543,7 +3548,7 @@
3543
3548
  ],
3544
3549
  [
3545
3550
  "the",
3546
- "articlePOS",
3551
+ "article",
3547
3552
  false
3548
3553
  ],
3549
3554
  [
@@ -3760,6 +3765,7 @@
3760
3765
  },
3761
3766
  "dead": true,
3762
3767
  "level": 2,
3768
+ "context_index": 1,
3763
3769
  "topLevel": true,
3764
3770
  "sameWasProcessed": true,
3765
3771
  "touchedBy": [
@@ -3828,7 +3834,7 @@
3828
3834
  "hierarchy": [
3829
3835
  [
3830
3836
  "a",
3831
- "articlePOS",
3837
+ "article",
3832
3838
  false
3833
3839
  ],
3834
3840
  [
@@ -3872,8 +3878,8 @@
3872
3878
  false
3873
3879
  ],
3874
3880
  [
3875
- "articlePOS",
3876
- "articlePOS",
3881
+ "article",
3882
+ "article",
3877
3883
  false
3878
3884
  ],
3879
3885
  [
@@ -3953,7 +3959,7 @@
3953
3959
  ],
3954
3960
  [
3955
3961
  "each",
3956
- "articlePOS",
3962
+ "article",
3957
3963
  false
3958
3964
  ],
3959
3965
  [
@@ -3963,7 +3969,7 @@
3963
3969
  ],
3964
3970
  [
3965
3971
  "every",
3966
- "articlePOS",
3972
+ "article",
3967
3973
  false
3968
3974
  ],
3969
3975
  [
@@ -4173,7 +4179,7 @@
4173
4179
  ],
4174
4180
  [
4175
4181
  "the",
4176
- "articlePOS",
4182
+ "article",
4177
4183
  false
4178
4184
  ],
4179
4185
  [
@@ -4390,6 +4396,7 @@
4390
4396
  },
4391
4397
  "dead": true,
4392
4398
  "level": 2,
4399
+ "context_index": 1,
4393
4400
  "topLevel": true,
4394
4401
  "sameWasProcessed": true,
4395
4402
  "touchedBy": [
@@ -4458,7 +4465,7 @@
4458
4465
  "hierarchy": [
4459
4466
  [
4460
4467
  "a",
4461
- "articlePOS",
4468
+ "article",
4462
4469
  false
4463
4470
  ],
4464
4471
  [
@@ -4502,8 +4509,8 @@
4502
4509
  false
4503
4510
  ],
4504
4511
  [
4505
- "articlePOS",
4506
- "articlePOS",
4512
+ "article",
4513
+ "article",
4507
4514
  false
4508
4515
  ],
4509
4516
  [
@@ -4583,7 +4590,7 @@
4583
4590
  ],
4584
4591
  [
4585
4592
  "each",
4586
- "articlePOS",
4593
+ "article",
4587
4594
  false
4588
4595
  ],
4589
4596
  [
@@ -4593,7 +4600,7 @@
4593
4600
  ],
4594
4601
  [
4595
4602
  "every",
4596
- "articlePOS",
4603
+ "article",
4597
4604
  false
4598
4605
  ],
4599
4606
  [
@@ -4803,7 +4810,7 @@
4803
4810
  ],
4804
4811
  [
4805
4812
  "the",
4806
- "articlePOS",
4813
+ "article",
4807
4814
  false
4808
4815
  ],
4809
4816
  [
@@ -5020,6 +5027,7 @@
5020
5027
  },
5021
5028
  "dead": true,
5022
5029
  "level": 2,
5030
+ "context_index": 1,
5023
5031
  "topLevel": true,
5024
5032
  "sameWasProcessed": true,
5025
5033
  "touchedBy": [
@@ -5088,7 +5096,7 @@
5088
5096
  "hierarchy": [
5089
5097
  [
5090
5098
  "a",
5091
- "articlePOS",
5099
+ "article",
5092
5100
  false
5093
5101
  ],
5094
5102
  [
@@ -5132,8 +5140,8 @@
5132
5140
  false
5133
5141
  ],
5134
5142
  [
5135
- "articlePOS",
5136
- "articlePOS",
5143
+ "article",
5144
+ "article",
5137
5145
  false
5138
5146
  ],
5139
5147
  [
@@ -5213,7 +5221,7 @@
5213
5221
  ],
5214
5222
  [
5215
5223
  "each",
5216
- "articlePOS",
5224
+ "article",
5217
5225
  false
5218
5226
  ],
5219
5227
  [
@@ -5223,7 +5231,7 @@
5223
5231
  ],
5224
5232
  [
5225
5233
  "every",
5226
- "articlePOS",
5234
+ "article",
5227
5235
  false
5228
5236
  ],
5229
5237
  [
@@ -5433,7 +5441,7 @@
5433
5441
  ],
5434
5442
  [
5435
5443
  "the",
5436
- "articlePOS",
5444
+ "article",
5437
5445
  false
5438
5446
  ],
5439
5447
  [
@@ -5875,6 +5883,7 @@
5875
5883
  },
5876
5884
  "dead": true,
5877
5885
  "level": 2,
5886
+ "context_index": 1,
5878
5887
  "topLevel": true,
5879
5888
  "touchedBy": [
5880
5889
  "animals#call2"
@@ -6004,7 +6013,7 @@
6004
6013
  "hierarchy": [
6005
6014
  [
6006
6015
  "a",
6007
- "articlePOS",
6016
+ "article",
6008
6017
  false
6009
6018
  ],
6010
6019
  [
@@ -6048,8 +6057,8 @@
6048
6057
  false
6049
6058
  ],
6050
6059
  [
6051
- "articlePOS",
6052
- "articlePOS",
6060
+ "article",
6061
+ "article",
6053
6062
  false
6054
6063
  ],
6055
6064
  [
@@ -6209,7 +6218,7 @@
6209
6218
  ],
6210
6219
  [
6211
6220
  "each",
6212
- "articlePOS",
6221
+ "article",
6213
6222
  false
6214
6223
  ],
6215
6224
  [
@@ -6219,7 +6228,7 @@
6219
6228
  ],
6220
6229
  [
6221
6230
  "every",
6222
- "articlePOS",
6231
+ "article",
6223
6232
  false
6224
6233
  ],
6225
6234
  [
@@ -6509,7 +6518,7 @@
6509
6518
  ],
6510
6519
  [
6511
6520
  "the",
6512
- "articlePOS",
6521
+ "article",
6513
6522
  false
6514
6523
  ],
6515
6524
  [
@@ -6951,6 +6960,7 @@
6951
6960
  },
6952
6961
  "dead": true,
6953
6962
  "level": 2,
6963
+ "context_index": 1,
6954
6964
  "topLevel": true,
6955
6965
  "touchedBy": [
6956
6966
  "animals#call2"
@@ -7080,7 +7090,7 @@
7080
7090
  "hierarchy": [
7081
7091
  [
7082
7092
  "a",
7083
- "articlePOS",
7093
+ "article",
7084
7094
  false
7085
7095
  ],
7086
7096
  [
@@ -7124,8 +7134,8 @@
7124
7134
  false
7125
7135
  ],
7126
7136
  [
7127
- "articlePOS",
7128
- "articlePOS",
7137
+ "article",
7138
+ "article",
7129
7139
  false
7130
7140
  ],
7131
7141
  [
@@ -7285,7 +7295,7 @@
7285
7295
  ],
7286
7296
  [
7287
7297
  "each",
7288
- "articlePOS",
7298
+ "article",
7289
7299
  false
7290
7300
  ],
7291
7301
  [
@@ -7335,7 +7345,7 @@
7335
7345
  ],
7336
7346
  [
7337
7347
  "every",
7338
- "articlePOS",
7348
+ "article",
7339
7349
  false
7340
7350
  ],
7341
7351
  [
@@ -7745,7 +7755,7 @@
7745
7755
  ],
7746
7756
  [
7747
7757
  "the",
7748
- "articlePOS",
7758
+ "article",
7749
7759
  false
7750
7760
  ],
7751
7761
  [
@@ -7954,6 +7964,7 @@
7954
7964
  },
7955
7965
  "dead": true,
7956
7966
  "level": 2,
7967
+ "context_index": 1,
7957
7968
  "topLevel": true,
7958
7969
  "touchedBy": [
7959
7970
  "animals#call2"
@@ -8021,7 +8032,7 @@
8021
8032
  "hierarchy": [
8022
8033
  [
8023
8034
  "a",
8024
- "articlePOS",
8035
+ "article",
8025
8036
  false
8026
8037
  ],
8027
8038
  [
@@ -8065,8 +8076,8 @@
8065
8076
  false
8066
8077
  ],
8067
8078
  [
8068
- "articlePOS",
8069
- "articlePOS",
8079
+ "article",
8080
+ "article",
8070
8081
  false
8071
8082
  ],
8072
8083
  [
@@ -8266,7 +8277,7 @@
8266
8277
  ],
8267
8278
  [
8268
8279
  "each",
8269
- "articlePOS",
8280
+ "article",
8270
8281
  false
8271
8282
  ],
8272
8283
  [
@@ -8316,7 +8327,7 @@
8316
8327
  ],
8317
8328
  [
8318
8329
  "every",
8319
- "articlePOS",
8330
+ "article",
8320
8331
  false
8321
8332
  ],
8322
8333
  [
@@ -8726,7 +8737,7 @@
8726
8737
  ],
8727
8738
  [
8728
8739
  "the",
8729
- "articlePOS",
8740
+ "article",
8730
8741
  false
8731
8742
  ],
8732
8743
  [
@@ -9024,6 +9035,7 @@
9024
9035
  },
9025
9036
  "dead": true,
9026
9037
  "level": 2,
9038
+ "context_index": 1,
9027
9039
  "topLevel": true,
9028
9040
  "touchedBy": [
9029
9041
  "animals#call2"
@@ -9135,7 +9147,7 @@
9135
9147
  "hierarchy": [
9136
9148
  [
9137
9149
  "a",
9138
- "articlePOS",
9150
+ "article",
9139
9151
  false
9140
9152
  ],
9141
9153
  [
@@ -9179,8 +9191,8 @@
9179
9191
  false
9180
9192
  ],
9181
9193
  [
9182
- "articlePOS",
9183
- "articlePOS",
9194
+ "article",
9195
+ "article",
9184
9196
  false
9185
9197
  ],
9186
9198
  [
@@ -9420,7 +9432,7 @@
9420
9432
  ],
9421
9433
  [
9422
9434
  "each",
9423
- "articlePOS",
9435
+ "article",
9424
9436
  false
9425
9437
  ],
9426
9438
  [
@@ -9470,7 +9482,7 @@
9470
9482
  ],
9471
9483
  [
9472
9484
  "every",
9473
- "articlePOS",
9485
+ "article",
9474
9486
  false
9475
9487
  ],
9476
9488
  [
@@ -9880,7 +9892,7 @@
9880
9892
  ],
9881
9893
  [
9882
9894
  "the",
9883
- "articlePOS",
9895
+ "article",
9884
9896
  false
9885
9897
  ],
9886
9898
  [
@@ -10137,6 +10149,7 @@
10137
10149
  },
10138
10150
  "dead": true,
10139
10151
  "level": 2,
10152
+ "context_index": 1,
10140
10153
  "topLevel": true,
10141
10154
  "sameWasProcessed": true,
10142
10155
  "touchedBy": [
@@ -30,12 +30,12 @@ const config = {
30
30
  },
31
31
  {
32
32
  id: 'each',
33
- isA: ['articlePOS'],
33
+ isA: ['article'],
34
34
  bridge: '{ ...after[0], focusableForPhrase: true, pullFromContext: true, concept: true, wantsValue: true, distributer: operator, modifiers: append(["distributer"], after[0].modifiers)}'
35
35
  },
36
36
  {
37
37
  id: 'every',
38
- isA: ['articlePOS'],
38
+ isA: ['article'],
39
39
  bridge: '{ ...after[0], focusableForPhrase: true, pullFromContext: true, concept: true, wantsValue: true, distributer: operator, modifiers: append(["distributer"], after[0].modifiers)}'
40
40
  },
41
41
  {
@@ -95,8 +95,8 @@ const config = {
95
95
  ['it', 'pronoun'],
96
96
  ['this', 'pronoun'],
97
97
  // ['questionMark', 'isEd'],
98
- ['a', 'articlePOS'],
99
- ['the', 'articlePOS'],
98
+ ['a', 'article'],
99
+ ['the', 'article'],
100
100
  ['it', 'queryable'],
101
101
  // ['it', 'toAble'],
102
102
  ['this', 'queryable'],