tpmkms_4wp 8.9.1-beta.1 → 8.9.1-beta.11

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 (76) hide show
  1. package/common/animals.instance.json +195 -16
  2. package/common/articles.js +18 -2
  3. package/common/articles.test.json +338 -0
  4. package/common/asking.js +2 -2
  5. package/common/avatar.js +1 -1
  6. package/common/characters.js +1 -1
  7. package/common/colors.instance.json +210 -45
  8. package/common/comparable.instance.json +45 -0
  9. package/common/comparable.js +1 -1
  10. package/common/concept.js +1 -1
  11. package/common/conjunction.js +1 -1
  12. package/common/countable.js +2 -8
  13. package/common/countable.test.json +0 -586
  14. package/common/crew.instance.json +390 -0
  15. package/common/currency.js +2 -2
  16. package/common/dialogues.js +6 -4
  17. package/common/dimension.instance.json +11 -4
  18. package/common/dimension.js +2 -2
  19. package/common/edible.instance.json +352 -58
  20. package/common/emotions.instance.json +15 -0
  21. package/common/errors.js +3 -1
  22. package/common/events.js +1 -1
  23. package/common/fastfood.instance.json +1753 -1074
  24. package/common/fastfood.js +3 -3
  25. package/common/formulas.instance.json +11 -1
  26. package/common/formulas.js +1 -1
  27. package/common/gdefaults.js +28 -17
  28. package/common/help.js +4 -4
  29. package/common/help.test.json +4 -4
  30. package/common/helpers/concept.js +3 -3
  31. package/common/helpers/conjunction.js +1 -1
  32. package/common/helpers/formulas.js +4 -4
  33. package/common/helpers/frankenhash.js +4 -4
  34. package/common/helpers/meta.js +4 -4
  35. package/common/helpers/ordering.js +2 -2
  36. package/common/helpers/properties.js +16 -16
  37. package/common/helpers.js +17 -1
  38. package/common/hierarchy.js +3 -3
  39. package/common/javascript.js +1 -1
  40. package/common/kirk.instance.json +15 -0
  41. package/common/length.instance.json +165 -20
  42. package/common/math.instance.json +11 -1
  43. package/common/math.js +1 -1
  44. package/common/meta.js +5 -5
  45. package/common/negation.js +1 -1
  46. package/common/numbers.js +1 -1
  47. package/common/ordering.instance.json +31 -71
  48. package/common/ordinals.js +5 -3
  49. package/common/people.instance.json +120 -0
  50. package/common/people.js +1 -1
  51. package/common/percentages.js +1 -1
  52. package/common/pipboy.instance.json +187 -46
  53. package/common/pipboy.js +1 -1
  54. package/common/pokemon.instance.json +195 -5
  55. package/common/pos.js +11 -1
  56. package/common/pressure.instance.json +44 -7
  57. package/common/properties.instance.json +15 -0
  58. package/common/properties.js +2 -2
  59. package/common/punctuation.js +1 -1
  60. package/common/reports.instance.json +24 -4
  61. package/common/reports.js +7 -7
  62. package/common/scorekeeper.js +5 -5
  63. package/common/sdefaults.js +2 -2
  64. package/common/sizeable.js +1 -1
  65. package/common/spock.instance.json +15 -0
  66. package/common/stm.js +6 -6
  67. package/common/tell.js +1 -1
  68. package/common/temperature.instance.json +44 -8
  69. package/common/tester.js +1 -1
  70. package/common/ui.instance.json +16 -1
  71. package/common/weight.instance.json +132 -16
  72. package/common/wp.instance.json +13996 -1532
  73. package/common/wp.js +150 -25
  74. package/common/wp.test.json +82657 -3824
  75. package/common/yesno.js +1 -1
  76. package/package.json +11 -6
@@ -174,16 +174,31 @@
174
174
  "theAble",
175
175
  false
176
176
  ],
177
+ [
178
+ "distributable",
179
+ "queryable",
180
+ false
181
+ ],
177
182
  [
178
183
  "doubleQuote",
179
184
  "queryable",
180
185
  false
181
186
  ],
187
+ [
188
+ "each",
189
+ "articlePOS",
190
+ false
191
+ ],
182
192
  [
183
193
  "evaluate",
184
194
  "verb",
185
195
  false
186
196
  ],
