tpmkms_4wp 9.2.0 → 9.3.0-beta.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.
Files changed (52) hide show
  1. package/common/animals.instance.json +21 -8
  2. package/common/avatar.js +2 -10
  3. package/common/colors.instance.json +32 -46
  4. package/common/comparable.instance.json +3 -0
  5. package/common/comparable.js +2 -2
  6. package/common/crew.instance.json +4736 -964
  7. package/common/crew.test.json +1904 -0
  8. package/common/dates.instance.json +28643 -0
  9. package/common/dates.js +167 -0
  10. package/common/dates.test.json +16226 -0
  11. package/common/dialogues.js +28 -9
  12. package/common/dimension.instance.json +3 -2
  13. package/common/edible.instance.json +1474 -759
  14. package/common/emotions.instance.json +7 -14
  15. package/common/emotions.js +4 -5
  16. package/common/fastfood.instance.json +3914 -722
  17. package/common/fastfood.js +7 -0
  18. package/common/formulas.instance.json +1 -0
  19. package/common/gdefaults.js +18 -0
  20. package/common/helpers/concept.js +1 -0
  21. package/common/helpers/dialogues.js +3 -0
  22. package/common/helpers/properties.js +2 -27
  23. package/common/helpers.js +70 -1
  24. package/common/hierarchy.js +4 -3
  25. package/common/kirk.instance.json +186 -124
  26. package/common/length.instance.json +17 -2
  27. package/common/math.instance.json +1 -0
  28. package/common/menus.instance.json +7 -0
  29. package/common/menus.js +1 -0
  30. package/common/menus.test.json +2418 -1355
  31. package/common/meta.js +3 -3
  32. package/common/ordering.instance.json +4 -2
  33. package/common/people.instance.json +8 -0
  34. package/common/pipboy.instance.json +29 -68
  35. package/common/pokemon.instance.json +24 -3
  36. package/common/pressure.instance.json +6 -2
  37. package/common/properties.instance.json +1 -0
  38. package/common/properties.js +19 -5
  39. package/common/punctuation.js +3 -0
  40. package/common/reports.instance.json +24 -14
  41. package/common/reports.js +2 -2
  42. package/common/self.instance.json +2 -0
  43. package/common/self.js +49 -0
  44. package/common/self.test.json +2 -0
  45. package/common/spock.instance.json +186 -124
  46. package/common/temperature.instance.json +6 -2
  47. package/common/ui.instance.json +1 -0
  48. package/common/weight.instance.json +12 -0
  49. package/common/wp.instance.json +777 -151
  50. package/common/wp.js +15 -2
  51. package/main.js +4 -0
  52. package/package.json +10 -2
@@ -27,6 +27,198 @@
27
27
  ],
