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
@@ -32,7 +32,7 @@
32
32
  "hierarchy": [
33
33
  [
34
34
  "a",
35
- "articlePOS",
35
+ "article",
36
36
  false
37
37
  ],
38
38
  [
@@ -76,8 +76,8 @@
76
76
  false
77
77
  ],
78
78
  [
79
- "articlePOS",
80
- "articlePOS",
79
+ "article",
80
+ "article",
81
81
  false
82
82
  ],
83
83
  [
@@ -317,7 +317,7 @@
317
317
  ],
318
318
  [
319
319
  "each",
320
- "articlePOS",
320
+ "article",
321
321
  false
322
322
  ],
323
323
  [
@@ -372,7 +372,7 @@
372
372
  ],
373
373
  [
374
374
  "every",
375
- "articlePOS",
375
+ "article",
376
376
  false
377
377
  ],
378
378
  [
@@ -812,7 +812,7 @@
812
812
  ],
813
813
  [
814
814
  "the",
815
- "articlePOS",
815
+ "article",
816
816
  false
817
817
  ],
818
818
  [
@@ -1043,6 +1043,7 @@
1043
1043
  "level": 1
1044
1044
  },
1045
1045
  "level": 1,
1046
+ "context_index": 1,
1046
1047
  "topLevel": true,
1047
1048
  "touchedBy": [
1048
1049
  "crew#call2"
@@ -1106,7 +1107,7 @@
1106
1107
  "hierarchy": [
1107
1108
  [
1108
1109
  "a",
1109
- "articlePOS",
1110
+ "article",
1110
1111
  false
1111
1112
  ],
1112
1113
  [
@@ -1150,8 +1151,8 @@
1150
1151
  false
1151
1152
  ],
1152
1153
  [
1153
- "articlePOS",
1154
- "articlePOS",
1154
+ "article",
1155
+ "article",
1155
1156
  false
1156
1157
  ],
1157
1158
  [
@@ -1481,7 +1482,7 @@
1481
1482
  ],
1482
1483
  [
1483
1484
  "each",
1484
- "articlePOS",
1485
+ "article",
1485
1486
  false
1486
1487
  ],
1487
1488
  [
@@ -1536,7 +1537,7 @@
1536
1537
  ],
1537
1538
  [
1538
1539
  "every",
1539
- "articlePOS",
1540
+ "article",
1540
1541
  false
1541
1542
  ],
1542
1543
  [
@@ -2021,7 +2022,7 @@
2021
2022
  ],
2022
2023
  [
2023
2024
  "the",
2024
- "articlePOS",
2025
+ "article",
2025
2026
  false
2026
2027
  ],
2027
2028
  [
@@ -2392,6 +2393,7 @@
2392
2393
  },
2393
2394
  "dead": true,
2394
2395
  "level": 2,
2396
+ "context_index": 1,
2395
2397
  "topLevel": true,
2396
2398
  "touchedBy": [
2397
2399
  "crew#call2"
@@ -2491,7 +2493,7 @@
2491
2493
  "hierarchy": [
2492
2494
  [
2493
2495
  "a",
2494
- "articlePOS",
2496
+ "article",
2495
2497
  false
2496
2498
  ],
2497
2499
  [
@@ -2535,8 +2537,8 @@
2535
2537
  false
2536
2538
  ],
2537
2539
  [
2538
- "articlePOS",
2539
- "articlePOS",
2540
+ "article",
2541
+ "article",
2540
2542
  false
2541
2543
  ],
2542
2544
  [
@@ -2866,7 +2868,7 @@
2866
2868
  ],
2867
2869
  [
2868
2870
  "each",
2869
- "articlePOS",
2871
+ "article",
2870
2872
  false
2871
2873
  ],
2872
2874
  [
@@ -2921,7 +2923,7 @@
2921
2923
  ],
2922
2924
  [
2923
2925
  "every",
2924
- "articlePOS",
2926
+ "article",
2925
2927
  false
2926
2928
  ],
2927
2929
  [
@@ -3406,7 +3408,7 @@
3406
3408
  ],
3407
3409
  [
3408
3410
  "the",
3409
- "articlePOS",
3411
+ "article",
3410
3412
  false
3411
3413
  ],
3412
3414
  [
@@ -3777,6 +3779,7 @@
3777
3779
  },
3778
3780
  "dead": true,
3779
3781
  "level": 2,
3782
+ "context_index": 1,
3780
3783
  "topLevel": true,
3781
3784
  "touchedBy": [
3782
3785
  "crew#call2"
@@ -3876,7 +3879,7 @@
3876
3879
  "hierarchy": [
3877
3880
  [
3878
3881
  "a",
3879
- "articlePOS",
3882
+ "article",
3880
3883
  false
3881
3884
  ],
3882
3885
  [
@@ -3920,8 +3923,8 @@
3920
3923
  false
3921
3924
  ],
3922
3925
  [
3923
- "articlePOS",
3924
- "articlePOS",
3926
+ "article",
3927
+ "article",
3925
3928
  false
3926
3929
  ],
3927
3930
  [
@@ -4251,7 +4254,7 @@
4251
4254
  ],
4252
4255
  [
4253
4256
  "each",
4254
- "articlePOS",
4257
+ "article",
4255
4258
  false
4256
4259
  ],
4257
4260
  [
@@ -4306,7 +4309,7 @@
4306
4309
  ],
4307
4310
  [
4308
4311
  "every",
4309
- "articlePOS",
4312
+ "article",
4310
4313
  false
4311
4314
  ],
4312
4315
  [
@@ -4791,7 +4794,7 @@
4791
4794
  ],
4792
4795
  [
4793
4796
  "the",
4794
- "articlePOS",
4797
+ "article",
4795
4798
  false
4796
4799
  ],
4797
4800
  [
@@ -5162,6 +5165,7 @@
5162
5165
  },
5163
5166
  "dead": true,
5164
5167
  "level": 2,
5168
+ "context_index": 1,
5165
5169
  "topLevel": true,
5166
5170
  "touchedBy": [
5167
5171
  "crew#call2"
@@ -5261,7 +5265,7 @@
5261
5265
  "hierarchy": [
5262
5266
  [
5263
5267
  "a",
5264
- "articlePOS",
5268
+ "article",
5265
5269
  false
5266
5270
  ],
5267
5271
  [
@@ -5305,8 +5309,8 @@
5305
5309
  false
5306
5310
  ],
5307
5311
  [
5308
- "articlePOS",
5309
- "articlePOS",
5312
+ "article",
5313
+ "article",
5310
5314
  false
5311
5315
  ],
5312
5316
  [
@@ -5636,7 +5640,7 @@
5636
5640
  ],
5637
5641
  [
5638
5642
  "each",
5639
- "articlePOS",
5643
+ "article",
5640
5644
  false
5641
5645
  ],
5642
5646
  [
@@ -5691,7 +5695,7 @@
5691
5695
  ],
5692
5696
  [
5693
5697
  "every",
5694
- "articlePOS",
5698
+ "article",
5695
5699
  false
5696
5700
  ],
5697
5701
  [
@@ -6176,7 +6180,7 @@
6176
6180
  ],
6177
6181
  [
6178
6182
  "the",
6179
- "articlePOS",
6183
+ "article",
6180
6184
  false
6181
6185
  ],
6182
6186
  [
@@ -6468,6 +6472,7 @@
6468
6472
  },
6469
6473
  "dead": true,
6470
6474
  "level": 2,
6475
+ "context_index": 1,
6471
6476
  "topLevel": true,
6472
6477
  "touchedBy": [
6473
6478
  "crew#call2"
@@ -6549,7 +6554,7 @@
6549
6554
  "hierarchy": [
6550
6555
  [
6551
6556
  "a",
6552
- "articlePOS",
6557
+ "article",
6553
6558
  false
6554
6559
  ],
6555
6560
  [
@@ -6593,8 +6598,8 @@
6593
6598
  false
6594
6599
  ],
6595
6600
  [
6596
- "articlePOS",
6597
- "articlePOS",
6601
+ "article",
6602
+ "article",
6598
6603
  false
6599
6604
  ],
6600
6605
  [
@@ -6959,7 +6964,7 @@
6959
6964
  ],
6960
6965
  [
6961
6966
  "each",
6962
- "articlePOS",
6967
+ "article",
6963
6968
  false
6964
6969
  ],
6965
6970
  [
@@ -7014,7 +7019,7 @@
7014
7019
  ],
7015
7020
  [
7016
7021
  "every",
7017
- "articlePOS",
7022
+ "article",
7018
7023
  false
7019
7024
  ],
7020
7025
  [
@@ -7539,7 +7544,7 @@
7539
7544
  ],
7540
7545
  [
7541
7546
  "the",
7542
- "articlePOS",
7547
+ "article",
7543
7548
  false
7544
7549
  ],
7545
7550
  [
@@ -7863,6 +7868,7 @@
7863
7868
  },
7864
7869
  "dead": true,
7865
7870
  "level": 2,
7871
+ "context_index": 1,
7866
7872
  "topLevel": true,
7867
7873
  "touchedBy": [
7868
7874
  "crew#call2"
@@ -7942,7 +7948,7 @@
7942
7948
  "hierarchy": [
7943
7949
  [
7944
7950
  "a",
7945
- "articlePOS",
7951
+ "article",
7946
7952
  false
7947
7953
  ],
7948
7954
  [
@@ -7986,8 +7992,8 @@
7986
7992
  false
7987
7993
  ],
7988
7994
  [
7989
- "articlePOS",
7990
- "articlePOS",
7995
+ "article",
7996
+ "article",
7991
7997
  false
7992
7998
  ],
7993
7999
  [
@@ -8352,7 +8358,7 @@
8352
8358
  ],
8353
8359
  [
8354
8360
  "each",
8355
- "articlePOS",
8361
+ "article",
8356
8362
  false
8357
8363
  ],
8358
8364
  [
@@ -8407,7 +8413,7 @@
8407
8413
  ],
8408
8414
  [
8409
8415
  "every",
8410
- "articlePOS",
8416
+ "article",
8411
8417
  false
8412
8418
  ],
8413
8419
  [
@@ -8937,7 +8943,7 @@
8937
8943
  ],
8938
8944
  [
8939
8945
  "the",
8940
- "articlePOS",
8946
+ "article",
8941
8947
  false
8942
8948
  ],
8943
8949
  [
@@ -9308,6 +9314,7 @@
9308
9314
  },
9309
9315
  "dead": true,
9310
9316
  "level": 2,
9317
+ "context_index": 1,
9311
9318
  "topLevel": true,
9312
9319
  "touchedBy": [
9313
9320
  "crew#call2"
@@ -9407,7 +9414,7 @@
9407
9414
  "hierarchy": [
9408
9415
  [
9409
9416
  "a",
9410
- "articlePOS",
9417
+ "article",
9411
9418
  false
9412
9419
  ],
9413
9420
  [
@@ -9451,8 +9458,8 @@
9451
9458
  false
9452
9459
  ],
9453
9460
  [
9454
- "articlePOS",
9455
- "articlePOS",
9461
+ "article",
9462
+ "article",
9456
9463
  false
9457
9464
  ],
9458
9465
  [
@@ -9817,7 +9824,7 @@
9817
9824
  ],
9818
9825
  [
9819
9826
  "each",
9820
- "articlePOS",
9827
+ "article",
9821
9828
  false
9822
9829
  ],
9823
9830
  [
@@ -9872,7 +9879,7 @@
9872
9879
  ],
9873
9880
  [
9874
9881
  "every",
9875
- "articlePOS",
9882
+ "article",
9876
9883
  false
9877
9884
  ],
9878
9885
  [
@@ -10402,7 +10409,7 @@
10402
10409
  ],
10403
10410
  [
10404
10411
  "the",
10405
- "articlePOS",
10412
+ "article",
10406
10413
  false
10407
10414
  ],
10408
10415
  [
@@ -10773,6 +10780,7 @@
10773
10780
  },
10774
10781
  "dead": true,
10775
10782
  "level": 2,
10783
+ "context_index": 1,
10776
10784
  "topLevel": true,
10777
10785
  "touchedBy": [
10778
10786
  "crew#call2"
@@ -10872,7 +10880,7 @@
10872
10880
  "hierarchy": [
10873
10881
  [
10874
10882
  "a",
10875
- "articlePOS",
10883
+ "article",
10876
10884
  false
10877
10885
  ],
10878
10886
  [
@@ -10916,8 +10924,8 @@
10916
10924
  false
10917
10925
  ],
10918
10926
  [
10919
- "articlePOS",
10920
- "articlePOS",
10927
+ "article",
10928
+ "article",
10921
10929
  false
10922
10930
  ],
10923
10931
  [
@@ -11282,7 +11290,7 @@
11282
11290
  ],
11283
11291
  [
11284
11292
  "each",
11285
- "articlePOS",
11293
+ "article",
11286
11294
  false
11287
11295
  ],
11288
11296
  [
@@ -11337,7 +11345,7 @@
11337
11345
  ],
11338
11346
  [
11339
11347
  "every",
11340
- "articlePOS",
11348
+ "article",
11341
11349
  false
11342
11350
  ],
11343
11351
  [
@@ -11867,7 +11875,7 @@
11867
11875
  ],
11868
11876
  [
11869
11877
  "the",
11870
- "articlePOS",
11878
+ "article",
11871
11879
  false
11872
11880
  ],
11873
11881
  [
@@ -12238,6 +12246,7 @@
12238
12246
  },
12239
12247
  "dead": true,
12240
12248
  "level": 2,
12249
+ "context_index": 1,
12241
12250
  "topLevel": true,
12242
12251
  "touchedBy": [
12243
12252
  "crew#call2"
@@ -12337,7 +12346,7 @@
12337
12346
  "hierarchy": [
12338
12347
  [
12339
12348
  "a",
12340
- "articlePOS",
12349
+ "article",
12341
12350
  false
12342
12351
  ],
12343
12352
  [
@@ -12381,8 +12390,8 @@
12381
12390
  false
12382
12391
  ],
12383
12392
  [
12384
- "articlePOS",
12385
- "articlePOS",
12393
+ "article",
12394
+ "article",
12386
12395
  false
12387
12396
  ],
12388
12397
  [
@@ -12747,7 +12756,7 @@
12747
12756
  ],
12748
12757
  [
12749
12758
  "each",
12750
- "articlePOS",
12759
+ "article",
12751
12760
  false
12752
12761
  ],
12753
12762
  [
@@ -12802,7 +12811,7 @@
12802
12811
  ],
12803
12812
  [
12804
12813
  "every",
12805
- "articlePOS",
12814
+ "article",
12806
12815
  false
12807
12816
  ],
12808
12817
  [
@@ -13332,7 +13341,7 @@
13332
13341
  ],
13333
13342
  [
13334
13343
  "the",
13335
- "articlePOS",
13344
+ "article",
13336
13345
  false
13337
13346
  ],
13338
13347
  [
@@ -13624,6 +13633,7 @@
13624
13633
  },
13625
13634
  "dead": true,
13626
13635
  "level": 2,
13636
+ "context_index": 1,
13627
13637
  "topLevel": true,
13628
13638
  "touchedBy": [
13629
13639
  "crew#call2"
@@ -13705,7 +13715,7 @@
13705
13715
  "hierarchy": [
13706
13716
  [
13707
13717
  "a",
13708
- "articlePOS",
13718
+ "article",
13709
13719
  false
13710
13720
  ],
13711
13721
  [
@@ -13749,8 +13759,8 @@
13749
13759
  false
13750
13760
  ],
13751
13761
  [
13752
- "articlePOS",
13753
- "articlePOS",
13762
+ "article",
13763
+ "article",
13754
13764
  false
13755
13765
  ],
13756
13766
  [
@@ -14150,7 +14160,7 @@
14150
14160
  ],
14151
14161
  [
14152
14162
  "each",
14153
- "articlePOS",
14163
+ "article",
14154
14164
  false
14155
14165
  ],
14156
14166
  [
@@ -14205,7 +14215,7 @@
14205
14215
  ],
14206
14216
  [
14207
14217
  "every",
14208
- "articlePOS",
14218
+ "article",
14209
14219
  false
14210
14220
  ],
14211
14221
  [
@@ -14775,7 +14785,7 @@
14775
14785
  ],
14776
14786
  [
14777
14787
  "the",
14778
- "articlePOS",
14788
+ "article",
14779
14789
  false
14780
14790
  ],
14781
14791
  [
@@ -15099,6 +15109,7 @@
15099
15109
  },
15100
15110
  "dead": true,
15101
15111
  "level": 2,
15112
+ "context_index": 1,
15102
15113
  "topLevel": true,
15103
15114
  "touchedBy": [
15104
15115
  "crew#call2"
@@ -15178,7 +15189,7 @@
15178
15189
  "hierarchy": [
15179
15190
  [
15180
15191
  "a",
15181
- "articlePOS",
15192
+ "article",
15182
15193
  false
15183
15194
  ],
15184
15195
  [
@@ -15222,8 +15233,8 @@
15222
15233
  false
15223
15234
  ],
15224
15235
  [
15225
- "articlePOS",
15226
- "articlePOS",
15236
+ "article",
15237
+ "article",
15227
15238
  false
15228
15239
  ],
15229
15240
  [
@@ -15623,7 +15634,7 @@
15623
15634
  ],
15624
15635
  [
15625
15636
  "each",
15626
- "articlePOS",
15637
+ "article",
15627
15638
  false
15628
15639
  ],
15629
15640
  [
@@ -15678,7 +15689,7 @@
15678
15689
  ],
15679
15690
  [
15680
15691
  "every",
15681
- "articlePOS",
15692
+ "article",
15682
15693
  false
15683
15694
  ],
15684
15695
  [
@@ -16253,7 +16264,7 @@
16253
16264
  ],
16254
16265
  [
16255
16266
  "the",
16256
- "articlePOS",
16267
+ "article",
16257
16268
  false
16258
16269
  ],
16259
16270
  [
@@ -16624,6 +16635,7 @@
16624
16635
  },
16625
16636
  "dead": true,
16626
16637
  "level": 2,
16638
+ "context_index": 1,
16627
16639
  "topLevel": true,
16628
16640
  "touchedBy": [
16629
16641
  "crew#call2"
@@ -16739,7 +16751,7 @@
16739
16751
  "hierarchy": [
16740
16752
  [
16741
16753
  "a",
16742
- "articlePOS",
16754
+ "article",
16743
16755
  false
16744
16756
  ],
16745
16757
  [
@@ -16783,8 +16795,8 @@
16783
16795
  false
16784
16796
  ],
16785
16797
  [
16786
- "articlePOS",
16787
- "articlePOS",
16798
+ "article",
16799
+ "article",
16788
16800
  false
16789
16801
  ],
16790
16802
  [
@@ -17184,7 +17196,7 @@
17184
17196
  ],
17185
17197
  [
17186
17198
  "each",
17187
- "articlePOS",
17199
+ "article",
17188
17200
  false
17189
17201
  ],
17190
17202
  [
@@ -17239,7 +17251,7 @@
17239
17251
  ],
17240
17252
  [
17241
17253
  "every",
17242
- "articlePOS",
17254
+ "article",
17243
17255
  false
17244
17256
  ],
17245
17257
  [
@@ -17814,7 +17826,7 @@
17814
17826
  ],
17815
17827
  [
17816
17828
  "the",
17817
- "articlePOS",
17829
+ "article",
17818
17830
  false
17819
17831
  ],
17820
17832
  [
@@ -18185,6 +18197,7 @@
18185
18197
  },
18186
18198
  "dead": true,
18187
18199
  "level": 2,
18200
+ "context_index": 1,
18188
18201
  "topLevel": true,
18189
18202
  "touchedBy": [
18190
18203
  "crew#call2"
@@ -18284,7 +18297,7 @@
18284
18297
  "hierarchy": [
18285
18298
  [
18286
18299
  "a",
18287
- "articlePOS",
18300
+ "article",
18288
18301
  false
18289
18302
  ],
18290
18303
  [
@@ -18328,8 +18341,8 @@
18328
18341
  false
18329
18342
  ],
18330
18343
  [
18331
- "articlePOS",
18332
- "articlePOS",
18344
+ "article",
18345
+ "article",
18333
18346
  false
18334
18347
  ],
18335
18348
  [
@@ -18729,7 +18742,7 @@
18729
18742
  ],
18730
18743
  [
18731
18744
  "each",
18732
- "articlePOS",
18745
+ "article",
18733
18746
  false
18734
18747
  ],
18735
18748
  [
@@ -18784,7 +18797,7 @@
18784
18797
  ],
18785
18798
  [
18786
18799
  "every",
18787
- "articlePOS",
18800
+ "article",
18788
18801
  false
18789
18802
  ],
18790
18803
  [
@@ -19359,7 +19372,7 @@
19359
19372
  ],
19360
19373
  [
19361
19374
  "the",
19362
- "articlePOS",
19375
+ "article",
19363
19376
  false
19364
19377
  ],
19365
19378
  [
@@ -19730,6 +19743,7 @@
19730
19743
  },
19731
19744
  "dead": true,
19732
19745
  "level": 2,
19746
+ "context_index": 1,
19733
19747
  "topLevel": true,
19734
19748
  "touchedBy": [
19735
19749
  "crew#call2"
@@ -19829,7 +19843,7 @@
19829
19843
  "hierarchy": [
19830
19844
  [
19831
19845
  "a",
19832
- "articlePOS",
19846
+ "article",
19833
19847
  false
19834
19848
  ],
19835
19849
  [
@@ -19873,8 +19887,8 @@
19873
19887
  false
19874
19888
  ],
19875
19889
  [
19876
- "articlePOS",
19877
- "articlePOS",
19890
+ "article",
19891
+ "article",
19878
19892
  false
19879
19893
  ],
19880
19894
  [
@@ -20274,7 +20288,7 @@
20274
20288
  ],
20275
20289
  [
20276
20290
  "each",
20277
- "articlePOS",
20291
+ "article",
20278
20292
  false
20279
20293
  ],
20280
20294
  [
@@ -20329,7 +20343,7 @@
20329
20343
  ],
20330
20344
  [
20331
20345
  "every",
20332
- "articlePOS",
20346
+ "article",
20333
20347
  false
20334
20348
  ],
20335
20349
  [
@@ -20904,7 +20918,7 @@
20904
20918
  ],
20905
20919
  [
20906
20920
  "the",
20907
- "articlePOS",
20921
+ "article",
20908
20922
  false
20909
20923
  ],
20910
20924
  [
@@ -21229,6 +21243,7 @@
21229
21243
  },
21230
21244
  "dead": true,
21231
21245
  "level": 2,
21246
+ "context_index": 1,
21232
21247
  "topLevel": true,
21233
21248
  "touchedBy": [
21234
21249
  "crew#call2"
@@ -21326,7 +21341,7 @@
21326
21341
  "hierarchy": [
21327
21342
  [
21328
21343
  "a",
21329
- "articlePOS",
21344
+ "article",
21330
21345
  false
21331
21346
  ],
21332
21347
  [
@@ -21370,8 +21385,8 @@
21370
21385
  false
21371
21386
  ],
21372
21387
  [
21373
- "articlePOS",
21374
- "articlePOS",
21388
+ "article",
21389
+ "article",
21375
21390
  false
21376
21391
  ],
21377
21392
  [
@@ -21771,7 +21786,7 @@
21771
21786
  ],
21772
21787
  [
21773
21788
  "each",
21774
- "articlePOS",
21789
+ "article",
21775
21790
  false
21776
21791
  ],
21777
21792
  [
@@ -21826,7 +21841,7 @@
21826
21841
  ],
21827
21842
  [
21828
21843
  "every",
21829
- "articlePOS",
21844
+ "article",
21830
21845
  false
21831
21846
  ],
21832
21847
  [
@@ -22441,7 +22456,7 @@
22441
22456
  ],
22442
22457
  [
22443
22458
  "the",
22444
- "articlePOS",
22459
+ "article",
22445
22460
  false
22446
22461
  ],
22447
22462
  [
@@ -22731,6 +22746,7 @@
22731
22746
  },
22732
22747
  "dead": true,
22733
22748
  "level": 2,
22749
+ "context_index": 1,
22734
22750
  "topLevel": true,
22735
22751
  "touchedBy": [
22736
22752
  "crew#call2"
@@ -22802,7 +22818,7 @@
22802
22818
  "hierarchy": [
22803
22819
  [
22804
22820
  "a",
22805
- "articlePOS",
22821
+ "article",
22806
22822
  false
22807
22823
  ],
22808
22824
  [
@@ -22846,8 +22862,8 @@
22846
22862
  false
22847
22863
  ],
22848
22864
  [
22849
- "articlePOS",
22850
- "articlePOS",
22865
+ "article",
22866
+ "article",
22851
22867
  false
22852
22868
  ],
22853
22869
  [
@@ -23247,7 +23263,7 @@
23247
23263
  ],
23248
23264
  [
23249
23265
  "each",
23250
- "articlePOS",
23266
+ "article",
23251
23267
  false
23252
23268
  ],
23253
23269
  [
@@ -23302,7 +23318,7 @@
23302
23318
  ],
23303
23319
  [
23304
23320
  "every",
23305
- "articlePOS",
23321
+ "article",
23306
23322
  false
23307
23323
  ],
23308
23324
  [
@@ -23922,7 +23938,7 @@
23922
23938
  ],
23923
23939
  [
23924
23940
  "the",
23925
- "articlePOS",
23941
+ "article",
23926
23942
  false
23927
23943
  ],
23928
23944
  [
@@ -24398,6 +24414,7 @@
24398
24414
  },
24399
24415
  "dead": true,
24400
24416
  "level": 2,
24417
+ "context_index": 1,
24401
24418
  "topLevel": true,
24402
24419
  "touchedBy": [
24403
24420
  "crew#call2"
@@ -24469,10 +24486,6 @@
24469
24486
  "the",
24470
24487
  0
24471
24488
  ],
24472
- [
24473
- "unknown",
24474
- 0
24475
- ],
24476
24489
  [
24477
24490
  "unknown",
24478
24491
  1
@@ -24545,7 +24558,7 @@
24545
24558
  "hierarchy": [
24546
24559
  [
24547
24560
  "a",
24548
- "articlePOS",
24561
+ "article",
24549
24562
  false
24550
24563
  ],
24551
24564
  [
@@ -24589,8 +24602,8 @@
24589
24602
  false
24590
24603
  ],
24591
24604
  [
24592
- "articlePOS",
24593
- "articlePOS",
24605
+ "article",
24606
+ "article",
24594
24607
  false
24595
24608
  ],
24596
24609
  [
@@ -24990,7 +25003,7 @@
24990
25003
  ],
24991
25004
  [
24992
25005
  "each",
24993
- "articlePOS",
25006
+ "article",
24994
25007
  false
24995
25008
  ],
24996
25009
  [
@@ -25045,7 +25058,7 @@
25045
25058
  ],
25046
25059
  [
25047
25060
  "every",
25048
- "articlePOS",
25061
+ "article",
25049
25062
  false
25050
25063
  ],
25051
25064
  [
@@ -25665,7 +25678,7 @@
25665
25678
  ],
25666
25679
  [
25667
25680
  "the",
25668
- "articlePOS",
25681
+ "article",
25669
25682
  false
25670
25683
  ],
25671
25684
  [
@@ -25896,6 +25909,7 @@
25896
25909
  "level": 1
25897
25910
  },
25898
25911
  "level": 1,
25912
+ "context_index": 1,
25899
25913
  "topLevel": true,
25900
25914
  "touchedBy": [
25901
25915
  "crew#call2"
@@ -25959,7 +25973,7 @@
25959
25973
  "hierarchy": [
25960
25974
  [
25961
25975
  "a",
25962
- "articlePOS",
25976
+ "article",
25963
25977
  false
25964
25978
  ],
25965
25979
  [
@@ -26003,8 +26017,8 @@
26003
26017
  false
26004
26018
  ],
26005
26019
  [
26006
- "articlePOS",
26007
- "articlePOS",
26020
+ "article",
26021
+ "article",
26008
26022
  false
26009
26023
  ],
26010
26024
  [
@@ -26404,7 +26418,7 @@
26404
26418
  ],
26405
26419
  [
26406
26420
  "each",
26407
- "articlePOS",
26421
+ "article",
26408
26422
  false
26409
26423
  ],
26410
26424
  [
@@ -26459,7 +26473,7 @@
26459
26473
  ],
26460
26474
  [
26461
26475
  "every",
26462
- "articlePOS",
26476
+ "article",
26463
26477
  false
26464
26478
  ],
26465
26479
  [
@@ -27169,7 +27183,7 @@
27169
27183
  ],
27170
27184
  [
27171
27185
  "the",
27172
- "articlePOS",
27186
+ "article",
27173
27187
  false
27174
27188
  ],
27175
27189
  [
@@ -27744,6 +27758,7 @@
27744
27758
  },
27745
27759
  "dead": true,
27746
27760
  "level": 2,
27761
+ "context_index": 1,
27747
27762
  "topLevel": true,
27748
27763
  "touchedBy": [
27749
27764
  "crew#call2"
@@ -27911,7 +27926,7 @@
27911
27926
  "hierarchy": [
27912
27927
  [
27913
27928
  "a",
27914
- "articlePOS",
27929
+ "article",
27915
27930
  false
27916
27931
  ],
27917
27932
  [
@@ -27955,8 +27970,8 @@
27955
27970
  false
27956
27971
  ],
27957
27972
  [
27958
- "articlePOS",
27959
- "articlePOS",
27973
+ "article",
27974
+ "article",
27960
27975
  false
27961
27976
  ],
27962
27977
  [
@@ -28356,7 +28371,7 @@
28356
28371
  ],
28357
28372
  [
28358
28373
  "each",
28359
- "articlePOS",
28374
+ "article",
28360
28375
  false
28361
28376
  ],
28362
28377
  [
@@ -28411,7 +28426,7 @@
28411
28426
  ],
28412
28427
  [
28413
28428
  "every",
28414
- "articlePOS",
28429
+ "article",
28415
28430
  false
28416
28431
  ],
28417
28432
  [
@@ -29121,7 +29136,7 @@
29121
29136
  ],
29122
29137
  [
29123
29138
  "the",
29124
- "articlePOS",
29139
+ "article",
29125
29140
  false
29126
29141
  ],
29127
29142
  [
@@ -29415,6 +29430,7 @@
29415
29430
  },
29416
29431
  "dead": true,
29417
29432
  "level": 2,
29433
+ "context_index": 1,
29418
29434
  "topLevel": true,
29419
29435
  "touchedBy": [
29420
29436
  "crew#call2"
@@ -29478,7 +29494,7 @@
29478
29494
  "hierarchy": [
29479
29495
  [
29480
29496
  "a",
29481
- "articlePOS",
29497
+ "article",
29482
29498
  false
29483
29499
  ],
29484
29500
  [
@@ -29522,8 +29538,8 @@
29522
29538
  false
29523
29539
  ],
29524
29540
  [
29525
- "articlePOS",
29526
- "articlePOS",
29541
+ "article",
29542
+ "article",
29527
29543
  false
29528
29544
  ],
29529
29545
  [
@@ -29923,7 +29939,7 @@
29923
29939
  ],
29924
29940
  [
29925
29941
  "each",
29926
- "articlePOS",
29942
+ "article",
29927
29943
  false
29928
29944
  ],
29929
29945
  [
@@ -29978,7 +29994,7 @@
29978
29994
  ],
29979
29995
  [
29980
29996
  "every",
29981
- "articlePOS",
29997
+ "article",
29982
29998
  false
29983
29999
  ],
29984
30000
  [
@@ -30728,7 +30744,7 @@
30728
30744
  ],
30729
30745
  [
30730
30746
  "the",
30731
- "articlePOS",
30747
+ "article",
30732
30748
  false
30733
30749
  ],
30734
30750
  [
@@ -31026,6 +31042,7 @@
31026
31042
  },
31027
31043
  "dead": true,
31028
31044
  "level": 2,
31045
+ "context_index": 1,
31029
31046
  "topLevel": true,
31030
31047
  "touchedBy": [
31031
31048
  "crew#call2"
@@ -31093,7 +31110,7 @@
31093
31110
  "hierarchy": [
31094
31111
  [
31095
31112
  "a",
31096
- "articlePOS",
31113
+ "article",
31097
31114
  false
31098
31115
  ],
31099
31116
  [
@@ -31137,8 +31154,8 @@
31137
31154
  false
31138
31155
  ],
31139
31156
  [
31140
- "articlePOS",
31141
- "articlePOS",
31157
+ "article",
31158
+ "article",
31142
31159
  false
31143
31160
  ],
31144
31161
  [
@@ -31538,7 +31555,7 @@
31538
31555
  ],
31539
31556
  [
31540
31557
  "each",
31541
- "articlePOS",
31558
+ "article",
31542
31559
  false
31543
31560
  ],
31544
31561
  [
@@ -31593,7 +31610,7 @@
31593
31610
  ],
31594
31611
  [
31595
31612
  "every",
31596
- "articlePOS",
31613
+ "article",
31597
31614
  false
31598
31615
  ],
31599
31616
  [
@@ -32343,7 +32360,7 @@
32343
32360
  ],
32344
32361
  [
32345
32362
  "the",
32346
- "articlePOS",
32363
+ "article",
32347
32364
  false
32348
32365
  ],
32349
32366
  [
@@ -32646,6 +32663,7 @@
32646
32663
  },
32647
32664
  "dead": true,
32648
32665
  "level": 2,
32666
+ "context_index": 1,
32649
32667
  "topLevel": true,
32650
32668
  "touchedBy": [
32651
32669
  "crew#call2"
@@ -32699,7 +32717,7 @@
32699
32717
  "hierarchy": [
32700
32718
  [
32701
32719
  "a",
32702
- "articlePOS",
32720
+ "article",
32703
32721
  false
32704
32722
  ],
32705
32723
  [
@@ -32743,8 +32761,8 @@
32743
32761
  false
32744
32762
  ],
32745
32763
  [
32746
- "articlePOS",
32747
- "articlePOS",
32764
+ "article",
32765
+ "article",
32748
32766
  false
32749
32767
  ],
32750
32768
  [
@@ -33144,7 +33162,7 @@
33144
33162
  ],
33145
33163
  [
33146
33164
  "each",
33147
- "articlePOS",
33165
+ "article",
33148
33166
  false
33149
33167
  ],
33150
33168
  [
@@ -33199,7 +33217,7 @@
33199
33217
  ],
33200
33218
  [
33201
33219
  "every",
33202
- "articlePOS",
33220
+ "article",
33203
33221
  false
33204
33222
  ],
33205
33223
  [
@@ -33949,7 +33967,7 @@
33949
33967
  ],
33950
33968
  [
33951
33969
  "the",
33952
- "articlePOS",
33970
+ "article",
33953
33971
  false
33954
33972
  ],
33955
33973
  [
@@ -34252,6 +34270,7 @@
34252
34270
  },
34253
34271
  "dead": true,
34254
34272
  "level": 2,
34273
+ "context_index": 1,
34255
34274
  "topLevel": true,
34256
34275
  "touchedBy": [
34257
34276
  "crew#call2"
@@ -34305,7 +34324,7 @@
34305
34324
  "hierarchy": [
34306
34325
  [
34307
34326
  "a",
34308
- "articlePOS",
34327
+ "article",
34309
34328
  false
34310
34329
  ],
34311
34330
  [
@@ -34349,8 +34368,8 @@
34349
34368
  false
34350
34369
  ],
34351
34370
  [
34352
- "articlePOS",
34353
- "articlePOS",
34371
+ "article",
34372
+ "article",
34354
34373
  false
34355
34374
  ],
34356
34375
  [
@@ -34750,7 +34769,7 @@
34750
34769
  ],
34751
34770
  [
34752
34771
  "each",
34753
- "articlePOS",
34772
+ "article",
34754
34773
  false
34755
34774
  ],
34756
34775
  [
@@ -34805,7 +34824,7 @@
34805
34824
  ],
34806
34825
  [
34807
34826
  "every",
34808
- "articlePOS",
34827
+ "article",
34809
34828
  false
34810
34829
  ],
34811
34830
  [
@@ -35555,7 +35574,7 @@
35555
35574
  ],
35556
35575
  [
35557
35576
  "the",
35558
- "articlePOS",
35577
+ "article",
35559
35578
  false
35560
35579
  ],
35561
35580
  [
@@ -35858,6 +35877,7 @@
35858
35877
  },
35859
35878
  "dead": true,
35860
35879
  "level": 2,
35880
+ "context_index": 1,
35861
35881
  "topLevel": true,
35862
35882
  "touchedBy": [
35863
35883
  "crew#call2"
@@ -35911,7 +35931,7 @@
35911
35931
  "hierarchy": [
35912
35932
  [
35913
35933
  "a",
35914
- "articlePOS",
35934
+ "article",
35915
35935
  false
35916
35936
  ],
35917
35937
  [
@@ -35955,8 +35975,8 @@
35955
35975
  false
35956
35976
  ],
35957
35977
  [
35958
- "articlePOS",
35959
- "articlePOS",
35978
+ "article",
35979
+ "article",
35960
35980
  false
35961
35981
  ],
35962
35982
  [
@@ -36356,7 +36376,7 @@
36356
36376
  ],
36357
36377
  [
36358
36378
  "each",
36359
- "articlePOS",
36379
+ "article",
36360
36380
  false
36361
36381
  ],
36362
36382
  [
@@ -36411,7 +36431,7 @@
36411
36431
  ],
36412
36432
  [
36413
36433
  "every",
36414
- "articlePOS",
36434
+ "article",
36415
36435
  false
36416
36436
  ],
36417
36437
  [
@@ -37161,7 +37181,7 @@
37161
37181
  ],
37162
37182
  [
37163
37183
  "the",
37164
- "articlePOS",
37184
+ "article",
37165
37185
  false
37166
37186
  ],
37167
37187
  [
@@ -37930,6 +37950,7 @@
37930
37950
  "level": 1
37931
37951
  },
37932
37952
  "level": 1,
37953
+ "context_index": 1,
37933
37954
  "topLevel": true,
37934
37955
  "metaInfo": "The mapping from from the expression being defined \"arm the weapon\" to the definition phrase \"the status of the weapon is armed\" is [{\"from\":[\"weapon\"],\"to\":[\"one\",\"object\"]},{\"from\":[\"number\"],\"to\":[\"number\"]}]",
37935
37956
  "touchedBy": [
@@ -38005,36 +38026,6 @@
38005
38026
  1
38006
38027
  ]
38007
38028
  ],
38008
- [
38009
- [
38010
- "arm",
38011
- 0
38012
- ],
38013
- [
38014
- "is",
38015
- 0
38016
- ],
38017
- [
38018
- "means",
38019
- 0
38020
- ],
38021
- [
38022
- "propertyOf",
38023
- 0
38024
- ],
38025
- [
38026
- "the",
38027
- 0
38028
- ],
38029
- [
38030
- "unknown",
38031
- 0
38032
- ],
38033
- [
38034
- "unknown",
38035
- 1
38036
- ]
38037
- ],
38038
38029
  [
38039
38030
  [
38040
38031
  "arm",
@@ -38154,7 +38145,7 @@
38154
38145
  "hierarchy": [
38155
38146
  [
38156
38147
  "a",
38157
- "articlePOS",
38148
+ "article",
38158
38149
  false
38159
38150
  ],
38160
38151
  [
@@ -38198,8 +38189,8 @@
38198
38189
  false
38199
38190
  ],
38200
38191
  [
38201
- "articlePOS",
38202
- "articlePOS",
38192
+ "article",
38193
+ "article",
38203
38194
  false
38204
38195
  ],
38205
38196
  [
@@ -38599,7 +38590,7 @@
38599
38590
  ],
38600
38591
  [
38601
38592
  "each",
38602
- "articlePOS",
38593
+ "article",
38603
38594
  false
38604
38595
  ],
38605
38596
  [
@@ -38654,7 +38645,7 @@
38654
38645
  ],
38655
38646
  [
38656
38647
  "every",
38657
- "articlePOS",
38648
+ "article",
38658
38649
  false
38659
38650
  ],
38660
38651
  [
@@ -39404,7 +39395,7 @@
39404
39395
  ],
39405
39396
  [
39406
39397
  "the",
39407
- "articlePOS",
39398
+ "article",
39408
39399
  false
39409
39400
  ],
39410
39401
  [
@@ -40246,6 +40237,7 @@
40246
40237
  "level": 1
40247
40238
  },
40248
40239
  "level": 1,
40240
+ "context_index": 1,
40249
40241
  "topLevel": true,
40250
40242
  "metaInfo": "The mapping from from the expression being defined \"disarm the weapon\" to the definition phrase \"the status of the weapon is not armed\" is [{\"from\":[\"weapon\"],\"to\":[\"one\",\"object\"]},{\"from\":[\"number\"],\"to\":[\"number\"]}]",
40251
40243
  "touchedBy": [
@@ -40828,36 +40820,6 @@
40828
40820
  1
40829
40821
  ]
40830
40822
  ],
40831
- [
40832
- [
40833
- "arm",
40834
- 0
40835
- ],
40836
- [
40837
- "is",
40838
- 0
40839
- ],
40840
- [
40841
- "means",
40842
- 0
40843
- ],
40844
- [
40845
- "propertyOf",
40846
- 0
40847
- ],
40848
- [
40849
- "the",
40850
- 0
40851
- ],
40852
- [
40853
- "unknown",
40854
- 0
40855
- ],
40856
- [
40857
- "unknown",
40858
- 1
40859
- ]
40860
- ],
40861
40823
  [
40862
40824
  [
40863
40825
  "arm",
@@ -41869,10 +41831,6 @@
41869
41831
  "the",
41870
41832
  0
41871
41833
  ],
41872
- [
41873
- "unknown",
41874
- 0
41875
- ],
41876
41834
  [
41877
41835
  "unknown",
41878
41836
  1