ekms 7.12.4 → 7.12.5
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +96 -0
- package/common/crew.instance.json +480 -0
- package/common/dialogues.js +45 -2
- package/common/dialogues.test.json +780 -0
- package/common/dimension.test.json +170 -26
- package/common/dimensionTemplate.instance.json +4 -0
- package/common/edible.instance.json +1508 -0
- package/common/emotions.instance.json +4 -0
- package/common/fastfood.instance.json +27774 -448
- package/common/fastfood.js +330 -64
- package/common/fastfood.test.json +82907 -984
- package/common/formulasTemplate.instance.json +4 -0
- package/common/help.test.json +26 -8
- package/common/helpers/concept.js +10 -1
- package/common/hierarchy.js +1 -1
- package/common/kirk.instance.json +20 -0
- package/common/length.instance.json +240 -0
- package/common/mathTemplate.instance.json +68 -0
- package/common/ordering.instance.json +60 -0
- package/common/people.instance.json +128 -0
- package/common/pokemon.instance.json +312 -0
- package/common/pressure.instance.json +48 -0
- package/common/properties.instance.json +4 -0
- package/common/reports.instance.json +25 -1
- package/common/reports.js +3 -2
- package/common/scorekeeper.test.json +299 -124
- package/common/spock.instance.json +20 -0
- package/common/stm.js +21 -6
- package/common/temperature.instance.json +104 -192
- package/common/ui.instance.json +12 -0
- package/common/weight.instance.json +300 -0
- package/package.json +2 -2
@@ -6019,5 +6019,785 @@
|
|
6019
6019
|
"responses": [
|
6020
6020
|
"that is not known"
|
6021
6021
|
]
|
6022
|
+
},
|
6023
|
+
{
|
6024
|
+
"associations": [
|
6025
|
+
[
|
6026
|
+
[
|
6027
|
+
"nevermindTestSetup",
|
6028
|
+
0
|
6029
|
+
],
|
6030
|
+
[
|
6031
|
+
"unknown",
|
6032
|
+
0
|
6033
|
+
]
|
6034
|
+
],
|
6035
|
+
[
|
6036
|
+
[
|
6037
|
+
"nevermindTestSetup",
|
6038
|
+
0
|
6039
|
+
],
|
6040
|
+
[
|
6041
|
+
"unknown",
|
6042
|
+
1
|
6043
|
+
]
|
6044
|
+
]
|
6045
|
+
],
|
6046
|
+
"config": {
|
6047
|
+
},
|
6048
|
+
"contexts": [
|
6049
|
+
{
|
6050
|
+
"dead": true,
|
6051
|
+
"default": true,
|
6052
|
+
"level": 1,
|
6053
|
+
"marker": "nevermindTestSetup",
|
6054
|
+
"postModifiers": [
|
6055
|
+
"type"
|
6056
|
+
],
|
6057
|
+
"range": {
|
6058
|
+
"end": 24,
|
6059
|
+
"start": 0
|
6060
|
+
},
|
6061
|
+
"text": "nevermindtestsetup accept",
|
6062
|
+
"topLevel": true,
|
6063
|
+
"touchedBy": [
|
6064
|
+
"dialogues#call2"
|
6065
|
+
],
|
6066
|
+
"type": {
|
6067
|
+
"dead": true,
|
6068
|
+
"level": 1,
|
6069
|
+
"marker": "unknown",
|
6070
|
+
"range": {
|
6071
|
+
"end": 24,
|
6072
|
+
"start": 19
|
6073
|
+
},
|
6074
|
+
"text": "accept",
|
6075
|
+
"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
|
6096
|
+
},
|
6097
|
+
"text": "nevermind",
|
6098
|
+
"topLevel": true,
|
6099
|
+
"touchedBy": [
|
6100
|
+
"dialogues#call15"
|
6101
|
+
],
|
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"
|
6118
|
+
}
|
6119
|
+
],
|
6120
|
+
"developerTest": false,
|
6121
|
+
"generatedParenthesized": [
|
6122
|
+
"",
|
6123
|
+
"(the test question?)",
|
6124
|
+
"",
|
6125
|
+
""
|
6126
|
+
],
|
6127
|
+
"metadata": {
|
6128
|
+
"opChoices": [
|
6129
|
+
{
|
6130
|
+
"counter": 1,
|
6131
|
+
"op": [
|
6132
|
+
"unknown",
|
6133
|
+
0
|
6134
|
+
],
|
6135
|
+
"ops": [
|
6136
|
+
[
|
6137
|
+
"nevermind",
|
6138
|
+
0
|
6139
|
+
],
|
6140
|
+
[
|
6141
|
+
"nevermindTestSetup",
|
6142
|
+
0
|
6143
|
+
],
|
6144
|
+
[
|
6145
|
+
"unknown",
|
6146
|
+
0
|
6147
|
+
],
|
6148
|
+
[
|
6149
|
+
"unknown",
|
6150
|
+
0
|
6151
|
+
]
|
6152
|
+
]
|
6153
|
+
},
|
6154
|
+
{
|
6155
|
+
"counter": 2,
|
6156
|
+
"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",
|
6196
|
+
0
|
6197
|
+
],
|
6198
|
+
"ops": [
|
6199
|
+
[
|
6200
|
+
"nevermind",
|
6201
|
+
0
|
6202
|
+
]
|
6203
|
+
]
|
6204
|
+
}
|
6205
|
+
]
|
6206
|
+
},
|
6207
|
+
"objects": {
|
6208
|
+
"nameToUUID": {
|
6209
|
+
"dialogues": "dialogues1",
|
6210
|
+
"gdefaults": "gdefaults2",
|
6211
|
+
"meta": "meta2",
|
6212
|
+
"pos": "pos2",
|
6213
|
+
"punctuation": "punctuation2",
|
6214
|
+
"sdefaults": "sdefaults2",
|
6215
|
+
"stm": "stm2"
|
6216
|
+
},
|
6217
|
+
"namespaced": {
|
6218
|
+
"dialogues1": {
|
6219
|
+
"mentioned": [
|
6220
|
+
],
|
6221
|
+
"nevermindType": "accept",
|
6222
|
+
"onNevermindWasCalled": true,
|
6223
|
+
"variables": {
|
6224
|
+
}
|
6225
|
+
},
|
6226
|
+
"gdefaults2": {
|
6227
|
+
},
|
6228
|
+
"meta2": {
|
6229
|
+
},
|
6230
|
+
"pos2": {
|
6231
|
+
},
|
6232
|
+
"punctuation2": {
|
6233
|
+
},
|
6234
|
+
"sdefaults2": {
|
6235
|
+
},
|
6236
|
+
"stm2": {
|
6237
|
+
"mentioned": [
|
6238
|
+
],
|
6239
|
+
"variables": {
|
6240
|
+
}
|
6241
|
+
}
|
6242
|
+
},
|
6243
|
+
"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
|
+
{
|
6315
|
+
"context": {
|
6316
|
+
"dead": true,
|
6317
|
+
"default": true,
|
6318
|
+
"level": 1,
|
6319
|
+
"marker": "nevermindTestSetup",
|
6320
|
+
"postModifiers": [
|
6321
|
+
"type"
|
6322
|
+
],
|
6323
|
+
"range": {
|
6324
|
+
"end": 24,
|
6325
|
+
"start": 0
|
6326
|
+
},
|
6327
|
+
"text": "nevermindtestsetup accept",
|
6328
|
+
"topLevel": true,
|
6329
|
+
"touchedBy": [
|
6330
|
+
"dialogues#call2"
|
6331
|
+
],
|
6332
|
+
"type": {
|
6333
|
+
"dead": true,
|
6334
|
+
"level": 1,
|
6335
|
+
"marker": "unknown",
|
6336
|
+
"range": {
|
6337
|
+
"end": 24,
|
6338
|
+
"start": 19
|
6339
|
+
},
|
6340
|
+
"text": "accept",
|
6341
|
+
"unknown": true,
|
6342
|
+
"value": "accept",
|
6343
|
+
"word": "accept"
|
6344
|
+
},
|
6345
|
+
"value": "nevermindTestSetup",
|
6346
|
+
"word": "nevermindtestsetup"
|
6347
|
+
},
|
6348
|
+
"generatedParenthesized": "",
|
6349
|
+
"paraphrases": "nevermindtestsetup accept",
|
6350
|
+
"paraphrasesParenthesized": "((nevermindtestsetup) (accept))",
|
6351
|
+
"responses": [
|
6352
|
+
"",
|
6353
|
+
"the test question?",
|
6354
|
+
"",
|
6355
|
+
""
|
6356
|
+
]
|
6357
|
+
}
|
6358
|
+
]
|
6359
|
+
},
|
6360
|
+
"paraphrases": [
|
6361
|
+
"nevermindtestsetup accept",
|
6362
|
+
"the test question?",
|
6363
|
+
"nevermind",
|
6364
|
+
"hi"
|
6365
|
+
],
|
6366
|
+
"paraphrasesParenthesized": [
|
6367
|
+
"((nevermindtestsetup) (accept))",
|
6368
|
+
"(the test question?)",
|
6369
|
+
"(nevermind)",
|
6370
|
+
"(hi)"
|
6371
|
+
],
|
6372
|
+
"query": "nevermindTestSetup accept nevermind hi",
|
6373
|
+
"responses": [
|
6374
|
+
"",
|
6375
|
+
"the test question?",
|
6376
|
+
"",
|
6377
|
+
""
|
6378
|
+
]
|
6379
|
+
},
|
6380
|
+
{
|
6381
|
+
"associations": [
|
6382
|
+
[
|
6383
|
+
[
|
6384
|
+
"nevermindTestSetup",
|
6385
|
+
0
|
6386
|
+
],
|
6387
|
+
[
|
6388
|
+
"unknown",
|
6389
|
+
0
|
6390
|
+
]
|
6391
|
+
],
|
6392
|
+
[
|
6393
|
+
[
|
6394
|
+
"nevermindTestSetup",
|
6395
|
+
0
|
6396
|
+
],
|
6397
|
+
[
|
6398
|
+
"unknown",
|
6399
|
+
1
|
6400
|
+
]
|
6401
|
+
]
|
6402
|
+
],
|
6403
|
+
"config": {
|
6404
|
+
},
|
6405
|
+
"contexts": [
|
6406
|
+
{
|
6407
|
+
"dead": true,
|
6408
|
+
"default": true,
|
6409
|
+
"level": 1,
|
6410
|
+
"marker": "nevermindTestSetup",
|
6411
|
+
"postModifiers": [
|
6412
|
+
"type"
|
6413
|
+
],
|
6414
|
+
"range": {
|
6415
|
+
"end": 24,
|
6416
|
+
"start": 0
|
6417
|
+
},
|
6418
|
+
"text": "nevermindtestsetup reject",
|
6419
|
+
"topLevel": true,
|
6420
|
+
"touchedBy": [
|
6421
|
+
"dialogues#call2"
|
6422
|
+
],
|
6423
|
+
"type": {
|
6424
|
+
"dead": true,
|
6425
|
+
"level": 1,
|
6426
|
+
"marker": "unknown",
|
6427
|
+
"range": {
|
6428
|
+
"end": 24,
|
6429
|
+
"start": 19
|
6430
|
+
},
|
6431
|
+
"text": "reject",
|
6432
|
+
"unknown": true,
|
6433
|
+
"value": "reject",
|
6434
|
+
"word": "reject"
|
6435
|
+
},
|
6436
|
+
"value": "nevermindTestSetup",
|
6437
|
+
"word": "nevermindtestsetup"
|
6438
|
+
},
|
6439
|
+
{
|
6440
|
+
"isResponse": true,
|
6441
|
+
"marker": "verbatim",
|
6442
|
+
"topLevel": true,
|
6443
|
+
"verbatim": "the test question?"
|
6444
|
+
},
|
6445
|
+
{
|
6446
|
+
"dead": true,
|
6447
|
+
"default": true,
|
6448
|
+
"level": 1,
|
6449
|
+
"marker": "nevermind",
|
6450
|
+
"range": {
|
6451
|
+
"end": 34,
|
6452
|
+
"start": 26
|
6453
|
+
},
|
6454
|
+
"text": "nevermind",
|
6455
|
+
"topLevel": true,
|
6456
|
+
"touchedBy": [
|
6457
|
+
"dialogues#call15"
|
6458
|
+
],
|
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?"
|
6487
|
+
}
|
6488
|
+
],
|
6489
|
+
"developerTest": false,
|
6490
|
+
"generatedParenthesized": [
|
6491
|
+
"",
|
6492
|
+
"(the test question?)",
|
6493
|
+
"",
|
6494
|
+
"(the test question?)",
|
6495
|
+
"",
|
6496
|
+
"(the test question?)"
|
6497
|
+
],
|
6498
|
+
"metadata": {
|
6499
|
+
"opChoices": [
|
6500
|
+
{
|
6501
|
+
"counter": 1,
|
6502
|
+
"op": [
|
6503
|
+
"unknown",
|
6504
|
+
0
|
6505
|
+
],
|
6506
|
+
"ops": [
|
6507
|
+
[
|
6508
|
+
"nevermind",
|
6509
|
+
0
|
6510
|
+
],
|
6511
|
+
[
|
6512
|
+
"nevermindTestSetup",
|
6513
|
+
0
|
6514
|
+
],
|
6515
|
+
[
|
6516
|
+
"unknown",
|
6517
|
+
0
|
6518
|
+
],
|
6519
|
+
[
|
6520
|
+
"unknown",
|
6521
|
+
0
|
6522
|
+
]
|
6523
|
+
]
|
6524
|
+
},
|
6525
|
+
{
|
6526
|
+
"counter": 2,
|
6527
|
+
"op": [
|
6528
|
+
"unknown",
|
6529
|
+
0
|
6530
|
+
],
|
6531
|
+
"ops": [
|
6532
|
+
[
|
6533
|
+
"nevermind",
|
6534
|
+
0
|
6535
|
+
],
|
6536
|
+
[
|
6537
|
+
"nevermindTestSetup",
|
6538
|
+
0
|
6539
|
+
],
|
6540
|
+
[
|
6541
|
+
"unknown",
|
6542
|
+
0
|
6543
|
+
]
|
6544
|
+
]
|
6545
|
+
},
|
6546
|
+
{
|
6547
|
+
"counter": 3,
|
6548
|
+
"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",
|
6567
|
+
0
|
6568
|
+
],
|
6569
|
+
"ops": [
|
6570
|
+
[
|
6571
|
+
"nevermind",
|
6572
|
+
0
|
6573
|
+
]
|
6574
|
+
]
|
6575
|
+
}
|
6576
|
+
]
|
6577
|
+
},
|
6578
|
+
"objects": {
|
6579
|
+
"nameToUUID": {
|
6580
|
+
"dialogues": "dialogues1",
|
6581
|
+
"gdefaults": "gdefaults2",
|
6582
|
+
"meta": "meta2",
|
6583
|
+
"pos": "pos2",
|
6584
|
+
"punctuation": "punctuation2",
|
6585
|
+
"sdefaults": "sdefaults2",
|
6586
|
+
"stm": "stm2"
|
6587
|
+
},
|
6588
|
+
"namespaced": {
|
6589
|
+
"dialogues1": {
|
6590
|
+
"mentioned": [
|
6591
|
+
],
|
6592
|
+
"nevermindType": "reject",
|
6593
|
+
"onNevermindWasCalled": true,
|
6594
|
+
"variables": {
|
6595
|
+
}
|
6596
|
+
},
|
6597
|
+
"gdefaults2": {
|
6598
|
+
},
|
6599
|
+
"meta2": {
|
6600
|
+
},
|
6601
|
+
"pos2": {
|
6602
|
+
},
|
6603
|
+
"punctuation2": {
|
6604
|
+
},
|
6605
|
+
"sdefaults2": {
|
6606
|
+
},
|
6607
|
+
"stm2": {
|
6608
|
+
"mentioned": [
|
6609
|
+
],
|
6610
|
+
"variables": {
|
6611
|
+
}
|
6612
|
+
}
|
6613
|
+
},
|
6614
|
+
"processed": [
|
6615
|
+
{
|
6616
|
+
"context": {
|
6617
|
+
"isResponse": true,
|
6618
|
+
"marker": "verbatim",
|
6619
|
+
"topLevel": true,
|
6620
|
+
"verbatim": "the test question?"
|
6621
|
+
},
|
6622
|
+
"generatedParenthesized": "(the test question?)",
|
6623
|
+
"paraphrases": "the test question?",
|
6624
|
+
"paraphrasesParenthesized": "(the test question?)",
|
6625
|
+
"responses": [
|
6626
|
+
"",
|
6627
|
+
"the test question?",
|
6628
|
+
"",
|
6629
|
+
"the test question?",
|
6630
|
+
"",
|
6631
|
+
"the test question?"
|
6632
|
+
]
|
6633
|
+
},
|
6634
|
+
{
|
6635
|
+
"context": {
|
6636
|
+
"dead": true,
|
6637
|
+
"level": 1,
|
6638
|
+
"marker": "unknown",
|
6639
|
+
"range": {
|
6640
|
+
"end": 37,
|
6641
|
+
"start": 36
|
6642
|
+
},
|
6643
|
+
"text": "hi",
|
6644
|
+
"topLevel": true,
|
6645
|
+
"unknown": true,
|
6646
|
+
"value": "hi",
|
6647
|
+
"word": "hi"
|
6648
|
+
},
|
6649
|
+
"generatedParenthesized": "",
|
6650
|
+
"paraphrases": "hi",
|
6651
|
+
"paraphrasesParenthesized": "(hi)",
|
6652
|
+
"responses": [
|
6653
|
+
"",
|
6654
|
+
"the test question?",
|
6655
|
+
"",
|
6656
|
+
"the test question?",
|
6657
|
+
"",
|
6658
|
+
"the test question?"
|
6659
|
+
]
|
6660
|
+
},
|
6661
|
+
{
|
6662
|
+
"context": {
|
6663
|
+
"isResponse": true,
|
6664
|
+
"marker": "verbatim",
|
6665
|
+
"topLevel": true,
|
6666
|
+
"verbatim": "the test question?"
|
6667
|
+
},
|
6668
|
+
"generatedParenthesized": "(the test question?)",
|
6669
|
+
"paraphrases": "the test question?",
|
6670
|
+
"paraphrasesParenthesized": "(the test question?)",
|
6671
|
+
"responses": [
|
6672
|
+
"",
|
6673
|
+
"the test question?",
|
6674
|
+
"",
|
6675
|
+
"the test question?",
|
6676
|
+
"",
|
6677
|
+
"the test question?"
|
6678
|
+
]
|
6679
|
+
},
|
6680
|
+
{
|
6681
|
+
"context": {
|
6682
|
+
"dead": true,
|
6683
|
+
"default": true,
|
6684
|
+
"level": 1,
|
6685
|
+
"marker": "nevermind",
|
6686
|
+
"range": {
|
6687
|
+
"end": 34,
|
6688
|
+
"start": 26
|
6689
|
+
},
|
6690
|
+
"text": "nevermind",
|
6691
|
+
"topLevel": true,
|
6692
|
+
"touchedBy": [
|
6693
|
+
"dialogues#call15"
|
6694
|
+
],
|
6695
|
+
"value": "nevermind",
|
6696
|
+
"word": "nevermind"
|
6697
|
+
},
|
6698
|
+
"generatedParenthesized": "",
|
6699
|
+
"paraphrases": "nevermind",
|
6700
|
+
"paraphrasesParenthesized": "(nevermind)",
|
6701
|
+
"responses": [
|
6702
|
+
"",
|
6703
|
+
"the test question?",
|
6704
|
+
"",
|
6705
|
+
"the test question?",
|
6706
|
+
"",
|
6707
|
+
"the test question?"
|
6708
|
+
]
|
6709
|
+
},
|
6710
|
+
{
|
6711
|
+
"context": {
|
6712
|
+
"isResponse": true,
|
6713
|
+
"marker": "verbatim",
|
6714
|
+
"topLevel": true,
|
6715
|
+
"verbatim": "the test question?"
|
6716
|
+
},
|
6717
|
+
"generatedParenthesized": "(the test question?)",
|
6718
|
+
"paraphrases": "the test question?",
|
6719
|
+
"paraphrasesParenthesized": "(the test question?)",
|
6720
|
+
"responses": [
|
6721
|
+
"",
|
6722
|
+
"the test question?",
|
6723
|
+
"",
|
6724
|
+
"the test question?",
|
6725
|
+
"",
|
6726
|
+
"the test question?"
|
6727
|
+
]
|
6728
|
+
},
|
6729
|
+
{
|
6730
|
+
"context": {
|
6731
|
+
"dead": true,
|
6732
|
+
"default": true,
|
6733
|
+
"level": 1,
|
6734
|
+
"marker": "nevermindTestSetup",
|
6735
|
+
"postModifiers": [
|
6736
|
+
"type"
|
6737
|
+
],
|
6738
|
+
"range": {
|
6739
|
+
"end": 24,
|
6740
|
+
"start": 0
|
6741
|
+
},
|
6742
|
+
"text": "nevermindtestsetup reject",
|
6743
|
+
"topLevel": true,
|
6744
|
+
"touchedBy": [
|
6745
|
+
"dialogues#call2"
|
6746
|
+
],
|
6747
|
+
"type": {
|
6748
|
+
"dead": true,
|
6749
|
+
"level": 1,
|
6750
|
+
"marker": "unknown",
|
6751
|
+
"range": {
|
6752
|
+
"end": 24,
|
6753
|
+
"start": 19
|
6754
|
+
},
|
6755
|
+
"text": "reject",
|
6756
|
+
"unknown": true,
|
6757
|
+
"value": "reject",
|
6758
|
+
"word": "reject"
|
6759
|
+
},
|
6760
|
+
"value": "nevermindTestSetup",
|
6761
|
+
"word": "nevermindtestsetup"
|
6762
|
+
},
|
6763
|
+
"generatedParenthesized": "",
|
6764
|
+
"paraphrases": "nevermindtestsetup reject",
|
6765
|
+
"paraphrasesParenthesized": "((nevermindtestsetup) (reject))",
|
6766
|
+
"responses": [
|
6767
|
+
"",
|
6768
|
+
"the test question?",
|
6769
|
+
"",
|
6770
|
+
"the test question?",
|
6771
|
+
"",
|
6772
|
+
"the test question?"
|
6773
|
+
]
|
6774
|
+
}
|
6775
|
+
]
|
6776
|
+
},
|
6777
|
+
"paraphrases": [
|
6778
|
+
"nevermindtestsetup reject",
|
6779
|
+
"the test question?",
|
6780
|
+
"nevermind",
|
6781
|
+
"the test question?",
|
6782
|
+
"hi",
|
6783
|
+
"the test question?"
|
6784
|
+
],
|
6785
|
+
"paraphrasesParenthesized": [
|
6786
|
+
"((nevermindtestsetup) (reject))",
|
6787
|
+
"(the test question?)",
|
6788
|
+
"(nevermind)",
|
6789
|
+
"(the test question?)",
|
6790
|
+
"(hi)",
|
6791
|
+
"(the test question?)"
|
6792
|
+
],
|
6793
|
+
"query": "nevermindTestSetup reject nevermind hi",
|
6794
|
+
"responses": [
|
6795
|
+
"",
|
6796
|
+
"the test question?",
|
6797
|
+
"",
|
6798
|
+
"the test question?",
|
6799
|
+
"",
|
6800
|
+
"the test question?"
|
6801
|
+
]
|
6022
6802
|
}
|
6023
6803
|
]
|