tpmkms_4wp 8.9.1-beta.24 → 8.9.1-beta.26

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 (71) hide show
  1. package/common/animals.instance.json +23 -75
  2. package/common/articles.test.json +172 -4
  3. package/common/asking.test.json +731 -19
  4. package/common/avatar.test.json +3703 -1884
  5. package/common/characters.test.json +890 -112
  6. package/common/colors.instance.json +25 -333
  7. package/common/colors.test.json +632 -136
  8. package/common/comparable.test.json +3057 -601
  9. package/common/concept.test.json +1517 -453
  10. package/common/conjunction.test.json +112 -1
  11. package/common/countable.test.json +862 -66
  12. package/common/crew.instance.json +288 -0
  13. package/common/crew.test.json +5322 -918
  14. package/common/currency.test.json +564 -64
  15. package/common/dialogues.test.json +3617 -1221
  16. package/common/dimension.instance.json +36 -0
  17. package/common/dimension.test.json +18934 -12493
  18. package/common/edible.instance.json +36 -96
  19. package/common/edible.test.json +898 -168
  20. package/common/emotions.test.json +609 -107
  21. package/common/errors.test.json +49 -0
  22. package/common/evaluate.test.json +79 -1
  23. package/common/events.test.json +2020 -308
  24. package/common/fastfood.instance.json +284 -36
  25. package/common/fastfood.test.json +29023 -2294
  26. package/common/formulas.test.json +6602 -3800
  27. package/common/help.test.json +144 -0
  28. package/common/hierarchy.test.json +45023 -19454
  29. package/common/javascript.test.json +115 -11
  30. package/common/kirk.test.json +788 -255
  31. package/common/length.instance.json +0 -60
  32. package/common/length.test.json +4300 -2051
  33. package/common/listener.test.json +24 -1
  34. package/common/math.test.json +27147 -15408
  35. package/common/meta.test.json +2436 -253
  36. package/common/nameable.test.json +4185 -1467
  37. package/common/negation.test.json +92 -8
  38. package/common/numbers.test.json +144 -0
  39. package/common/ordering.instance.json +63 -47
  40. package/common/ordering.test.json +1060 -281
  41. package/common/ordinals.test.json +183 -6
  42. package/common/people.instance.json +0 -52
  43. package/common/people.test.json +13917 -7609
  44. package/common/percentages.test.json +158 -0
  45. package/common/pipboy.instance.json +36 -60
  46. package/common/pipboy.js +0 -1
  47. package/common/pipboy.test.json +14457 -5640
  48. package/common/pokemon.instance.json +0 -44
  49. package/common/pokemon.test.json +1321 -406
  50. package/common/pressure.test.json +1170 -348
  51. package/common/properties.test.json +33010 -11800
  52. package/common/punctuation.test.json +168 -0
  53. package/common/reports.instance.json +1 -1
  54. package/common/reports.test.json +7583 -204
  55. package/common/scorekeeper.test.json +25112 -12632
  56. package/common/sizeable.test.json +945 -215
  57. package/common/spock.test.json +788 -255
  58. package/common/stgame.test.json +890 -108
  59. package/common/stm.test.json +461 -9
  60. package/common/tell.test.json +119 -1
  61. package/common/temperature.test.json +1272 -480
  62. package/common/testing.test.json +51 -1
  63. package/common/time.test.json +4994 -1241
  64. package/common/tokenize.test.json +24 -0
  65. package/common/ui.test.json +4337 -157
  66. package/common/weight.instance.json +0 -68
  67. package/common/weight.test.json +6168 -3160
  68. package/common/wp.instance.json +0 -172
  69. package/common/wp.test.json +12342 -514
  70. package/common/yesno.test.json +108 -4
  71. package/package.json +2 -2
@@ -6,10 +6,12 @@
6
6
  },