197
+ [
198
+ "every",
199
+ "articlePOS",
200
+ false
201
+ ],
187
202
  [
188
203
  "have",
189
204
  "canBeDoQuestion",
@@ -583,16 +598,31 @@
583
598
  "theAble",
584
599
  false
585
600
  ],
601
+ [
602
+ "distributable",
603
+ "queryable",
604
+ false
605
+ ],
586
606
  [
587
607
  "doubleQuote",
588
608
  "queryable",
589
609
  false
590
610
  ],
611
+ [
612
+ "each",
613
+ "articlePOS",
614
+ false
615
+ ],
591
616
  [
592
617
  "evaluate",
593
618
  "verb",
594
619
  false
595
620
  ],
621
+ [
622
+ "every",
623
+ "articlePOS",
624
+ false
625
+ ],
596
626
  [
597
627
  "have",
598
628
  "canBeDoQuestion",
@@ -989,7 +1019,6 @@
989
1019
  },
990
1020
  "types": [
991
1021
  "list",
992
- "queryable",
993
1022
  "unknown"
994
1023
  ],
995
1024
  "listable": true,
@@ -1006,7 +1035,6 @@
1006
1035
  "end": 3
1007
1036
  },
1008
1037
  "types": [
1009
- "queryable",
1010
1038
  "unknown"
1011
1039
  ],
1012
1040
  "dead": true,
@@ -1023,7 +1051,6 @@
1023
1051
  "end": 13
1024
1052
  },
1025
1053
  "types": [
1026
- "queryable",
1027
1054
  "unknown"
1028
1055
  ],
1029
1056
  "dead": true,
@@ -1253,16 +1280,31 @@
1253
1280
  "theAble",
1254
1281
  false
1255
1282
  ],
1283
+ [
1284
+ "distributable",
1285
+ "queryable",
1286
+ false
1287
+ ],
1256
1288
  [
1257
1289
  "doubleQuote",
1258
1290
  "queryable",
1259
1291
  false
1260
1292
  ],
1293
+ [
1294
+ "each",
1295
+ "articlePOS",
1296
+ false
1297
+ ],
1261
1298
  [
1262
1299
  "evaluate",
1263
1300
  "verb",
1264
1301
  false
1265
1302
  ],
1303
+ [
1304
+ "every",
1305
+ "articlePOS",
1306
+ false
1307
+ ],
1266
1308
  [
1267
1309
  "have",
1268
1310
  "canBeDoQuestion",
@@ -2853,7 +2895,6 @@
2853
2895
  },
2854
2896
  "types": [
2855
2897
  "list",
2856
- "queryable",
2857
2898
  "unknown"
2858
2899
  ],
2859
2900
  "listable": true,
@@ -2886,7 +2927,6 @@
2886
2927
  },
2887
2928
  "no_convolutions": true,
2888
2929
  "types": [
2889
- "queryable",
2890
2930
  "unknown"
2891
2931
  ],
2892
2932
  "level": 1
@@ -2918,7 +2958,6 @@
2918
2958
  },
2919
2959
  "no_convolutions": true,
2920
2960
  "types": [
2921
- "queryable",
2922
2961
  "unknown"
2923
2962
  ],
2924
2963
  "level": 1
@@ -2950,7 +2989,6 @@
2950
2989
  },
2951
2990
  "no_convolutions": true,
2952
2991
  "types": [
2953
- "queryable",
2954
2992
  "unknown"
2955
2993
  ],
2956
2994
  "level": 1
@@ -2982,7 +3020,6 @@
2982
3020
  },
2983
3021
  "no_convolutions": true,
2984
3022
  "types": [
2985
- "queryable",
2986
3023
  "unknown"
2987
3024
  ],
2988
3025
  "level": 1
@@ -3014,7 +3051,6 @@
3014
3051
  },
3015
3052
  "no_convolutions": true,
3016
3053
  "types": [
3017
- "queryable",
3018
3054
  "unknown"
3019
3055
  ],
3020
3056
  "level": 1
@@ -3046,7 +3082,6 @@
3046
3082
  },
3047
3083
  "no_convolutions": true,
3048
3084
  "types": [
3049
- "queryable",
3050
3085
  "unknown"
3051
3086
  ],
3052
3087
  "level": 1
@@ -3078,7 +3113,6 @@
3078
3113
  },
3079
3114
  "no_convolutions": true,
3080
3115
  "types": [
3081
- "queryable",
3082
3116
  "unknown"
3083
3117
  ],
3084
3118
  "level": 1
@@ -3110,7 +3144,6 @@
3110
3144
  },
