tpmkms_4wp 8.9.1-beta.25 → 8.9.1-beta.27
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.
- package/common/articles.test.json +172 -4
- package/common/asking.test.json +731 -19
- package/common/avatar.test.json +3703 -1884
- package/common/characters.test.json +890 -112
- package/common/colors.test.json +632 -136
- package/common/comparable.test.json +3057 -601
- package/common/concept.test.json +1517 -453
- package/common/conjunction.test.json +112 -1
- package/common/countable.test.json +862 -66
- package/common/crew.test.json +5322 -918
- package/common/currency.test.json +564 -64
- package/common/dialogues.test.json +3617 -1221
- package/common/dimension.test.json +18934 -12493
- package/common/edible.test.json +898 -168
- package/common/emotions.test.json +609 -107
- package/common/errors.test.json +49 -0
- package/common/evaluate.test.json +79 -1
- package/common/events.test.json +2020 -308
- package/common/fastfood.test.json +29023 -2294
- package/common/formulas.test.json +6602 -3800
- package/common/help.test.json +144 -0
- package/common/hierarchy.test.json +45023 -19454
- package/common/javascript.test.json +115 -11
- package/common/kirk.test.json +788 -255
- package/common/length.test.json +4300 -2051
- package/common/listener.test.json +24 -1
- package/common/math.test.json +27147 -15408
- package/common/meta.test.json +2436 -253
- package/common/nameable.test.json +4185 -1467
- package/common/negation.test.json +92 -8
- package/common/numbers.test.json +144 -0
- package/common/ordering.test.json +1060 -281
- package/common/ordinals.test.json +183 -6
- package/common/people.test.json +13917 -7609
- package/common/percentages.test.json +158 -0
- package/common/pipboy.test.json +14457 -5640
- package/common/pokemon.test.json +1321 -406
- package/common/pressure.test.json +1170 -348
- package/common/properties.test.json +33010 -11800
- package/common/punctuation.test.json +168 -0
- package/common/reports.test.json +7583 -204
- package/common/scorekeeper.test.json +25112 -12632
- package/common/sizeable.test.json +945 -215
- package/common/spock.test.json +788 -255
- package/common/stgame.test.json +890 -108
- package/common/stm.test.json +461 -9
- package/common/tell.test.json +119 -1
- package/common/temperature.test.json +1272 -480
- package/common/testing.test.json +51 -1
- package/common/time.test.json +4994 -1241
- package/common/tokenize.test.json +24 -0
- package/common/ui.test.json +4337 -157
- package/common/weight.test.json +6168 -3160
- package/common/wp.test.json +12342 -514
- package/common/yesno.test.json +108 -4
- 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
|
-
"
|
59
|
+
"not",
|
60
60
|
0
|
61
61
|
],
|
62
62
|
"ops": [
|
@@ -73,12 +73,12 @@
|
|
73
73
|
{
|
74
74
|
"counter": 2,
|
75
75
|
"op": [
|
76
|
-
"
|
76
|
+
"negatable",
|
77
77
|
0
|
78
78
|
],
|
79
79
|
"ops": [
|
80
80
|
[
|
81
|
-
"
|
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,41 @@
|
|
150
157
|
"query": "not negatable",
|
151
158
|
"responses": [
|
152
159
|
""
|
160
|
+
],
|
161
|
+
"summaries": [
|
162
|
+
[
|
163
|
+
{
|
164
|
+
"counter": 1,
|
165
|
+
"operators": [
|
166
|
+
[
|
167
|
+
"not",
|
168
|
+
0
|
169
|
+
],
|
170
|
+
[
|
171
|
+
"negatable",
|
172
|
+
0
|
173
|
+
]
|
174
|
+
]
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"counter": 2,
|
178
|
+
"operators": [
|
179
|
+
[
|
180
|
+
"negatable",
|
181
|
+
0
|
182
|
+
]
|
183
|
+
]
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"counter": 3,
|
187
|
+
"operators": [
|
188
|
+
[
|
189
|
+
"negatable",
|
190
|
+
1
|
191
|
+
]
|
192
|
+
]
|
193
|
+
}
|
194
|
+
]
|
153
195
|
]
|
154
196
|
},
|
155
197
|
{
|
@@ -169,6 +211,7 @@
|
|
169
211
|
},
|
170
212
|
"contexts": [
|
171
213
|
{
|
214
|
+
"context_index": 1,
|
172
215
|
"dead": true,
|
173
216
|
"level": 1,
|
174
217
|
"marker": "negatable",
|
@@ -200,7 +243,6 @@
|
|
200
243
|
"word": "negatables"
|
201
244
|
}
|
202
245
|
],
|
203
|
-
"developerTest": false,
|
204
246
|
"generatedParenthesized": [
|
205
247
|
""
|
206
248
|
],
|
@@ -209,7 +251,7 @@
|
|
209
251
|
{
|
210
252
|
"counter": 1,
|
211
253
|
"op": [
|
212
|
-
"
|
254
|
+
"not",
|
213
255
|
0
|
214
256
|
],
|
215
257
|
"ops": [
|
@@ -226,12 +268,12 @@
|
|
226
268
|
{
|
227
269
|
"counter": 2,
|
228
270
|
"op": [
|
229
|
-
"
|
271
|
+
"negatable",
|
230
272
|
0
|
231
273
|
],
|
232
274
|
"ops": [
|
233
275
|
[
|
234
|
-
"
|
276
|
+
"negatable",
|
235
277
|
0
|
236
278
|
]
|
237
279
|
]
|
@@ -242,6 +284,8 @@
|
|
242
284
|
"nameToUUID": {
|
243
285
|
"gdefaults": "gdefaults2",
|
244
286
|
"negation": "negation1",
|
287
|
+
"pos": "pos2",
|
288
|
+
"punctuation": "punctuation2",
|
245
289
|
"tokenize": "tokenize2"
|
246
290
|
},
|
247
291
|
"namespaced": {
|
@@ -249,12 +293,17 @@
|
|
249
293
|
},
|
250
294
|
"negation1": {
|
251
295
|
},
|
296
|
+
"pos2": {
|
297
|
+
},
|
298
|
+
"punctuation2": {
|
299
|
+
},
|
252
300
|
"tokenize2": {
|
253
301
|
}
|
254
302
|
},
|
255
303
|
"processed": [
|
256
304
|
{
|
257
305
|
"context": {
|
306
|
+
"context_index": 1,
|
258
307
|
"dead": true,
|
259
308
|
"level": 1,
|
260
309
|
"marker": "negatable",
|
@@ -303,6 +352,41 @@
|
|
303
352
|
"query": "not negatables",
|
304
353
|
"responses": [
|
305
354
|
""
|
355
|
+
],
|
356
|
+
"summaries": [
|
357
|
+
[
|
358
|
+
{
|
359
|
+
"counter": 1,
|
360
|
+
"operators": [
|
361
|
+
[
|
362
|
+
"not",
|
363
|
+
0
|
364
|
+
],
|
365
|
+
[
|
366
|
+
"negatable",
|
367
|
+
0
|
368
|
+
]
|
369
|
+
]
|
370
|
+
},
|
371
|
+
{
|
372
|
+
"counter": 2,
|
373
|
+
"operators": [
|
374
|
+
[
|
375
|
+
"negatable",
|
376
|
+
0
|
377
|
+
]
|
378
|
+
]
|
379
|
+
},
|
380
|
+
{
|
381
|
+
"counter": 3,
|
382
|
+
"operators": [
|
383
|
+
[
|
384
|
+
"negatable",
|
385
|
+
1
|
386
|
+
]
|
387
|
+
]
|
388
|
+
}
|
389
|
+
]
|
306
390
|
]
|
307
391
|
}
|
308
392
|
]
|
package/common/numbers.test.json
CHANGED
@@ -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,28 @@
|
|
91
93
|
"query": "20",
|
92
94
|
"responses": [
|
93
95
|
""
|
96
|
+
],
|
97
|
+
"summaries": [
|
98
|
+
[
|
99
|
+
{
|
100
|
+
"counter": 1,
|
101
|
+
"operators": [
|
102
|
+
[
|
103
|
+
"integer",
|
104
|
+
0
|
105
|
+
]
|
106
|
+
]
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"counter": 2,
|
110
|
+
"operators": [
|
111
|
+
[
|
112
|
+
"integer",
|
113
|
+
1
|
114
|
+
]
|
115
|
+
]
|
116
|
+
}
|
117
|
+
]
|
94
118
|
]
|
95
119
|
},
|
96
120
|
{
|
@@ -100,6 +124,7 @@
|
|
100
124
|
},
|
101
125
|
"contexts": [
|
102
126
|
{
|
127
|
+
"context_index": 1,
|
103
128
|
"dead": true,
|
104
129
|
"instance": true,
|
105
130
|
"level": 1,
|
@@ -154,6 +179,7 @@
|
|
154
179
|
"processed": [
|
155
180
|
{
|
156
181
|
"context": {
|
182
|
+
"context_index": 1,
|
157
183
|
"dead": true,
|
158
184
|
"instance": true,
|
159
185
|
"level": 1,
|
@@ -185,6 +211,28 @@
|
|
185
211
|
"query": "44",
|
186
212
|
"responses": [
|
187
213
|
""
|
214
|
+
],
|
215
|
+
"summaries": [
|
216
|
+
[
|
217
|
+
{
|
218
|
+
"counter": 1,
|
219
|
+
"operators": [
|
220
|
+
[
|
221
|
+
"integer",
|
222
|
+
0
|
223
|
+
]
|
224
|
+
]
|
225
|
+
},
|
226
|
+
{
|
227
|
+
"counter": 2,
|
228
|
+
"operators": [
|
229
|
+
[
|
230
|
+
"integer",
|
231
|
+
1
|
232
|
+
]
|
233
|
+
]
|
234
|
+
}
|
235
|
+
]
|
188
236
|
]
|
189
237
|
},
|
190
238
|
{
|
@@ -194,6 +242,7 @@
|
|
194
242
|
},
|
195
243
|
"contexts": [
|
196
244
|
{
|
245
|
+
"context_index": 1,
|
197
246
|
"dead": true,
|
198
247
|
"instance": true,
|
199
248
|
"level": 1,
|
@@ -248,6 +297,7 @@
|
|
248
297
|
"processed": [
|
249
298
|
{
|
250
299
|
"context": {
|
300
|
+
"context_index": 1,
|
251
301
|
"dead": true,
|
252
302
|
"instance": true,
|
253
303
|
"level": 1,
|
@@ -279,6 +329,28 @@
|
|
279
329
|
"query": "10 ",
|
280
330
|
"responses": [
|
281
331
|
""
|
332
|
+
],
|
333
|
+
"summaries": [
|
334
|
+
[
|
335
|
+
{
|
336
|
+
"counter": 1,
|
337
|
+
"operators": [
|
338
|
+
[
|
339
|
+
"integer",
|
340
|
+
0
|
341
|
+
]
|
342
|
+
]
|
343
|
+
},
|
344
|
+
{
|
345
|
+
"counter": 2,
|
346
|
+
"operators": [
|
347
|
+
[
|
348
|
+
"integer",
|
349
|
+
1
|
350
|
+
]
|
351
|
+
]
|
352
|
+
}
|
353
|
+
]
|
282
354
|
]
|
283
355
|
},
|
284
356
|
{
|
@@ -288,6 +360,7 @@
|
|
288
360
|
},
|
289
361
|
"contexts": [
|
290
362
|
{
|
363
|
+
"context_index": 1,
|
291
364
|
"dead": true,
|
292
365
|
"instance": true,
|
293
366
|
"level": 1,
|
@@ -342,6 +415,7 @@
|
|
342
415
|
"processed": [
|
343
416
|
{
|
344
417
|
"context": {
|
418
|
+
"context_index": 1,
|
345
419
|
"dead": true,
|
346
420
|
"instance": true,
|
347
421
|
"level": 1,
|
@@ -373,6 +447,28 @@
|
|
373
447
|
"query": "10.23 ",
|
374
448
|
"responses": [
|
375
449
|
""
|
450
|
+
],
|
451
|
+
"summaries": [
|
452
|
+
[
|
453
|
+
{
|
454
|
+
"counter": 1,
|
455
|
+
"operators": [
|
456
|
+
[
|
457
|
+
"number",
|
458
|
+
0
|
459
|
+
]
|
460
|
+
]
|
461
|
+
},
|
462
|
+
{
|
463
|
+
"counter": 2,
|
464
|
+
"operators": [
|
465
|
+
[
|
466
|
+
"number",
|
467
|
+
1
|
468
|
+
]
|
469
|
+
]
|
470
|
+
}
|
471
|
+
]
|
376
472
|
]
|
377
473
|
},
|
378
474
|
{
|
@@ -382,6 +478,7 @@
|
|
382
478
|
},
|
383
479
|
"contexts": [
|
384
480
|
{
|
481
|
+
"context_index": 1,
|
385
482
|
"dead": true,
|
386
483
|
"instance": true,
|
387
484
|
"level": 1,
|
@@ -436,6 +533,7 @@
|
|
436
533
|
"processed": [
|
437
534
|
{
|
438
535
|
"context": {
|
536
|
+
"context_index": 1,
|
439
537
|
"dead": true,
|
440
538
|
"instance": true,
|
441
539
|
"level": 1,
|
@@ -467,6 +565,28 @@
|
|
467
565
|
"query": ".23 ",
|
468
566
|
"responses": [
|
469
567
|
""
|
568
|
+
],
|
569
|
+
"summaries": [
|
570
|
+
[
|
571
|
+
{
|
572
|
+
"counter": 1,
|
573
|
+
"operators": [
|
574
|
+
[
|
575
|
+
"number",
|
576
|
+
0
|
577
|
+
]
|
578
|
+
]
|
579
|
+
},
|
580
|
+
{
|
581
|
+
"counter": 2,
|
582
|
+
"operators": [
|
583
|
+
[
|
584
|
+
"number",
|
585
|
+
1
|
586
|
+
]
|
587
|
+
]
|
588
|
+
}
|
589
|
+
]
|
470
590
|
]
|
471
591
|
},
|
472
592
|
{
|
@@ -476,6 +596,7 @@
|
|
476
596
|
},
|
477
597
|
"contexts": [
|
478
598
|
{
|
599
|
+
"context_index": 1,
|
479
600
|
"dead": true,
|
480
601
|
"level": 1,
|
481
602
|
"marker": "unknown",
|
@@ -530,6 +651,7 @@
|
|
530
651
|
"processed": [
|
531
652
|
{
|
532
653
|
"context": {
|
654
|
+
"context_index": 1,
|
533
655
|
"dead": true,
|
534
656
|
"level": 1,
|
535
657
|
"marker": "unknown",
|
@@ -561,6 +683,28 @@
|
|
561
683
|
"query": "c1",
|
562
684
|
"responses": [
|
563
685
|
""
|
686
|
+
],
|
687
|
+
"summaries": [
|
688
|
+
[
|
689
|
+
{
|
690
|
+
"counter": 1,
|
691
|
+
"operators": [
|
692
|
+
[
|
693
|
+
"unknown",
|
694
|
+
0
|
695
|
+
]
|
696
|
+
]
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"counter": 2,
|
700
|
+
"operators": [
|
701
|
+
[
|
702
|
+
"unknown",
|
703
|
+
1
|
704
|
+
]
|
705
|
+
]
|
706
|
+
}
|
707
|
+
]
|
564
708
|
]
|
565
709
|
}
|
566
710
|
]
|