tpmkms_4wp 8.9.1-beta.9 → 9.0.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 (117) hide show
  1. package/common/animals.instance.json +6516 -754
  2. package/common/articles.js +6 -9
  3. package/common/articles.test.json +304 -4
  4. package/common/asking.js +1 -1
  5. package/common/asking.test.json +1599 -140
  6. package/common/avatar.js +8 -0
  7. package/common/avatar.test.json +6008 -2749
  8. package/common/characters.test.json +1371 -95
  9. package/common/colors.instance.json +22685 -1441
  10. package/common/colors.test.json +704 -136
  11. package/common/comparable.instance.json +1302 -169
  12. package/common/comparable.js +12 -12
  13. package/common/comparable.test.json +3239 -558
  14. package/common/concept.js +10 -2
  15. package/common/concept.test.json +2853 -694
  16. package/common/conjunction.js +12 -0
  17. package/common/conjunction.test.json +229 -1
  18. package/common/countable.js +1 -1
  19. package/common/countable.test.json +1306 -48
  20. package/common/crew.instance.json +18984 -1943
  21. package/common/crew.js +19 -0
  22. package/common/crew.test.json +10218 -2145
  23. package/common/currency.js +0 -1
  24. package/common/currency.test.json +948 -64
  25. package/common/dialogues.js +100 -32
  26. package/common/dialogues.test.json +6611 -1905
  27. package/common/dimension.instance.json +751 -82
  28. package/common/dimension.js +16 -2
  29. package/common/dimension.test.json +23680 -11550
  30. package/common/edible.instance.json +21654 -2721
  31. package/common/edible.js +13 -0
  32. package/common/edible.test.json +1580 -304
  33. package/common/emotions.instance.json +2275 -259
  34. package/common/emotions.js +10 -2
  35. package/common/emotions.test.json +1134 -107
  36. package/common/errors.js +0 -2
  37. package/common/errors.test.json +88 -0
  38. package/common/evaluate.test.json +100 -1
  39. package/common/events.test.json +2197 -242
  40. package/common/fastfood.instance.json +82297 -10535
  41. package/common/fastfood.js +96 -9
  42. package/common/fastfood.test.json +65486 -21430
  43. package/common/formulas.instance.json +316 -59
  44. package/common/formulas.test.json +13202 -6757
  45. package/common/gdefaults.js +9 -2
  46. package/common/help.test.json +288 -0
  47. package/common/helpers/concept.js +3 -2
  48. package/common/helpers/properties.js +2 -32
  49. package/common/hierarchy.js +9 -0
  50. package/common/hierarchy.test.json +53813 -17340
  51. package/common/javascript.test.json +214 -11
  52. package/common/kirk.instance.json +309 -9
  53. package/common/kirk.test.json +1123 -254
  54. package/common/length.instance.json +9722 -774
  55. package/common/length.test.json +12055 -8184
  56. package/common/listener.test.json +39 -1
  57. package/common/math.instance.json +285 -58
  58. package/common/math.test.json +38557 -17754
  59. package/common/meta.instance.json +1 -0
  60. package/common/meta.js +8 -8
  61. package/common/meta.test.json +2770 -275
  62. package/common/nameable.js +1 -1
  63. package/common/nameable.test.json +5150 -1475
  64. package/common/negation.test.json +146 -8
  65. package/common/numbers.test.json +234 -0
  66. package/common/ordering.instance.json +3870 -493
  67. package/common/ordering.test.json +2680 -1283
  68. package/common/ordinals.js +11 -1
  69. package/common/ordinals.test.json +627 -3
  70. package/common/people.instance.json +3844 -575
  71. package/common/people.js +0 -14
  72. package/common/people.test.json +27157 -13664
  73. package/common/percentages.js +0 -1
  74. package/common/percentages.test.json +313 -0
  75. package/common/pipboy.instance.json +13577 -1511
  76. package/common/pipboy.js +30 -48
  77. package/common/pipboy.test.json +19335 -6019
  78. package/common/pokemon.instance.json +6014 -731
  79. package/common/pokemon.test.json +1826 -389
  80. package/common/pos.js +15 -5
  81. package/common/pressure.instance.json +2615 -308
  82. package/common/pressure.test.json +2997 -1629
  83. package/common/properties.instance.json +894 -86
  84. package/common/properties.js +17 -26
  85. package/common/properties.test.json +46801 -14612
  86. package/common/punctuation.test.json +327 -0
  87. package/common/reports.instance.json +979 -120
  88. package/common/reports.js +9 -2
  89. package/common/reports.test.json +16653 -2453
  90. package/common/scorekeeper.instance.json +1 -0
  91. package/common/scorekeeper.js +17 -7
  92. package/common/scorekeeper.test.json +42546 -15408
  93. package/common/sizeable.js +1 -1
  94. package/common/sizeable.test.json +1170 -215
  95. package/common/spock.instance.json +309 -9
  96. package/common/spock.test.json +1123 -254
  97. package/common/stgame.js +0 -1
  98. package/common/stgame.test.json +1371 -91
  99. package/common/stm.test.json +842 -9
  100. package/common/tell.test.json +224 -1
  101. package/common/temperature.instance.json +5967 -308
  102. package/common/temperature.test.json +2610 -1272
  103. package/common/testing.test.json +84 -1
  104. package/common/time.test.json +5345 -272
  105. package/common/tokenize.js +3 -2
  106. package/common/tokenize.test.json +39 -0
  107. package/common/ui.instance.json +130 -27
  108. package/common/ui.js +0 -16
  109. package/common/ui.test.json +4620 -140
  110. package/common/weight.instance.json +9915 -777
  111. package/common/weight.js +10 -0
  112. package/common/weight.test.json +18658 -12176
  113. package/common/wp.instance.json +14141 -1542
  114. package/common/wp.js +105 -38
  115. package/common/wp.test.json +61801 -1662
  116. package/common/yesno.test.json +168 -4
  117. package/package.json +2 -2