3111
3145
  "no_convolutions": true,
3112
3146
  "types": [
3113
- "queryable",
3114
3147
  "unknown"
3115
3148
  ],
3116
3149
  "level": 1
@@ -3126,7 +3159,6 @@
3126
3159
  "end": 59
3127
3160
  },
3128
3161
  "types": [
3129
- "queryable",
3130
3162
  "unknown"
3131
3163
  ],
3132
3164
  "dead": true,
@@ -3143,7 +3175,6 @@
3143
3175
  "end": 68
3144
3176
  },
3145
3177
  "types": [
3146
- "queryable",
3147
3178
  "unknown"
3148
3179
  ],
3149
3180
  "dead": true,
@@ -3518,16 +3549,31 @@
3518
3549
  "theAble",
3519
3550
  false
3520
3551
  ],
3552
+ [
3553
+ "distributable",
3554
+ "queryable",
3555
+ false
3556
+ ],
3521
3557
  [
3522
3558
  "doubleQuote",
3523
3559
  "queryable",
3524
3560
  false
3525
3561
  ],
3562
+ [
3563
+ "each",
3564
+ "articlePOS",
3565
+ false
3566
+ ],
3526
3567
  [
3527
3568
  "evaluate",
3528
3569
  "verb",
3529
3570
  false
3530
3571
  ],
3572
+ [
3573
+ "every",
3574
+ "articlePOS",
3575
+ false
3576
+ ],
3531
3577
  [
3532
3578
  "gray_colors",
3533
3579
  "color_colors",
@@ -4663,16 +4709,31 @@
4663
4709
  "theAble",
4664
4710
  false
4665
4711
  ],
4712
+ [
4713
+ "distributable",
4714
+ "queryable",
4715
+ false
4716
+ ],
4666
4717
  [
4667
4718
  "doubleQuote",
4668
4719
  "queryable",
4669
4720
  false
4670
4721
  ],
4722
+ [
4723
+ "each",
4724
+ "articlePOS",
4725
+ false
4726
+ ],
4671
4727
  [
4672
4728
  "evaluate",
4673
4729
  "verb",
4674
4730
  false
4675
4731
  ],
4732
+ [
4733
+ "every",
4734
+ "articlePOS",
4735
+ false
4736
+ ],
4676
4737
  [
4677
4738
  "gray_colors",
4678
4739
  "color_colors",
@@ -5472,7 +5533,6 @@
5472
5533
  },
5473
5534
  "types": [
5474
5535
  "list",
5475
- "queryable",
5476
5536
  "unknown"
5477
5537
  ],
5478
5538
  "listable": true,
@@ -5489,7 +5549,6 @@
5489
5549
  "end": 3
5490
5550
  },
5491
5551
  "types": [
5492
- "queryable",
5493
5552
  "unknown"
5494
5553
  ],
5495
5554
  "dead": true,
@@ -5506,7 +5565,6 @@
5506
5565
  "end": 13
5507
5566
  },
5508
5567
  "types": [
5509
- "queryable",
5510
5568
  "unknown"
5511
5569
  ],
5512
5570
  "dead": true,
@@ -5960,16 +6018,31 @@
5960
6018
  "theAble",
5961
6019
  false
5962
6020
  ],
6021
+ [
6022
+ "distributable",
6023
+ "queryable",
6024
+ false
6025
+ ],
5963
6026
  [
5964
6027
  "doubleQuote",
5965
6028
  "queryable",
5966
6029
  false
5967
6030
  ],
6031
+ [
6032
+ "each",
6033
+ "articlePOS",
6034
+ false
6035
+ ],
5968
6036
  [
5969
6037
  "evaluate",
5970
6038
  "verb",
5971
6039
  false
5972
6040
  ],
6041
+ [
6042
+ "every",
6043
+ "articlePOS",
6044
+ false
6045
+ ],
5973
6046
  [
5974
6047
  "gold_colors",
5975
6048
  "hierarchyAble",
@@ -7071,7 +7144,6 @@
7071
7144
  },
7072
7145
  "types": [
7073
7146
  "list",
7074
- "queryable",
7075
7147
  "unknown"
7076
7148
  ],
7077
7149
  "listable": true,
@@ -7104,7 +7176,6 @@
7104
7176
  },
7105
7177
  "no_convolutions": true,
7106
7178
  "types": [
7107
- "queryable",
7108
7179
  "unknown"
7109
7180
  ],
