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
@@ -0,0 +1,2290 @@
1
+ [
2
+ {
3
+ "associations": [
4
+ [
5
+ [
6
+ "nevermindTestSetup",
7
+ 0
8
+ ],
9
+ [
10
+ "unknown",
11
+ 0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ "nevermindTestSetup",
17
+ 0
18
+ ],
19
+ [
20
+ "unknown",
21
+ 1
22
+ ]
23
+ ]
24
+ ],
25
+ "config": {
26
+ },
27
+ "contexts": [
28
+ {
29
+ "dead": true,
30
+ "default": true,
31
+ "level": 1,
32
+ "marker": "nevermindTestSetup",
33
+ "postModifiers": [
34
+ "type"
35
+ ],
36
+ "range": {
37
+ "end": 24,
38
+ "start": 0
39
+ },
40
+ "text": "nevermindtestsetup accept",
41
+ "topLevel": true,
42
+ "touchedBy": [
43
+ "asking#call2"
44
+ ],
45
+ "type": {
46
+ "dead": true,
47
+ "level": 1,
48
+ "marker": "unknown",
49
+ "range": {
50
+ "end": 24,
51
+ "start": 19
52
+ },
53
+ "text": "accept",
54
+ "unknown": true,
55
+ "value": "accept",
56
+ "word": "accept"
57
+ },
58
+ "value": "nevermindTestSetup",
59
+ "word": "nevermindtestsetup"
60
+ },
61
+ {
62
+ "isResponse": true,
63
+ "marker": "verbatim",
64
+ "topLevel": true,
65
+ "verbatim": "the test question?"
66
+ },
67
+ {
68
+ "dead": true,
69
+ "default": true,
70
+ "level": 1,
71
+ "marker": "nevermind",
72
+ "range": {
73
+ "end": 34,
74
+ "start": 26
75
+ },
76
+ "text": "nevermind",
77
+ "topLevel": true,
78
+ "touchedBy": [
79
+ "asking#call15"
80
+ ],
81
+ "value": "nevermind",
82
+ "word": "nevermind"
83
+ },
84
+ {
85
+ "dead": true,
86
+ "level": 1,
87
+ "marker": "unknown",
88
+ "range": {
89
+ "end": 37,
90
+ "start": 36
91
+ },
92
+ "text": "hi",
93
+ "topLevel": true,
94
+ "unknown": true,
95
+ "value": "hi",
96
+ "word": "hi"
97
+ }
98
+ ],
99
+ "generatedParenthesized": [
100
+ "",
101
+ "(the test question?)",
102
+ "",
103
+ ""
104
+ ],
105
+ "metadata": {
106
+ "opChoices": [
107
+ {
108
+ "counter": 1,
109
+ "op": [
110
+ "unknown",
111
+ 0
112
+ ],
113
+ "ops": [
114
+ [
115
+ "nevermind",
116
+ 0
117
+ ],
118
+ [
119
+ "nevermindTestSetup",
120
+ 0
121
+ ],
122
+ [
123
+ "unknown",
124
+ 0
125
+ ],
126
+ [
127
+ "unknown",
128
+ 0
129
+ ]
130
+ ]
131
+ },
132
+ {
133
+ "counter": 2,
134
+ "op": [
135
+ "unknown",
136
+ 0
137
+ ],
138
+ "ops": [
139
+ [
140
+ "nevermind",
141
+ 0
142
+ ],
143
+ [
144
+ "nevermindTestSetup",
145
+ 0
146
+ ],
147
+ [
148
+ "unknown",
149
+ 0
150
+ ]
151
+ ]
152
+ },
153
+ {
154
+ "counter": 3,
155
+ "op": [
156
+ "nevermindTestSetup",
157
+ 0
158
+ ],
159
+ "ops": [
160
+ [
161
+ "nevermind",
162
+ 0
163
+ ],
164
+ [
165
+ "nevermindTestSetup",
166
+ 0
167
+ ]
168
+ ]
169
+ },
170
+ {
171
+ "counter": 4,
172
+ "op": [
173
+ "nevermind",
174
+ 0
175
+ ],
176
+ "ops": [
177
+ [
178
+ "nevermind",
179
+ 0
180
+ ]
181
+ ]
182
+ }
183
+ ]
184
+ },
185
+ "objects": {
186
+ "nameToUUID": {
187
+ "asking": "asking1",
188
+ "conjunction": "conjunction2",
189
+ "gdefaults": "gdefaults2",
190
+ "sdefaults": "sdefaults2",
191
+ "tokenize": "tokenize2"
192
+ },
193
+ "namespaced": {
194
+ "asking1": {
195
+ "nevermindType": "accept",
196
+ "onNevermindWasCalled": true
197
+ },
198
+ "conjunction2": {
199
+ },
200
+ "gdefaults2": {
201
+ },
202
+ "sdefaults2": {
203
+ },
204
+ "tokenize2": {
205
+ }
206
+ },
207
+ "processed": [
208
+ {
209
+ "context": {
210
+ "dead": true,
211
+ "level": 1,
212
+ "marker": "unknown",
213
+ "range": {
214
+ "end": 37,
215
+ "start": 36
216
+ },
217
+ "text": "hi",
218
+ "topLevel": true,
219
+ "unknown": true,
220
+ "value": "hi",
221
+ "word": "hi"
222
+ },
223
+ "generatedParenthesized": "",
224
+ "paraphrases": "hi",
225
+ "paraphrasesParenthesized": "(hi)",
226
+ "responses": [
227
+ "",
228
+ "the test question?",
229
+ "",
230
+ ""
231
+ ]
232
+ },
233
+ {
234
+ "context": {
235
+ "dead": true,
236
+ "default": true,
237
+ "level": 1,
238
+ "marker": "nevermind",
239
+ "range": {
240
+ "end": 34,
241
+ "start": 26
242
+ },
243
+ "text": "nevermind",
244
+ "topLevel": true,
245
+ "touchedBy": [
246
+ "asking#call15"
247
+ ],
248
+ "value": "nevermind",
249
+ "word": "nevermind"
250
+ },
251
+ "generatedParenthesized": "",
252
+ "paraphrases": "nevermind",
253
+ "paraphrasesParenthesized": "(nevermind)",
254
+ "responses": [
255
+ "",
256
+ "the test question?",
257
+ "",
258
+ ""
259
+ ]
260
+ },
261
+ {
262
+ "context": {
263
+ "isResponse": true,
264
+ "marker": "verbatim",
265
+ "topLevel": true,
266
+ "verbatim": "the test question?"
267
+ },
268
+ "generatedParenthesized": "(the test question?)",
269
+ "paraphrases": "the test question?",
270
+ "paraphrasesParenthesized": "(the test question?)",
271
+ "responses": [
272
+ "",
273
+ "the test question?",
274
+ "",
275
+ ""
276
+ ]
277
+ },
278
+ {
279
+ "context": {
280
+ "dead": true,
281
+ "default": true,
282
+ "level": 1,
283
+ "marker": "nevermindTestSetup",
284
+ "postModifiers": [
285
+ "type"
286
+ ],
287
+ "range": {
288
+ "end": 24,
289
+ "start": 0
290
+ },
291
+ "text": "nevermindtestsetup accept",
292
+ "topLevel": true,
293
+ "touchedBy": [
294
+ "asking#call2"
295
+ ],
296
+ "type": {
297
+ "dead": true,
298
+ "level": 1,
299
+ "marker": "unknown",
300
+ "range": {
301
+ "end": 24,
302
+ "start": 19
303
+ },
304
+ "text": "accept",
305
+ "unknown": true,
306
+ "value": "accept",
307
+ "word": "accept"
308
+ },
309
+ "value": "nevermindTestSetup",
310
+ "word": "nevermindtestsetup"
311
+ },
312
+ "generatedParenthesized": "",
313
+ "paraphrases": "nevermindtestsetup accept",
314
+ "paraphrasesParenthesized": "((nevermindtestsetup) (accept))",
315
+ "responses": [
316
+ "",
317
+ "the test question?",
318
+ "",
319
+ ""
320
+ ]
321
+ }
322
+ ]
323
+ },
324
+ "paraphrases": [
325
+ "nevermindtestsetup accept",
326
+ "the test question?",
327
+ "nevermind",
328
+ "hi"
329
+ ],
330
+ "paraphrasesParenthesized": [
331
+ "((nevermindtestsetup) (accept))",
332
+ "(the test question?)",
333
+ "(nevermind)",
334
+ "(hi)"
335
+ ],
336
+ "query": "nevermindTestSetup accept nevermind hi",
337
+ "responses": [
338
+ "",
339
+ "the test question?",
340
+ "",
341
+ ""
342
+ ]
343
+ },
344
+ {
345
+ "associations": [
346
+ [
347
+ [
348
+ "nevermindTestSetup",
349
+ 0
350
+ ],
351
+ [
352
+ "unknown",
353
+ 0
354
+ ]
355
+ ],
356
+ [
357
+ [
358
+ "nevermindTestSetup",
359
+ 0
360
+ ],
361
+ [
362
+ "unknown",
363
+ 1
364
+ ]
365
+ ]
366
+ ],
367
+ "config": {
368
+ },
369
+ "contexts": [
370
+ {
371
+ "dead": true,
372
+ "default": true,
373
+ "level": 1,
374
+ "marker": "nevermindTestSetup",
375
+ "postModifiers": [
376
+ "type"
377
+ ],
378
+ "range": {
379
+ "end": 24,
380
+ "start": 0
381
+ },
382
+ "text": "nevermindtestsetup reject",
383
+ "topLevel": true,
384
+ "touchedBy": [
385
+ "asking#call2"
386
+ ],
387
+ "type": {
388
+ "dead": true,
389
+ "level": 1,
390
+ "marker": "unknown",
391
+ "range": {
392
+ "end": 24,
393
+ "start": 19
394
+ },
395
+ "text": "reject",
396
+ "unknown": true,
397
+ "value": "reject",
398
+ "word": "reject"
399
+ },
400
+ "value": "nevermindTestSetup",
401
+ "word": "nevermindtestsetup"
402
+ },
403
+ {
404
+ "isResponse": true,
405
+ "marker": "verbatim",
406
+ "topLevel": true,
407
+ "verbatim": "the test question?"
408
+ },
409
+ {
410
+ "dead": true,
411
+ "default": true,
412
+ "level": 1,
413
+ "marker": "nevermind",
414
+ "range": {
415
+ "end": 34,
416
+ "start": 26
417
+ },
418
+ "text": "nevermind",
419
+ "topLevel": true,
420
+ "touchedBy": [
421
+ "asking#call15"
422
+ ],
423
+ "value": "nevermind",
424
+ "word": "nevermind"
425
+ },
426
+ {
427
+ "isResponse": true,
428
+ "marker": "verbatim",
429
+ "topLevel": true,
430
+ "verbatim": "the test question?"
431
+ },
432
+ {
433
+ "dead": true,
434
+ "level": 1,
435
+ "marker": "unknown",
436
+ "range": {
437
+ "end": 37,
438
+ "start": 36
439
+ },
440
+ "text": "hi",
441
+ "topLevel": true,
442
+ "unknown": true,
443
+ "value": "hi",
444
+ "word": "hi"
445
+ },
446
+ {
447
+ "isResponse": true,
448
+ "marker": "verbatim",
449
+ "topLevel": true,
450
+ "verbatim": "the test question?"
451
+ }
452
+ ],
453
+ "generatedParenthesized": [
454
+ "",
455
+ "(the test question?)",
456
+ "",
457
+ "(the test question?)",
458
+ "",
459
+ "(the test question?)"
460
+ ],
461
+ "metadata": {
462
+ "opChoices": [
463
+ {
464
+ "counter": 1,
465
+ "op": [
466
+ "unknown",
467
+ 0
468
+ ],
469
+ "ops": [
470
+ [
471
+ "nevermind",
472
+ 0
473
+ ],
474
+ [
475
+ "nevermindTestSetup",
476
+ 0
477
+ ],
478
+ [
479
+ "unknown",
480
+ 0
481
+ ],
482
+ [
483
+ "unknown",
484
+ 0
485
+ ]
486
+ ]
487
+ },
488
+ {
489
+ "counter": 2,
490
+ "op": [
491
+ "unknown",
492
+ 0
493
+ ],
494
+ "ops": [
495
+ [
496
+ "nevermind",
497
+ 0
498
+ ],
499
+ [
500
+ "nevermindTestSetup",
501
+ 0
502
+ ],
503
+ [
504
+ "unknown",
505
+ 0
506
+ ]
507
+ ]
508
+ },
509
+ {
510
+ "counter": 3,
511
+ "op": [
512
+ "nevermindTestSetup",
513
+ 0
514
+ ],
515
+ "ops": [
516
+ [
517
+ "nevermind",
518
+ 0
519
+ ],
520
+ [
521
+ "nevermindTestSetup",
522
+ 0
523
+ ]
524
+ ]
525
+ },
526
+ {
527
+ "counter": 4,
528
+ "op": [
529
+ "nevermind",
530
+ 0
531
+ ],
532
+ "ops": [
533
+ [
534
+ "nevermind",
535
+ 0
536
+ ]
537
+ ]
538
+ }
539
+ ]
540
+ },
541
+ "objects": {
542
+ "nameToUUID": {
543
+ "asking": "asking1",
544
+ "conjunction": "conjunction2",
545
+ "gdefaults": "gdefaults2",
546
+ "sdefaults": "sdefaults2",
547
+ "tokenize": "tokenize2"
548
+ },
549
+ "namespaced": {
550
+ "asking1": {
551
+ "nevermindType": "reject",
552
+ "onNevermindWasCalled": true
553
+ },
554
+ "conjunction2": {
555
+ },
556
+ "gdefaults2": {
557
+ },
558
+ "sdefaults2": {
559
+ },
560
+ "tokenize2": {
561
+ }
562
+ },
563
+ "processed": [
564
+ {
565
+ "context": {
566
+ "isResponse": true,
567
+ "marker": "verbatim",
568
+ "topLevel": true,
569
+ "verbatim": "the test question?"
570
+ },
571
+ "generatedParenthesized": "(the test question?)",
572
+ "paraphrases": "the test question?",
573
+ "paraphrasesParenthesized": "(the test question?)",
574
+ "responses": [
575
+ "",
576
+ "the test question?",
577
+ "",
578
+ "the test question?",
579
+ "",
580
+ "the test question?"
581
+ ]
582
+ },
583
+ {
584
+ "context": {
585
+ "dead": true,
586
+ "level": 1,
587
+ "marker": "unknown",
588
+ "range": {
589
+ "end": 37,
590
+ "start": 36
591
+ },
592
+ "text": "hi",
593
+ "topLevel": true,
594
+ "unknown": true,
595
+ "value": "hi",
596
+ "word": "hi"
597
+ },
598
+ "generatedParenthesized": "",
599
+ "paraphrases": "hi",
600
+ "paraphrasesParenthesized": "(hi)",
601
+ "responses": [
602
+ "",
603
+ "the test question?",
604
+ "",
605
+ "the test question?",
606
+ "",
607
+ "the test question?"
608
+ ]
609
+ },
610
+ {
611
+ "context": {
612
+ "isResponse": true,
613
+ "marker": "verbatim",
614
+ "topLevel": true,
615
+ "verbatim": "the test question?"
616
+ },
617
+ "generatedParenthesized": "(the test question?)",
618
+ "paraphrases": "the test question?",
619
+ "paraphrasesParenthesized": "(the test question?)",
620
+ "responses": [
621
+ "",
622
+ "the test question?",
623
+ "",
624
+ "the test question?",
625
+ "",
626
+ "the test question?"
627
+ ]
628
+ },
629
+ {
630
+ "context": {
631
+ "dead": true,
632
+ "default": true,
633
+ "level": 1,
634
+ "marker": "nevermind",
635
+ "range": {
636
+ "end": 34,
637
+ "start": 26
638
+ },
639
+ "text": "nevermind",
640
+ "topLevel": true,
641
+ "touchedBy": [
642
+ "asking#call15"
643
+ ],
644
+ "value": "nevermind",
645
+ "word": "nevermind"
646
+ },
647
+ "generatedParenthesized": "",
648
+ "paraphrases": "nevermind",
649
+ "paraphrasesParenthesized": "(nevermind)",
650
+ "responses": [
651
+ "",
652
+ "the test question?",
653
+ "",
654
+ "the test question?",
655
+ "",
656
+ "the test question?"
657
+ ]
658
+ },
659
+ {
660
+ "context": {
661
+ "isResponse": true,
662
+ "marker": "verbatim",
663
+ "topLevel": true,
664
+ "verbatim": "the test question?"
665
+ },
666
+ "generatedParenthesized": "(the test question?)",
667
+ "paraphrases": "the test question?",
668
+ "paraphrasesParenthesized": "(the test question?)",
669
+ "responses": [
670
+ "",
671
+ "the test question?",
672
+ "",
673
+ "the test question?",
674
+ "",
675
+ "the test question?"
676
+ ]
677
+ },
678
+ {
679
+ "context": {
680
+ "dead": true,
681
+ "default": true,
682
+ "level": 1,
683
+ "marker": "nevermindTestSetup",
684
+ "postModifiers": [
685
+ "type"
686
+ ],
687
+ "range": {
688
+ "end": 24,
689
+ "start": 0
690
+ },
691
+ "text": "nevermindtestsetup reject",
692
+ "topLevel": true,
693
+ "touchedBy": [
694
+ "asking#call2"
695
+ ],
696
+ "type": {
697
+ "dead": true,
698
+ "level": 1,
699
+ "marker": "unknown",
700
+ "range": {
701
+ "end": 24,
702
+ "start": 19
703
+ },
704
+ "text": "reject",
705
+ "unknown": true,
706
+ "value": "reject",
707
+ "word": "reject"
708
+ },
709
+ "value": "nevermindTestSetup",
710
+ "word": "nevermindtestsetup"
711
+ },
712
+ "generatedParenthesized": "",
713
+ "paraphrases": "nevermindtestsetup reject",
714
+ "paraphrasesParenthesized": "((nevermindtestsetup) (reject))",
715
+ "responses": [
716
+ "",
717
+ "the test question?",
718
+ "",
719
+ "the test question?",
720
+ "",
721
+ "the test question?"
722
+ ]
723
+ }
724
+ ]
725
+ },
726
+ "paraphrases": [
727
+ "nevermindtestsetup reject",
728
+ "the test question?",
729
+ "nevermind",
730
+ "the test question?",
731
+ "hi",
732
+ "the test question?"
733
+ ],
734
+ "paraphrasesParenthesized": [
735
+ "((nevermindtestsetup) (reject))",
736
+ "(the test question?)",
737
+ "(nevermind)",
738
+ "(the test question?)",
739
+ "(hi)",
740
+ "(the test question?)"
741
+ ],
742
+ "query": "nevermindTestSetup reject nevermind hi",
743
+ "responses": [
744
+ "",
745
+ "the test question?",
746
+ "",
747
+ "the test question?",
748
+ "",
749
+ "the test question?"
750
+ ]
751
+ },
752
+ {
753
+ "associations": [
754
+ ],
755
+ "config": {
756
+ },
757
+ "contexts": [
758
+ {
759
+ "choices": [
760
+ {
761
+ "dead": true,
762
+ "level": 1,
763
+ "marker": "unknown",
764
+ "range": {
765
+ "end": 23,
766
+ "start": 19
767
+ },
768
+ "text": "apple",
769
+ "unknown": true,
770
+ "value": "apple",
771
+ "word": "apple"
772
+ },
773
+ {
774
+ "dead": true,
775
+ "level": 1,
776
+ "marker": "unknown",
777
+ "range": {
778
+ "end": 30,
779
+ "start": 25
780
+ },
781
+ "text": "banana",
782
+ "unknown": true,
783
+ "value": "banana",
784
+ "word": "banana"
785
+ },
786
+ {
787
+ "dead": true,
788
+ "level": 1,
789
+ "marker": "unknown",
790
+ "range": {
791
+ "end": 35,
792
+ "start": 32
793
+ },
794
+ "text": "pear",
795
+ "unknown": true,
796
+ "value": "pear",
797
+ "word": "pear"
798
+ }
799
+ ],
800
+ "dead": true,
801
+ "default": true,
802
+ "level": 1,
803
+ "marker": "whichOnesTestSetup",
804
+ "range": {
805
+ "end": 35,
806
+ "start": 0
807
+ },
808
+ "text": "whichonestestsetup apple banana pear",
809
+ "topLevel": true,
810
+ "touchedBy": [
811
+ "asking#call2"
812
+ ],
813
+ "value": "whichOnesTestSetup",
814
+ "word": "whichonestestsetup"
815
+ },
816
+ {
817
+ "isResponse": true,
818
+ "marker": "verbatim",
819
+ "topLevel": true,
820
+ "verbatim": "Which value do you want: apple banana or pear"
821
+ },
822
+ {
823
+ "dead": true,
824
+ "level": 1,
825
+ "marker": "unknown",
826
+ "range": {
827
+ "end": 3,
828
+ "start": 0
829
+ },
830
+ "text": "pear",
831
+ "topLevel": true,
832
+ "touchedBy": [
833
+ "asking#call2"
834
+ ],
835
+ "unknown": true,
836
+ "value": "pear",
837
+ "word": "pear"
838
+ }
839
+ ],
840
+ "generatedParenthesized": [
841
+ "",
842
+ "(Which value do you want: apple banana or pear)",
843
+ ""
844
+ ],
845
+ "metadata": {
846
+ "opChoices": [
847
+ {
848
+ "counter": 1,
849
+ "op": [
850
+ "unknown",
851
+ 0
852
+ ],
853
+ "ops": [
854
+ [
855
+ "unknown",
856
+ 0
857
+ ],
858
+ [
859
+ "unknown",
860
+ 0
861
+ ],
862
+ [
863
+ "unknown",
864
+ 0
865
+ ],
866
+ [
867
+ "whichOnesTestSetup",
868
+ 0
869
+ ]
870
+ ]
871
+ },
872
+ {
873
+ "counter": 2,
874
+ "op": [
875
+ "unknown",
876
+ 0
877
+ ],
878
+ "ops": [
879
+ [
880
+ "unknown",
881
+ 0
882
+ ],
883
+ [
884
+ "unknown",
885
+ 0
886
+ ],
887
+ [
888
+ "whichOnesTestSetup",
889
+ 0
890
+ ]
891
+ ]
892
+ },
893
+ {
894
+ "counter": 3,
895
+ "op": [
896
+ "unknown",
897
+ 0
898
+ ],
899
+ "ops": [
900
+ [
901
+ "unknown",
902
+ 0
903
+ ],
904
+ [
905
+ "whichOnesTestSetup",
906
+ 0
907
+ ]
908
+ ]
909
+ },
910
+ {
911
+ "counter": 4,
912
+ "op": [
913
+ "whichOnesTestSetup",
914
+ 0
915
+ ],
916
+ "ops": [
917
+ [
918
+ "whichOnesTestSetup",
919
+ 0
920
+ ]
921
+ ]
922
+ },
923
+ {
924
+ "counter": 7,
925
+ "op": [
926
+ "unknown",
927
+ 0
928
+ ],
929
+ "ops": [
930
+ [
931
+ "unknown",
932
+ 0
933
+ ]
934
+ ]
935
+ }
936
+ ]
937
+ },
938
+ "objects": {
939
+ "nameToUUID": {
940
+ "asking": "asking1",
941
+ "conjunction": "conjunction2",
942
+ "gdefaults": "gdefaults2",
943
+ "sdefaults": "sdefaults2",
944
+ "tokenize": "tokenize2"
945
+ },
946
+ "namespaced": {
947
+ "asking1": {
948
+ "choice": {
949
+ "dead": true,
950
+ "level": 1,
951
+ "marker": "unknown",
952
+ "range": {
953
+ "end": 3,
954
+ "start": 0
955
+ },
956
+ "text": "pear",
957
+ "topLevel": true,
958
+ "touchedBy": [
959
+ "asking#call2"
960
+ ],
961
+ "unknown": true,
962
+ "value": "pear",
963
+ "word": "pear"
964
+ }
965
+ },
966
+ "conjunction2": {
967
+ },
968
+ "gdefaults2": {
969
+ },
970
+ "sdefaults2": {
971
+ },
972
+ "tokenize2": {
973
+ }
974
+ },
975
+ "processed": [
976
+ {
977
+ "context": {
978
+ "dead": true,
979
+ "level": 1,
980
+ "marker": "unknown",
981
+ "range": {
982
+ "end": 3,
983
+ "start": 0
984
+ },
985
+ "text": "pear",
986
+ "topLevel": true,
987
+ "touchedBy": [
988
+ "asking#call2"
989
+ ],
990
+ "unknown": true,
991
+ "value": "pear",
992
+ "word": "pear"
993
+ },
994
+ "generatedParenthesized": "",
995
+ "paraphrases": "pear",
996
+ "paraphrasesParenthesized": "(pear)",
997
+ "responses": [
998
+ ""
999
+ ]
1000
+ },
1001
+ {
1002
+ "context": {
1003
+ "isResponse": true,
1004
+ "marker": "verbatim",
1005
+ "topLevel": true,
1006
+ "verbatim": "Which value do you want: apple banana or pear"
1007
+ },
1008
+ "generatedParenthesized": "(Which value do you want: apple banana or pear)",
1009
+ "paraphrases": "Which value do you want: apple banana or pear",
1010
+ "paraphrasesParenthesized": "(Which value do you want: apple banana or pear)",
1011
+ "responses": [
1012
+ "",
1013
+ "Which value do you want: apple banana or pear"
1014
+ ]
1015
+ },
1016
+ {
1017
+ "context": {
1018
+ "choices": [
1019
+ {
1020
+ "dead": true,
1021
+ "level": 1,
1022
+ "marker": "unknown",
1023
+ "range": {
1024
+ "end": 23,
1025
+ "start": 19
1026
+ },
1027
+ "text": "apple",
1028
+ "unknown": true,
1029
+ "value": "apple",
1030
+ "word": "apple"
1031
+ },
1032
+ {
1033
+ "dead": true,
1034
+ "level": 1,
1035
+ "marker": "unknown",
1036
+ "range": {
1037
+ "end": 30,
1038
+ "start": 25
1039
+ },
1040
+ "text": "banana",
1041
+ "unknown": true,
1042
+ "value": "banana",
1043
+ "word": "banana"
1044
+ },
1045
+ {
1046
+ "dead": true,
1047
+ "level": 1,
1048
+ "marker": "unknown",
1049
+ "range": {
1050
+ "end": 35,
1051
+ "start": 32
1052
+ },
1053
+ "text": "pear",
1054
+ "unknown": true,
1055
+ "value": "pear",
1056
+ "word": "pear"
1057
+ }
1058
+ ],
1059
+ "dead": true,
1060
+ "default": true,
1061
+ "level": 1,
1062
+ "marker": "whichOnesTestSetup",
1063
+ "range": {
1064
+ "end": 35,
1065
+ "start": 0
1066
+ },
1067
+ "text": "whichonestestsetup apple banana pear",
1068
+ "topLevel": true,
1069
+ "touchedBy": [
1070
+ "asking#call2"
1071
+ ],
1072
+ "value": "whichOnesTestSetup",
1073
+ "word": "whichonestestsetup"
1074
+ },
1075
+ "generatedParenthesized": "",
1076
+ "paraphrases": "whichOnesTestSetup apple banana pear",
1077
+ "paraphrasesParenthesized": "(whichOnesTestSetup (apple) (banana) (pear))",
1078
+ "responses": [
1079
+ "",
1080
+ "Which value do you want: apple banana or pear"
1081
+ ]
1082
+ }
1083
+ ]
1084
+ },
1085
+ "paraphrases": [
1086
+ "whichOnesTestSetup apple banana pear",
1087
+ "Which value do you want: apple banana or pear",
1088
+ "pear"
1089
+ ],
1090
+ "paraphrasesParenthesized": [
1091
+ "(whichOnesTestSetup (apple) (banana) (pear))",
1092
+ "(Which value do you want: apple banana or pear)",
1093
+ "(pear)"
1094
+ ],
1095
+ "query": "whichOnesTestSetup apple banana pear\\npear",
1096
+ "responses": [
1097
+ "",
1098
+ "Which value do you want: apple banana or pear",
1099
+ ""
1100
+ ]
1101
+ },
1102
+ {
1103
+ "associations": [
1104
+ ],
1105
+ "config": {
1106
+ },
1107
+ "contexts": [
1108
+ {
1109
+ "choices": [
1110
+ {
1111
+ "dead": true,
1112
+ "level": 1,
1113
+ "marker": "unknown",
1114
+ "range": {
1115
+ "end": 23,
1116
+ "start": 19
1117
+ },
1118
+ "text": "apple",
1119
+ "unknown": true,
1120
+ "value": "apple",
1121
+ "word": "apple"
1122
+ },
1123
+ {
1124
+ "dead": true,
1125
+ "level": 1,
1126
+ "marker": "unknown",
1127
+ "range": {
1128
+ "end": 30,
1129
+ "start": 25
1130
+ },
1131
+ "text": "banana",
1132
+ "unknown": true,
1133
+ "value": "banana",
1134
+ "word": "banana"
1135
+ },
1136
+ {
1137
+ "dead": true,
1138
+ "level": 1,
1139
+ "marker": "unknown",
1140
+ "range": {
1141
+ "end": 35,
1142
+ "start": 32
1143
+ },
1144
+ "text": "pear",
1145
+ "unknown": true,
1146
+ "value": "pear",
1147
+ "word": "pear"
1148
+ }
1149
+ ],
1150
+ "dead": true,
1151
+ "default": true,
1152
+ "level": 1,
1153
+ "marker": "whichOnesTestSetup",
1154
+ "range": {
1155
+ "end": 35,
1156
+ "start": 0
1157
+ },
1158
+ "text": "whichonestestsetup apple banana pear",
1159
+ "topLevel": true,
1160
+ "touchedBy": [
1161
+ "asking#call2"
1162
+ ],
1163
+ "value": "whichOnesTestSetup",
1164
+ "word": "whichonestestsetup"
1165
+ },
1166
+ {
1167
+ "isResponse": true,
1168
+ "marker": "verbatim",
1169
+ "topLevel": true,
1170
+ "verbatim": "Which value do you want: apple banana or pear"
1171
+ },
1172
+ {
1173
+ "dead": true,
1174
+ "level": 1,
1175
+ "marker": "unknown",
1176
+ "range": {
1177
+ "end": 3,
1178
+ "start": 0
1179
+ },
1180
+ "text": "goat",
1181
+ "topLevel": true,
1182
+ "unknown": true,
1183
+ "value": "goat",
1184
+ "word": "goat"
1185
+ },
1186
+ {
1187
+ "isResponse": true,
1188
+ "marker": "verbatim",
1189
+ "topLevel": true,
1190
+ "verbatim": "goat is not a choice. The choices are: apple banana or pear"
1191
+ }
1192
+ ],
1193
+ "generatedParenthesized": [
1194
+ "",
1195
+ "(Which value do you want: apple banana or pear)",
1196
+ "",
1197
+ "(goat is not a choice. The choices are: apple banana or pear)"
1198
+ ],
1199
+ "metadata": {
1200
+ "opChoices": [
1201
+ {
1202
+ "counter": 1,
1203
+ "op": [
1204
+ "unknown",
1205
+ 0
1206
+ ],
1207
+ "ops": [
1208
+ [
1209
+ "unknown",
1210
+ 0
1211
+ ],
1212
+ [
1213
+ "unknown",
1214
+ 0
1215
+ ],
1216
+ [
1217
+ "unknown",
1218
+ 0
1219
+ ],
1220
+ [
1221
+ "whichOnesTestSetup",
1222
+ 0
1223
+ ]
1224
+ ]
1225
+ },
1226
+ {
1227
+ "counter": 2,
1228
+ "op": [
1229
+ "unknown",
1230
+ 0
1231
+ ],
1232
+ "ops": [
1233
+ [
1234
+ "unknown",
1235
+ 0
1236
+ ],
1237
+ [
1238
+ "unknown",
1239
+ 0
1240
+ ],
1241
+ [
1242
+ "whichOnesTestSetup",
1243
+ 0
1244
+ ]
1245
+ ]
1246
+ },
1247
+ {
1248
+ "counter": 3,
1249
+ "op": [
1250
+ "unknown",
1251
+ 0
1252
+ ],
1253
+ "ops": [
1254
+ [
1255
+ "unknown",
1256
+ 0
1257
+ ],
1258
+ [
1259
+ "whichOnesTestSetup",
1260
+ 0
1261
+ ]
1262
+ ]
1263
+ },
1264
+ {
1265
+ "counter": 4,
1266
+ "op": [
1267
+ "whichOnesTestSetup",
1268
+ 0
1269
+ ],
1270
+ "ops": [
1271
+ [
1272
+ "whichOnesTestSetup",
1273
+ 0
1274
+ ]
1275
+ ]
1276
+ },
1277
+ {
1278
+ "counter": 7,
1279
+ "op": [
1280
+ "unknown",
1281
+ 0
1282
+ ],
1283
+ "ops": [
1284
+ [
1285
+ "unknown",
1286
+ 0
1287
+ ]
1288
+ ]
1289
+ }
1290
+ ]
1291
+ },
1292
+ "objects": {
1293
+ "nameToUUID": {
1294
+ "asking": "asking1",
1295
+ "conjunction": "conjunction2",
1296
+ "gdefaults": "gdefaults2",
1297
+ "sdefaults": "sdefaults2",
1298
+ "tokenize": "tokenize2"
1299
+ },
1300
+ "namespaced": {
1301
+ "asking1": {
1302
+ },
1303
+ "conjunction2": {
1304
+ },
1305
+ "gdefaults2": {
1306
+ },
1307
+ "sdefaults2": {
1308
+ },
1309
+ "tokenize2": {
1310
+ }
1311
+ },
1312
+ "processed": [
1313
+ {
1314
+ "context": {
1315
+ "isResponse": true,
1316
+ "marker": "verbatim",
1317
+ "topLevel": true,
1318
+ "verbatim": "goat is not a choice. The choices are: apple banana or pear"
1319
+ },
1320
+ "generatedParenthesized": "(goat is not a choice. The choices are: apple banana or pear)",
1321
+ "paraphrases": "goat is not a choice. The choices are: apple banana or pear",
1322
+ "paraphrasesParenthesized": "(goat is not a choice. The choices are: apple banana or pear)",
1323
+ "responses": [
1324
+ "",
1325
+ "goat is not a choice. The choices are: apple banana or pear"
1326
+ ]
1327
+ },
1328
+ {
1329
+ "context": {
1330
+ "dead": true,
1331
+ "level": 1,
1332
+ "marker": "unknown",
1333
+ "range": {
1334
+ "end": 3,
1335
+ "start": 0
1336
+ },
1337
+ "text": "goat",
1338
+ "topLevel": true,
1339
+ "unknown": true,
1340
+ "value": "goat",
1341
+ "word": "goat"
1342
+ },
1343
+ "generatedParenthesized": "",
1344
+ "paraphrases": "goat",
1345
+ "paraphrasesParenthesized": "(goat)",
1346
+ "responses": [
1347
+ "",
1348
+ "goat is not a choice. The choices are: apple banana or pear"
1349
+ ]
1350
+ },
1351
+ {
1352
+ "context": {
1353
+ "isResponse": true,
1354
+ "marker": "verbatim",
1355
+ "topLevel": true,
1356
+ "verbatim": "Which value do you want: apple banana or pear"
1357
+ },
1358
+ "generatedParenthesized": "(Which value do you want: apple banana or pear)",
1359
+ "paraphrases": "Which value do you want: apple banana or pear",
1360
+ "paraphrasesParenthesized": "(Which value do you want: apple banana or pear)",
1361
+ "responses": [
1362
+ "",
1363
+ "Which value do you want: apple banana or pear"
1364
+ ]
1365
+ },
1366
+ {
1367
+ "context": {
1368
+ "choices": [
1369
+ {
1370
+ "dead": true,
1371
+ "level": 1,
1372
+ "marker": "unknown",
1373
+ "range": {
1374
+ "end": 23,
1375
+ "start": 19
1376
+ },
1377
+ "text": "apple",
1378
+ "unknown": true,
1379
+ "value": "apple",
1380
+ "word": "apple"
1381
+ },
1382
+ {
1383
+ "dead": true,
1384
+ "level": 1,
1385
+ "marker": "unknown",
1386
+ "range": {
1387
+ "end": 30,
1388
+ "start": 25
1389
+ },
1390
+ "text": "banana",
1391
+ "unknown": true,
1392
+ "value": "banana",
1393
+ "word": "banana"
1394
+ },
1395
+ {
1396
+ "dead": true,
1397
+ "level": 1,
1398
+ "marker": "unknown",
1399
+ "range": {
1400
+ "end": 35,
1401
+ "start": 32
1402
+ },
1403
+ "text": "pear",
1404
+ "unknown": true,
1405
+ "value": "pear",
1406
+ "word": "pear"
1407
+ }
1408
+ ],
1409
+ "dead": true,
1410
+ "default": true,
1411
+ "level": 1,
1412
+ "marker": "whichOnesTestSetup",
1413
+ "range": {
1414
+ "end": 35,
1415
+ "start": 0
1416
+ },
1417
+ "text": "whichonestestsetup apple banana pear",
1418
+ "topLevel": true,
1419
+ "touchedBy": [
1420
+ "asking#call2"
1421
+ ],
1422
+ "value": "whichOnesTestSetup",
1423
+ "word": "whichonestestsetup"
1424
+ },
1425
+ "generatedParenthesized": "",
1426
+ "paraphrases": "whichOnesTestSetup apple banana pear",
1427
+ "paraphrasesParenthesized": "(whichOnesTestSetup (apple) (banana) (pear))",
1428
+ "responses": [
1429
+ "",
1430
+ "Which value do you want: apple banana or pear"
1431
+ ]
1432
+ }
1433
+ ]
1434
+ },
1435
+ "paraphrases": [
1436
+ "whichOnesTestSetup apple banana pear",
1437
+ "Which value do you want: apple banana or pear",
1438
+ "goat",
1439
+ "goat is not a choice. The choices are: apple banana or pear"
1440
+ ],
1441
+ "paraphrasesParenthesized": [
1442
+ "(whichOnesTestSetup (apple) (banana) (pear))",
1443
+ "(Which value do you want: apple banana or pear)",
1444
+ "(goat)",
1445
+ "(goat is not a choice. The choices are: apple banana or pear)"
1446
+ ],
1447
+ "query": "whichOnesTestSetup apple banana pear\\ngoat",
1448
+ "responses": [
1449
+ "",
1450
+ "Which value do you want: apple banana or pear",
1451
+ "",
1452
+ "goat is not a choice. The choices are: apple banana or pear"
1453
+ ]
1454
+ },
1455
+ {
1456
+ "associations": [
1457
+ ],
1458
+ "config": {
1459
+ },
1460
+ "contexts": [
1461
+ {
1462
+ "choices": [
1463
+ {
1464
+ "dead": true,
1465
+ "level": 1,
1466
+ "marker": "unknown",
1467
+ "range": {
1468
+ "end": 23,
1469
+ "start": 19
1470
+ },
1471
+ "text": "apple",
1472
+ "unknown": true,
1473
+ "value": "apple",
1474
+ "word": "apple"
1475
+ },
1476
+ {
1477
+ "dead": true,
1478
+ "level": 1,
1479
+ "marker": "unknown",
1480
+ "range": {
1481
+ "end": 30,
1482
+ "start": 25
1483
+ },
1484
+ "text": "banana",
1485
+ "unknown": true,
1486
+ "value": "banana",
1487
+ "word": "banana"
1488
+ },
1489
+ {
1490
+ "dead": true,
1491
+ "level": 1,
1492
+ "marker": "unknown",
1493
+ "range": {
1494
+ "end": 35,
1495
+ "start": 32
1496
+ },
1497
+ "text": "pear",
1498
+ "unknown": true,
1499
+ "value": "pear",
1500
+ "word": "pear"
1501
+ }
1502
+ ],
1503
+ "dead": true,
1504
+ "default": true,
1505
+ "level": 1,
1506
+ "marker": "whichOnesTestSetup",
1507
+ "range": {
1508
+ "end": 35,
1509
+ "start": 0
1510
+ },
1511
+ "text": "whichonestestsetup apple banana pear",
1512
+ "topLevel": true,
1513
+ "touchedBy": [
1514
+ "asking#call2"
1515
+ ],
1516
+ "value": "whichOnesTestSetup",
1517
+ "word": "whichonestestsetup"
1518
+ },
1519
+ {
1520
+ "isResponse": true,
1521
+ "marker": "verbatim",
1522
+ "topLevel": true,
1523
+ "verbatim": "Which value do you want: apple banana or pear"
1524
+ },
1525
+ {
1526
+ "dead": true,
1527
+ "default": true,
1528
+ "level": 1,
1529
+ "marker": "nevermind",
1530
+ "range": {
1531
+ "end": 8,
1532
+ "start": 0
1533
+ },
1534
+ "text": "nevermind",
1535
+ "topLevel": true,
1536
+ "touchedBy": [
1537
+ "asking#call2"
1538
+ ],
1539
+ "value": "nevermind",
1540
+ "word": "nevermind"
1541
+ }
1542
+ ],
1543
+ "generatedParenthesized": [
1544
+ "",
1545
+ "(Which value do you want: apple banana or pear)",
1546
+ ""
1547
+ ],
1548
+ "metadata": {
1549
+ "opChoices": [
1550
+ {
1551
+ "counter": 1,
1552
+ "op": [
1553
+ "unknown",
1554
+ 0
1555
+ ],
1556
+ "ops": [
1557
+ [
1558
+ "unknown",
1559
+ 0
1560
+ ],
1561
+ [
1562
+ "unknown",
1563
+ 0
1564
+ ],
1565
+ [
1566
+ "unknown",
1567
+ 0
1568
+ ],
1569
+ [
1570
+ "whichOnesTestSetup",
1571
+ 0
1572
+ ]
1573
+ ]
1574
+ },
1575
+ {
1576
+ "counter": 2,
1577
+ "op": [
1578
+ "unknown",
1579
+ 0
1580
+ ],
1581
+ "ops": [
1582
+ [
1583
+ "unknown",
1584
+ 0
1585
+ ],
1586
+ [
1587
+ "unknown",
1588
+ 0
1589
+ ],
1590
+ [
1591
+ "whichOnesTestSetup",
1592
+ 0
1593
+ ]
1594
+ ]
1595
+ },
1596
+ {
1597
+ "counter": 3,
1598
+ "op": [
1599
+ "unknown",
1600
+ 0
1601
+ ],
1602
+ "ops": [
1603
+ [
1604
+ "unknown",
1605
+ 0
1606
+ ],
1607
+ [
1608
+ "whichOnesTestSetup",
1609
+ 0
1610
+ ]
1611
+ ]
1612
+ },
1613
+ {
1614
+ "counter": 4,
1615
+ "op": [
1616
+ "whichOnesTestSetup",
1617
+ 0
1618
+ ],
1619
+ "ops": [
1620
+ [
1621
+ "whichOnesTestSetup",
1622
+ 0
1623
+ ]
1624
+ ]
1625
+ },
1626
+ {
1627
+ "counter": 7,
1628
+ "op": [
1629
+ "nevermind",
1630
+ 0
1631
+ ],
1632
+ "ops": [
1633
+ [
1634
+ "nevermind",
1635
+ 0
1636
+ ]
1637
+ ]
1638
+ }
1639
+ ]
1640
+ },
1641
+ "objects": {
1642
+ "nameToUUID": {
1643
+ "asking": "asking1",
1644
+ "conjunction": "conjunction2",
1645
+ "gdefaults": "gdefaults2",
1646
+ "sdefaults": "sdefaults2",
1647
+ "tokenize": "tokenize2"
1648
+ },
1649
+ "namespaced": {
1650
+ "asking1": {
1651
+ "onNevermindWasCalled": true
1652
+ },
1653
+ "conjunction2": {
1654
+ },
1655
+ "gdefaults2": {
1656
+ },
1657
+ "sdefaults2": {
1658
+ },
1659
+ "tokenize2": {
1660
+ }
1661
+ },
1662
+ "processed": [
1663
+ {
1664
+ "context": {
1665
+ "dead": true,
1666
+ "default": true,
1667
+ "level": 1,
1668
+ "marker": "nevermind",
1669
+ "range": {
1670
+ "end": 8,
1671
+ "start": 0
1672
+ },
1673
+ "text": "nevermind",
1674
+ "topLevel": true,
1675
+ "touchedBy": [
1676
+ "asking#call2"
1677
+ ],
1678
+ "value": "nevermind",
1679
+ "word": "nevermind"
1680
+ },
1681
+ "generatedParenthesized": "",
1682
+ "paraphrases": "nevermind",
1683
+ "paraphrasesParenthesized": "(nevermind)",
1684
+ "responses": [
1685
+ ""
1686
+ ]
1687
+ },
1688
+ {
1689
+ "context": {
1690
+ "isResponse": true,
1691
+ "marker": "verbatim",
1692
+ "topLevel": true,
1693
+ "verbatim": "Which value do you want: apple banana or pear"
1694
+ },
1695
+ "generatedParenthesized": "(Which value do you want: apple banana or pear)",
1696
+ "paraphrases": "Which value do you want: apple banana or pear",
1697
+ "paraphrasesParenthesized": "(Which value do you want: apple banana or pear)",
1698
+ "responses": [
1699
+ "",
1700
+ "Which value do you want: apple banana or pear"
1701
+ ]
1702
+ },
1703
+ {
1704
+ "context": {
1705
+ "choices": [
1706
+ {
1707
+ "dead": true,
1708
+ "level": 1,
1709
+ "marker": "unknown",
1710
+ "range": {
1711
+ "end": 23,
1712
+ "start": 19
1713
+ },
1714
+ "text": "apple",
1715
+ "unknown": true,
1716
+ "value": "apple",
1717
+ "word": "apple"
1718
+ },
1719
+ {
1720
+ "dead": true,
1721
+ "level": 1,
1722
+ "marker": "unknown",
1723
+ "range": {
1724
+ "end": 30,
1725
+ "start": 25
1726
+ },
1727
+ "text": "banana",
1728
+ "unknown": true,
1729
+ "value": "banana",
1730
+ "word": "banana"
1731
+ },
1732
+ {
1733
+ "dead": true,
1734
+ "level": 1,
1735
+ "marker": "unknown",
1736
+ "range": {
1737
+ "end": 35,
1738
+ "start": 32
1739
+ },
1740
+ "text": "pear",
1741
+ "unknown": true,
1742
+ "value": "pear",
1743
+ "word": "pear"
1744
+ }
1745
+ ],
1746
+ "dead": true,
1747
+ "default": true,
1748
+ "level": 1,
1749
+ "marker": "whichOnesTestSetup",
1750
+ "range": {
1751
+ "end": 35,
1752
+ "start": 0
1753
+ },
1754
+ "text": "whichonestestsetup apple banana pear",
1755
+ "topLevel": true,
1756
+ "touchedBy": [
1757
+ "asking#call2"
1758
+ ],
1759
+ "value": "whichOnesTestSetup",
1760
+ "word": "whichonestestsetup"
1761
+ },
1762
+ "generatedParenthesized": "",
1763
+ "paraphrases": "whichOnesTestSetup apple banana pear",
1764
+ "paraphrasesParenthesized": "(whichOnesTestSetup (apple) (banana) (pear))",
1765
+ "responses": [
1766
+ "",
1767
+ "Which value do you want: apple banana or pear"
1768
+ ]
1769
+ }
1770
+ ]
1771
+ },
1772
+ "paraphrases": [
1773
+ "whichOnesTestSetup apple banana pear",
1774
+ "Which value do you want: apple banana or pear",
1775
+ "nevermind"
1776
+ ],
1777
+ "paraphrasesParenthesized": [
1778
+ "(whichOnesTestSetup (apple) (banana) (pear))",
1779
+ "(Which value do you want: apple banana or pear)",
1780
+ "(nevermind)"
1781
+ ],
1782
+ "query": "whichOnesTestSetup apple banana pear\\nnevermind",
1783
+ "responses": [
1784
+ "",
1785
+ "Which value do you want: apple banana or pear",
1786
+ ""
1787
+ ]
1788
+ },
1789
+ {
1790
+ "associations": [
1791
+ [
1792
+ [
1793
+ "list",
1794
+ 0
1795
+ ],
1796
+ [
1797
+ "unknown",
1798
+ 0
1799
+ ]
1800
+ ],
1801
+ [
1802
+ [
1803
+ "list",
1804
+ 0
1805
+ ],
1806
+ [
1807
+ "unknown",
1808
+ 0
1809
+ ],
1810
+ [
1811
+ "unknown",
1812
+ 1
1813
+ ]
1814
+ ],
1815
+ [
1816
+ [
1817
+ "list",
1818
+ 0
1819
+ ],
1820
+ [
1821
+ "unknown",
1822
+ 1
1823
+ ]
1824
+ ]
1825
+ ],
1826
+ "config": {
1827
+ },
1828
+ "contexts": [
1829
+ {
1830
+ "choices": [
1831
+ {
1832
+ "dead": true,
1833
+ "level": 1,
1834
+ "marker": "unknown",
1835
+ "range": {
1836
+ "end": 23,
1837
+ "start": 19
1838
+ },
1839
+ "text": "apple",
1840
+ "unknown": true,
1841
+ "value": "apple",
1842
+ "word": "apple"
1843
+ },
1844
+ {
1845
+ "dead": true,
1846
+ "level": 1,
1847
+ "marker": "unknown",
1848
+ "range": {
1849
+ "end": 30,
1850
+ "start": 25
1851
+ },
1852
+ "text": "banana",
1853
+ "unknown": true,
1854
+ "value": "banana",
1855
+ "word": "banana"
1856
+ },
1857
+ {
1858
+ "dead": true,
1859
+ "level": 1,
1860
+ "marker": "unknown",
1861
+ "range": {
1862
+ "end": 35,
1863
+ "start": 32
1864
+ },
1865
+ "text": "pear",
1866
+ "unknown": true,
1867
+ "value": "pear",
1868
+ "word": "pear"
1869
+ }
1870
+ ],
1871
+ "dead": true,
1872
+ "default": true,
1873
+ "level": 1,
1874
+ "marker": "whichOnesTestSetup",
1875
+ "range": {
1876
+ "end": 35,
1877
+ "start": 0
1878
+ },
1879
+ "text": "whichonestestsetup apple banana pear",
1880
+ "topLevel": true,
1881
+ "touchedBy": [
1882
+ "asking#call2"
1883
+ ],
1884
+ "value": "whichOnesTestSetup",
1885
+ "word": "whichonestestsetup"
1886
+ },
1887
+ {
1888
+ "isResponse": true,
1889
+ "marker": "verbatim",
1890
+ "topLevel": true,
1891
+ "verbatim": "Which value do you want: apple banana or pear"
1892
+ },
1893
+ {
1894
+ "default": true,
1895
+ "isList": true,
1896
+ "level": 1,
1897
+ "listable": true,
1898
+ "marker": "list",
1899
+ "range": {
1900
+ "end": 13,
1901
+ "start": 0
1902
+ },
1903
+ "text": "apple and pear",
1904
+ "topLevel": true,
1905
+ "types": [
1906
+ "list",
1907
+ "unknown"
1908
+ ],
1909
+ "value": [
1910
+ {
1911
+ "dead": true,
1912
+ "level": 1,
1913
+ "marker": "unknown",
1914
+ "range": {
1915
+ "end": 4,
1916
+ "start": 0
1917
+ },
1918
+ "text": "apple",
1919
+ "types": [
1920
+ "unknown"
1921
+ ],
1922
+ "unknown": true,
1923
+ "value": "apple",
1924
+ "word": "apple"
1925
+ },
1926
+ {
1927
+ "dead": true,
1928
+ "level": 1,
1929
+ "marker": "unknown",
1930
+ "range": {
1931
+ "end": 13,
1932
+ "start": 10
1933
+ },
1934
+ "text": "pear",
1935
+ "types": [
1936
+ "unknown"
1937
+ ],
1938
+ "unknown": true,
1939
+ "value": "pear",
1940
+ "word": "pear"
1941
+ }
1942
+ ],
1943
+ "word": "and"
1944
+ },
1945
+ {
1946
+ "isResponse": true,
1947
+ "marker": "verbatim",
1948
+ "topLevel": true,
1949
+ "verbatim": "apple and pear is not a choice. The choices are: apple banana or pear"
1950
+ }
1951
+ ],
1952
+ "generatedParenthesized": [
1953
+ "",
1954
+ "(Which value do you want: apple banana or pear)",
1955
+ "",
1956
+ "(apple and pear is not a choice. The choices are: apple banana or pear)"
1957
+ ],
1958
+ "metadata": {
1959
+ "opChoices": [
1960
+ {
1961
+ "counter": 1,
1962
+ "op": [
1963
+ "unknown",
1964
+ 0
1965
+ ],
1966
+ "ops": [
1967
+ [
1968
+ "unknown",
1969
+ 0
1970
+ ],
1971
+ [
1972
+ "unknown",
1973
+ 0
1974
+ ],
1975
+ [
1976
+ "unknown",
1977
+ 0
1978
+ ],
1979
+ [
1980
+ "whichOnesTestSetup",
1981
+ 0
1982
+ ]
1983
+ ]
1984
+ },
1985
+ {
1986
+ "counter": 2,
1987
+ "op": [
1988
+ "unknown",
1989
+ 0
1990
+ ],
1991
+ "ops": [
1992
+ [
1993
+ "unknown",
1994
+ 0
1995
+ ],
1996
+ [
1997
+ "unknown",
1998
+ 0
1999
+ ],
2000
+ [
2001
+ "whichOnesTestSetup",
2002
+ 0
2003
+ ]
2004
+ ]
2005
+ },
2006
+ {
2007
+ "counter": 3,
2008
+ "op": [
2009
+ "unknown",
2010
+ 0
2011
+ ],
2012
+ "ops": [
2013
+ [
2014
+ "unknown",
2015
+ 0
2016
+ ],
2017
+ [
2018
+ "whichOnesTestSetup",
2019
+ 0
2020
+ ]
2021
+ ]
2022
+ },
2023
+ {
2024
+ "counter": 4,
2025
+ "op": [
2026
+ "whichOnesTestSetup",
2027
+ 0
2028
+ ],
2029
+ "ops": [
2030
+ [
2031
+ "whichOnesTestSetup",
2032
+ 0
2033
+ ]
2034
+ ]
2035
+ },
2036
+ {
2037
+ "counter": 7,
2038
+ "op": [
2039
+ "unknown",
2040
+ 0
2041
+ ],
2042
+ "ops": [
2043
+ [
2044
+ "list",
2045
+ 0
2046
+ ],
2047
+ [
2048
+ "unknown",
2049
+ 0
2050
+ ],
2051
+ [
2052
+ "unknown",
2053
+ 0
2054
+ ]
2055
+ ]
2056
+ },
2057
+ {
2058
+ "counter": 8,
2059
+ "op": [
2060
+ "unknown",
2061
+ 0
2062
+ ],
2063
+ "ops": [
2064
+ [
2065
+ "list",
2066
+ 0
2067
+ ],
2068
+ [
2069
+ "unknown",
2070
+ 0
2071
+ ]
2072
+ ]
2073
+ },
2074
+ {
2075
+ "counter": 9,
2076
+ "op": [
2077
+ "list",
2078
+ 0
2079
+ ],
2080
+ "ops": [
2081
+ [
2082
+ "list",
2083
+ 0
2084
+ ]
2085
+ ]
2086
+ }
2087
+ ]
2088
+ },
2089
+ "objects": {
2090
+ "nameToUUID": {
2091
+ "asking": "asking1",
2092
+ "conjunction": "conjunction2",
2093
+ "gdefaults": "gdefaults2",
2094
+ "sdefaults": "sdefaults2",
2095
+ "tokenize": "tokenize2"
2096
+ },
2097
+ "namespaced": {
2098
+ "asking1": {
2099
+ },
2100
+ "conjunction2": {
2101
+ },
2102
+ "gdefaults2": {
2103
+ },
2104
+ "sdefaults2": {
2105
+ },
2106
+ "tokenize2": {
2107
+ }
2108
+ },
2109
+ "processed": [
2110
+ {
2111
+ "context": {
2112
+ "isResponse": true,
2113
+ "marker": "verbatim",
2114
+ "topLevel": true,
2115
+ "verbatim": "apple and pear is not a choice. The choices are: apple banana or pear"
2116
+ },
2117
+ "generatedParenthesized": "(apple and pear is not a choice. The choices are: apple banana or pear)",
2118
+ "paraphrases": "apple and pear is not a choice. The choices are: apple banana or pear",
2119
+ "paraphrasesParenthesized": "(apple and pear is not a choice. The choices are: apple banana or pear)",
2120
+ "responses": [
2121
+ "",
2122
+ "apple and pear is not a choice. The choices are: apple banana or pear"
2123
+ ]
2124
+ },
2125
+ {
2126
+ "context": {
2127
+ "default": true,
2128
+ "isList": true,
2129
+ "level": 1,
2130
+ "listable": true,
2131
+ "marker": "list",
2132
+ "range": {
2133
+ "end": 13,
2134
+ "start": 0
2135
+ },
2136
+ "text": "apple and pear",
2137
+ "topLevel": true,
2138
+ "types": [
2139
+ "list",
2140
+ "unknown"
2141
+ ],
2142
+ "value": [
2143
+ {
2144
+ "dead": true,
2145
+ "level": 1,
2146
+ "marker": "unknown",
2147
+ "range": {
2148
+ "end": 4,
2149
+ "start": 0
2150
+ },
2151
+ "text": "apple",
2152
+ "types": [
2153
+ "unknown"
2154
+ ],
2155
+ "unknown": true,
2156
+ "value": "apple",
2157
+ "word": "apple"
2158
+ },
2159
+ {
2160
+ "dead": true,
2161
+ "level": 1,
2162
+ "marker": "unknown",
2163
+ "range": {
2164
+ "end": 13,
2165
+ "start": 10
2166
+ },
2167
+ "text": "pear",
2168
+ "types": [
2169
+ "unknown"
2170
+ ],
2171
+ "unknown": true,
2172
+ "value": "pear",
2173
+ "word": "pear"
2174
+ }
2175
+ ],
2176
+ "word": "and"
2177
+ },
2178
+ "generatedParenthesized": "",
2179
+ "paraphrases": "apple and pear",
2180
+ "paraphrasesParenthesized": "((apple) and (pear))",
2181
+ "responses": [
2182
+ "",
2183
+ "apple and pear is not a choice. The choices are: apple banana or pear"
2184
+ ]
2185
+ },
2186
+ {
2187
+ "context": {
2188
+ "isResponse": true,
2189
+ "marker": "verbatim",
2190
+ "topLevel": true,
2191
+ "verbatim": "Which value do you want: apple banana or pear"
2192
+ },
2193
+ "generatedParenthesized": "(Which value do you want: apple banana or pear)",
2194
+ "paraphrases": "Which value do you want: apple banana or pear",
2195
+ "paraphrasesParenthesized": "(Which value do you want: apple banana or pear)",
2196
+ "responses": [
2197
+ "",
2198
+ "Which value do you want: apple banana or pear"
2199
+ ]
2200
+ },
2201
+ {
2202
+ "context": {
2203
+ "choices": [
2204
+ {
2205
+ "dead": true,
2206
+ "level": 1,
2207
+ "marker": "unknown",
2208
+ "range": {
2209
+ "end": 23,
2210
+ "start": 19
2211
+ },
2212
+ "text": "apple",
2213
+ "unknown": true,
2214
+ "value": "apple",
2215
+ "word": "apple"
2216
+ },
2217
+ {
2218
+ "dead": true,
2219
+ "level": 1,
2220
+ "marker": "unknown",
2221
+ "range": {
2222
+ "end": 30,
2223
+ "start": 25
2224
+ },
2225
+ "text": "banana",
2226
+ "unknown": true,
2227
+ "value": "banana",
2228
+ "word": "banana"
2229
+ },
2230
+ {
2231
+ "dead": true,
2232
+ "level": 1,
2233
+ "marker": "unknown",
2234
+ "range": {
2235
+ "end": 35,
2236
+ "start": 32
2237
+ },
2238
+ "text": "pear",
2239
+ "unknown": true,
2240
+ "value": "pear",
2241
+ "word": "pear"
2242
+ }
2243
+ ],
2244
+ "dead": true,
2245
+ "default": true,
2246
+ "level": 1,
2247
+ "marker": "whichOnesTestSetup",
2248
+ "range": {
2249
+ "end": 35,
2250
+ "start": 0
2251
+ },
2252
+ "text": "whichonestestsetup apple banana pear",
2253
+ "topLevel": true,
2254
+ "touchedBy": [
2255
+ "asking#call2"
2256
+ ],
2257
+ "value": "whichOnesTestSetup",
2258
+ "word": "whichonestestsetup"
2259
+ },
2260
+ "generatedParenthesized": "",
2261
+ "paraphrases": "whichOnesTestSetup apple banana pear",
2262
+ "paraphrasesParenthesized": "(whichOnesTestSetup (apple) (banana) (pear))",
2263
+ "responses": [
2264
+ "",
2265
+ "Which value do you want: apple banana or pear"
2266
+ ]
2267
+ }
2268
+ ]
2269
+ },
2270
+ "paraphrases": [
2271
+ "whichOnesTestSetup apple banana pear",
2272
+ "Which value do you want: apple banana or pear",
2273
+ "apple and pear",
2274
+ "apple and pear is not a choice. The choices are: apple banana or pear"
2275
+ ],
2276
+ "paraphrasesParenthesized": [
2277
+ "(whichOnesTestSetup (apple) (banana) (pear))",
2278
+ "(Which value do you want: apple banana or pear)",
2279
+ "((apple) and (pear))",
2280
+ "(apple and pear is not a choice. The choices are: apple banana or pear)"
2281
+ ],
2282
+ "query": "whichOnesTestSetup apple banana pear\\napple and pear",
2283
+ "responses": [
2284
+ "",
2285
+ "Which value do you want: apple banana or pear",
2286
+ "",
2287
+ "apple and pear is not a choice. The choices are: apple banana or pear"
2288
+ ]
2289
+ }
2290
+ ]