28
28
  "associations": {
29
29
  "positive": [
30
+ {
31
+ "context": [
32
+ [
33
+ "bold_wp",
34
+ 0
35
+ ],
36
+ [
37
+ "the",
38
+ 0
39
+ ],
40
+ [
41
+ "ordinal",
42
+ 0
43
+ ],
44
+ [
45
+ "word_wp",
46
+ 0
47
+ ],
48
+ [
49
+ "statefulElementInContext_wp",
50
+ 0
51
+ ],
52
+ [
53
+ "the",
54
+ 0
55
+ ],
56
+ [
57
+ "ordinal",
58
+ 0
59
+ ],
60
+ [
61
+ "list",
62
+ 0
63
+ ],
64
+ [
65
+ "ordinal",
66
+ 0
67
+ ],
68
+ [
69
+ "paragraph_wp",
70
+ 0
71
+ ]
72
+ ],
73
+ "choose": {
74
+ "index": 0,
75
+ "increment": true
76
+ }
77
+ },
78
+ {
79
+ "context": [
80
+ [
81
+ "bold_wp",
82
+ 1
83
+ ],
84
+ [
85
+ "the",
86
+ 0
87
+ ],
88
+ [
89
+ "ordinal",
90
+ 0
91
+ ],
92
+ [
93
+ "word_wp",
94
+ 0
95
+ ],
96
+ [
97
+ "statefulElementInContext_wp",
98
+ 0
99
+ ],
100
+ [
101
+ "the",
102
+ 0
103
+ ],
104
+ [
105
+ "ordinal",
106
+ 0
107
+ ],
108
+ [
109
+ "list",
110
+ 0
111
+ ],
112
+ [
113
+ "ordinal",
114
+ 0
115
+ ],
116
+ [
117
+ "paragraph_wp",
118
+ 0
119
+ ]
120
+ ],
121
+ "choose": {
122
+ "index": 0,
123
+ "increment": true
124
+ }
125
+ },
126
+ {
127
+ "context": [
128
+ [
129
+ "bold_wp",
130
+ 1
131
+ ],
132
+ [
133
+ "the",
134
+ 0
135
+ ],
136
+ [
137
+ "ordinal",
138
+ 1
139
+ ],
140
+ [
141
+ "word_wp",
142
+ 0
143
+ ],
144
+ [
145
+ "statefulElementInContext_wp",
146
+ 0
147
+ ],
148
+ [
149
+ "the",
150
+ 0
151
+ ],
152
+ [
153
+ "ordinal",
154
+ 0
155
+ ],
156
+ [
157
+ "list",
158
+ 0
159
+ ],
160
+ [
161
+ "ordinal",
162
+ 0
163
+ ],
164
+ [
165
+ "paragraph_wp",
166
+ 0
167
+ ]
168
+ ],
169
+ "choose": {
170
+ "index": 0,
171
+ "increment": true
172
+ }
173
+ },
174
+ {
175
+ "context": [
176
+ [
177
+ "bold_wp",
178
+ 1
179
+ ],
180
+ [
181
+ "the",
182
+ 0
183
+ ],
184
+ [
185
+ "ordinal",
186
+ 1
187
+ ],
188
+ [
189
+ "word_wp",
190
+ 1
191
+ ],
192
+ [
193
+ "statefulElementInContext_wp",
194
+ 0
195
+ ],
196
+ [
197
+ "the",
198
+ 0
199
+ ],
200
+ [
201
+ "ordinal",
202
+ 0
203
+ ],
204
+ [
205
+ "list",
206
+ 0
207
+ ],
208
+ [
209
+ "ordinal",
210
+ 0
211
+ ],
212
+ [
213
+ "paragraph_wp",
214
+ 0
215
+ ]
216
+ ],
217
+ "choose": {
218
+ "index": 0,
219
+ "increment": true
220
+ }
221
+ },
30
222
  {
31
223
  "context": [
32
224
  [
@@ -47,6 +239,192 @@
47
239
  ]
48
240
  ],
49
241
  "choose": 0
242
+ },
243
+ {
244
+ "context": [
245
+ [
246
+ "paragraph_wp",
247
+ 1
248
+ ],
249
+ [
250
+ "thatVerb",
251
+ 0
252
+ ],
253
+ [
254
+ "paragraphComparisonVerb_wp",
255
+ 0
256
+ ],
257
+ [
258
+ "unknown",
259
+ 0
260
+ ]
261
+ ],
262
+ "choose": 0
263
+ },
264
+ {
265
+ "context": [
266
+ [
267
+ "word_wp",
268
+ 0
269
+ ],
270
+ [
271
+ "thatVerb",
272
+ 0
273
+ ],
274
+ [
275
+ "wordComparison_wp",
276
+ 0
277
+ ]
278
+ ],
279
+ "choose": 0
280
+ },
281
+ {
282
+ "context": [
283
+ [
284
+ "paragraph_wp",
285
+ 0
286
+ ],
287
+ [
288
+ "thatVerb",
289
+ 0
290
+ ],
291
+ [
292
+ "paragraphComparisonVerb_wp",
293
+ 0
294
+ ]
295
+ ],
296
+ "choose": 0
297
+ },
298
+ {
299
+ "context": [
300
+ [
301
+ "paragraph_wp",
302
+ 1
303
+ ],
304
+ [
305
+ "thatVerb",
306
+ 0
307
+ ],
308
+ [
309
+ "paragraphComparisonVerb_wp",
310
+ 0
311
+ ]
312
+ ],
313
+ "choose": 0
314
+ },
315
+ {
316
+ "context": [
317
+ [
318
+ "paragraph_wp",
319
+ 1
320
+ ],
321
+ [
322
+ "thatVerb",
323
+ 0
324
+ ],
325
+ [
326
+ "paragraphComparisonVerb_wp",
327
+ 0
328
+ ],
329
+ [
330
+ "bolded_wp",
331
+ 0
332
+ ],
333
+ [
334
+ "word_wp",
335
+ 0
336
+ ]
337
+ ],
338
+ "choose": 0
339
+ },
340
+ {
341
+ "context": [
342
+ [
343
+ "paragraph_wp",
344
+ 1
345
+ ],
346
+ [
347
+ "thatVerb",
348
+ 0
349
+ ],
350
+ [
351
+ "paragraphComparisonVerb_wp",
352
+ 0
353
+ ],
354
+ [
355
+ "word_wp",
356
+ 0
357
+ ]
358
+ ],
359
+ "choose": 0
360
+ },
361
+ {
362
+ "context": [
363
+ [
364
+ "article",
365
+ 0
366
+ ],
367
+ [
368
+ "word_wp",
369
+ 1
370
+ ],
371
+ [
372
+ "statefulElementInContext_wp",
373
+ 0
374
+ ],
375
+ [
376
+ "every",
377
+ 0
378
+ ],
379
+ [
380
+ "paragraph_wp",
381
+ 0
382
+ ]
383
+ ],
384
+ "choose": 1
385
+ },
386
+ {
387
+ "context": [
388
+ [
389
+ "article",
390
+ 0
391
+ ],
392
+ [
393
+ "statefulElement_wp",
394
+ 0
395
+ ]
396
+ ],
397
+ "choose": 1
398
+ },
399
+ {
400
+ "context": [
401
+ [
402
+ "article",
403
+ 0
404
+ ],
405
+ [
406
+ "statefulElement_wp",
407
+ 1
408
+ ]
409
+ ],
410
+ "choose": 1
411
+ },
412
+ {
413
+ "context": [
414
+ [
415
+ "article",
416
+ 0
417
+ ],
418
+ [
419
+ "ordinal",
420
+ 0
421
+ ],
422
+ [
423
+ "statefulElement_wp",
424
+ 0
425
+ ]
426
+ ],
427
+ "choose": 2
50
428
  }
51
429
  ]
52
430
  },