7110
7181
  "level": 1
@@ -7136,7 +7207,6 @@
7136
7207
  },
7137
7208
  "no_convolutions": true,
7138
7209
  "types": [
7139
- "queryable",
7140
7210
  "unknown"
7141
7211
  ],
7142
7212
  "level": 1
@@ -7152,7 +7222,6 @@
7152
7222
  "end": 24
7153
7223
  },
7154
7224
  "types": [
7155
- "queryable",
7156
7225
  "unknown"
7157
7226
  ],
7158
7227
  "dead": true,
@@ -7169,7 +7238,6 @@
7169
7238
  "end": 35
7170
7239
  },
7171
7240
  "types": [
7172
- "queryable",
7173
7241
  "unknown"
7174
7242
  ],
7175
7243
  "dead": true,
@@ -7683,16 +7751,31 @@
7683
7751
  "theAble",
7684
7752
  false
7685
7753
  ],
7754
+ [
7755
+ "distributable",
7756
+ "queryable",
7757
+ false
7758
+ ],
7686
7759
  [
7687
7760
  "doubleQuote",
7688
7761
  "queryable",
7689
7762
  false
7690
7763
  ],
7764
+ [
7765
+ "each",
7766
+ "articlePOS",
7767
+ false
7768
+ ],
7691
7769
  [
7692
7770
  "evaluate",
7693
7771
  "verb",
7694
7772
  false
7695
7773
  ],
7774
+ [
7775
+ "every",
7776
+ "articlePOS",
7777
+ false
7778
+ ],
7696
7779
  [
7697
7780
  "gold_colors",
7698
7781
  "hierarchyAble",
@@ -8954,7 +9037,6 @@
8954
9037
  },
8955
9038
  "types": [
8956
9039
  "list",
8957
- "queryable",
8958
9040
  "unknown"
8959
9041
  ],
8960
9042
  "listable": true,
@@ -8987,7 +9069,6 @@
8987
9069
  },
8988
9070
  "no_convolutions": true,
8989
9071
  "types": [
8990
- "queryable",
8991
9072
  "unknown"
8992
9073
  ],
8993
9074
  "level": 1
@@ -9019,7 +9100,6 @@
9019
9100
  },
9020
9101
  "no_convolutions": true,
9021
9102
  "types": [
9022
- "queryable",
9023
9103
  "unknown"
9024
9104
  ],
9025
9105
  "level": 1
@@ -9035,7 +9115,6 @@
9035
9115
  "end": 22
9036
9116
  },
9037
9117
  "types": [
9038
- "queryable",
9039
9118
  "unknown"
9040
9119
  ],
9041
9120
  "dead": true,
@@ -9052,7 +9131,6 @@
9052
9131
  "end": 31
9053
9132
  },
9054
9133
  "types": [
9055
- "queryable",
9056
9134
  "unknown"
9057
9135
  ],
9058
9136
  "dead": true,
@@ -9606,16 +9684,31 @@
9606
9684
  "theAble",
9607
9685
  false
9608
9686
  ],
9687
+ [
9688
+ "distributable",
9689
+ "queryable",
9690
+ false
9691
+ ],
9609
9692
  [
9610
9693
  "doubleQuote",
9611
9694
  "queryable",
9612
9695
  false
9613
9696
  ],
9697
+ [
9698
+ "each",
9699
+ "articlePOS",
9700
+ false
9701
+ ],
9614
9702
  [
9615
9703
  "evaluate",
9616
9704
  "verb",
9617
9705
  false
9618
9706
  ],
9707
+ [
9708
+ "every",
9709
+ "articlePOS",
9710
+ false
9711
+ ],
9619
9712
  [
9620
9713
  "gold_colors",
9621
9714
  "hierarchyAble",
@@ -11132,7 +11225,6 @@
11132
11225
  },
11133
11226
  "types": [
11134
11227
  "list",
11135
- "queryable",
11136
11228
  "unknown"
11137
11229
  ],
11138
11230
  "listable": true,
@@ -11165,7 +11257,6 @@
11165
11257
  },
11166
11258
  "no_convolutions": true,
11167
11259
  "types": [
11168
- "queryable",
11169
11260
  "unknown"
11170
11261
  ],
11171
11262
  "level": 1
@@ -11197,7 +11288,6 @@
11197
11288
  },
11198
11289
  "no_convolutions": true,
11199
11290
  "types": [
11200
- "queryable",
11201
11291
  "unknown"
11202
11292
  ],
