ekms 8.0.0 → 8.1.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 (122) hide show
  1. package/common/animals.instance.json +3003 -1651
  2. package/common/animals.js +17 -20
  3. package/common/articles.js +103 -0
  4. package/common/articles.test.json +310 -0
  5. package/common/asking.instance.json +2 -0
  6. package/common/asking.js +253 -0
  7. package/common/asking.test.json +2290 -0
  8. package/common/avatar.js +6 -10
  9. package/common/characters.js +23 -30
  10. package/common/colors.instance.json +25513 -0
  11. package/common/colors.js +67 -0
  12. package/common/colors.test.json +4425 -0
  13. package/common/comparable.instance.json +1750 -0
  14. package/common/comparable.js +36 -28
  15. package/common/comparable.test.json +1196 -2
  16. package/common/concept.js +121 -119
  17. package/common/conjunction.instance.json +2 -0
  18. package/common/conjunction.js +104 -0
  19. package/common/conjunction.test.json +322 -0
  20. package/common/countable.js +20 -14
  21. package/common/countable.test.json +1050 -0
  22. package/common/crew.instance.json +16855 -9731
  23. package/common/crew.js +39 -42
  24. package/common/crew.test.json +714 -452
  25. package/common/currency.js +28 -46
  26. package/common/dialogues.js +177 -426
  27. package/common/dialogues.test.json +684 -450
  28. package/common/dimension.instance.json +508 -289
  29. package/common/dimension.js +22 -24
  30. package/common/dimension.test.json +727 -1944
  31. package/common/edible.instance.json +20548 -10848
  32. package/common/edible.js +4 -9
  33. package/common/emotions.instance.json +255 -123
  34. package/common/emotions.js +36 -39
  35. package/common/evaluate.instance.json +2 -0
  36. package/common/evaluate.js +53 -0
  37. package/common/evaluate.test.json +574 -0
  38. package/common/events.js +11 -15
  39. package/common/fastfood.instance.json +223039 -113390
  40. package/common/fastfood.js +77 -87
  41. package/common/fastfood.test.json +8205 -3733
  42. package/common/formulas.instance.json +444 -244
  43. package/common/formulas.js +20 -27
  44. package/common/formulas.test.json +1027 -955
  45. package/common/gdefaults.js +40 -27
  46. package/common/help.js +9 -14
  47. package/common/help.test.json +71 -18
  48. package/common/helpers/concept.js +33 -10
  49. package/common/helpers/dialogues.js +22 -4
  50. package/common/helpers/formulas.js +0 -14
  51. package/common/helpers/meta.js +0 -1
  52. package/common/helpers/properties.js +72 -76
  53. package/common/helpers.js +35 -24
  54. package/common/hierarchy.js +17 -25
  55. package/common/javascript.js +12 -19
  56. package/common/kirk.instance.json +586 -298
  57. package/common/kirk.js +6 -9
  58. package/common/length.instance.json +9158 -5124
  59. package/common/length.js +5 -9
  60. package/common/listener.js +48 -0
  61. package/common/listener.test.json +104 -0
  62. package/common/math.instance.json +409 -1202
  63. package/common/math.js +17 -21
  64. package/common/meta.js +24 -50
  65. package/common/nameable.instance.json +2 -0
  66. package/common/nameable.js +144 -0
  67. package/common/nameable.test.json +3191 -0
  68. package/common/negation.instance.json +2 -0
  69. package/common/negation.js +38 -0
  70. package/common/negation.test.json +308 -0
  71. package/common/numbers.js +28 -32
  72. package/common/ordering.instance.json +449 -273
  73. package/common/ordering.js +81 -87
  74. package/common/ordinals.instance.json +2 -0
  75. package/common/ordinals.js +60 -0
  76. package/common/ordinals.test.json +306 -0
  77. package/common/people.instance.json +2176 -1141
  78. package/common/people.js +9 -14
  79. package/common/percentages.instance.json +2 -0
  80. package/common/percentages.js +53 -0
  81. package/common/percentages.test.json +751 -0
  82. package/common/pipboy.instance.json +12120 -6879
  83. package/common/pipboy.js +53 -62
  84. package/common/pipboy.test.json +2835 -0
  85. package/common/pokemon.instance.json +4415 -2351
  86. package/common/pokemon.js +8 -21
  87. package/common/pos.js +16 -14
  88. package/common/pressure.instance.json +2348 -1373
  89. package/common/pressure.js +5 -9
  90. package/common/properties.instance.json +151 -87
  91. package/common/properties.js +156 -167
  92. package/common/properties.test.json +17605 -4030
  93. package/common/punctuation.js +24 -8
  94. package/common/punctuation.test.json +233 -5
  95. package/common/reports.instance.json +1027 -551
  96. package/common/reports.js +77 -103
  97. package/common/reports.test.json +15623 -10458
  98. package/common/scorekeeper.js +19 -31
  99. package/common/sdefaults.js +17 -8
  100. package/common/sizeable.js +13 -12
  101. package/common/spock.instance.json +585 -297
  102. package/common/spock.js +6 -9
  103. package/common/stgame.js +20 -20
  104. package/common/stm.js +182 -29
  105. package/common/stm.test.json +1734 -1
  106. package/common/tell.js +15 -19
  107. package/common/temperature.instance.json +2480 -1493
  108. package/common/temperature.js +5 -9
  109. package/common/tester.js +15 -4
  110. package/common/testing.js +8 -13
  111. package/common/time.js +21 -26
  112. package/common/tokenize.js +8 -8
  113. package/common/tokenize.test.json +86 -1
  114. package/common/ui.instance.json +151 -460
  115. package/common/ui.js +22 -34
  116. package/common/ui.test.json +641 -5357
  117. package/common/weight.instance.json +8072 -4490
  118. package/common/weight.js +5 -9
  119. package/common/weight.test.json +242 -238
  120. package/common/yesno.js +6 -6
  121. package/main.js +68 -45
  122. package/package.json +44 -6
@@ -226,10 +226,12 @@
226
226
  "pos": "pos2",
227
227
  "punctuation": "punctuation2",
228
228
  "sdefaults": "sdefaults2",
229
- "stm": "stm2"
229
+ "stm": "stm2",
230
+ "tokenize": "tokenize2"
230
231
  },
231
232
  "namespaced": {
232
233
  "dialogues1": {
234
+ "idSuffix": "",
233
235
  "mentioned": [
234
236
  ],
235
237
  "variables": {
@@ -250,6 +252,8 @@
250
252
  ],
251
253
  "variables": {
252
254
  }
255
+ },
256
+ "tokenize2": {
253
257
  }
254
258
  },
255
259
  "processed": [
@@ -423,11 +427,13 @@
423
427
  "pos": "pos2",
424
428
  "punctuation": "punctuation2",
425
429
  "sdefaults": "sdefaults2",
426
- "stm": "stm2"
430
+ "stm": "stm2",
431
+ "tokenize": "tokenize2"
427
432
  },
428
433
  "namespaced": {
429
434
  "dialogues1": {
430
435
  "brief": true,
436
+ "idSuffix": "",
431
437
  "mentioned": [
432
438
  ],
433
439
  "variables": {
@@ -448,6 +454,8 @@
448
454
  ],
449
455
  "variables": {
450
456
  }
457
+ },
458
+ "tokenize2": {
451
459
  }
452
460
  },
453
461
  "processed": [
@@ -634,11 +642,13 @@
634
642
  "pos": "pos2",
635
643
  "punctuation": "punctuation2",
636
644
  "sdefaults": "sdefaults2",
637
- "stm": "stm2"
645
+ "stm": "stm2",
646
+ "tokenize": "tokenize2"
638
647
  },