@@ -3211,6 +3589,7 @@
3211
3589
  }
3212
3590
  ],
3213
3591
  "learned_contextual_priorities": [],
3592
+ "rtf_associations": [],
3214
3593
  "query": "setidsuffix _wp",
3215
3594
  "key": {
3216
3595
  "query": "setidsuffix _wp"
@@ -6117,13 +6496,13 @@
6117
6496
  "start": 34,
6118
6497
  "end": 42
6119
6498
  },
6499
+ "dead": true,
6120
6500
  "types": [
6121
6501
  "listable",
6122
6502
  "orderable",
6123
6503
  "queryable",
6124
6504
  "theAble"
6125
6505
  ],
6126
- "dead": true,
6127
6506
  "level": 1
6128
6507
  },
6129
6508
  {
@@ -6137,10 +6516,10 @@
6137
6516
  "start": 44,
6138
6517
  "end": 57
6139
6518
  },
6519
+ "dead": true,
6140
6520
  "types": [
6141
6521
  "unknown"
6142
6522
  ],
6143
- "dead": true,
6144
6523
  "level": 0
6145
6524
  },
6146
6525
  {
@@ -6154,10 +6533,10 @@
6154
6533
  "start": 63,
6155
6534
  "end": 78
6156
6535
  },
6536
+ "dead": true,
6157
6537
  "types": [
6158
6538
  "unknown"
6159
6539
  ],
6160
- "dead": true,
6161
6540
  "level": 0
6162
6541
  }
6163
6542
  ],
@@ -6260,28 +6639,6 @@
6260
6639
  0
6261
6640
  ]
6262
6641
  ],
6263
- [
6264
- [
6265
- "countable",
6266
- 0
6267
- ],
6268
- [
6269
- "distributable",
6270
- 0
6271
- ],
6272
- [
6273
- "is",
6274
- 0
6275
- ],
6276
- [
6277
- "list",
6278
- 1
6279
- ],
6280
- [
6281
- "unknown",
6282
- 0
6283
- ]
6284
- ],
6285
6642
  [
6286
6643
  [
6287
6644
  "countable",
@@ -6958,6 +7315,7 @@
6958
7315
  }
6959
7316
  ],
6960
7317
  "learned_contextual_priorities": [],
7318
+ "rtf_associations": [],
6961
7319
  "query": "words are countable distributable orderable textContainers and statefulElements",
6962
7320
  "key": {
6963
7321
  "query": "words are countable distributable orderable textContainers and statefulElements"
@@ -10459,6 +10817,7 @@
10459
10817
  }