11203
11293
  "level": 1
@@ -11229,7 +11319,6 @@
11229
11319
  },
11230
11320
  "no_convolutions": true,
11231
11321
  "types": [
11232
- "queryable",
11233
11322
  "unknown"
11234
11323
  ],
11235
11324
  "level": 1
@@ -11245,7 +11334,6 @@
11245
11334
  "end": 32
11246
11335
  },
11247
11336
  "types": [
11248
- "queryable",
11249
11337
  "unknown"
11250
11338
  ],
11251
11339
  "dead": true,
@@ -11262,7 +11350,6 @@
11262
11350
  "end": 41
11263
11351
  },
11264
11352
  "types": [
11265
- "queryable",
11266
11353
  "unknown"
11267
11354
  ],
11268
11355
  "dead": true,
@@ -11936,16 +12023,31 @@
11936
12023
  "theAble",
11937
12024
  false
11938
12025
  ],
12026
+ [
12027
+ "distributable",
12028
+ "queryable",
12029
+ false
12030
+ ],
11939
12031
  [
11940
12032
  "doubleQuote",
11941
12033
  "queryable",
11942
12034
  false
11943
12035
  ],
12036
+ [
12037
+ "each",
12038
+ "articlePOS",
12039
+ false
12040
+ ],
11944
12041
  [
11945
12042
  "evaluate",
11946
12043
  "verb",
11947
12044
  false
11948
12045
  ],
12046
+ [
12047
+ "every",
12048
+ "articlePOS",
12049
+ false
12050
+ ],
11949
12051
  [
11950
12052
  "gold_colors",
11951
12053
  "hierarchyAble",
@@ -13288,7 +13390,6 @@
13288
13390
  },
13289
13391
  "types": [
13290
13392
  "list",
13291
- "queryable",
13292
13393
  "unknown"
13293
13394
  ],
13294
13395
  "listable": true,
@@ -13321,7 +13422,6 @@
13321
13422
  },
13322
13423
  "no_convolutions": true,
13323
13424
  "types": [
13324
- "queryable",
13325
13425
  "unknown"
13326
13426
  ],
13327
13427
  "level": 1
@@ -13337,7 +13437,6 @@
13337
13437
  "end": 10
13338
13438
  },
13339
13439
  "types": [
13340
- "queryable",
13341
13440
  "unknown"
13342
13441
  ],
13343
13442
  "dead": true,
@@ -13354,7 +13453,6 @@
13354
13453
  "end": 21
13355
13454
  },
13356
13455
  "types": [
13357
- "queryable",
13358
13456
  "unknown"
13359
13457
  ],
13360
13458
  "dead": true,
@@ -14028,16 +14126,31 @@
14028
14126
  "theAble",
14029
14127
  false
14030
14128
  ],
14129
+ [
14130
+ "distributable",
14131
+ "queryable",
14132
+ false
14133
+ ],
14031
14134
  [
14032
14135
  "doubleQuote",
14033
14136
  "queryable",
14034
14137
  false
14035
14138
  ],
14139
+ [
14140
+ "each",
14141
+ "articlePOS",
14142
+ false
14143
+ ],
14036
14144
  [
14037
14145
  "evaluate",
14038
14146
  "verb",
14039
14147
  false
14040
14148
  ],
14149
+ [
14150
+ "every",
14151
+ "articlePOS",
14152
+ false
14153
+ ],
14041
14154
  [
14042
14155
  "gold_colors",
14043
14156
  "hierarchyAble",
@@ -15619,7 +15732,6 @@
15619
15732
  },
15620
15733
  "types": [
15621
15734
  "list",
15622
- "queryable",
15623
15735
  "unknown"
15624
15736
  ],
15625
15737
  "listable": true,
@@ -15652,7 +15764,6 @@
15652
15764
  },
15653
15765
  "no_convolutions": true,
15654
15766
  "types": [
15655
- "queryable",
15656
15767
  "unknown"
15657
15768
  ],
15658
15769
  "level": 1
@@ -15684,7 +15795,6 @@
15684
15795
  },
15685
15796
  "no_convolutions": true,
15686
15797
  "types": [
15687
- "queryable",
15688
15798
  "unknown"
15689
15799
  ],
15690
15800
  "level": 1
@@ -15700,7 +15810,6 @@
15700
15810
  "end": 17
15701
15811
  },
15702
15812
  "types": [
15703
- "queryable",
15704
15813
  "unknown"
15705
15814
  ],