7
7
  "contexts": [
8
8
  {
9
+ "context_index": 1,
9
10
  "dead": true,
10
11
  "default": true,
11
12
  "interpretation_error": {
12
13
  "argument_id": 1,
14
+ "counter": 2,
13
15
  "expected": [
14
16
  [
15
17
  "dropable",
@@ -39,6 +41,7 @@
39
41
  },
40
42
  {
41
43
  "argument_id": 1,
44
+ "context_index": 3,
42
45
  "dead": true,
43
46
  "level": 1,
44
47
  "marker": "unknown",
@@ -110,6 +113,7 @@
110
113
  {
111
114
  "context": {
112
115
  "argument_id": 1,
116
+ "context_index": 3,
113
117
  "dead": true,
114
118
  "level": 1,
115
119
  "marker": "unknown",
@@ -150,10 +154,12 @@
150
154
  },
151
155
  {
152
156
  "context": {
157
+ "context_index": 1,
153
158
  "dead": true,
154
159
  "default": true,
155
160
  "interpretation_error": {
156
161
  "argument_id": 1,
162
+ "counter": 2,
157
163
  "expected": [
158
164
  [
159
165
  "dropable",
@@ -201,6 +207,49 @@
201
207
  "",
202
208
  "Did not know how to understand \"y\" when applying \"drop\"",
203
209
  ""
210
+ ],
211
+ "summaries": [
212
+ [
213
+ {
214
+ "counter": 1,
215
+ "operators": [
216
+ [
217
+ "drop",
218
+ 0
219
+ ],
220
+ [
221
+ "unknown",
222
+ 0
223
+ ]
224
+ ]
225
+ },
226
+ {
227
+ "counter": 2,
228
+ "operators": [
229
+ [
230
+ "drop",
231
+ 0
232
+ ],
233
+ [
234
+ "unknown",
235
+ 1
236
+ ]
237
+ ]
238
+ },
239
+ {
240
+ "counter": 3,
241
+ "operators": [
242
+ [
243
+ "drop",
244
+ 0
245
+ ],
246
+ [
247
+ "unknown",
248
+ 1
249
+ ]
250
+ ]
251
+ }
252
+ ]
204
253
  ]
205
254
  }
206
255
  ]
@@ -405,6 +405,46 @@
405
405
  }
406
406
  ],
407
407
  "literals": {
408
+ "\"": [
409
+ {
410
+ "id": "doubleQuote",
411
+ "initial": "{\"word\":\"\\\"\",\"depth\":\"+\"}",
412
+ "word": "\""
413
+ }
414
+ ],
415
+ "(": [
416
+ {
417
+ "id": "leftParenthesis",
418
+ "initial": "{\"word\":\"(\",\"value\":\"(\",\"depth\":\"+\"}",
419
+ "word": "("
420
+ }
421
+ ],
422
+ ")": [
423
+ {
424
+ "id": "rightParenthesis",
425
+ "initial": "{\"word\":\")\",\"value\":\")\",\"depth\":\"-\"}",
426
+ "word": ")"
427
+ }
428
+ ],
429
+ ",": [
430
+ {
431
+ "id": "comma",
432
+ "initial": "{\"word\":\",\",\"value\":\",\",\"depth\":\"+\"}",
433
+ "word": ","
434
+ }
435
+ ],
436
+ ".": [
437
+ {
438
+ "id": "endOfSentence",
439
+ "initial": "{ value: \"endOfSentence\"}"
440
+ }
441
+ ],
442
+ ":": [
443
+ {
444
+ "id": "colon",
445
+ "initial": "{ value: \"colon\"}"
446
+ }
447
+ ]
408
448
  },
409
449
  "patterns": [
410
450
  {
@@ -424,6 +464,8 @@
424
464
  ]
425
465
  },
426
466
  {
467
+ "allow_partial_matches": false,
468
+ "check_spelling": true,
427
469
  "defs": [
428
470
  {
429
471
  "id": "unknown",
@@ -431,6 +473,7 @@
431
473
  "uuid": "tokenize2"
432
474
  }
433
475
  ],
476
+ "is_unknown": true,
434
477
  "pattern": [
435
478
  {
436
479
  "type": "alphanumeric"
@@ -438,13 +481,15 @@
438
481
  {
439
482
  "repeat": true
440
483
  }
441
- ]
484
+ ],
485
+ "scale": 0.8
442
486
  }
443
487
  ]
444
488
  }
445
489
  },
446
490
  "contexts": [
447
491
  {
492
+ "context_index": 1,
448
493
  "dead": true,
449
494
  "default": true,
450
495
  "isResponse": true,
@@ -506,6 +551,8 @@
506
551
  "nameToUUID": {
507
552
  "evaluate": "evaluate1",
508
553
  "gdefaults": "gdefaults2",
554
+ "pos": "pos2",
555
+ "punctuation": "punctuation2",
509
556
  "tokenize": "tokenize2"
510
557
  },
511
558
  "namespaced": {
@@ -513,12 +560,17 @@
513
560
  },
514
561
  "gdefaults2": {
515
562
  },
563
+ "pos2": {
564
+ },
565
+ "punctuation2": {
566
+ },
516
567
  "tokenize2": {
517
568
  }
518
569
  },
519
570
  "processed": [
520
571
  {
521
572
  "context": {
573
+ "context_index": 1,
522
574
  "dead": true,
523
575
  "default": true,
524
576
  "isResponse": true,
@@ -569,6 +621,32 @@
569
621
  "query": "evaluate value1",
570
622
  "responses": [
571
623
  "value1 after evaluation"
624
+ ],
625
+ "summaries": [
626
+ [
627
+ {
628
+ "counter": 1,
629
+ "operators": [
630
+ [
631
+ "evaluate",
632
+ 0
633
+ ],
634
+ [
635
+ "value1",
636
+ 0
637
+ ]
638
+ ]
639
+ },
640
+ {
641
+ "counter": 2,
642
+ "operators": [
643
+ [
644
+ "evaluate",
645
+ 1
646
+ ]
647
+ ]
648
+ }
649
+ ]
572
650
  ]
573
651
  }
574
652
  ]