10460
10818
  ],
10461
10819
  "learned_contextual_priorities": [],
10820
+ "rtf_associations": [],
10462
10821
  "query": "characters are countable distributable orderable and statefulElements",
10463
10822
  "key": {
10464
10823
  "query": "characters are countable distributable orderable and statefulElements"
@@ -13683,28 +14042,6 @@
13683
14042
  0
13684
14043
  ]
13685
14044
  ],
13686
- [
13687
- [
13688
- "countable",
13689
- 0
13690
- ],
13691
- [
13692
- "distributable",
13693
- 0
13694
- ],
13695
- [
13696
- "is",
13697
- 0
13698
- ],
13699
- [
13700
- "list",
13701
- 1
13702
- ],
13703
- [
13704
- "unknown",
13705
- 0
13706
- ]
13707
- ],
13708
14045
  [
13709
14046
  [
13710
14047
  "countable",
@@ -14316,6 +14653,7 @@
14316
14653
  }
14317
14654
  ],
14318
14655
  "learned_contextual_priorities": [],
14656
+ "rtf_associations": [],
14319
14657
  "query": "paragraphs are countable distributable orderable textContainers and statefulElement",
14320
14658
  "key": {
14321
14659
  "query": "paragraphs are countable distributable orderable textContainers and statefulElement"
@@ -17588,6 +17926,7 @@
17588
17926
  }
17589
17927
  ],
17590
17928
  "learned_contextual_priorities": [],
17929
+ "rtf_associations": [],
17591
17930
  "query": "text is a statefulElement",
17592
17931
  "key": {
17593
17932
  "query": "text is a statefulElement"
@@ -20739,6 +21078,7 @@
20739
21078
  }
20740
21079
  ],
20741
21080
  "learned_contextual_priorities": [],
21081
+ "rtf_associations": [],
20742
21082
  "query": "letters means characters",
20743
21083
  "key": {
20744
21084
  "query": "letters means characters"
@@ -24375,10 +24715,10 @@
24375
24715
  "start": 32,
24376
24716
  "end": 40
24377
24717
  },
24718
+ "dead": true,
24378
24719
  "types": [
24379
24720
  "unknown"
24380
24721
  ],
24381
- "dead": true,
24382
24722
  "level": 0
24383
24723
  },
24384
24724
  {
@@ -24391,10 +24731,10 @@
24391
24731
  "start": 46,
24392
24732
  "end": 54
24393
24733
  },
24734
+ "dead": true,
24394
24735
  "types": [
24395
24736
  "unknown"
24396
24737
  ],
24397
- "dead": true,
24398
24738
  "level": 0
24399
24739
  }
24400
24740
  ],
@@ -24475,20 +24815,6 @@
24475
24815
  0
24476
24816
  ]
24477
24817
  ],
24478
- [
24479
- [
24480
- "is",
24481
- 0
24482
- ],
24483
- [
24484
- "list",
24485
- 1
24486
- ],
24487
- [
24488
- "unknown",
24489
- 0
24490
- ]
24491
- ],
24492
24818
  [
24493
24819
  [
24494
24820
  "is",
@@ -26297,6 +26623,7 @@
26297
26623
  }
26298
26624
  ],
26299
26625
  "learned_contextual_priorities": [],
26626
+ "rtf_associations": [],
26300
26627
  "query": "bold, italic, code, capitalize, lowercase and underline are styles",
26301
26628
  "key": {
26302
26629
  "query": "bold, italic, code, capitalize, lowercase and underline are styles"
@@ -29748,6 +30075,7 @@
29748
30075
  }
29749
30076
  ],
29750
30077
  "learned_contextual_priorities": [],
30078
+ "rtf_associations": [],
29751
30079
  "query": "underlined means underline",
29752
30080
  "key": {
29753
30081
  "query": "underlined means underline"
@@ -33224,6 +33552,7 @@
33224
33552
  }
33225
33553
  ],
33226
33554
  "learned_contextual_priorities": [],
33555
+ "rtf_associations": [],
33227
33556
  "query": "capitalized means capitalize",
33228
33557
  "key": {
33229
33558
  "query": "capitalized means capitalize"
@@ -36725,6 +37054,7 @@
36725
37054
  }
36726
37055
  ],
36727
37056
  "learned_contextual_priorities": [],
