tpmkms_4wp 8.9.1-beta.25 → 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 (56) hide show
  1. package/common/articles.test.json +172 -4
  2. package/common/asking.test.json +731 -19
  3. package/common/avatar.test.json +3703 -1884
  4. package/common/characters.test.json +890 -112
  5. package/common/colors.test.json +632 -136
  6. package/common/comparable.test.json +3057 -601
  7. package/common/concept.test.json +1517 -453
  8. package/common/conjunction.test.json +112 -1
  9. package/common/countable.test.json +862 -66
  10. package/common/crew.test.json +5322 -918
  11. package/common/currency.test.json +564 -64
  12. package/common/dialogues.test.json +3617 -1221
  13. package/common/dimension.test.json +18934 -12493
  14. package/common/edible.test.json +898 -168
  15. package/common/emotions.test.json +609 -107
  16. package/common/errors.test.json +49 -0
  17. package/common/evaluate.test.json +79 -1
  18. package/common/events.test.json +2020 -308
  19. package/common/fastfood.test.json +29023 -2294
  20. package/common/formulas.test.json +6602 -3800
  21. package/common/help.test.json +144 -0
  22. package/common/hierarchy.test.json +45023 -19454
  23. package/common/javascript.test.json +115 -11
  24. package/common/kirk.test.json +788 -255
  25. package/common/length.test.json +4300 -2051
  26. package/common/listener.test.json +24 -1
  27. package/common/math.test.json +27147 -15408
  28. package/common/meta.test.json +2436 -253
  29. package/common/nameable.test.json +4185 -1467
  30. package/common/negation.test.json +92 -8
  31. package/common/numbers.test.json +144 -0
  32. package/common/ordering.test.json +1060 -281
  33. package/common/ordinals.test.json +183 -6
  34. package/common/people.test.json +13917 -7609
  35. package/common/percentages.test.json +158 -0
  36. package/common/pipboy.test.json +14457 -5640
  37. package/common/pokemon.test.json +1321 -406
  38. package/common/pressure.test.json +1170 -348
  39. package/common/properties.test.json +33010 -11800
  40. package/common/punctuation.test.json +168 -0
  41. package/common/reports.test.json +7583 -204
  42. package/common/scorekeeper.test.json +25112 -12632
  43. package/common/sizeable.test.json +945 -215
  44. package/common/spock.test.json +788 -255
  45. package/common/stgame.test.json +890 -108
  46. package/common/stm.test.json +461 -9
  47. package/common/tell.test.json +119 -1
  48. package/common/temperature.test.json +1272 -480
  49. package/common/testing.test.json +51 -1
  50. package/common/time.test.json +4994 -1241
  51. package/common/tokenize.test.json +24 -0
  52. package/common/ui.test.json +4337 -157
  53. package/common/weight.test.json +6168 -3160
  54. package/common/wp.test.json +12342 -514
  55. package/common/yesno.test.json +108 -4
  56. package/package.json +2 -2
@@ -52,6 +52,7 @@
52
52
  },