639
648
  "namespaced": {
640
649
  "dialogues1": {
641
650
  "brief": true,
651
+ "idSuffix": "",
642
652
  "mentioned": [
643
653
  ],
644
654
  "variables": {
@@ -659,6 +669,8 @@
659
669
  ],
660
670
  "variables": {
661
671
  }
672
+ },
673
+ "tokenize2": {
662
674
  }
663
675
  },
664
676
  "processed": [
@@ -960,10 +972,12 @@
960
972
  "pos": "pos2",
961
973
  "punctuation": "punctuation2",
962
974
  "sdefaults": "sdefaults2",
963
- "stm": "stm2"
975
+ "stm": "stm2",
976
+ "tokenize": "tokenize2"
964
977
  },
965
978
  "namespaced": {
966
979
  "dialogues1": {
980
+ "idSuffix": "",
967
981
  "mentioned": [
968
982
  ],
969
983
  "variables": {
@@ -984,6 +998,8 @@
984
998
  ],
985
999
  "variables": {
986
1000
  }
1001
+ },
1002
+ "tokenize2": {
987
1003
  }
988
1004
  },
989
1005
  "processed": [
@@ -1154,10 +1170,12 @@
1154
1170
  "pos": "pos2",
1155
1171
  "punctuation": "punctuation2",
1156
1172
  "sdefaults": "sdefaults2",
1157
- "stm": "stm2"
1173
+ "stm": "stm2",
1174
+ "tokenize": "tokenize2"
1158
1175
  },
1159
1176
  "namespaced": {
1160
1177
  "dialogues1": {
1178
+ "idSuffix": "",
1161
1179
  "mentioned": [
1162
1180
  ],
1163
1181
  "variables": {
@@ -1178,6 +1196,8 @@
1178
1196
  ],
1179
1197
  "variables": {
1180
1198
  }
1199
+ },
1200
+ "tokenize2": {
1181
1201
  }
1182
1202
  },
1183
1203
  "processed": [
@@ -1444,10 +1464,12 @@
1444
1464
  "pos": "pos2",
1445
1465
  "punctuation": "punctuation2",
1446
1466
  "sdefaults": "sdefaults2",
1447
- "stm": "stm2"
1467
+ "stm": "stm2",
1468
+ "tokenize": "tokenize2"
1448
1469
  },
1449
1470
  "namespaced": {
1450
1471
  "dialogues1": {
1472
+ "idSuffix": "",
1451
1473
  "mentioned": [
1452
1474
  ],
1453
1475
  "variables": {
@@ -1468,6 +1490,8 @@
1468
1490
  ],
1469
1491
  "variables": {
1470
1492
  }
1493
+ },
1494
+ "tokenize2": {
1471
1495
  }
1472
1496
  },
1473
1497
  "processed": [
@@ -1659,16 +1683,6 @@
1659
1683
  1
1660
1684
  ]
1661
1685
  ],
