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
@@ -17,7 +17,7 @@
17
17
  "hierarchy": [
18
18
  [
19
19
  "a",
20
- "articlePOS",
20
+ "article",
21
21
  false
22
22
  ],
23
23
  [
@@ -26,8 +26,8 @@
26
26
  false
27
27
  ],
28
28
  [
29
- "articlePOS",
30
- "articlePOS",
29
+ "article",
30
+ "article",
31
31
  false
32
32
  ],
33
33
  [
@@ -67,7 +67,7 @@
67
67
  ],
68
68
  [
69
69
  "each",
70
- "articlePOS",
70
+ "article",
71
71
  false
72
72
  ],
73
73
  [
@@ -77,7 +77,7 @@
77
77
  ],
78
78
  [
79
79
  "every",
80
- "articlePOS",
80
+ "article",
81
81
  false
82
82
  ],
83
83
  [
@@ -292,7 +292,7 @@
292
292
  ],
293
293
  [
294
294
  "the",
295
- "articlePOS",
295
+ "article",
296
296
  false
297
297
  ],
298
298
  [
@@ -483,6 +483,7 @@
483
483
  "level": 1
484
484
  },
485
485
  "level": 1,
486
+ "context_index": 1,
486
487
  "topLevel": true,
487
488
  "touchedBy": [
488
489
  "people#call2"
@@ -546,7 +547,7 @@
546
547
  "hierarchy": [
547
548
  [
548
549
  "a",
549
- "articlePOS",
550
+ "article",
550
551
  false
551
552
  ],
552
553
  [
@@ -555,8 +556,8 @@
555
556
  false
556
557
  ],
557
558
  [
558
- "articlePOS",
559
- "articlePOS",
559
+ "article",
560
+ "article",
560
561
  false
561
562
  ],
562
563
  [
@@ -596,7 +597,7 @@
596
597
  ],
597
598
  [
598
599
  "each",
599
- "articlePOS",
600
+ "article",
600
601
  false
601
602
  ],
602
603
  [
@@ -606,7 +607,7 @@
606
607
  ],
607
608
  [
608
609
  "every",
609
- "articlePOS",
610
+ "article",
610
611
  false
611
612
  ],
612
613
  [
@@ -956,7 +957,7 @@
956
957
  ],
957
958
  [
958
959
  "the",
959
- "articlePOS",
960
+ "article",
960
961
  false
961
962
  ],
962
963
  [
@@ -1147,6 +1148,7 @@
1147
1148
  "level": 1
1148
1149
  },
1149
1150
  "level": 1,
1151
+ "context_index": 1,
1150
1152
  "topLevel": true,
1151
1153
  "touchedBy": [
1152
1154
  "people#call2"
@@ -1214,7 +1216,7 @@
1214
1216
  "hierarchy": [
1215
1217
  [
1216
1218
  "a",
1217
- "articlePOS",
1219
+ "article",
1218
1220
  false
1219
1221
  ],
1220
1222
  [
@@ -1223,8 +1225,8 @@
1223
1225
  false
1224
1226
  ],
1225
1227
  [
1226
- "articlePOS",
1227
- "articlePOS",
1228
+ "article",
1229
+ "article",
1228
1230
  false
1229
1231
  ],
1230
1232
  [
@@ -1264,7 +1266,7 @@
1264
1266
  ],
1265
1267
  [
1266
1268
  "each",
1267
- "articlePOS",
1269
+ "article",
1268
1270
  false
1269
1271
  ],
1270
1272
  [
@@ -1274,7 +1276,7 @@
1274
1276
  ],
1275
1277
  [
1276
1278
  "every",
1277
- "articlePOS",
1279
+ "article",
1278
1280
  false
1279
1281
  ],
1280
1282
  [
@@ -1714,7 +1716,7 @@
1714
1716
  ],
1715
1717
  [
1716
1718
  "the",
1717
- "articlePOS",
1719
+ "article",
1718
1720
  false
1719
1721
  ],
1720
1722
  [
@@ -1942,6 +1944,7 @@
1942
1944
  "level": 1
1943
1945
  },
1944
1946
  "level": 1,
1947
+ "context_index": 1,
1945
1948
  "topLevel": true,
1946
1949
  "touchedBy": [
1947
1950
  "people#call2"
@@ -2017,7 +2020,7 @@
2017
2020
  "hierarchy": [
2018
2021
  [
2019
2022
  "a",
2020
- "articlePOS",
2023
+ "article",
2021
2024
  false
2022
2025
  ],
2023
2026
  [
@@ -2026,8 +2029,8 @@
2026
2029
  false
2027
2030
  ],
2028
2031
  [
2029
- "articlePOS",
2030
- "articlePOS",
2032
+ "article",
2033
+ "article",
2031
2034
  false
2032
2035
  ],
2033
2036
  [
@@ -2067,7 +2070,7 @@
2067
2070
  ],
2068
2071
  [
2069
2072
  "each",
2070
- "articlePOS",
2073
+ "article",
2071
2074
  false
2072
2075
  ],
2073
2076
  [
@@ -2077,7 +2080,7 @@
2077
2080
  ],
2078
2081
  [
2079
2082
  "every",
2080
- "articlePOS",
2083
+ "article",
2081
2084
  false
2082
2085
  ],
2083
2086
  [
@@ -2542,7 +2545,7 @@
2542
2545
  ],
2543
2546
  [
2544
2547
  "the",
2545
- "articlePOS",
2548
+ "article",
2546
2549
  false
2547
2550
  ],
2548
2551
  [
@@ -2733,6 +2736,7 @@
2733
2736
  "level": 1
2734
2737
  },
2735
2738
  "level": 1,
2739
+ "context_index": 1,
2736
2740
  "topLevel": true,
2737
2741
  "touchedBy": [
2738
2742
  "people#call2"
@@ -2800,7 +2804,7 @@
2800
2804
  "hierarchy": [
2801
2805
  [
2802
2806
  "a",
2803
- "articlePOS",
2807
+ "article",
2804
2808
  false
2805
2809
  ],
2806
2810
  [
@@ -2809,8 +2813,8 @@
2809
2813
  false
2810
2814
  ],
2811
2815
  [
2812
- "articlePOS",
2813
- "articlePOS",
2816
+ "article",
2817
+ "article",
2814
2818
  false
2815
2819
  ],
2816
2820
  [
@@ -2850,7 +2854,7 @@
2850
2854
  ],
2851
2855
  [
2852
2856
  "each",
2853
- "articlePOS",
2857
+ "article",
2854
2858
  false
2855
2859
  ],
2856
2860
  [
@@ -2860,7 +2864,7 @@
2860
2864
  ],
2861
2865
  [
2862
2866
  "every",
2863
- "articlePOS",
2867
+ "article",
2864
2868
  false
2865
2869
  ],
2866
2870
  [
@@ -3415,7 +3419,7 @@
3415
3419
  ],
3416
3420
  [
3417
3421
  "the",
3418
- "articlePOS",
3422
+ "article",
3419
3423
  false
3420
3424
  ],
3421
3425
  [
@@ -3670,6 +3674,7 @@
3670
3674
  "level": 1
3671
3675
  },
3672
3676
  "level": 1,
3677
+ "context_index": 1,
3673
3678
  "topLevel": true,
3674
3679
  "metaInfo": "The mapping from from the expression being defined \"given name\" to the definition phrase \"first name\" is []",
3675
3680
  "touchedBy": [
@@ -3732,7 +3737,7 @@
3732
3737
  "hierarchy": [
3733
3738
  [
3734
3739
  "a",
3735
- "articlePOS",
3740
+ "article",
3736
3741
  false
3737
3742
  ],
3738
3743
  [
@@ -3741,8 +3746,8 @@
3741
3746
  false
3742
3747
  ],
3743
3748
  [
3744
- "articlePOS",
3745
- "articlePOS",
3749
+ "article",
3750
+ "article",
3746
3751
  false
3747
3752
  ],
3748
3753
  [
@@ -3782,7 +3787,7 @@
3782
3787
  ],
3783
3788
  [
3784
3789
  "each",
3785
- "articlePOS",
3790
+ "article",
3786
3791
  false
3787
3792
  ],
3788
3793
  [
@@ -3792,7 +3797,7 @@
3792
3797
  ],
3793
3798
  [
3794
3799
  "every",
3795
- "articlePOS",
3800
+ "article",
3796
3801
  false
3797
3802
  ],
3798
3803
  [
@@ -4347,7 +4352,7 @@
4347
4352
  ],
4348
4353
  [
4349
4354
  "the",
4350
- "articlePOS",
4355
+ "article",
4351
4356
  false
4352
4357
  ],
4353
4358
  [
@@ -4874,6 +4879,7 @@
4874
4879
  "level": 1
4875
4880
  },
4876
4881
  "level": 1,
4882
+ "context_index": 1,
4877
4883
  "topLevel": true,
4878
4884
  "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\"]}]",
4879
4885
  "touchedBy": [
@@ -5042,7 +5048,7 @@
5042
5048
  "hierarchy": [
5043
5049
  [
5044
5050
  "a",
5045
- "articlePOS",
5051
+ "article",
5046
5052
  false
5047
5053
  ],
5048
5054
  [
@@ -5051,8 +5057,8 @@
5051
5057
  false
5052
5058
  ],
5053
5059
  [
5054
- "articlePOS",
5055
- "articlePOS",
5060
+ "article",
5061
+ "article",
5056
5062
  false
5057
5063
  ],
5058
5064
  [
@@ -5092,7 +5098,7 @@
5092
5098
  ],
5093
5099
  [
5094
5100
  "each",
5095
- "articlePOS",
5101
+ "article",
5096
5102
  false
5097
5103
  ],
5098
5104
  [
@@ -5102,7 +5108,7 @@
5102
5108
  ],
5103
5109
  [
5104
5110
  "every",
5105
- "articlePOS",
5111
+ "article",
5106
5112
  false
5107
5113
  ],
5108
5114
  [
@@ -5657,7 +5663,7 @@
5657
5663
  ],
5658
5664
  [
5659
5665
  "the",
5660
- "articlePOS",
5666
+ "article",
5661
5667
  false
5662
5668
  ],
5663
5669
  [
@@ -6001,6 +6007,7 @@
6001
6007
  },
6002
6008
  "dead": true,
6003
6009
  "level": 2,
6010
+ "context_index": 1,
6004
6011
  "topLevel": true,
6005
6012
  "touchedBy": [
6006
6013
  "people#call2"
@@ -6117,7 +6124,7 @@
6117
6124
  "hierarchy": [
6118
6125
  [
6119
6126
  "a",
6120
- "articlePOS",
6127
+ "article",
6121
6128
  false
6122
6129
  ],
6123
6130
  [
@@ -6126,8 +6133,8 @@
6126
6133
  false
6127
6134
  ],
6128
6135
  [
6129
- "articlePOS",
6130
- "articlePOS",
6136
+ "article",
6137
+ "article",
6131
6138
  false
6132
6139
  ],
6133
6140
  [
@@ -6167,7 +6174,7 @@
6167
6174
  ],
6168
6175
  [
6169
6176
  "each",
6170
- "articlePOS",
6177
+ "article",
6171
6178
  false
6172
6179
  ],
6173
6180
  [
@@ -6177,7 +6184,7 @@
6177
6184
  ],
6178
6185
  [
6179
6186
  "every",
6180
- "articlePOS",
6187
+ "article",
6181
6188
  false
6182
6189
  ],
6183
6190
  [
@@ -6757,7 +6764,7 @@
6757
6764
  ],
6758
6765
  [
6759
6766
  "the",
6760
- "articlePOS",
6767
+ "article",
6761
6768
  false
6762
6769
  ],
6763
6770
  [
@@ -7043,6 +7050,7 @@
7043
7050
  "level": 1
7044
7051
  },
7045
7052
  "level": 1,
7053
+ "context_index": 1,
7046
7054
  "topLevel": true,
7047
7055
  "touchedBy": [
7048
7056
  "people#call2"