@@ -16,6 +16,7 @@
16
16
  },
17
17
  "contexts": [
18
18
  {
19
+ "context_index": 1,
19
20
  "dead": true,
20
21
  "level": 1,
21
22
  "marker": "negatable",
@@ -47,7 +48,6 @@
47
48
  "word": "negatable"
48
49
  }
49
50
  ],
50
- "developerTest": false,
51
51
  "generatedParenthesized": [
52
52
  ""
53
53
  ],
@@ -56,7 +56,7 @@
56
56
  {
57
57
  "counter": 1,
58
58
  "op": [
59
- "negatable",
59
+ "not",
60
60
  0
61
61
  ],
62
62
  "ops": [
@@ -73,12 +73,12 @@
73
73
  {
74
74
  "counter": 2,
75
75
  "op": [
76
- "not",
76
+ "negatable",
77
77
  0
78
78
  ],
79
79
  "ops": [
80
80
  [
81
- "not",
81
+ "negatable",
82
82
  0
83
83
  ]
84
84
  ]
@@ -89,6 +89,8 @@
89
89
  "nameToUUID": {
90
90
  "gdefaults": "gdefaults2",
91
91
  "negation": "negation1",
92
+ "pos": "pos2",
93
+ "punctuation": "punctuation2",
92
94
  "tokenize": "tokenize2"
93
95
  },
94
96
  "namespaced": {
@@ -96,12 +98,17 @@
96
98
  },
97
99
  "negation1": {
98
100
  },
101
+ "pos2": {
102
+ },
103
+ "punctuation2": {
104
+ },
99
105
  "tokenize2": {
100
106
  }
101
107
  },
102
108
  "processed": [
103
109
  {
104
110
  "context": {
111
+ "context_index": 1,
105
112
  "dead": true,
106
113
  "level": 1,
107
114
  "marker": "negatable",
@@ -150,6 +157,68 @@
150
157
  "query": "not negatable",
151
158
  "responses": [
152
159
  ""
160
+ ],
161
+ "summaries": [
162
+ {
163
+ "length": 1,
164
+ "summaries": [
165
+ {
166
+ "counter": 1,
167
+ "operators": [
168
+ {
169
+ "marker": [
170
+ "not",
171
+ 0
172
+ ],
173
+ "range": {
174
+ "end": 2,
175
+ "start": 0
176
+ }
177
+ },
178
+ {
179
+ "marker": [
180
+ "negatable",
181
+ 0
182
+ ],
183
+ "range": {
184
+ "end": 12,
185
+ "start": 4
186
+ }
187
+ }
188
+ ]
189
+ },
190
+ {
191
+ "counter": 2,
192
+ "operators": [
193
+ {
194
+ "marker": [
195
+ "negatable",
196
+ 0
197
+ ],
198
+ "range": {
199
+ "end": 12,
200
+ "start": 0
201
+ }
202
+ }
203
+ ]
204
+ },
205
+ {
206
+ "counter": 3,
207
+ "operators": [
208
+ {
209
+ "marker": [
210
+ "negatable",
211
+ 1
212
+ ],
213
+ "range": {
214
+ "end": 12,
215
+ "start": 0
216
+ }
217
+ }
218
+ ]
219
+ }
220
+ ]
221
+ }
153
222
  ]
154
223
  },
155
224
  {
@@ -169,6 +238,7 @@
169
238
  },
170
239
  "contexts": [
171
240
  {
241
+ "context_index": 1,
172
242
  "dead": true,
173
243
  "level": 1,
174
244
  "marker": "negatable",
@@ -200,7 +270,6 @@
200
270
  "word": "negatables"
201
271
  }
202
272
  ],
203
- "developerTest": false,
204
273
  "generatedParenthesized": [
205
274
  ""
206
275
  ],
@@ -209,7 +278,7 @@
209
278
  {
210
279
  "counter": 1,
211
280
  "op": [
212
- "negatable",
281
+ "not",
213
282
  0
214
283
  ],
215
284
  "ops": [
@@ -226,12 +295,12 @@
226
295
  {
227
296
  "counter": 2,
228
297
  "op": [
229
- "not",
298
+ "negatable",
230
299
  0
231
300
  ],
232
301
  "ops": [
233
302
  [
234
- "not",
303
+ "negatable",
235
304
  0
236
305
  ]
237
306
  ]
@@ -242,6 +311,8 @@
242
311
  "nameToUUID": {
243
312
  "gdefaults": "gdefaults2",
244
313
  "negation": "negation1",
314
+ "pos": "pos2",
315
+ "punctuation": "punctuation2",
245
316
  "tokenize": "tokenize2"
246
317
  },
247
318
  "namespaced": {
@@ -249,12 +320,17 @@
249
320
  },
250
321
  "negation1": {
251
322
  },
323
+ "pos2": {
324
+ },
325
+ "punctuation2": {
326
+ },
252
327
  "tokenize2": {
253
328
  }
254
329
  },
255
330
  "processed": [
256
331
  {
257
332
  "context": {
333
+ "context_index": 1,
258
334
  "dead": true,
259
335
  "level": 1,
260
336
  "marker": "negatable",
@@ -303,6 +379,68 @@
303
379
  "query": "not negatables",
304
380
  "responses": [
305
381
  ""
382
+ ],
383
+ "summaries": [
384
+ {
385
+ "length": 1,
386
+ "summaries": [
387
+ {
388
+ "counter": 1,
389
+ "operators": [
390
+ {
391
+ "marker": [
392
+ "not",
393
+ 0
394
+ ],
395
+ "range": {
396
+ "end": 2,
397
+ "start": 0
398
+ }
399
+ },
400
+ {
401
+ "marker": [
402
+ "negatable",
403
+ 0
404
+ ],
405
+ "range": {
406
+ "end": 13,
407
+ "start": 4
408
+ }
409
+ }
410
+ ]
411
+ },
412
+ {
413
+ "counter": 2,
414
+ "operators": [
415
+ {
416
+ "marker": [
417
+ "negatable",
418
+ 0
419
+ ],
420
+ "range": {
421
+ "end": 13,
422
+ "start": 0
423
+ }
424
+ }
425
+ ]
426
+ },
427
+ {
428
+ "counter": 3,
429
+ "operators": [
430
+ {
431
+ "marker": [
432
+ "negatable",
433
+ 1
434
+ ],
435
+ "range": {
436
+ "end": 13,
437
+ "start": 0
438
+ }
439
+ }
440
+ ]
441
+ }
442
+ ]
443
+ }
306
444
  ]
307
445
  }
308
446
  ]
@@ -6,6 +6,7 @@
6
6
  },
7
7
  "contexts": [
8
8
  {
9
+ "context_index": 1,
9
10
  "dead": true,
10
11
  "instance": true,
11
12
  "level": 1,
@@ -60,6 +61,7 @@
60
61
  "processed": [
61
62
  {
62
63
  "context": {
64
+ "context_index": 1,
63
65
  "dead": true,
64
66
  "instance": true,
65
67
  "level": 1,
@@ -91,6 +93,43 @@
91
93
  "query": "20",
92
94
  "responses": [
93
95
  ""
96
+ ],
97
+ "summaries": [
98
+ {
99
+ "length": 1,
100
+ "summaries": [
101
+ {
102
+ "counter": 1,
103
+ "operators": [
104
+ {
105
+ "marker": [
106
+ "integer",
107
+ 0
108
+ ],
109
+ "range": {
110
+ "end": 1,
111
+ "start": 0
112
+ }
113
+ }
114
+ ]
115
+ },
116
+ {
117
+ "counter": 2,
118
+ "operators": [
119
+ {
120
+ "marker": [
121
+ "integer",
122
+ 1
123
+ ],
124
+ "range": {
125
+ "end": 1,
126
+ "start": 0
127
+ }
128
+ }
129
+ ]
130
+ }
131
+ ]
132
+ }
94
133
  ]
95
134
  },
96
135
  {
@@ -100,6 +139,7 @@
100
139
  },
101
140
  "contexts": [
102
141
  {
142
+ "context_index": 1,
103
143
  "dead": true,
104
144
  "instance": true,
105
145
  "level": 1,
@@ -154,6 +194,7 @@
154
194
  "processed": [
155
195
  {
156
196
  "context": {
197
+ "context_index": 1,
157
198
  "dead": true,
158
199
  "instance": true,
159
200
  "level": 1,
@@ -185,6 +226,43 @@
185
226
  "query": "44",
186
227
  "responses": [
187
228
  ""
229
+ ],
230
+ "summaries": [
231
+ {
232
+ "length": 1,
233
+ "summaries": [
234
+ {
235
+ "counter": 1,
236
+ "operators": [
237
+ {
238
+ "marker": [
239
+ "integer",
240
+ 0
241
+ ],
242
+ "range": {
243
+ "end": 1,
244
+ "start": 0
245
+ }
246
+ }
247
+ ]
248
+ },
249
+ {
250
+ "counter": 2,
251
+ "operators": [
252
+ {
253
+ "marker": [
254
+ "integer",
255
+ 1
256
+ ],
257
+ "range": {
258
+ "end": 1,
259
+ "start": 0
260
+ }
261
+ }
262
+ ]
263
+ }
264
+ ]
265
+ }
188
266
  ]
189
267
  },
190
268
  {
@@ -194,6 +272,7 @@
194
272
  },
195
273
  "contexts": [
196
274
  {
275
+ "context_index": 1,
197
276
  "dead": true,
198
277
  "instance": true,
199
278
  "level": 1,
@@ -248,6 +327,7 @@
248
327
  "processed": [
249
328
  {
250
329
  "context": {
330
+ "context_index": 1,
251
331
  "dead": true,
252
332
  "instance": true,
253
333
  "level": 1,
@@ -279,6 +359,43 @@
279
359
  "query": "10 ",
280
360
  "responses": [
281
361
  ""
362
+ ],
363
+ "summaries": [
364
+ {
365
+ "length": 1,
366
+ "summaries": [
367
+ {
368
+ "counter": 1,
369
+ "operators": [
370
+ {
371
+ "marker": [
372
+ "integer",
373
+ 0
374
+ ],
375
+ "range": {
376
+ "end": 1,
377
+ "start": 0
378
+ }
379
+ }
380
+ ]
381
+ },
382
+ {
383
+ "counter": 2,
384
+ "operators": [
385
+ {
386
+ "marker": [
387
+ "integer",
388
+ 1
389
+ ],
390
+ "range": {
391
+ "end": 1,
392
+ "start": 0
393
+ }
394
+ }
395
+ ]
396
+ }
397
+ ]
398
+ }
282
399
  ]
283
400
  },
284
401
  {
@@ -288,6 +405,7 @@
288
405
  },
289
406
  "contexts": [
290
407
  {
408
+ "context_index": 1,
291
409
  "dead": true,
292
410
  "instance": true,
293
411
  "level": 1,
@@ -342,6 +460,7 @@
342
460
  "processed": [
343
461
  {
344
462
  "context": {
463
+ "context_index": 1,
345
464
  "dead": true,
346
465
  "instance": true,
347
466
  "level": 1,
@@ -373,6 +492,43 @@
373
492
  "query": "10.23 ",
374
493
  "responses": [
375
494
  ""
495
+ ],
496
+ "summaries": [
497
+ {
498
+ "length": 1,
499
+ "summaries": [
500
+ {
501
+ "counter": 1,
502
+ "operators": [
503
+ {
504
+ "marker": [
505
+ "number",
506
+ 0
507
+ ],
508
+ "range": {
509
+ "end": 4,
510
+ "start": 0
511
+ }
512
+ }
513
+ ]
514
+ },
515
+ {
516
+ "counter": 2,
517
+ "operators": [
518
+ {
519
+ "marker": [
520
+ "number",
521
+ 1
522
+ ],
523
+ "range": {
524
+ "end": 4,
525
+ "start": 0
526
+ }
527
+ }
528
+ ]
529
+ }
530
+ ]
531
+ }
376
532
  ]
377
533
  },
378
534
  {
@@ -382,6 +538,7 @@
382
538
  },
383
539
  "contexts": [
384
540
  {
541
+ "context_index": 1,
385
542
  "dead": true,
386
543
  "instance": true,
387
544
  "level": 1,
@@ -436,6 +593,7 @@
436
593
  "processed": [
437
594
  {
438
595
  "context": {
596
+ "context_index": 1,
439
597
  "dead": true,
440
598
  "instance": true,
441
599
  "level": 1,
@@ -467,6 +625,43 @@
467
625
  "query": ".23 ",
468
626
  "responses": [
469
627
  ""
628
+ ],
629
+ "summaries": [
630
+ {
631
+ "length": 1,
632
+ "summaries": [
633
+ {
634
+ "counter": 1,
635
+ "operators": [
636
+ {
637
+ "marker": [
638
+ "number",
639
+ 0
640
+ ],
641
+ "range": {
642
+ "end": 2,
643
+ "start": 0
644
+ }
645
+ }
646
+ ]
647
+ },
648
+ {
649
+ "counter": 2,
650
+ "operators": [
651
+ {
652
+ "marker": [
653
+ "number",
654
+ 1
655
+ ],
656
+ "range": {
657
+ "end": 2,
658
+ "start": 0
659
+ }
660
+ }
661
+ ]
662
+ }
663
+ ]
664
+ }
470
665
  ]
471
666
  },
472
667
  {
@@ -476,6 +671,7 @@
476
671
  },
477
672
  "contexts": [
478
673
  {
674
+ "context_index": 1,
479
675
  "dead": true,
480
676
  "level": 1,
481
677
  "marker": "unknown",
@@ -530,6 +726,7 @@
530
726
  "processed": [
531
727
  {
532
728
  "context": {
729
+ "context_index": 1,
533
730
  "dead": true,
534
731
  "level": 1,
535
732
  "marker": "unknown",
@@ -561,6 +758,43 @@
561
758
  "query": "c1",
562
759
  "responses": [
563
760
  ""
761
+ ],
762
+ "summaries": [
763
+ {
764
+ "length": 1,
765
+ "summaries": [
766
+ {
767
+ "counter": 1,
768
+ "operators": [
769
+ {
770
+ "marker": [
771
+ "unknown",
772
+ 0
773
+ ],
774
+ "range": {
775
+ "end": 1,
776
+ "start": 0
777
+ }
778
+ }
779
+ ]
780
+ },
781
+ {
782
+ "counter": 2,
783
+ "operators": [
784
+ {
785
+ "marker": [
786
+ "unknown",
787
+ 1
788
+ ],
789
+ "range": {
790
+ "end": 1,
791
+ "start": 0
792
+ }
793
+ }
794
+ ]
795
+ }
796
+ ]
797
+ }
564
798
  ]
565
799
  }
566
800
  ]