37057
+ "rtf_associations": [],
36728
37058
  "query": "uppercase means capitalize",
36729
37059
  "key": {
36730
37060
  "query": "uppercase means capitalize"
@@ -40251,6 +40581,7 @@
40251
40581
  }
40252
40582
  ],
40253
40583
  "learned_contextual_priorities": [],
40584
+ "rtf_associations": [],
40254
40585
  "query": "italicize means italic",
40255
40586
  "key": {
40256
40587
  "query": "italicize means italic"
@@ -43802,6 +44133,7 @@
43802
44133
  }
43803
44134
  ],
43804
44135
  "learned_contextual_priorities": [],
44136
+ "rtf_associations": [],
43805
44137
  "query": "italicized means italic",
43806
44138
  "key": {
43807
44139
  "query": "italicized means italic"
@@ -47975,20 +48307,6 @@
47975
48307
  0
47976
48308
  ]
47977
48309
  ],
47978
- [
47979
- [
47980
- "is",
47981
- 0
47982
- ],
47983
- [
47984
- "list",
47985
- 1
47986
- ],
47987
- [
47988
- "unknown",
47989
- 0
47990
- ]
47991
- ],
47992
48310
  [
47993
48311
  [
47994
48312
  "is",
@@ -49642,6 +49960,7 @@
49642
49960
  }
49643
49961
  ],
49644
49962
  "learned_contextual_priorities": [],
49963
+ "rtf_associations": [],
49645
49964
  "query": "uppercased, lowercased, capitalized, bolded, italicized and underlined are styleModifiers",
49646
49965
  "key": {
49647
49966
  "query": "uppercased, lowercased, capitalized, bolded, italicized and underlined are styleModifiers"
@@ -53181,6 +53500,7 @@
53181
53500
  }
53182
53501
  ],
53183
53502
  "learned_contextual_priorities": [],
53503
+ "rtf_associations": [],
53184
53504
  "query": "resetIdSuffix",
53185
53505
  "key": {
53186
53506
  "query": "resetIdSuffix"
@@ -53200,6 +53520,198 @@
53200
53520
  ],
