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
@@ -17,6 +17,7 @@
|
|
17
17
|
"contexts": [
|
18
18
|
{
|
19
19
|
"concept": true,
|
20
|
+
"context_index": 1,
|
20
21
|
"dead": true,
|
21
22
|
"default": true,
|
22
23
|
"determiner": "the",
|
@@ -41,7 +42,6 @@
|
|
41
42
|
"word": "theable"
|
42
43
|
}
|
43
44
|
],
|
44
|
-
"developerTest": false,
|
45
45
|
"generatedParenthesized": [
|
46
46
|
""
|
47
47
|
],
|
@@ -84,6 +84,7 @@
|
|
84
84
|
"articles": "articles1",
|
85
85
|
"gdefaults": "gdefaults2",
|
86
86
|
"pos": "pos2",
|
87
|
+
"punctuation": "punctuation2",
|
87
88
|
"tokenize": "tokenize2"
|
88
89
|
},
|
89
90
|
"namespaced": {
|
@@ -93,6 +94,8 @@
|
|
93
94
|
},
|
94
95
|
"pos2": {
|
95
96
|
},
|
97
|
+
"punctuation2": {
|
98
|
+
},
|
96
99
|
"tokenize2": {
|
97
100
|
}
|
98
101
|
},
|
@@ -100,6 +103,7 @@
|
|
100
103
|
{
|
101
104
|
"context": {
|
102
105
|
"concept": true,
|
106
|
+
"context_index": 1,
|
103
107
|
"dead": true,
|
104
108
|
"default": true,
|
105
109
|
"determiner": "the",
|
@@ -141,6 +145,45 @@
|
|
141
145
|
"query": "the theable",
|
142
146
|
"responses": [
|
143
147
|
""
|
148
|
+
],
|
149
|
+
"summaries": [
|
150
|
+
[
|
151
|
+
{
|
152
|
+
"counter": 1,
|
153
|
+
"operators": [
|
154
|
+
[
|
155
|
+
"the",
|
156
|
+
0
|
157
|
+
],
|
158
|
+
[
|
159
|
+
"theAble",
|
160
|
+
0
|
161
|
+
]
|
162
|
+
]
|
163
|
+
},
|
164
|
+
{
|
165
|
+
"counter": 2,
|
166
|
+
"operators": [
|
167
|
+
[
|
168
|
+
"the",
|
169
|
+
0
|
170
|
+
],
|
171
|
+
[
|
172
|
+
"theAble",
|
173
|
+
1
|
174
|
+
]
|
175
|
+
]
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"counter": 3,
|
179
|
+
"operators": [
|
180
|
+
[
|
181
|
+
"theAble",
|
182
|
+
1
|
183
|
+
]
|
184
|
+
]
|
185
|
+
}
|
186
|
+
]
|
144
187
|
]
|
145
188
|
},
|
146
189
|
{
|
@@ -161,6 +204,7 @@
|
|
161
204
|
"contexts": [
|
162
205
|
{
|
163
206
|
"concept": true,
|
207
|
+
"context_index": 1,
|
164
208
|
"dead": true,
|
165
209
|
"default": true,
|
166
210
|
"determiner": {
|
@@ -174,6 +218,7 @@
|
|
174
218
|
"text": "a",
|
175
219
|
"word": "a"
|
176
220
|
},
|
221
|
+
"instance": true,
|
177
222
|
"level": 1,
|
178
223
|
"marker": "theAble",
|
179
224
|
"modifiers": [
|
@@ -195,7 +240,6 @@
|
|
195
240
|
"word": "theable"
|
196
241
|
}
|
197
242
|
],
|
198
|
-
"developerTest": false,
|
199
243
|
"generatedParenthesized": [
|
200
244
|
""
|
201
245
|
],
|
@@ -238,6 +282,7 @@
|
|
238
282
|
"articles": "articles1",
|
239
283
|
"gdefaults": "gdefaults2",
|
240
284
|
"pos": "pos2",
|
285
|
+
"punctuation": "punctuation2",
|
241
286
|
"tokenize": "tokenize2"
|
242
287
|
},
|
243
288
|
"namespaced": {
|
@@ -247,6 +292,8 @@
|
|
247
292
|
},
|
248
293
|
"pos2": {
|
249
294
|
},
|
295
|
+
"punctuation2": {
|
296
|
+
},
|
250
297
|
"tokenize2": {
|
251
298
|
}
|
252
299
|
},
|
@@ -254,6 +301,7 @@
|
|
254
301
|
{
|
255
302
|
"context": {
|
256
303
|
"concept": true,
|
304
|
+
"context_index": 1,
|
257
305
|
"dead": true,
|
258
306
|
"default": true,
|
259
307
|
"determiner": {
|
@@ -267,6 +315,7 @@
|
|
267
315
|
"text": "a",
|
268
316
|
"word": "a"
|
269
317
|
},
|
318
|
+
"instance": true,
|
270
319
|
"level": 1,
|
271
320
|
"marker": "theAble",
|
272
321
|
"modifiers": [
|
@@ -305,6 +354,45 @@
|
|
305
354
|
"query": "a theable",
|
306
355
|
"responses": [
|
307
356
|
""
|
357
|
+
],
|
358
|
+
"summaries": [
|
359
|
+
[
|
360
|
+
{
|
361
|
+
"counter": 1,
|
362
|
+
"operators": [
|
363
|
+
[
|
364
|
+
"a",
|
365
|
+
0
|
366
|
+
],
|
367
|
+
[
|
368
|
+
"theAble",
|
369
|
+
0
|
370
|
+
]
|
371
|
+
]
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"counter": 2,
|
375
|
+
"operators": [
|
376
|
+
[
|
377
|
+
"a",
|
378
|
+
0
|
379
|
+
],
|
380
|
+
[
|
381
|
+
"theAble",
|
382
|
+
1
|
383
|
+
]
|
384
|
+
]
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"counter": 3,
|
388
|
+
"operators": [
|
389
|
+
[
|
390
|
+
"theAble",
|
391
|
+
1
|
392
|
+
]
|
393
|
+
]
|
394
|
+
}
|
395
|
+
]
|
308
396
|
]
|
309
397
|
},
|
310
398
|
{
|
@@ -325,6 +413,7 @@
|
|
325
413
|
"contexts": [
|
326
414
|
{
|
327
415
|
"concept": true,
|
416
|
+
"context_index": 1,
|
328
417
|
"dead": true,
|
329
418
|
"default": true,
|
330
419
|
"distributer": {
|
@@ -360,7 +449,6 @@
|
|
360
449
|
"word": "distributable"
|
361
450
|
}
|
362
451
|
],
|
363
|
-
"developerTest": false,
|
364
452
|
"generatedParenthesized": [
|
365
453
|
""
|
366
454
|
],
|
@@ -422,6 +510,7 @@
|
|
422
510
|
{
|
423
511
|
"context": {
|
424
512
|
"concept": true,
|
513
|
+
"context_index": 1,
|
425
514
|
"dead": true,
|
426
515
|
"default": true,
|
427
516
|
"distributer": {
|
@@ -474,6 +563,45 @@
|
|
474
563
|
"query": "every distributable",
|
475
564
|
"responses": [
|
476
565
|
""
|
566
|
+
],
|
567
|
+
"summaries": [
|
568
|
+
[
|
569
|
+
{
|
570
|
+
"counter": 1,
|
571
|
+
"operators": [
|
572
|
+
[
|
573
|
+
"every",
|
574
|
+
0
|
575
|
+
],
|
576
|
+
[
|
577
|
+
"distributable",
|
578
|
+
0
|
579
|
+
]
|
580
|
+
]
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"counter": 2,
|
584
|
+
"operators": [
|
585
|
+
[
|
586
|
+
"every",
|
587
|
+
0
|
588
|
+
],
|
589
|
+
[
|
590
|
+
"distributable",
|
591
|
+
1
|
592
|
+
]
|
593
|
+
]
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"counter": 3,
|
597
|
+
"operators": [
|
598
|
+
[
|
599
|
+
"distributable",
|
600
|
+
1
|
601
|
+
]
|
602
|
+
]
|
603
|
+
}
|
604
|
+
]
|
477
605
|
]
|
478
606
|
},
|
479
607
|
{
|
@@ -494,6 +622,7 @@
|
|
494
622
|
"contexts": [
|
495
623
|
{
|
496
624
|
"concept": true,
|
625
|
+
"context_index": 1,
|
497
626
|
"dead": true,
|
498
627
|
"default": true,
|
499
628
|
"distributer": {
|
@@ -529,7 +658,6 @@
|
|
529
658
|
"word": "distributable"
|
530
659
|
}
|
531
660
|
],
|
532
|
-
"developerTest": false,
|
533
661
|
"generatedParenthesized": [
|
534
662
|
""
|
535
663
|
],
|
@@ -591,6 +719,7 @@
|
|
591
719
|
{
|
592
720
|
"context": {
|
593
721
|
"concept": true,
|
722
|
+
"context_index": 1,
|
594
723
|
"dead": true,
|
595
724
|
"default": true,
|
596
725
|
"distributer": {
|
@@ -643,6 +772,45 @@
|
|
643
772
|
"query": "each distributable",
|
644
773
|
"responses": [
|
645
774
|
""
|
775
|
+
],
|
776
|
+
"summaries": [
|
777
|
+
[
|
778
|
+
{
|
779
|
+
"counter": 1,
|
780
|
+
"operators": [
|
781
|
+
[
|
782
|
+
"each",
|
783
|
+
0
|
784
|
+
],
|
785
|
+
[
|
786
|
+
"distributable",
|
787
|
+
0
|
788
|
+
]
|
789
|
+
]
|
790
|
+
},
|
791
|
+
{
|
792
|
+
"counter": 2,
|
793
|
+
"operators": [
|
794
|
+
[
|
795
|
+
"each",
|
796
|
+
0
|
797
|
+
],
|
798
|
+
[
|
799
|
+
"distributable",
|
800
|
+
1
|
801
|
+
]
|
802
|
+
]
|
803
|
+
},
|
804
|
+
{
|
805
|
+
"counter": 3,
|
806
|
+
"operators": [
|
807
|
+
[
|
808
|
+
"distributable",
|
809
|
+
1
|
810
|
+
]
|
811
|
+
]
|
812
|
+
}
|
813
|
+
]
|
646
814
|
]
|
647
815
|
}
|
648
816
|
]
|