53
53
  "contexts": [
54
54
  {
55
+ "context_index": 1,
55
56
  "dead": true,
56
57
  "default": true,
57
58
  "isResponse": true,
@@ -287,6 +288,7 @@
287
288
  "processed": [
288
289
  {
289
290
  "context": {
291
+ "context_index": 1,
290
292
  "dead": true,
291
293
  "default": true,
292
294
  "isResponse": true,
@@ -368,6 +370,124 @@
368
370
  "query": "help with help and dialogues",
369
371
  "responses": [
370
372
  " NAME: help\n DESCRIPTION: Help the user with the current knowledge modules\n\n SAMPLE SENTENCES\n\n help with help and dialogues\n help\n\n NAME: dialogues\n DESCRIPTION: framework for dialogues\n\n SAMPLE SENTENCES\n\n 1 2 and 3\n be brief\n be brief greg\n is x y\n no\n what is it\n x is y?\n yes\n x is 3 what is x\n x is 3 what is x what is it\n be brief x is 3 what is x what is it\n to it\n why\n setidsuffix greg\n setidsuffix greg resetidsuffix\n setidsuffix greg makeObject banana\\nbanana\n setidsuffix _suffy\n"
373
+ ],
374
+ "summaries": [
375
+ [
376
+ {
377
+ "counter": 1,
378
+ "operators": [
379
+ [
380
+ "help",
381
+ 0
382
+ ],
383
+ [
384
+ "withKM",
385
+ 0
386
+ ],
387
+ [
388
+ "km",
389
+ 0
390
+ ],
391
+ [
392
+ "list",
393
+ 0
394
+ ],
395
+ [
396
+ "km",
397
+ 0
398
+ ]
399
+ ]
400
+ },
401
+ {
402
+ "counter": 2,
403
+ "operators": [
404
+ [
405
+ "help",
406
+ 0
407
+ ],
408
+ [
409
+ "withKM",
410
+ 0
411
+ ],
412
+ [
413
+ "km",
414
+ 1
415
+ ],
416
+ [
417
+ "list",
418
+ 0
419
+ ],
420
+ [
421
+ "km",
422
+ 0
423
+ ]
424
+ ]
425
+ },
426
+ {
427
+ "counter": 3,
428
+ "operators": [
429
+ [
430
+ "help",
431
+ 0
432
+ ],
433
+ [
434
+ "withKM",
435
+ 0
436
+ ],
437
+ [
438
+ "km",
439
+ 1
440
+ ],
441
+ [
442
+ "list",
443
+ 0
444
+ ],
445
+ [
446
+ "km",
447
+ 1
448
+ ]
449
+ ]
450
+ },
451
+ {
452
+ "counter": 4,
453
+ "operators": [
454
+ [
455
+ "help",
456
+ 0
457
+ ],
458
+ [
459
+ "withKM",
460
+ 0
461
+ ],
462
+ [
463
+ "list",
464
+ 1
465
+ ]
466
+ ]
467
+ },
468
+ {
469
+ "counter": 5,
470
+ "operators": [
471
+ [
472
+ "help",
473
+ 0
474
+ ],
475
+ [
476
+ "withKM",
477
+ 1
478
+ ]
479
+ ]
480
+ },
481
+ {
482
+ "counter": 6,
483
+ "operators": [
484
+ [
485
+ "help",
486
+ 1
487
+ ]
488
+ ]
489
+ }
490
+ ]
371
491
  ]
372
492
  },
373
493
  {
@@ -377,6 +497,7 @@
377
497
  },
378
498
  "contexts": [
379
499
  {
500
+ "context_index": 1,
380
501
  "dead": true,
381
502
  "default": true,
382
503
  "isResponse": true,
@@ -473,6 +594,7 @@
473
594
  "processed": [
474
595
  {
475
596
  "context": {
597
+ "context_index": 1,
476
598
  "dead": true,
477
599
  "default": true,
478
600
  "isResponse": true,
@@ -507,6 +629,28 @@
507
629
  "query": "help",
508
630
  "responses": [
509
631
  " NAME: help\n DESCRIPTION: Help the user with the current knowledge modules\n\n SAMPLE SENTENCES\n\n help with help and dialogues\n help\n\n NAME: dialogues\n DESCRIPTION: framework for dialogues\n\n SAMPLE SENTENCES\n\n 1 2 and 3\n be brief\n be brief greg\n is x y\n no\n what is it\n x is y?\n yes\n x is 3 what is x\n x is 3 what is x what is it\n be brief x is 3 what is x what is it\n to it\n why\n setidsuffix greg\n setidsuffix greg resetidsuffix\n setidsuffix greg makeObject banana\\nbanana\n setidsuffix _suffy\n\n NAME: asking\n DESCRIPTION: asking the user questions\n\n SAMPLE SENTENCES\n\n nevermindTestSetup accept nevermind hi\n nevermindTestSetup reject nevermind hi\n whichOnesTestSetup apple banana pear\\npear\n whichOnesTestSetup apple banana pear\\ngoat\n whichOnesTestSetup apple banana pear\\nnevermind\n whichOnesTestSetup apple banana pear\\napple and pear\n\n NAME: negation\n DESCRIPTION: negation\n\n SAMPLE SENTENCES\n\n not negatable\n not negatables\n\n NAME: stm\n DESCRIPTION: short term memory\n\n SAMPLE SENTENCES\n\n remember m1\n previous memorable\n m1\n remember m1\\nevaluate the memorable\n the memorable before\n remember m1\\nremember m2\\nevaluate the memorable before\n\n NAME: meta\n DESCRIPTION: Ways of defining new language elements\n\n SAMPLE SENTENCES\n\n a means b\n a means x\n if f then g gq\n undefined means defined\n\n NAME: conjunction\n DESCRIPTION: framework for conjunction\n\n SAMPLE SENTENCES\n\n 1 2 and 3\n\n NAME: evaluate\n DESCRIPTION: Explicit handling of evaluate\n\n SAMPLE SENTENCES\n\n evaluate value1\n\n NAME: articles\n DESCRIPTION: articles\n\n SAMPLE SENTENCES\n\n the theable\n a theable\n every distributable\n each distributable\n\n\n\n NAME: punctuation\n DESCRIPTION: punctuation\n\n SAMPLE SENTENCES\n\n (a)\n :\n \"hi man\"\n\n\n NAME: tokenize\n DESCRIPTION: tokenize\n\n SAMPLE SENTENCES\n\n hello_world\n"
632
+ ],
633
+ "summaries": [
634
+ [
635
+ {
636
+ "counter": 1,
637
+ "operators": [
638
+ [
639
+ "help",
640
+ 0
641
+ ]
642
+ ]
643
+ },
644
+ {
645
+ "counter": 2,
646
+ "operators": [
647
+ [
648
+ "help",
649
+ 1
650
+ ]
651
+ ]
652
+ }
653
+ ]
510
654
  ]
511
655
  }
512
656
  ]