1662
- [
1663
- [
1664
- "is",
1665
- 0
1666
- ],
1667
- [
1668
- "unknown",
1669
- 0
1670
- ]
1671
- ],
1672
1686
  [
1673
1687
  [
1674
1688
  "is",
@@ -1861,8 +1875,8 @@
1861
1875
  {
1862
1876
  "counter": 4,
1863
1877
  "op": [
1864
- "questionMark",
1865
- 0
1878
+ "is",
1879
+ 1
1866
1880
  ],
1867
1881
  "ops": [
1868
1882
  [
@@ -1878,13 +1892,13 @@
1878
1892
  {
1879
1893
  "counter": 5,
1880
1894
  "op": [
1881
- "is",
1882
- 1
1895
+ "questionMark",
1896
+ 0
1883
1897
  ],
1884
1898
  "ops": [
1885
1899
  [
1886
- "is",
1887
- 1
1900
+ "questionMark",
1901
+ 0
1888
1902
  ]
1889
1903
  ]
1890
1904
  }
@@ -1898,10 +1912,12 @@
1898
1912
  "pos": "pos2",
1899
1913
  "punctuation": "punctuation2",
1900
1914
  "sdefaults": "sdefaults2",
1901
- "stm": "stm2"
1915
+ "stm": "stm2",
1916
+ "tokenize": "tokenize2"
1902
1917
  },
1903
1918
  "namespaced": {
1904
1919
  "dialogues1": {
1920
+ "idSuffix": "",
1905
1921
  "mentioned": [
1906
1922
  ],
1907
1923
  "variables": {
@@ -1922,6 +1938,8 @@
1922
1938
  ],
1923
1939
  "variables": {
1924
1940
  }
1941
+ },
1942
+ "tokenize2": {
1925
1943
  }
1926
1944
  },
1927
1945
  "processed": [
@@ -2100,10 +2118,12 @@
2100
2118
  "pos": "pos2",
2101
2119
  "punctuation": "punctuation2",
2102
2120
  "sdefaults": "sdefaults2",
2103
- "stm": "stm2"
2121
+ "stm": "stm2",
2122
+ "tokenize": "tokenize2"
2104
2123
  },
2105
2124
  "namespaced": {
2106
2125
  "dialogues1": {
2126
+ "idSuffix": "",
2107
2127
  "mentioned": [
2108
2128
  ],
2109
2129
  "variables": {
@@ -2124,6 +2144,8 @@
2124
2144
  ],
2125
2145
  "variables": {
2126
2146
  }
2147
+ },
2148
+ "tokenize2": {
2127
2149
  }
2128
2150
  },
2129
2151
  "processed": [
@@ -2609,10 +2631,12 @@
2609
2631
  "pos": "pos2",
2610
2632
  "punctuation": "punctuation2",
2611
2633
  "sdefaults": "sdefaults2",
2612
- "stm": "stm2"
2634
+ "stm": "stm2",
2635
+ "tokenize": "tokenize2"
2613
2636
  },
2614
2637
  "namespaced": {
2615
2638
  "dialogues1": {
2639
+ "idSuffix": "",
2616
2640
  "mentioned": [
2617
2641
  ],
2618
2642
  "variables": {
@@ -2632,6 +2656,7 @@
2632
2656
  "mentioned": [
2633
2657
  {
2634
2658
  "dead": true,
2659
+ "fromSTM": true,
2635
2660
  "level": 1,
2636
2661
  "marker": "x",
2637
2662
  "number": "one",
@@ -2664,6 +2689,7 @@
2664
2689
  "word": "x"
2665
2690
  },
2666
2691
  {
2692
+ "fromSTM": true,
2667
2693
  "marker": "x",
2668
2694
  "pullFromContext": false,
2669
2695
  "value": {
@@ -2686,6 +2712,8 @@
2686
2712
  ],
2687
2713
  "variables": {
2688
2714
  }
2715
+ },
2716
+ "tokenize2": {
2689
2717
  }
2690
2718
  },
2691
2719
  "processed": [
@@ -3231,6 +3259,7 @@
3231
3259
  "determined": true,
3232
3260
  "evalue": {
3233
3261
  "dead": true,
3262
+ "fromSTM": true,
3234
3263
  "level": 1,
3235
3264
  "marker": "x",
3236
3265
  "number": "one",
@@ -3282,6 +3311,7 @@
3282
3311
  "unknown": true,
3283
3312
  "value": {
3284
3313
  "dead": true,
3314
+ "fromSTM": true,
3285
3315
  "level": 1,
3286
3316
  "marker": "x",
3287
3317
  "number": "one",
@@ -3717,10 +3747,12 @@
3717
3747
  "pos": "pos2",
3718
3748
  "punctuation": "punctuation2",
3719
3749
  "sdefaults": "sdefaults2",
3720
- "stm": "stm2"
3750
+ "stm": "stm2",
3751
+ "tokenize": "tokenize2"
3721
3752
  },
3722
3753
  "namespaced": {
3723
3754
  "dialogues1": {
3755
+ "idSuffix": "",
3724
3756
  "mentioned": [
3725
3757
  ],
3726
3758
  "variables": {
@@ -3740,6 +3772,7 @@
3740
3772
  "mentioned": [
3741
3773
  {
3742
3774
  "dead": true,
3775
+ "fromSTM": true,
3743
3776
  "level": 1,
3744
3777
  "marker": "x",
3745
3778
  "number": "one",
@@ -3772,6 +3805,7 @@
3772
3805
  "word": "x"
3773
3806
  },
3774
3807
  {
3808
+ "fromSTM": true,
3775
3809
  "marker": "x",
3776
3810
  "pullFromContext": false,
3777
3811
  "value": {
@@ -3794,6 +3828,8 @@
3794
3828
  ],
3795
3829
  "variables": {
3796
3830
  }
3831
+ },
3832
+ "tokenize2": {
3797
3833
  }
3798
3834
  },
3799
3835
  "processed": [
@@ -3832,6 +3868,7 @@
3832
3868
  "determined": true,
3833
3869
  "evalue": {
3834
3870
  "dead": true,
3871
+ "fromSTM": true,
3835
3872
  "level": 1,
3836
3873
  "marker": "x",
3837
3874
  "number": "one",
@@ -3883,6 +3920,7 @@
3883
3920
  "unknown": true,
3884
3921
  "value": {
3885
3922
  "dead": true,
3923
+ "fromSTM": true,
3886
3924
  "level": 1,
3887
3925
  "marker": "x",
3888
3926
  "number": "one",
@@ -4574,6 +4612,7 @@
4574
4612
  "determined": true,
4575
4613
  "evalue": {
4576
4614
  "dead": true,
4615
+ "fromSTM": true,
4577
4616
  "level": 1,
4578
4617
  "marker": "x",
4579
4618
  "number": "one",
@@ -4625,6 +4664,7 @@
4625
4664
  "unknown": true,
4626
4665
  "value": {
4627
4666
  "dead": true,
4667
+ "fromSTM": true,
4628
4668
  "level": 1,
4629
4669
  "marker": "x",
4630
4670
  "number": "one",
@@ -5163,11 +5203,13 @@
5163
5203
  "pos": "pos2",
5164
5204
  "punctuation": "punctuation2",
5165
5205
  "sdefaults": "sdefaults2",
5166
- "stm": "stm2"
5206
+ "stm": "stm2",
5207
+ "tokenize": "tokenize2"
5167
5208
  },
5168
5209
  "namespaced": {
5169
5210
  "dialogues1": {
5170
5211
  "brief": true,
5212
+ "idSuffix": "",
5171
5213
  "mentioned": [
5172
5214
  ],
5173
5215
  "variables": {
@@ -5187,6 +5229,7 @@
5187
5229
  "mentioned": [
5188
5230
  {
5189
5231
  "dead": true,
5232
+ "fromSTM": true,
5190
5233
  "level": 1,
5191
5234
  "marker": "x",
5192
5235
  "number": "one",
@@ -5219,6 +5262,7 @@
5219
5262
  "word": "x"
5220
5263
  },
5221
5264
  {
5265
+ "fromSTM": true,
5222
5266
  "marker": "x",
5223
5267
  "pullFromContext": false,
5224
5268
  "value": {
@@ -5241,6 +5285,8 @@
5241
5285
  ],
5242
5286
  "variables": {
5243
5287
  }
5288
+ },
5289
+ "tokenize2": {
5244
5290
  }
5245
5291
  },
5246
5292
  "processed": [
@@ -5279,6 +5325,7 @@
5279
5325
  "determined": true,
5280
5326
  "evalue": {
5281
5327
  "dead": true,
5328
+ "fromSTM": true,
5282
5329
  "level": 1,
5283
5330
  "marker": "x",
5284
5331
  "number": "one",
@@ -5330,6 +5377,7 @@
5330
5377
  "unknown": true,
5331
5378
  "value": {
5332
5379
  "dead": true,
5380
+ "fromSTM": true,
5333
5381
  "level": 1,
5334
5382
  "marker": "x",
5335
5383
  "number": "one",
@@ -5806,10 +5854,12 @@
5806
5854
  "pos": "pos2",
5807
5855
  "punctuation": "punctuation2",
5808
5856
  "sdefaults": "sdefaults2",
5809
- "stm": "stm2"
5857
+ "stm": "stm2",
5858
+ "tokenize": "tokenize2"
5810
5859
  },
5811
5860
  "namespaced": {
5812
5861
  "dialogues1": {
5862
+ "idSuffix": "",
5813
5863
  "mentioned": [
5814
5864
  ],
5815
5865
  "variables": {
@@ -5830,6 +5880,8 @@
5830
5880
  ],
5831
5881
  "variables": {
5832
5882
  }
5883
+ },
5884
+ "tokenize2": {
5833
5885
  }
5834
5886
  },
5835
5887
  "processed": [
@@ -5947,10 +5999,12 @@
5947
5999
  "pos": "pos2",
5948
6000
  "punctuation": "punctuation2",
5949
6001
  "sdefaults": "sdefaults2",
5950
- "stm": "stm2"
6002
+ "stm": "stm2",
6003
+ "tokenize": "tokenize2"
5951
6004
  },
5952
6005
  "namespaced": {
5953
6006
  "dialogues1": {
6007
+ "idSuffix": "",
5954
6008
  "mentioned": [
5955
6009
  ],
5956
6010
  "variables": {
@@ -5971,6 +6025,8 @@
5971
6025
  ],
5972
6026
  "variables": {
5973
6027
  }
6028
+ },
6029
+ "tokenize2": {
5974
6030
  }
5975
6031
  },
5976
6032
  "processed": [
@@ -6024,7 +6080,7 @@
6024
6080
  "associations": [
6025
6081
  [
6026
6082
  [
6027
- "nevermindTestSetup",
6083
+ "setIdSuffix",
6028
6084
  0
6029
6085
  ],
6030
6086
  [
@@ -6034,7 +6090,7 @@
6034
6090
  ],
6035
6091
  [
6036
6092
  [
6037
- "nevermindTestSetup",
6093
+ "setIdSuffix",
6038
6094
  0
6039
6095
  ],
6040
6096
  [
@@ -6050,78 +6106,34 @@
6050
6106
  "dead": true,
6051
6107
  "default": true,
6052
6108
  "level": 1,
6053
- "marker": "nevermindTestSetup",
6054
- "postModifiers": [
6055
- "type"
6056
- ],
6109
+ "marker": "setIdSuffix",
6057
6110
  "range": {
6058
- "end": 24,
6111
+ "end": 15,
6059
6112
  "start": 0
6060
6113
  },
6061
- "text": "nevermindtestsetup accept",
6062
- "topLevel": true,
6063
- "touchedBy": [
6064
- "dialogues#call2"
6065
- ],
6066
- "type": {
6114
+ "suffix": {
6067
6115
  "dead": true,
6068
6116
  "level": 1,
6069
6117
  "marker": "unknown",
6070
6118
  "range": {
6071
- "end": 24,
6072
- "start": 19
6119
+ "end": 15,
6120
+ "start": 12
6073
6121
  },
6074
- "text": "accept",
6122
+ "text": "greg",
6075
6123
  "unknown": true,
6076
- "value": "accept",
6077
- "word": "accept"
6078
- },
6079
- "value": "nevermindTestSetup",
6080
- "word": "nevermindtestsetup"
6081
- },
6082
- {
6083
- "isResponse": true,
6084
- "marker": "verbatim",
6085
- "topLevel": true,
6086
- "verbatim": "the test question?"
6087
- },
6088
- {
6089
- "dead": true,
6090
- "default": true,
6091
- "level": 1,
6092
- "marker": "nevermind",
6093
- "range": {
6094
- "end": 34,
6095
- "start": 26
6124
+ "value": "greg",
6125
+ "word": "greg"
6096
6126
  },
6097
- "text": "nevermind",
6127
+ "text": "setidsuffix greg",
6098
6128
  "topLevel": true,
6099
6129
  "touchedBy": [
6100
- "dialogues#call15"
6130
+ "dialogues#call2"
6101
6131
  ],
6102
- "value": "nevermind",
6103
- "word": "nevermind"
6104
- },
6105
- {
6106
- "dead": true,
6107
- "level": 1,
6108
- "marker": "unknown",
6109
- "range": {
6110
- "end": 37,
6111
- "start": 36
6112
- },
6113
- "text": "hi",
6114
- "topLevel": true,
6115
- "unknown": true,
6116
- "value": "hi",
6117
- "word": "hi"
6132
+ "value": "setIdSuffix",
6133
+ "word": "setidsuffix"
6118
6134
  }
6119
6135
  ],
6120
- "developerTest": false,
6121
6136
  "generatedParenthesized": [
6122
- "",
6123
- "(the test question?)",
6124
- "",
6125
6137
  ""
6126
6138
  ],
6127
6139
  "metadata": {
@@ -6134,15 +6146,7 @@
6134
6146
  ],
6135
6147
  "ops": [
6136
6148
  [
6137
- "nevermind",
6138
- 0
6139
- ],
6140
- [
6141
- "nevermindTestSetup",
6142
- 0
6143
- ],
6144
- [
6145
- "unknown",
6149
+ "setIdSuffix",
6146
6150
  0
6147
6151
  ],
6148
6152
  [
@@ -6154,50 +6158,12 @@
6154
6158
  {
6155
6159
  "counter": 2,
6156
6160
  "op": [
6157
- "unknown",
6158
- 0
6159
- ],
6160
- "ops": [
6161
- [
6162
- "nevermind",
6163
- 0
6164
- ],
6165
- [
6166
- "nevermindTestSetup",
6167
- 0
6168
- ],
6169
- [
6170
- "unknown",
6171
- 0
6172
- ]
6173
- ]
6174
- },
6175
- {
6176
- "counter": 3,
6177
- "op": [
6178
- "nevermindTestSetup",
6179
- 0
6180
- ],
6181
- "ops": [
6182
- [
6183
- "nevermind",
6184
- 0
6185
- ],
6186
- [
6187
- "nevermindTestSetup",
6188
- 0
6189
- ]
6190
- ]
6191
- },
6192
- {
6193
- "counter": 4,
6194
- "op": [
6195
- "nevermind",
6161
+ "setIdSuffix",
6196
6162
  0
6197
6163
  ],
6198
6164
  "ops": [
6199
6165
  [
6200
- "nevermind",
6166
+ "setIdSuffix",
6201
6167
  0
6202
6168
  ]
6203
6169
  ]
@@ -6212,14 +6178,14 @@
6212
6178
  "pos": "pos2",
6213
6179
  "punctuation": "punctuation2",
6214
6180
  "sdefaults": "sdefaults2",
6215
- "stm": "stm2"
6181
+ "stm": "stm2",
6182
+ "tokenize": "tokenize2"
6216
6183
  },
6217
6184
  "namespaced": {
6218
6185
  "dialogues1": {
6186
+ "idSuffix": "greg",
6219
6187
  "mentioned": [
6220
6188
  ],
6221
- "nevermindType": "accept",
6222
- "onNevermindWasCalled": true,
6223
6189
  "variables": {
6224
6190
  }
6225
6191
  },
@@ -6238,142 +6204,59 @@
6238
6204
  ],
6239
6205
  "variables": {
6240
6206
  }
6207
+ },
6208
+ "tokenize2": {
6241
6209
  }
6242
6210
  },
6243
6211
  "processed": [
6244
- {
6245
- "context": {
6246
- "dead": true,
6247
- "level": 1,
6248
- "marker": "unknown",
6249
- "range": {
6250
- "end": 37,
6251
- "start": 36
6252
- },
6253
- "text": "hi",
6254
- "topLevel": true,
6255
- "unknown": true,
6256
- "value": "hi",
6257
- "word": "hi"
6258
- },
6259
- "generatedParenthesized": "",
6260
- "paraphrases": "hi",
6261
- "paraphrasesParenthesized": "(hi)",
6262
- "responses": [
6263
- "",
6264
- "the test question?",
6265
- "",
6266
- ""
6267
- ]
6268
- },
6269
- {
6270
- "context": {
6271
- "dead": true,
6272
- "default": true,
6273
- "level": 1,
6274
- "marker": "nevermind",
6275
- "range": {
6276
- "end": 34,
6277
- "start": 26
6278
- },
6279
- "text": "nevermind",
6280
- "topLevel": true,
6281
- "touchedBy": [
6282
- "dialogues#call15"
6283
- ],
6284
- "value": "nevermind",
6285
- "word": "nevermind"
6286
- },
6287
- "generatedParenthesized": "",
6288
- "paraphrases": "nevermind",
6289
- "paraphrasesParenthesized": "(nevermind)",
6290
- "responses": [
6291
- "",
6292
- "the test question?",
6293
- "",
6294
- ""
6295
- ]
6296
- },
6297
- {
6298
- "context": {
6299
- "isResponse": true,
6300
- "marker": "verbatim",
6301
- "topLevel": true,
6302
- "verbatim": "the test question?"
6303
- },
6304
- "generatedParenthesized": "(the test question?)",
6305
- "paraphrases": "the test question?",
6306
- "paraphrasesParenthesized": "(the test question?)",
6307
- "responses": [
6308
- "",
6309
- "the test question?",
6310
- "",
6311
- ""
6312
- ]
6313
- },
6314
6212
  {
6315
6213
  "context": {
6316
6214
  "dead": true,
6317
6215
  "default": true,
6318
6216
  "level": 1,
6319
- "marker": "nevermindTestSetup",
6320
- "postModifiers": [
6321
- "type"
6322
- ],
6217
+ "marker": "setIdSuffix",
6323
6218
  "range": {
6324
- "end": 24,
6219
+ "end": 15,
6325
6220
  "start": 0
6326
6221
  },
6327
- "text": "nevermindtestsetup accept",
6328
- "topLevel": true,
6329
- "touchedBy": [
6330
- "dialogues#call2"
6331
- ],
6332
- "type": {
6222
+ "suffix": {
6333
6223
  "dead": true,
6334
6224
  "level": 1,
6335
6225
  "marker": "unknown",
6336
6226
  "range": {
6337
- "end": 24,
6338
- "start": 19
6227
+ "end": 15,
6228
+ "start": 12
6339
6229
  },
6340
- "text": "accept",
6230
+ "text": "greg",
6341
6231
  "unknown": true,
6342
- "value": "accept",
6343
- "word": "accept"
6232
+ "value": "greg",
6233
+ "word": "greg"
6344
6234
  },
6345
- "value": "nevermindTestSetup",
6346
- "word": "nevermindtestsetup"
6235
+ "text": "setidsuffix greg",
6236
+ "topLevel": true,
6237
+ "touchedBy": [
6238
+ "dialogues#call2"
6239
+ ],
6240
+ "value": "setIdSuffix",
6241
+ "word": "setidsuffix"
6347
6242
  },
6348
6243
  "generatedParenthesized": "",
6349
- "paraphrases": "nevermindtestsetup accept",
6350
- "paraphrasesParenthesized": "((nevermindtestsetup) (accept))",
6244
+ "paraphrases": "setidsuffix greg",
6245
+ "paraphrasesParenthesized": "(setidsuffix (greg))",
6351
6246
  "responses": [
6352
- "",
6353
- "the test question?",
6354
- "",
6355
6247
  ""
6356
6248
  ]
6357
6249
  }
6358
6250
  ]
6359
6251
  },
6360
6252
  "paraphrases": [
6361
- "nevermindtestsetup accept",
6362
- "the test question?",
6363
- "nevermind",
6364
- "hi"
6253
+ "setidsuffix greg"
6365
6254
  ],
6366
6255
  "paraphrasesParenthesized": [
6367
- "((nevermindtestsetup) (accept))",
6368
- "(the test question?)",
6369
- "(nevermind)",
6370
- "(hi)"
6256
+ "(setidsuffix (greg))"
6371
6257
  ],
6372
- "query": "nevermindTestSetup accept nevermind hi",
6258
+ "query": "setidsuffix greg",
6373
6259
  "responses": [
6374
- "",
6375
- "the test question?",
6376
- "",
6377
6260
  ""
6378
6261
  ]
6379
6262
  },
@@ -6381,7 +6264,7 @@
6381
6264
  "associations": [
6382
6265
  [
6383
6266
  [
6384
- "nevermindTestSetup",
6267
+ "setIdSuffix",
6385
6268
  0
6386
6269
  ],
6387
6270
  [
@@ -6391,7 +6274,7 @@
6391
6274
  ],
6392
6275
  [
6393
6276
  [
6394
- "nevermindTestSetup",
6277
+ "setIdSuffix",
6395
6278
  0
6396
6279
  ],
6397
6280
  [
@@ -6407,93 +6290,53 @@
6407
6290
  "dead": true,
6408
6291
  "default": true,
6409
6292
  "level": 1,
6410
- "marker": "nevermindTestSetup",
6411
- "postModifiers": [
6412
- "type"
6413
- ],
6293
+ "marker": "setIdSuffix",
6414
6294
  "range": {
6415
- "end": 24,
6295
+ "end": 15,
6416
6296
  "start": 0
6417
6297
  },
6418
- "text": "nevermindtestsetup reject",
6419
- "topLevel": true,
6420
- "touchedBy": [
6421
- "dialogues#call2"
6422
- ],
6423
- "type": {
6298
+ "suffix": {
6424
6299
  "dead": true,
6425
6300
  "level": 1,
6426
6301
  "marker": "unknown",
6427
6302
  "range": {
6428
- "end": 24,
6429
- "start": 19
6303
+ "end": 15,
6304
+ "start": 12
6430
6305
  },
6431
- "text": "reject",
6306
+ "text": "greg",
6432
6307
  "unknown": true,
6433
- "value": "reject",
6434
- "word": "reject"
6308
+ "value": "greg",
6309
+ "word": "greg"
6435
6310
  },
6436
- "value": "nevermindTestSetup",
6437
- "word": "nevermindtestsetup"
6438
- },
6439
- {
6440
- "isResponse": true,
6441
- "marker": "verbatim",
6311
+ "text": "setidsuffix greg",
6442
6312
  "topLevel": true,
6443
- "verbatim": "the test question?"
6313
+ "touchedBy": [
6314
+ "dialogues#call2"
6315
+ ],
6316
+ "value": "setIdSuffix",
6317
+ "word": "setidsuffix"
6444
6318
  },
6445
6319
  {
6446
6320
  "dead": true,
6447
6321
  "default": true,
6448
6322
  "level": 1,
6449
- "marker": "nevermind",
6323
+ "marker": "resetIdSuffix",
6450
6324
  "range": {
6451
- "end": 34,
6452
- "start": 26
6325
+ "end": 29,
6326
+ "start": 17
6453
6327
  },
6454
- "text": "nevermind",
6328
+ "text": "resetidsuffix",
6455
6329
  "topLevel": true,
6456
6330
  "touchedBy": [
6457
- "dialogues#call15"
6331
+ "dialogues#call8"
6458
6332
  ],
6459
- "value": "nevermind",
6460
- "word": "nevermind"
6461
- },
6462
- {
6463
- "isResponse": true,
6464
- "marker": "verbatim",
6465
- "topLevel": true,
6466
- "verbatim": "the test question?"
6467
- },
6468
- {
6469
- "dead": true,
6470
- "level": 1,
6471
- "marker": "unknown",
6472
- "range": {
6473
- "end": 37,
6474
- "start": 36
6475
- },
6476
- "text": "hi",
6477
- "topLevel": true,
6478
- "unknown": true,
6479
- "value": "hi",
6480
- "word": "hi"
6481
- },
6482
- {
6483
- "isResponse": true,
6484
- "marker": "verbatim",
6485
- "topLevel": true,
6486
- "verbatim": "the test question?"
6333
+ "value": "resetIdSuffix",
6334
+ "word": "resetidsuffix"
6487
6335
  }
6488
6336
  ],
6489
- "developerTest": false,
6490
6337
  "generatedParenthesized": [
6491
6338
  "",
6492
- "(the test question?)",
6493
- "",
6494
- "(the test question?)",
6495
- "",
6496
- "(the test question?)"
6339
+ ""
6497
6340
  ],
6498
6341
  "metadata": {
6499
6342
  "opChoices": [
@@ -6505,15 +6348,11 @@
6505
6348
  ],
6506
6349
  "ops": [
6507
6350
  [
6508
- "nevermind",
6509
- 0
6510
- ],
6511
- [
6512
- "nevermindTestSetup",
6351
+ "resetIdSuffix",
6513
6352
  0
6514
6353
  ],
6515
6354
  [
6516
- "unknown",
6355
+ "setIdSuffix",
6517
6356
  0
6518
6357
  ],
6519
6358
  [
@@ -6525,20 +6364,16 @@
6525
6364
  {
6526
6365
  "counter": 2,
6527
6366
  "op": [
6528
- "unknown",
6367
+ "setIdSuffix",
6529
6368
  0
6530
6369
  ],
6531
6370
  "ops": [
6532
6371
  [
6533
- "nevermind",
6534
- 0
6535
- ],
6536
- [
6537
- "nevermindTestSetup",
6372
+ "resetIdSuffix",
6538
6373
  0
6539
6374
  ],
6540
6375
  [
6541
- "unknown",
6376
+ "setIdSuffix",
6542
6377
  0
6543
6378
  ]
6544
6379
  ]
@@ -6546,29 +6381,12 @@
6546
6381
  {
6547
6382
  "counter": 3,
6548
6383
  "op": [
6549
- "nevermindTestSetup",
6550
- 0
6551
- ],
6552
- "ops": [
6553
- [
6554
- "nevermind",
6555
- 0
6556
- ],
6557
- [
6558
- "nevermindTestSetup",
6559
- 0
6560
- ]
6561
- ]
6562
- },
6563
- {
6564
- "counter": 4,
6565
- "op": [
6566
- "nevermind",
6384
+ "resetIdSuffix",
6567
6385
  0
6568
6386
  ],
6569
6387
  "ops": [
6570
6388
  [
6571
- "nevermind",
6389
+ "resetIdSuffix",
6572
6390
  0
6573
6391
  ]
6574
6392
  ]
@@ -6583,14 +6401,14 @@
6583
6401
  "pos": "pos2",
6584
6402
  "punctuation": "punctuation2",
6585
6403
  "sdefaults": "sdefaults2",
6586
- "stm": "stm2"
6404
+ "stm": "stm2",
6405
+ "tokenize": "tokenize2"
6587
6406
  },
6588
6407
  "namespaced": {
6589
6408
  "dialogues1": {
6409
+ "idSuffix": "",
6590
6410
  "mentioned": [
6591
6411
  ],
6592
- "nevermindType": "reject",
6593
- "onNevermindWasCalled": true,
6594
6412
  "variables": {
6595
6413
  }
6596
6414
  },
@@ -6609,72 +6427,330 @@
6609
6427
  ],
6610
6428
  "variables": {
6611
6429
  }
6430
+ },
6431
+ "tokenize2": {
6612
6432
  }
6613
6433
  },
6614
6434
  "processed": [
6615
6435
  {
6616
6436
  "context": {
6617
- "isResponse": true,
6618
- "marker": "verbatim",
6437
+ "dead": true,
6438
+ "default": true,
6439
+ "level": 1,
6440
+ "marker": "resetIdSuffix",
6441
+ "range": {
6442
+ "end": 29,
6443
+ "start": 17
6444
+ },
6445
+ "text": "resetidsuffix",
6619
6446
  "topLevel": true,
6620
- "verbatim": "the test question?"
6447
+ "touchedBy": [
6448
+ "dialogues#call8"
6449
+ ],
6450
+ "value": "resetIdSuffix",
6451
+ "word": "resetidsuffix"
6621
6452
  },
6622
- "generatedParenthesized": "(the test question?)",
6623
- "paraphrases": "the test question?",
6624
- "paraphrasesParenthesized": "(the test question?)",
6453
+ "generatedParenthesized": "",
6454
+ "paraphrases": "resetidsuffix",
6455
+ "paraphrasesParenthesized": "(resetidsuffix)",
6625
6456
  "responses": [
6626
6457
  "",
6627
- "the test question?",
6628
- "",
6629
- "the test question?",
6630
- "",
6631
- "the test question?"
6458
+ ""
6632
6459
  ]
6633
6460
  },
6634
6461
  {
6635
6462
  "context": {
6636
6463
  "dead": true,
6464
+ "default": true,
6637
6465
  "level": 1,
6638
- "marker": "unknown",
6466
+ "marker": "setIdSuffix",
6639
6467
  "range": {
6640
- "end": 37,
6641
- "start": 36
6468
+ "end": 15,
6469
+ "start": 0
6642
6470
  },
6643
- "text": "hi",
6471
+ "suffix": {
6472
+ "dead": true,
6473
+ "level": 1,
6474
+ "marker": "unknown",
6475
+ "range": {
6476
+ "end": 15,
6477
+ "start": 12
6478
+ },
6479
+ "text": "greg",
6480
+ "unknown": true,
6481
+ "value": "greg",
6482
+ "word": "greg"
6483
+ },
6484
+ "text": "setidsuffix greg",
6644
6485
  "topLevel": true,
6645
- "unknown": true,
6646
- "value": "hi",
6647
- "word": "hi"
6486
+ "touchedBy": [
6487
+ "dialogues#call2"
6488
+ ],
6489
+ "value": "setIdSuffix",
6490
+ "word": "setidsuffix"
6648
6491
  },
6649
6492
  "generatedParenthesized": "",
6650
- "paraphrases": "hi",
6651
- "paraphrasesParenthesized": "(hi)",
6493
+ "paraphrases": "setidsuffix greg",
6494
+ "paraphrasesParenthesized": "(setidsuffix (greg))",
6652
6495
  "responses": [
6653
6496
  "",
6654
- "the test question?",
6655
- "",
6656
- "the test question?",
6657
- "",
6658
- "the test question?"
6497
+ ""
6498
+ ]
6499
+ }
6500
+ ]
6501
+ },
6502
+ "paraphrases": [
6503
+ "setidsuffix greg",
6504
+ "resetidsuffix"
6505
+ ],
6506
+ "paraphrasesParenthesized": [
6507
+ "(setidsuffix (greg))",
6508
+ "(resetidsuffix)"
6509
+ ],
6510
+ "query": "setidsuffix greg resetidsuffix",
6511
+ "responses": [
6512
+ "",
6513
+ ""
6514
+ ]
6515
+ },
6516
+ {
6517
+ "associations": [
6518
+ ],
6519
+ "config": {
6520
+ },
6521
+ "contexts": [
6522
+ {
6523
+ "dead": true,
6524
+ "default": true,
6525
+ "level": 1,
6526
+ "marker": "setIdSuffix",
6527
+ "range": {
6528
+ "end": 15,
6529
+ "start": 0
6530
+ },
6531
+ "suffix": {
6532
+ "dead": true,
6533
+ "level": 1,
6534
+ "marker": "unknown",
6535
+ "range": {
6536
+ "end": 15,
6537
+ "start": 12
6538
+ },
6539
+ "text": "greg",
6540
+ "unknown": true,
6541
+ "value": "greg",
6542
+ "word": "greg"
6543
+ },
6544
+ "text": "setidsuffix greg",
6545
+ "topLevel": true,
6546
+ "touchedBy": [
6547
+ "dialogues#call2"
6548
+ ],
6549
+ "value": "setIdSuffix",
6550
+ "word": "setidsuffix"
6551
+ },
6552
+ {
6553
+ "dead": true,
6554
+ "default": true,
6555
+ "level": 1,
6556
+ "marker": "makeObject",
6557
+ "object": {
6558
+ "dead": true,
6559
+ "level": 1,
6560
+ "marker": "unknown",
6561
+ "range": {
6562
+ "end": 33,
6563
+ "start": 28
6564
+ },
6565
+ "text": "banana",
6566
+ "unknown": true,
6567
+ "value": "banana",
6568
+ "word": "banana"
6569
+ },
6570
+ "range": {
6571
+ "end": 33,
6572
+ "start": 17
6573
+ },
6574
+ "text": "makeobject banana",
6575
+ "topLevel": true,
6576
+ "touchedBy": [
6577
+ "dialogues#call8"
6578
+ ],
6579
+ "value": "makeObject",
6580
+ "word": "makeobject"
6581
+ },
6582
+ {
6583
+ "dead": true,
6584
+ "level": 1,
6585
+ "marker": "bananagreg",
6586
+ "number": "one",
6587
+ "range": {
6588
+ "end": 5,
6589
+ "start": 0
6590
+ },
6591
+ "text": "banana",
6592
+ "topLevel": true,
6593
+ "value": "bananagreg",
6594
+ "word": "banana"
6595
+ }
6596
+ ],
6597
+ "generatedParenthesized": [
6598
+ "",
6599
+ "",
6600
+ ""
6601
+ ],
6602
+ "metadata": {
6603
+ "opChoices": [
6604
+ {
6605
+ "counter": 1,
6606
+ "op": [
6607
+ "unknown",
6608
+ 0
6609
+ ],
6610
+ "ops": [
6611
+ [
6612
+ "makeObject",
6613
+ 0
6614
+ ],
6615
+ [
6616
+ "setIdSuffix",
6617
+ 0
6618
+ ],
6619
+ [
6620
+ "unknown",
6621
+ 0
6622
+ ],
6623
+ [
6624
+ "unknown",
6625
+ 0
6626
+ ]
6627
+ ]
6628
+ },
6629
+ {
6630
+ "counter": 2,
6631
+ "op": [
6632
+ "unknown",
6633
+ 0
6634
+ ],
6635
+ "ops": [
6636
+ [
6637
+ "makeObject",
6638
+ 0
6639
+ ],
6640
+ [
6641
+ "setIdSuffix",
6642
+ 0
6643
+ ],
6644
+ [
6645
+ "unknown",
6646
+ 0
6647
+ ]
6648
+ ]
6649
+ },
6650
+ {
6651
+ "counter": 3,
6652
+ "op": [
6653
+ "setIdSuffix",
6654
+ 0
6655
+ ],
6656
+ "ops": [
6657
+ [
6658
+ "makeObject",
6659
+ 0
6660
+ ],
6661
+ [
6662
+ "setIdSuffix",
6663
+ 0
6664
+ ]
6665
+ ]
6666
+ },
6667
+ {
6668
+ "counter": 4,
6669
+ "op": [
6670
+ "makeObject",
6671
+ 0
6672
+ ],
6673
+ "ops": [
6674
+ [
6675
+ "makeObject",
6676
+ 0
6677
+ ]
6659
6678
  ]
6660
6679
  },
6680
+ {
6681
+ "counter": 1,
6682
+ "op": [
6683
+ "bananagreg",
6684
+ 0
6685
+ ],
6686
+ "ops": [
6687
+ [
6688
+ "bananagreg",
6689
+ 0
6690
+ ]
6691
+ ]
6692
+ }
6693
+ ]
6694
+ },
6695
+ "objects": {
6696
+ "nameToUUID": {
6697
+ "dialogues": "dialogues1",
6698
+ "gdefaults": "gdefaults2",
6699
+ "meta": "meta2",
6700
+ "pos": "pos2",
6701
+ "punctuation": "punctuation2",
6702
+ "sdefaults": "sdefaults2",
6703
+ "stm": "stm2",
6704
+ "tokenize": "tokenize2"
6705
+ },
6706
+ "namespaced": {
6707
+ "dialogues1": {
6708
+ "idSuffix": "greg",
6709
+ "mentioned": [
6710
+ ],
6711
+ "variables": {
6712
+ }
6713
+ },
6714
+ "gdefaults2": {
6715
+ },
6716
+ "meta2": {
6717
+ },
6718
+ "pos2": {
6719
+ },
6720
+ "punctuation2": {
6721
+ },
6722
+ "sdefaults2": {
6723
+ },
6724
+ "stm2": {
6725
+ "mentioned": [
6726
+ ],
6727
+ "variables": {
6728
+ }
6729
+ },
6730
+ "tokenize2": {
6731
+ }
6732
+ },
6733
+ "processed": [
6661
6734
  {
6662
6735
  "context": {
6663
- "isResponse": true,
6664
- "marker": "verbatim",
6736
+ "dead": true,
6737
+ "level": 1,
6738
+ "marker": "bananagreg",
6739
+ "number": "one",
6740
+ "range": {
6741
+ "end": 5,
6742
+ "start": 0
6743
+ },
6744
+ "text": "banana",
6665
6745
  "topLevel": true,
6666
- "verbatim": "the test question?"
6746
+ "value": "bananagreg",
6747
+ "word": "banana"
6667
6748
  },
6668
- "generatedParenthesized": "(the test question?)",
6669
- "paraphrases": "the test question?",
6670
- "paraphrasesParenthesized": "(the test question?)",
6749
+ "generatedParenthesized": "",
6750
+ "paraphrases": "banana",
6751
+ "paraphrasesParenthesized": "(banana)",
6671
6752
  "responses": [
6672
- "",
6673
- "the test question?",
6674
- "",
6675
- "the test question?",
6676
- "",
6677
- "the test question?"
6753
+ ""
6678
6754
  ]
6679
6755
  },
6680
6756
  {
@@ -6682,122 +6758,280 @@
6682
6758
  "dead": true,
6683
6759
  "default": true,
6684
6760
  "level": 1,
6685
- "marker": "nevermind",
6761
+ "marker": "makeObject",
6762
+ "object": {
6763
+ "dead": true,
6764
+ "level": 1,
6765
+ "marker": "unknown",
6766
+ "range": {
6767
+ "end": 33,
6768
+ "start": 28
6769
+ },
6770
+ "text": "banana",
6771
+ "unknown": true,
6772
+ "value": "banana",
6773
+ "word": "banana"
6774
+ },
6686
6775
  "range": {
6687
- "end": 34,
6688
- "start": 26
6776
+ "end": 33,
6777
+ "start": 17
6689
6778
  },
6690
- "text": "nevermind",
6779
+ "text": "makeobject banana",
6691
6780
  "topLevel": true,
6692
6781
  "touchedBy": [
6693
- "dialogues#call15"
6782
+ "dialogues#call8"
6694
6783
  ],
6695
- "value": "nevermind",
6696
- "word": "nevermind"
6784
+ "value": "makeObject",
6785
+ "word": "makeobject"
6697
6786
  },
6698
6787
  "generatedParenthesized": "",
6699
- "paraphrases": "nevermind",
6700
- "paraphrasesParenthesized": "(nevermind)",
6788
+ "paraphrases": "makeobject banana",
6789
+ "paraphrasesParenthesized": "(makeobject (banana))",
6701
6790
  "responses": [
6702
6791
  "",
6703
- "the test question?",
6704
- "",
6705
- "the test question?",
6706
- "",
6707
- "the test question?"
6792
+ ""
6708
6793
  ]
6709
6794
  },
6710
6795
  {
6711
6796
  "context": {
6712
- "isResponse": true,
6713
- "marker": "verbatim",
6797
+ "dead": true,
6798
+ "default": true,
6799
+ "level": 1,
6800
+ "marker": "setIdSuffix",
6801
+ "range": {
6802
+ "end": 15,
6803
+ "start": 0
6804
+ },
6805
+ "suffix": {
6806
+ "dead": true,
6807
+ "level": 1,
6808
+ "marker": "unknown",
6809
+ "range": {
6810
+ "end": 15,
6811
+ "start": 12
6812
+ },
6813
+ "text": "greg",
6814
+ "unknown": true,
6815
+ "value": "greg",
6816
+ "word": "greg"
6817
+ },
6818
+ "text": "setidsuffix greg",
6714
6819
  "topLevel": true,
6715
- "verbatim": "the test question?"
6820
+ "touchedBy": [
6821
+ "dialogues#call2"
6822
+ ],
6823
+ "value": "setIdSuffix",
6824
+ "word": "setidsuffix"
6716
6825
  },
6717
- "generatedParenthesized": "(the test question?)",
6718
- "paraphrases": "the test question?",
6719
- "paraphrasesParenthesized": "(the test question?)",
6826
+ "generatedParenthesized": "",
6827
+ "paraphrases": "setidsuffix greg",
6828
+ "paraphrasesParenthesized": "(setidsuffix (greg))",
6720
6829
  "responses": [
6721
6830
  "",
6722
- "the test question?",
6723
- "",
6724
- "the test question?",
6725
- "",
6726
- "the test question?"
6831
+ ""
6832
+ ]
6833
+ }
6834
+ ]
6835
+ },
6836
+ "paraphrases": [
6837
+ "setidsuffix greg",
6838
+ "makeobject banana",
6839
+ "banana"
6840
+ ],
6841
+ "paraphrasesParenthesized": [
6842
+ "(setidsuffix (greg))",
6843
+ "(makeobject (banana))",
6844
+ "(banana)"
6845
+ ],
6846
+ "query": "setidsuffix greg makeObject banana\\nbanana",
6847
+ "responses": [
6848
+ "",
6849
+ "",
6850
+ ""
6851
+ ]
6852
+ },
6853
+ {
6854
+ "associations": [
6855
+ [
6856
+ [
6857
+ "setIdSuffix",
6858
+ 0
6859
+ ],
6860
+ [
6861
+ "unknown",
6862
+ 0
6863
+ ]
6864
+ ],
6865
+ [
6866
+ [
6867
+ "setIdSuffix",
6868
+ 0
6869
+ ],
6870
+ [
6871
+ "unknown",
6872
+ 1
6873
+ ]
6874
+ ]
6875
+ ],
6876
+ "config": {
6877
+ },
6878
+ "contexts": [
6879
+ {
6880
+ "dead": true,
6881
+ "default": true,
6882
+ "level": 1,
6883
+ "marker": "setIdSuffix",
6884
+ "range": {
6885
+ "end": 17,
6886
+ "start": 0
6887
+ },
6888
+ "suffix": {
6889
+ "dead": true,
6890
+ "level": 1,
6891
+ "marker": "unknown",
6892
+ "range": {
6893
+ "end": 17,
6894
+ "start": 12
6895
+ },
6896
+ "text": "_suffy",
6897
+ "unknown": true,
6898
+ "value": "_suffy",
6899
+ "word": "_suffy"
6900
+ },
6901
+ "text": "setidsuffix _suffy",
6902
+ "topLevel": true,
6903
+ "touchedBy": [
6904
+ "dialogues#call2"
6905
+ ],
6906
+ "value": "setIdSuffix",
6907
+ "word": "setidsuffix"
6908
+ }
6909
+ ],
6910
+ "generatedParenthesized": [
6911
+ ""
6912
+ ],
6913
+ "metadata": {
6914
+ "opChoices": [
6915
+ {
6916
+ "counter": 1,
6917
+ "op": [
6918
+ "unknown",
6919
+ 0
6920
+ ],
6921
+ "ops": [
6922
+ [
6923
+ "setIdSuffix",
6924
+ 0
6925
+ ],
6926
+ [
6927
+ "unknown",
6928
+ 0
6929
+ ]
6727
6930
  ]
6728
6931
  },
6932
+ {
6933
+ "counter": 2,
6934
+ "op": [
6935
+ "setIdSuffix",
6936
+ 0
6937
+ ],
6938
+ "ops": [
6939
+ [
6940
+ "setIdSuffix",
6941
+ 0
6942
+ ]
6943
+ ]
6944
+ }
6945
+ ]
6946
+ },
6947
+ "objects": {
6948
+ "nameToUUID": {
6949
+ "dialogues": "dialogues1",
6950
+ "gdefaults": "gdefaults2",
6951
+ "meta": "meta2",
6952
+ "pos": "pos2",
6953
+ "punctuation": "punctuation2",
6954
+ "sdefaults": "sdefaults2",
6955
+ "stm": "stm2",
6956
+ "tokenize": "tokenize2"
6957
+ },
6958
+ "namespaced": {
6959
+ "dialogues1": {
6960
+ "idSuffix": "_suffy",
6961
+ "mentioned": [
6962
+ ],
6963
+ "variables": {
6964
+ }
6965
+ },
6966
+ "gdefaults2": {
6967
+ },
6968
+ "meta2": {
6969
+ },
6970
+ "pos2": {
6971
+ },
6972
+ "punctuation2": {
6973
+ },
6974
+ "sdefaults2": {
6975
+ },
6976
+ "stm2": {
6977
+ "mentioned": [
6978
+ ],
6979
+ "variables": {
6980
+ }
6981
+ },
6982
+ "tokenize2": {
6983
+ }
6984
+ },
6985
+ "processed": [
6729
6986
  {
6730
6987
  "context": {
6731
6988
  "dead": true,
6732
6989
  "default": true,
6733
6990
  "level": 1,
6734
- "marker": "nevermindTestSetup",
6735
- "postModifiers": [
6736
- "type"
6737
- ],
6991
+ "marker": "setIdSuffix",
6738
6992
  "range": {
6739
- "end": 24,
6993
+ "end": 17,
6740
6994
  "start": 0
6741
6995
  },
6742
- "text": "nevermindtestsetup reject",
6743
- "topLevel": true,
6744
- "touchedBy": [
6745
- "dialogues#call2"
6746
- ],
6747
- "type": {
6996
+ "suffix": {
6748
6997
  "dead": true,
6749
6998
  "level": 1,
6750
6999
  "marker": "unknown",
6751
7000
  "range": {
6752
- "end": 24,
6753
- "start": 19
7001
+ "end": 17,
7002
+ "start": 12
6754
7003
  },
6755
- "text": "reject",
7004
+ "text": "_suffy",
6756
7005
  "unknown": true,
6757
- "value": "reject",
6758
- "word": "reject"
7006
+ "value": "_suffy",
7007
+ "word": "_suffy"
6759
7008
  },
6760
- "value": "nevermindTestSetup",
6761
- "word": "nevermindtestsetup"
7009
+ "text": "setidsuffix _suffy",
7010
+ "topLevel": true,
7011
+ "touchedBy": [
7012
+ "dialogues#call2"
7013
+ ],
7014
+ "value": "setIdSuffix",
7015
+ "word": "setidsuffix"
6762
7016
  },
6763
7017
  "generatedParenthesized": "",
6764
- "paraphrases": "nevermindtestsetup reject",
6765
- "paraphrasesParenthesized": "((nevermindtestsetup) (reject))",
7018
+ "paraphrases": "setidsuffix _suffy",
7019
+ "paraphrasesParenthesized": "(setidsuffix (_suffy))",
6766
7020
  "responses": [
6767
- "",
6768
- "the test question?",
6769
- "",
6770
- "the test question?",
6771
- "",
6772
- "the test question?"
7021
+ ""
6773
7022
  ]
6774
7023
  }
6775
7024
  ]
6776
7025
  },
6777
7026
  "paraphrases": [
6778
- "nevermindtestsetup reject",
6779
- "the test question?",
6780
- "nevermind",
6781
- "the test question?",
6782
- "hi",
6783
- "the test question?"
7027
+ "setidsuffix _suffy"
6784
7028
  ],
6785
7029
  "paraphrasesParenthesized": [
6786
- "((nevermindtestsetup) (reject))",
6787
- "(the test question?)",
6788
- "(nevermind)",
6789
- "(the test question?)",
6790
- "(hi)",
6791
- "(the test question?)"
7030
+ "(setidsuffix (_suffy))"
6792
7031
  ],
6793
- "query": "nevermindTestSetup reject nevermind hi",
7032
+ "query": "setidsuffix _suffy",
6794
7033
  "responses": [
6795
- "",
6796
- "the test question?",
6797
- "",
6798
- "the test question?",
6799
- "",
6800
- "the test question?"
7034
+ ""
6801
7035
  ]
6802
7036
  }
6803
7037
  ]