53201
53521
  "associations": {
53202
53522
  "positive": [
53523
+ {
53524
+ "context": [
53525
+ [
53526
+ "bold_wp",
53527
+ 0
53528
+ ],
53529
+ [
53530
+ "the",
53531
+ 0
53532
+ ],
53533
+ [
53534
+ "ordinal",
53535
+ 0
53536
+ ],
53537
+ [
53538
+ "word_wp",
53539
+ 0
53540
+ ],
53541
+ [
53542
+ "statefulElementInContext_wp",
53543
+ 0
53544
+ ],
53545
+ [
53546
+ "the",
53547
+ 0
53548
+ ],
53549
+ [
53550
+ "ordinal",
53551
+ 0
53552
+ ],
53553
+ [
53554
+ "list",
53555
+ 0
53556
+ ],
53557
+ [
53558
+ "ordinal",
53559
+ 0
53560
+ ],
53561
+ [
53562
+ "paragraph_wp",
53563
+ 0
53564
+ ]
53565
+ ],
53566
+ "choose": {
53567
+ "index": 0,
53568
+ "increment": true
53569
+ }
53570
+ },
53571
+ {
53572
+ "context": [
53573
+ [
53574
+ "bold_wp",
53575
+ 1
53576
+ ],
53577
+ [
53578
+ "the",
53579
+ 0
53580
+ ],
53581
+ [
53582
+ "ordinal",
53583
+ 0
53584
+ ],
53585
+ [
53586
+ "word_wp",
53587
+ 0
53588
+ ],
53589
+ [
53590
+ "statefulElementInContext_wp",
53591
+ 0
53592
+ ],
53593
+ [
53594
+ "the",
53595
+ 0
53596
+ ],
53597
+ [
53598
+ "ordinal",
53599
+ 0
53600
+ ],
53601
+ [
53602
+ "list",
53603
+ 0
53604
+ ],
53605
+ [
53606
+ "ordinal",
53607
+ 0
53608
+ ],
53609
+ [
53610
+ "paragraph_wp",
53611
+ 0
53612
+ ]
53613
+ ],
53614
+ "choose": {
53615
+ "index": 0,
53616
+ "increment": true
53617
+ }
53618
+ },
53619
+ {
53620
+ "context": [
53621
+ [
53622
+ "bold_wp",
53623
+ 1
53624
+ ],
53625
+ [
53626
+ "the",
53627
+ 0
53628
+ ],
53629
+ [
53630
+ "ordinal",
53631
+ 1
53632
+ ],
53633
+ [
53634
+ "word_wp",
53635
+ 0
53636
+ ],
53637
+ [
53638
+ "statefulElementInContext_wp",
53639
+ 0
53640
+ ],
53641
+ [
53642
+ "the",
53643
+ 0
53644
+ ],
53645
+ [
53646
+ "ordinal",
53647
+ 0
53648
+ ],
53649
+ [
53650
+ "list",
53651
+ 0
53652
+ ],
53653
+ [
53654
+ "ordinal",
53655
+ 0
53656
+ ],
53657
+ [
53658
+ "paragraph_wp",
53659
+ 0
53660
+ ]
53661
+ ],
53662
+ "choose": {
53663
+ "index": 0,
53664
+ "increment": true
53665
+ }
53666
+ },
53667
+ {
53668
+ "context": [
53669
+ [
53670
+ "bold_wp",
53671
+ 1
53672
+ ],
53673
+ [
53674
+ "the",
53675
+ 0
53676
+ ],
53677
+ [
53678
+ "ordinal",
53679
+ 1
53680
+ ],
53681
+ [
53682
+ "word_wp",
53683
+ 1
53684
+ ],
53685
+ [
53686
+ "statefulElementInContext_wp",
53687
+ 0
53688
+ ],
53689
+ [
53690
+ "the",
53691
+ 0
53692
+ ],
53693
+ [
53694
+ "ordinal",
53695
+ 0
53696
+ ],
53697
+ [
53698
+ "list",
53699
+ 0
53700
+ ],
53701
+ [
53702
+ "ordinal",
53703
+ 0
53704
+ ],
53705
+ [
53706
+ "paragraph_wp",
53707
+ 0
53708
+ ]
53709
+ ],
53710
+ "choose": {
53711
+ "index": 0,
53712
+ "increment": true
53713
+ }
53714
+ },
53203
53715
  {
53204
53716
  "context": [
53205
53717
  [
@@ -53220,6 +53732,192 @@
53220
53732
  ]
53221
53733
  ],
53222
53734
  "choose": 0
53735
+ },
53736
+ {
53737
+ "context": [
53738
+ [
53739
+ "paragraph_wp",
53740
+ 1
53741
+ ],
53742
+ [
53743
+ "thatVerb",
53744
+ 0
53745
+ ],
53746
+ [
53747
+ "paragraphComparisonVerb_wp",
53748
+ 0
53749
+ ],
53750
+ [
53751
+ "unknown",
53752
+ 0
53753
+ ]
53754
+ ],
53755
+ "choose": 0
53756
+ },
53757
+ {
53758
+ "context": [
53759
+ [
53760
+ "word_wp",
53761
+ 0
53762
+ ],
53763
+ [
53764
+ "thatVerb",
53765
+ 0
53766
+ ],
53767
+ [
53768
+ "wordComparison_wp",
53769
+ 0
53770
+ ]
53771
+ ],
53772
+ "choose": 0
53773
+ },
53774
+ {
53775
+ "context": [
53776
+ [
53777
+ "paragraph_wp",
53778
+ 0
53779
+ ],
53780
+ [
53781
+ "thatVerb",
53782
+ 0
53783
+ ],
53784
+ [
53785
+ "paragraphComparisonVerb_wp",
53786
+ 0
53787
+ ]
53788
+ ],
53789
+ "choose": 0
53790
+ },
53791
+ {
53792
+ "context": [
53793
+ [
53794
+ "paragraph_wp",
53795
+ 1
53796
+ ],
53797
+ [
53798
+ "thatVerb",
53799
+ 0
53800
+ ],
53801
+ [
53802
+ "paragraphComparisonVerb_wp",
53803
+ 0
53804
+ ]
53805
+ ],
53806
+ "choose": 0
53807
+ },
53808
+ {
53809
+ "context": [
53810
+ [
53811
+ "paragraph_wp",
53812
+ 1
53813
+ ],
53814
+ [
53815
+ "thatVerb",
53816
+ 0
53817
+ ],
53818
+ [
53819
+ "paragraphComparisonVerb_wp",
53820
+ 0
53821
+ ],
53822
+ [
53823
+ "bolded_wp",
53824
+ 0
53825
+ ],
53826
+ [
53827
+ "word_wp",
53828
+ 0
53829
+ ]
53830
+ ],
53831
+ "choose": 0
53832
+ },
53833
+ {
53834
+ "context": [
53835
+ [
53836
+ "paragraph_wp",
53837
+ 1
53838
+ ],
53839
+ [
53840
+ "thatVerb",
53841
+ 0
53842
+ ],
53843
+ [
53844
+ "paragraphComparisonVerb_wp",
53845
+ 0
53846
+ ],
53847
+ [
53848
+ "word_wp",
53849
+ 0
53850
+ ]
53851
+ ],
53852
+ "choose": 0
53853
+ },
53854
+ {
53855
+ "context": [
53856
+ [
53857
+ "article",
53858
+ 0
53859
+ ],
53860
+ [
53861
+ "word_wp",
53862
+ 1
53863
+ ],
53864
+ [
53865
+ "statefulElementInContext_wp",
53866
+ 0
53867
+ ],
53868
+ [
53869
+ "every",
53870
+ 0
53871
+ ],
53872
+ [
53873
+ "paragraph_wp",
53874
+ 0
53875
+ ]
53876
+ ],
53877
+ "choose": 1
53878
+ },
53879
+ {
53880
+ "context": [
53881
+ [
53882
+ "article",
53883
+ 0
53884
+ ],
53885
+ [
53886
+ "statefulElement_wp",
53887
+ 0
53888
+ ]
53889
+ ],
53890
+ "choose": 1
53891
+ },
53892
+ {
53893
+ "context": [
53894
+ [
53895
+ "article",
53896
+ 0
53897
+ ],
53898
+ [
53899
+ "statefulElement_wp",
53900
+ 1
53901
+ ]
53902
+ ],
53903
+ "choose": 1
53904
+ },
53905
+ {
53906
+ "context": [
53907
+ [
53908
+ "article",
53909
+ 0
53910
+ ],
53911
+ [
53912
+ "ordinal",
53913
+ 0
53914
+ ],
53915
+ [
53916
+ "statefulElement_wp",
53917
+ 0
53918
+ ]
53919
+ ],
53920
+ "choose": 2
53223
53921
  }
53224
53922
  ]
53225
53923
  },