15706
15815
  "dead": true,
@@ -15717,7 +15826,6 @@
15717
15826
  "end": 27
15718
15827
  },
15719
15828
  "types": [
15720
- "queryable",
15721
15829
  "unknown"
15722
15830
  ],
15723
15831
  "dead": true,
@@ -16471,16 +16579,31 @@
16471
16579
  "theAble",
16472
16580
  false
16473
16581
  ],
16582
+ [
16583
+ "distributable",
16584
+ "queryable",
16585
+ false
16586
+ ],
16474
16587
  [
16475
16588
  "doubleQuote",
16476
16589
  "queryable",
16477
16590
  false
16478
16591
  ],
16592
+ [
16593
+ "each",
16594
+ "articlePOS",
16595
+ false
16596
+ ],
16479
16597
  [
16480
16598
  "evaluate",
16481
16599
  "verb",
16482
16600
  false
16483
16601
  ],
16602
+ [
16603
+ "every",
16604
+ "articlePOS",
16605
+ false
16606
+ ],
16484
16607
  [
16485
16608
  "gold_colors",
16486
16609
  "hierarchyAble",
@@ -17920,7 +18043,6 @@
17920
18043
  },
17921
18044
  "types": [
17922
18045
  "list",
17923
- "queryable",
17924
18046
  "unknown"
17925
18047
  ],
17926
18048
  "listable": true,
@@ -17937,7 +18059,6 @@
17937
18059
  "end": 5
17938
18060
  },
17939
18061
  "types": [
17940
- "queryable",
17941
18062
  "unknown"
17942
18063
  ],
17943
18064
  "dead": true,
@@ -17954,7 +18075,6 @@
17954
18075
  "end": 15
17955
18076
  },
17956
18077
  "types": [
17957
- "queryable",
17958
18078
  "unknown"
17959
18079
  ],
17960
18080
  "dead": true,
@@ -18688,16 +18808,31 @@
18688
18808
  "theAble",
18689
18809
  false
18690
18810
  ],
18811
+ [
18812
+ "distributable",
18813
+ "queryable",
18814
+ false
18815
+ ],
18691
18816
  [
18692
18817
  "doubleQuote",
18693
18818
  "queryable",
18694
18819
  false
18695
18820
  ],
18821
+ [
18822
+ "each",
18823
+ "articlePOS",
18824
+ false
18825
+ ],
18696
18826
  [
18697
18827
  "evaluate",
18698
18828
  "verb",
18699
18829
  false
18700
18830
  ],
18831
+ [
18832
+ "every",
18833
+ "articlePOS",
18834
+ false
18835
+ ],
18701
18836
  [
18702
18837
  "gold_colors",
18703
18838
  "hierarchyAble",
@@ -20762,16 +20897,31 @@
20762
20897
  "theAble",
20763
20898
  false
20764
20899
  ],
20900
+ [
20901
+ "distributable",
20902
+ "queryable",
20903
+ false
20904
+ ],
20765
20905
  [
20766
20906
  "doubleQuote",
20767
20907
  "queryable",
20768
20908
  false
20769
20909
  ],
20910
+ [
20911
+ "each",
20912
+ "articlePOS",
20913
+ false
20914
+ ],
20770
20915
  [
20771
20916
  "evaluate",
20772
20917
  "verb",
20773
20918
  false
20774
20919
  ],
20920
+ [
20921
+ "every",
20922
+ "articlePOS",
20923
+ false
20924
+ ],
20775
20925
  [
20776
20926
  "gold_colors",
20777
20927
  "hierarchyAble",
@@ -22967,16 +23117,31 @@
22967
23117
  "theAble",
22968
23118
  false
22969
23119
  ],
23120
+ [
23121
+ "distributable",
23122
+ "queryable",
23123
+ false
23124
+ ],
22970
23125
  [
22971
23126
  "doubleQuote",
22972
23127
  "queryable",
22973
23128
  false
22974
23129
  ],
23130
+ [
23131
+ "each",
23132
+ "articlePOS",
23133
+ false
23134
+ ],
22975
23135
  [
22976
23136
  "evaluate",
22977
23137
  "verb",
22978
23138
  false
22979
23139
  ],
23140
+ [
23141
+ "every",
23142
+ "articlePOS",
23143
+ false
23144
+ ],
22980
23145
  [
22981
23146
  "gold_colors",
22982
23147
  "hierarchyAble",