@@ -53379,10 +54077,10 @@
53379
54077
  ],
53380
54078
  "semantics": [
53381
54079
  {
53382
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:361"
54080
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:374"
53383
54081
  },
53384
54082
  {
53385
- "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:370"
54083
+ "where": "/home/dev/code/theprogrammablemind/kms/common/wp.js:383"
53386
54084
  }
53387
54085
  ],
53388
54086
  "priorities": [
@@ -54053,50 +54751,6 @@
54053
54751
  0
54054
54752
  ]
54055
54753
  ],
54056
- [
54057
- [
54058
- "countable",
54059
- 0
54060
- ],
54061
- [
54062
- "distributable",
54063
- 0
54064
- ],
54065
- [
54066
- "is",
54067
- 0
54068
- ],
54069
- [
54070
- "list",
54071
- 1
54072
- ],
54073
- [
54074
- "unknown",
54075
- 0
54076
- ]
54077
- ],
54078
- [
54079
- [
54080
- "countable",
54081
- 0
54082
- ],
54083
- [
54084
- "distributable",
54085
- 0
54086
- ],
54087
- [
54088
- "is",
54089
- 0
54090
- ],
54091
- [
54092
- "list",
54093
- 1
54094
- ],
54095
- [
54096
- "unknown",
54097
- 0
54098
- ]
54099
- ],
54100
54754
  [
54101
54755
  [
54102
54756
  "countable",
@@ -54261,34 +54915,6 @@
54261
54915
  0
54262
54916
  ]
54263
54917
  ],
54264
- [
54265
- [
54266
- "is",
54267
- 0
54268
- ],
54269
- [
54270
- "list",
54271
- 1
54272
- ],
54273
- [
54274
- "unknown",
54275
- 0
54276
- ]
54277
- ],
54278
- [
54279
- [
54280
- "is",
54281
- 0
54282
- ],
54283
- [
54284
- "list",
54285
- 1
54286
- ],
54287
- [
54288
- "unknown",
54289
- 0
54290
- ]
54291
- ],
54292
54918
  [
54293
54919
  [
54294
54920
  "is",