tpmkms_4wp 8.9.1-beta.25 → 8.9.1-beta.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/common/articles.test.json +172 -4
  2. package/common/asking.test.json +731 -19
  3. package/common/avatar.test.json +3703 -1884
  4. package/common/characters.test.json +890 -112
  5. package/common/colors.test.json +632 -136
  6. package/common/comparable.test.json +3057 -601
  7. package/common/concept.test.json +1517 -453
  8. package/common/conjunction.test.json +112 -1
  9. package/common/countable.test.json +862 -66
  10. package/common/crew.test.json +5322 -918
  11. package/common/currency.test.json +564 -64
  12. package/common/dialogues.test.json +3617 -1221
  13. package/common/dimension.test.json +18934 -12493
  14. package/common/edible.test.json +898 -168
  15. package/common/emotions.test.json +609 -107
  16. package/common/errors.test.json +49 -0
  17. package/common/evaluate.test.json +79 -1
  18. package/common/events.test.json +2020 -308
  19. package/common/fastfood.test.json +29023 -2294
  20. package/common/formulas.test.json +6602 -3800
  21. package/common/help.test.json +144 -0
  22. package/common/hierarchy.test.json +45023 -19454
  23. package/common/javascript.test.json +115 -11
  24. package/common/kirk.test.json +788 -255
  25. package/common/length.test.json +4300 -2051
  26. package/common/listener.test.json +24 -1
  27. package/common/math.test.json +27147 -15408
  28. package/common/meta.test.json +2436 -253
  29. package/common/nameable.test.json +4185 -1467
  30. package/common/negation.test.json +92 -8
  31. package/common/numbers.test.json +144 -0
  32. package/common/ordering.test.json +1060 -281
  33. package/common/ordinals.test.json +183 -6
  34. package/common/people.test.json +13917 -7609
  35. package/common/percentages.test.json +158 -0
  36. package/common/pipboy.test.json +14457 -5640
  37. package/common/pokemon.test.json +1321 -406
  38. package/common/pressure.test.json +1170 -348
  39. package/common/properties.test.json +33010 -11800
  40. package/common/punctuation.test.json +168 -0
  41. package/common/reports.test.json +7583 -204
  42. package/common/scorekeeper.test.json +25112 -12632
  43. package/common/sizeable.test.json +945 -215
  44. package/common/spock.test.json +788 -255
  45. package/common/stgame.test.json +890 -108
  46. package/common/stm.test.json +461 -9
  47. package/common/tell.test.json +119 -1
  48. package/common/temperature.test.json +1272 -480
  49. package/common/testing.test.json +51 -1
  50. package/common/time.test.json +4994 -1241
  51. package/common/tokenize.test.json +24 -0
  52. package/common/ui.test.json +4337 -157
  53. package/common/weight.test.json +6168 -3160
  54. package/common/wp.test.json +12342 -514
  55. package/common/yesno.test.json +108 -4
  56. package/package.json +2 -2
@@ -1,43 +1,512 @@
1
1
  [
2
2
  {
3
3
  "associations": [
4
+ [
5
+ [
6
+ "means",
7
+ 0
8
+ ],
9
+ [
10
+ "unknown",
11
+ 0
12
+ ]
13
+ ],
14
+ [
15
+ [
16
+ "means",
17
+ 0
18
+ ],
19
+ [
20
+ "unknown",
21
+ 0
22
+ ],
23
+ [
24
+ "unknown",
25
+ 1
26
+ ]
27
+ ],
28
+ [
29
+ [
30
+ "means",
31
+ 0
32
+ ],
33
+ [
34
+ "unknown",
35
+ 1
36
+ ]
37
+ ]
4
38
  ],
5
39
  "config": {
6
40
  "words": {
7
- "f": [
41
+ "hierarchy": [
8
42
  {
9
- "development": true,
10
- "id": "f",
11
- "initial": "{ value: 'f', word: 'f' }"
12
- }
13
- ],
14
- "gq": [
43
+ "child": " ",
44
+ "parent": "space"
45
+ },
46
+ {
47
+ "child": "0",
48
+ "parent": "digit"
49
+ },
50
+ {
51
+ "child": "1",
52
+ "parent": "digit"
53
+ },
54
+ {
55
+ "child": "2",
56
+ "parent": "digit"
57
+ },
58
+ {
59
+ "child": "3",
60
+ "parent": "digit"
61
+ },
62
+ {
63
+ "child": "4",
64
+ "parent": "digit"
65
+ },
66
+ {
67
+ "child": "5",
68
+ "parent": "digit"
69
+ },
70
+ {
71
+ "child": "6",
72
+ "parent": "digit"
73
+ },
74
+ {
75
+ "child": "7",
76
+ "parent": "digit"
77
+ },
78
+ {
79
+ "child": "8",
80
+ "parent": "digit"
81
+ },
82
+ {
83
+ "child": "9",
84
+ "parent": "digit"
85
+ },
86
+ {
87
+ "child": "lower",
88
+ "parent": "letter"
89
+ },
90
+ {
91
+ "child": "upper",
92
+ "parent": "letter"
93
+ },
94
+ {
95
+ "child": "a",
96
+ "parent": "lower"
97
+ },
98
+ {
99
+ "child": "b",
100
+ "parent": "lower"
101
+ },
102
+ {
103
+ "child": "c",
104
+ "parent": "lower"
105
+ },
106
+ {
107
+ "child": "d",
108
+ "parent": "lower"
109
+ },
110
+ {
111
+ "child": "e",
112
+ "parent": "lower"
113
+ },
114
+ {
115
+ "child": "f",
116
+ "parent": "lower"
117
+ },
118
+ {
119
+ "child": "g",
120
+ "parent": "lower"
121
+ },
122
+ {
123
+ "child": "h",
124
+ "parent": "lower"
125
+ },
126
+ {
127
+ "child": "i",
128
+ "parent": "lower"
129
+ },
130
+ {
131
+ "child": "j",
132
+ "parent": "lower"
133
+ },
134
+ {
135
+ "child": "k",
136
+ "parent": "lower"
137
+ },
138
+ {
139
+ "child": "l",
140
+ "parent": "lower"
141
+ },
142
+ {
143
+ "child": "m",
144
+ "parent": "lower"
145
+ },
146
+ {
147
+ "child": "n",
148
+ "parent": "lower"
149
+ },
150
+ {
151
+ "child": "o",
152
+ "parent": "lower"
153
+ },
154
+ {
155
+ "child": "p",
156
+ "parent": "lower"
157
+ },
158
+ {
159
+ "child": "q",
160
+ "parent": "lower"
161
+ },
162
+ {
163
+ "child": "r",
164
+ "parent": "lower"
165
+ },
166
+ {
167
+ "child": "s",
168
+ "parent": "lower"
169
+ },
170
+ {
171
+ "child": "t",
172
+ "parent": "lower"
173
+ },
174
+ {
175
+ "child": "u",
176
+ "parent": "lower"
177
+ },
178
+ {
179
+ "child": "v",
180
+ "parent": "lower"
181
+ },
182
+ {
183
+ "child": "w",
184
+ "parent": "lower"
185
+ },
186
+ {
187
+ "child": "x",
188
+ "parent": "lower"
189
+ },
190
+ {
191
+ "child": "y",
192
+ "parent": "lower"
193
+ },
194
+ {
195
+ "child": "z",
196
+ "parent": "lower"
197
+ },
198
+ {
199
+ "child": "A",
200
+ "parent": "upper"
201
+ },
202
+ {
203
+ "child": "B",
204
+ "parent": "upper"
205
+ },
206
+ {
207
+ "child": "C",
208
+ "parent": "upper"
209
+ },
210
+ {
211
+ "child": "D",
212
+ "parent": "upper"
213
+ },
214
+ {
215
+ "child": "E",
216
+ "parent": "upper"
217
+ },
218
+ {
219
+ "child": "F",
220
+ "parent": "upper"
221
+ },
222
+ {
223
+ "child": "G",
224
+ "parent": "upper"
225
+ },
226
+ {
227
+ "child": "H",
228
+ "parent": "upper"
229
+ },
230
+ {
231
+ "child": "I",
232
+ "parent": "upper"
233
+ },
234
+ {
235
+ "child": "J",
236
+ "parent": "upper"
237
+ },
238
+ {
239
+ "child": "K",
240
+ "parent": "upper"
241
+ },
242
+ {
243
+ "child": "L",
244
+ "parent": "upper"
245
+ },
246
+ {
247
+ "child": "M",
248
+ "parent": "upper"
249
+ },
250
+ {
251
+ "child": "N",
252
+ "parent": "upper"
253
+ },
254
+ {
255
+ "child": "O",
256
+ "parent": "upper"
257
+ },
258
+ {
259
+ "child": "P",
260
+ "parent": "upper"
261
+ },
262
+ {
263
+ "child": "Q",
264
+ "parent": "upper"
265
+ },
266
+ {
267
+ "child": "R",
268
+ "parent": "upper"
269
+ },
270
+ {
271
+ "child": "S",
272
+ "parent": "upper"
273
+ },
274
+ {
275
+ "child": "T",
276
+ "parent": "upper"
277
+ },
278
+ {
279
+ "child": "U",
280
+ "parent": "upper"
281
+ },
282
+ {
283
+ "child": "V",
284
+ "parent": "upper"
285
+ },
286
+ {
287
+ "child": "W",
288
+ "parent": "upper"
289
+ },
290
+ {
291
+ "child": "X",
292
+ "parent": "upper"
293
+ },
294
+ {
295
+ "child": "Y",
296
+ "parent": "upper"
297
+ },
298
+ {
299
+ "child": "Z",
300
+ "parent": "upper"
301
+ },
302
+ {
303
+ "child": "letter",
304
+ "parent": "alphanumeric"
305
+ },
306
+ {
307
+ "child": "digit",
308
+ "parent": "alphanumeric"
309
+ },
310
+ {
311
+ "child": "_",
312
+ "parent": "alphanumeric"
313
+ },
314
+ {
315
+ "child": "~",
316
+ "parent": "punctuation"
317
+ },
318
+ {
319
+ "child": "!",
320
+ "parent": "punctuation"
321
+ },
322
+ {
323
+ "child": "@",
324
+ "parent": "punctuation"
325
+ },
326
+ {
327
+ "child": "#",
328
+ "parent": "punctuation"
329
+ },
330
+ {
331
+ "child": "$",
332
+ "parent": "punctuation"
333
+ },
334
+ {
335
+ "child": "%",
336
+ "parent": "punctuation"
337
+ },
338
+ {
339
+ "child": "^",
340
+ "parent": "punctuation"
341
+ },
342
+ {
343
+ "child": "&",
344
+ "parent": "punctuation"
345
+ },
346
+ {
347
+ "child": "*",
348
+ "parent": "punctuation"
349
+ },
350
+ {
351
+ "child": "(",
352
+ "parent": "punctuation"
353
+ },
354
+ {
355
+ "child": ")",
356
+ "parent": "punctuation"
357
+ },
358
+ {
359
+ "child": "+",
360
+ "parent": "punctuation"
361
+ },
362
+ {
363
+ "child": "-",
364
+ "parent": "punctuation"
365
+ },
366
+ {
367
+ "child": "=",
368
+ "parent": "punctuation"
369
+ },
370
+ {
371
+ "child": "[",
372
+ "parent": "punctuation"
373
+ },
374
+ {
375
+ "child": "]",
376
+ "parent": "punctuation"
377
+ },
378
+ {
379
+ "child": "{",
380
+ "parent": "punctuation"
381
+ },
382
+ {
383
+ "child": "}",
384
+ "parent": "punctuation"
385
+ },
386
+ {
387
+ "child": "\\",
388
+ "parent": "punctuation"
389
+ },
390
+ {
391
+ "child": "|",
392
+ "parent": "punctuation"
393
+ },
394
+ {
395
+ "child": ";",
396
+ "parent": "punctuation"
397
+ },
398
+ {
399
+ "child": ":",
400
+ "parent": "punctuation"
401
+ },
402
+ {
403
+ "child": ",",
404
+ "parent": "punctuation"
405
+ },
406
+ {
407
+ "child": "<",
408
+ "parent": "punctuation"
409
+ },
410
+ {
411
+ "child": ">",
412
+ "parent": "punctuation"
413
+ },
414
+ {
415
+ "child": "/",
416
+ "parent": "punctuation"
417
+ },
418
+ {
419
+ "child": "?",
420
+ "parent": "punctuation"
421
+ },
422
+ {
423
+ "child": "'",
424
+ "parent": "punctuation"
425
+ },
15
426
  {
16
- "development": true,
17
- "id": "g",
18
- "initial": "{ word: 'gq', query: true }"
427
+ "child": "\"",
428
+ "parent": "punctuation"
19
429
  }
20
430
  ],
21
- "x": [
431
+ "literals": {
432
+ "f": [
433
+ {
434
+ "development": true,
435
+ "id": "f",
436
+ "initial": "{ value: 'f', word: 'f' }"
437
+ }
438
+ ],
439
+ "gq": [
440
+ {
441
+ "development": true,
442
+ "id": "g",
443
+ "initial": "{ word: 'gq', query: true }"
444
+ }
445
+ ],
446
+ "x": [
447
+ {
448
+ "development": true,
449
+ "id": "x",
450
+ "initial": "{ value: 'x', word: 'x' }"
451
+ }
452
+ ]
453
+ },
454
+ "patterns": [
455
+ {
456
+ "defs": [
457
+ {
458
+ "remove": true,
459
+ "uuid": "tokenize2"
460
+ }
461
+ ],
462
+ "pattern": [
463
+ {
464
+ "type": "space"
465
+ },
466
+ {
467
+ "repeat": true
468
+ }
469
+ ]
470
+ },
22
471
  {
23
- "development": true,
24
- "id": "x",
25
- "initial": "{ value: 'x', word: 'x' }"
472
+ "allow_partial_matches": false,
473
+ "check_spelling": true,
474
+ "defs": [
475
+ {
476
+ "id": "unknown",
477
+ "initial": "{ value: text, unknown: true }",
478
+ "uuid": "tokenize2"
479
+ }
480
+ ],
481
+ "is_unknown": true,
482
+ "pattern": [
483
+ {
484
+ "type": "alphanumeric"
485
+ },
486
+ {
487
+ "repeat": true
488
+ }
489
+ ],
490
+ "scale": 0.8
26
491
  }
27
492
  ]
28
493
  }
29
494
  },
30
495
  "contexts": [
31
496
  {
497
+ "context_index": 1,
32
498
  "dead": true,
33
499
  "default": true,
34
500
  "from": {
501
+ "dead": true,
502
+ "level": 1,
35
503
  "marker": "unknown",
36
504
  "range": {
37
505
  "end": 0,
38
506
  "start": 0
39
507
  },
40
508
  "text": "a",
509
+ "unknown": true,
41
510
  "value": "a",
42
511
  "word": "a"
43
512
  },
@@ -49,12 +518,15 @@
49
518
  },
50
519
  "text": "a means b",
51
520
  "to": {
521
+ "dead": true,
522
+ "level": 1,
52
523
  "marker": "unknown",
53
524
  "range": {
54
525
  "end": 8,
55
526
  "start": 8
56
527
  },
57
528
  "text": "b",
529
+ "unknown": true,
58
530
  "value": "b",
59
531
  "word": "b"
60
532
  },
@@ -74,38 +546,86 @@
74
546
  {
75
547
  "counter": 1,
76
548
  "op": [
77
- "means",
549
+ "unknown",
78
550
  0
79
551
  ],
80
552
  "ops": [
81
553
  [
82
554
  "means",
83
555
  0
556
+ ],
557
+ [
558
+ "unknown",
559
+ 0
560
+ ],
561
+ [
562
+ "unknown",
563
+ 0
84
564
  ]
85
565
  ]
86
- }
87
- ]
88
- },
89
- "objects": {
90
- "nameToUUID": {
91
- "meta": "meta1"
92
- },
93
- "namespaced": {
94
- "meta1": {
95
- }
96
- },
97
- "processed": [
566
+ },
567
+ {
568
+ "counter": 2,
569
+ "op": [
570
+ "unknown",
571
+ 0
572
+ ],
573
+ "ops": [
574
+ [
575
+ "means",
576
+ 0
577
+ ],
578
+ [
579
+ "unknown",
580
+ 0
581
+ ]
582
+ ]
583
+ },
584
+ {
585
+ "counter": 3,
586
+ "op": [
587
+ "means",
588
+ 0
589
+ ],
590
+ "ops": [
591
+ [
592
+ "means",
593
+ 0
594
+ ]
595
+ ]
596
+ }
597
+ ]
598
+ },
599
+ "objects": {
600
+ "nameToUUID": {
601
+ "gdefaults": "gdefaults2",
602
+ "meta": "meta1",
603
+ "tokenize": "tokenize2"
604
+ },
605
+ "namespaced": {
606
+ "gdefaults2": {
607
+ },
608
+ "meta1": {
609
+ },
610
+ "tokenize2": {
611
+ }
612
+ },
613
+ "processed": [
98
614
  {
99
615
  "context": {
616
+ "context_index": 1,
100
617
  "dead": true,
101
618
  "default": true,
102
619
  "from": {
620
+ "dead": true,
621
+ "level": 1,
103
622
  "marker": "unknown",
104
623
  "range": {
105
624
  "end": 0,
106
625
  "start": 0
107
626
  },
108
627
  "text": "a",
628
+ "unknown": true,
109
629
  "value": "a",
110
630
  "word": "a"
111
631
  },
@@ -117,12 +637,15 @@
117
637
  },
118
638
  "text": "a means b",
119
639
  "to": {
640
+ "dead": true,
641
+ "level": 1,
120
642
  "marker": "unknown",
121
643
  "range": {
122
644
  "end": 8,
123
645
  "start": 8
124
646
  },
125
647
  "text": "b",
648
+ "unknown": true,
126
649
  "value": "b",
127
650
  "word": "b"
128
651
  },
@@ -151,6 +674,70 @@
151
674
  "query": "a means b",
152
675
  "responses": [
153
676
  ""
677
+ ],
678
+ "summaries": [
679
+ [
680
+ {
681
+ "counter": 1,
682
+ "operators": [
683
+ [
684
+ "unknown",
685
+ 0
686
+ ],
687
+ [
688
+ "means",
689
+ 0
690
+ ],
691
+ [
692
+ "unknown",
693
+ 0
694
+ ]
695
+ ]
696
+ },
697
+ {
698
+ "counter": 2,
699
+ "operators": [
700
+ [
701
+ "unknown",
702
+ 1
703
+ ],
704
+ [
705
+ "means",
706
+ 0
707
+ ],
708
+ [
709
+ "unknown",
710
+ 0
711
+ ]
712
+ ]
713
+ },
714
+ {
715
+ "counter": 3,
716
+ "operators": [
717
+ [
718
+ "unknown",
719
+ 1
720
+ ],
721
+ [
722
+ "means",
723
+ 0
724
+ ],
725
+ [
726
+ "unknown",
727
+ 1
728
+ ]
729
+ ]
730
+ },
731
+ {
732
+ "counter": 4,
733
+ "operators": [
734
+ [
735
+ "means",
736
+ 1
737
+ ]
738
+ ]
739
+ }
740
+ ]
154
741
  ]
155
742
  },
156
743
  {
@@ -160,6 +747,24 @@
160
747
  "means",
161
748
  0
162
749
  ],
750
+ [
751
+ "unknown",
752
+ 0
753
+ ],
754
+ [
755
+ "x",
756
+ 0
757
+ ]
758
+ ],
759
+ [
760
+ [
761
+ "means",
762
+ 0
763
+ ],
764
+ [
765
+ "unknown",
766
+ 1
767
+ ],
163
768
  [
164
769
  "x",
165
770
  0
@@ -168,227 +773,1171 @@
168
773
  ],
169
774
  "config": {
170
775
  "words": {
171
- "f": [
776
+ "hierarchy": [
172
777
  {
173
- "development": true,
174
- "id": "f",
175
- "initial": "{ value: 'f', word: 'f' }"
176
- }
177
- ],
178
- "gq": [
778
+ "child": " ",
779
+ "parent": "space"
780
+ },
179
781
  {
180
- "development": true,
181
- "id": "g",
182
- "initial": "{ word: 'gq', query: true }"
183
- }
184
- ],
185
- "x": [
782
+ "child": "0",
783
+ "parent": "digit"
784
+ },
186
785
  {
187
- "development": true,
188
- "id": "x",
189
- "initial": "{ value: 'x', word: 'x' }"
190
- }
191
- ]
192
- }
193
- },
194
- "contexts": [
195
- {
196
- "dead": true,
197
- "default": true,
198
- "from": {
199
- "marker": "unknown",
200
- "range": {
201
- "end": 0,
202
- "start": 0
786
+ "child": "1",
787
+ "parent": "digit"
203
788
  },
204
- "text": "a",
205
- "value": "a",
206
- "word": "a"
207
- },
208
- "level": 1,
209
- "marker": "means",
210
- "range": {
211
- "end": 8,
212
- "start": 0
213
- },
214
- "text": "a means x",
215
- "to": {
216
- "level": 0,
217
- "marker": "x",
218
- "range": {
219
- "end": 8,
220
- "start": 8
789
+ {
790
+ "child": "2",
791
+ "parent": "digit"
221
792
  },
222
- "text": "x",
223
- "value": "x",
224
- "word": "x"
225
- },
226
- "topLevel": true,
227
- "touchedBy": [
228
- "meta#call2"
229
- ],
230
- "value": "means",
231
- "word": "means"
232
- }
233
- ],
234
- "generatedParenthesized": [
235
- ""
236
- ],
237
- "metadata": {
238
- "opChoices": [
239
- {
240
- "counter": 1,
241
- "op": [
242
- "means",
243
- 0
244
- ],
245
- "ops": [
246
- [
247
- "means",
248
- 0
249
- ],
250
- [
251
- "x",
252
- 0
253
- ]
254
- ]
255
- }
256
- ]
257
- },
258
- "objects": {
259
- "nameToUUID": {
260
- "meta": "meta1"
261
- },
262
- "namespaced": {
263
- "meta1": {
264
- }
265
- },
266
- "processed": [
267
- {
268
- "context": {
269
- "dead": true,
270
- "default": true,
271
- "from": {
272
- "marker": "unknown",
273
- "range": {
274
- "end": 0,
275
- "start": 0
276
- },
277
- "text": "a",
278
- "value": "a",
279
- "word": "a"
280
- },
281
- "level": 1,
282
- "marker": "means",
283
- "range": {
284
- "end": 8,
285
- "start": 0
286
- },
287
- "text": "a means x",
288
- "to": {
289
- "level": 0,
290
- "marker": "x",
291
- "range": {
292
- "end": 8,
293
- "start": 8
294
- },
295
- "text": "x",
296
- "value": "x",
297
- "word": "x"
298
- },
299
- "topLevel": true,
300
- "touchedBy": [
301
- "meta#call2"
302
- ],
303
- "value": "means",
304
- "word": "means"
793
+ {
794
+ "child": "3",
795
+ "parent": "digit"
796
+ },
797
+ {
798
+ "child": "4",
799
+ "parent": "digit"
800
+ },
801
+ {
802
+ "child": "5",
803
+ "parent": "digit"
804
+ },
805
+ {
806
+ "child": "6",
807
+ "parent": "digit"
808
+ },
809
+ {
810
+ "child": "7",
811
+ "parent": "digit"
812
+ },
813
+ {
814
+ "child": "8",
815
+ "parent": "digit"
816
+ },
817
+ {
818
+ "child": "9",
819
+ "parent": "digit"
820
+ },
821
+ {
822
+ "child": "lower",
823
+ "parent": "letter"
824
+ },
825
+ {
826
+ "child": "upper",
827
+ "parent": "letter"
828
+ },
829
+ {
830
+ "child": "a",
831
+ "parent": "lower"
832
+ },
833
+ {
834
+ "child": "b",
835
+ "parent": "lower"
836
+ },
837
+ {
838
+ "child": "c",
839
+ "parent": "lower"
840
+ },
841
+ {
842
+ "child": "d",
843
+ "parent": "lower"
844
+ },
845
+ {
846
+ "child": "e",
847
+ "parent": "lower"
848
+ },
849
+ {
850
+ "child": "f",
851
+ "parent": "lower"
852
+ },
853
+ {
854
+ "child": "g",
855
+ "parent": "lower"
856
+ },
857
+ {
858
+ "child": "h",
859
+ "parent": "lower"
860
+ },
861
+ {
862
+ "child": "i",
863
+ "parent": "lower"
864
+ },
865
+ {
866
+ "child": "j",
867
+ "parent": "lower"
868
+ },
869
+ {
870
+ "child": "k",
871
+ "parent": "lower"
872
+ },
873
+ {
874
+ "child": "l",
875
+ "parent": "lower"
876
+ },
877
+ {
878
+ "child": "m",
879
+ "parent": "lower"
880
+ },
881
+ {
882
+ "child": "n",
883
+ "parent": "lower"
884
+ },
885
+ {
886
+ "child": "o",
887
+ "parent": "lower"
888
+ },
889
+ {
890
+ "child": "p",
891
+ "parent": "lower"
892
+ },
893
+ {
894
+ "child": "q",
895
+ "parent": "lower"
896
+ },
897
+ {
898
+ "child": "r",
899
+ "parent": "lower"
900
+ },
901
+ {
902
+ "child": "s",
903
+ "parent": "lower"
904
+ },
905
+ {
906
+ "child": "t",
907
+ "parent": "lower"
908
+ },
909
+ {
910
+ "child": "u",
911
+ "parent": "lower"
912
+ },
913
+ {
914
+ "child": "v",
915
+ "parent": "lower"
916
+ },
917
+ {
918
+ "child": "w",
919
+ "parent": "lower"
920
+ },
921
+ {
922
+ "child": "x",
923
+ "parent": "lower"
924
+ },
925
+ {
926
+ "child": "y",
927
+ "parent": "lower"
928
+ },
929
+ {
930
+ "child": "z",
931
+ "parent": "lower"
932
+ },
933
+ {
934
+ "child": "A",
935
+ "parent": "upper"
936
+ },
937
+ {
938
+ "child": "B",
939
+ "parent": "upper"
940
+ },
941
+ {
942
+ "child": "C",
943
+ "parent": "upper"
944
+ },
945
+ {
946
+ "child": "D",
947
+ "parent": "upper"
948
+ },
949
+ {
950
+ "child": "E",
951
+ "parent": "upper"
952
+ },
953
+ {
954
+ "child": "F",
955
+ "parent": "upper"
956
+ },
957
+ {
958
+ "child": "G",
959
+ "parent": "upper"
960
+ },
961
+ {
962
+ "child": "H",
963
+ "parent": "upper"
964
+ },
965
+ {
966
+ "child": "I",
967
+ "parent": "upper"
968
+ },
969
+ {
970
+ "child": "J",
971
+ "parent": "upper"
972
+ },
973
+ {
974
+ "child": "K",
975
+ "parent": "upper"
976
+ },
977
+ {
978
+ "child": "L",
979
+ "parent": "upper"
980
+ },
981
+ {
982
+ "child": "M",
983
+ "parent": "upper"
984
+ },
985
+ {
986
+ "child": "N",
987
+ "parent": "upper"
988
+ },
989
+ {
990
+ "child": "O",
991
+ "parent": "upper"
992
+ },
993
+ {
994
+ "child": "P",
995
+ "parent": "upper"
996
+ },
997
+ {
998
+ "child": "Q",
999
+ "parent": "upper"
1000
+ },
1001
+ {
1002
+ "child": "R",
1003
+ "parent": "upper"
1004
+ },
1005
+ {
1006
+ "child": "S",
1007
+ "parent": "upper"
1008
+ },
1009
+ {
1010
+ "child": "T",
1011
+ "parent": "upper"
1012
+ },
1013
+ {
1014
+ "child": "U",
1015
+ "parent": "upper"
1016
+ },
1017
+ {
1018
+ "child": "V",
1019
+ "parent": "upper"
1020
+ },
1021
+ {
1022
+ "child": "W",
1023
+ "parent": "upper"
1024
+ },
1025
+ {
1026
+ "child": "X",
1027
+ "parent": "upper"
1028
+ },
1029
+ {
1030
+ "child": "Y",
1031
+ "parent": "upper"
1032
+ },
1033
+ {
1034
+ "child": "Z",
1035
+ "parent": "upper"
1036
+ },
1037
+ {
1038
+ "child": "letter",
1039
+ "parent": "alphanumeric"
1040
+ },
1041
+ {
1042
+ "child": "digit",
1043
+ "parent": "alphanumeric"
1044
+ },
1045
+ {
1046
+ "child": "_",
1047
+ "parent": "alphanumeric"
1048
+ },
1049
+ {
1050
+ "child": "~",
1051
+ "parent": "punctuation"
1052
+ },
1053
+ {
1054
+ "child": "!",
1055
+ "parent": "punctuation"
1056
+ },
1057
+ {
1058
+ "child": "@",
1059
+ "parent": "punctuation"
1060
+ },
1061
+ {
1062
+ "child": "#",
1063
+ "parent": "punctuation"
1064
+ },
1065
+ {
1066
+ "child": "$",
1067
+ "parent": "punctuation"
1068
+ },
1069
+ {
1070
+ "child": "%",
1071
+ "parent": "punctuation"
1072
+ },
1073
+ {
1074
+ "child": "^",
1075
+ "parent": "punctuation"
1076
+ },
1077
+ {
1078
+ "child": "&",
1079
+ "parent": "punctuation"
1080
+ },
1081
+ {
1082
+ "child": "*",
1083
+ "parent": "punctuation"
1084
+ },
1085
+ {
1086
+ "child": "(",
1087
+ "parent": "punctuation"
1088
+ },
1089
+ {
1090
+ "child": ")",
1091
+ "parent": "punctuation"
1092
+ },
1093
+ {
1094
+ "child": "+",
1095
+ "parent": "punctuation"
1096
+ },
1097
+ {
1098
+ "child": "-",
1099
+ "parent": "punctuation"
1100
+ },
1101
+ {
1102
+ "child": "=",
1103
+ "parent": "punctuation"
1104
+ },
1105
+ {
1106
+ "child": "[",
1107
+ "parent": "punctuation"
1108
+ },
1109
+ {
1110
+ "child": "]",
1111
+ "parent": "punctuation"
1112
+ },
1113
+ {
1114
+ "child": "{",
1115
+ "parent": "punctuation"
1116
+ },
1117
+ {
1118
+ "child": "}",
1119
+ "parent": "punctuation"
1120
+ },
1121
+ {
1122
+ "child": "\\",
1123
+ "parent": "punctuation"
1124
+ },
1125
+ {
1126
+ "child": "|",
1127
+ "parent": "punctuation"
1128
+ },
1129
+ {
1130
+ "child": ";",
1131
+ "parent": "punctuation"
1132
+ },
1133
+ {
1134
+ "child": ":",
1135
+ "parent": "punctuation"
1136
+ },
1137
+ {
1138
+ "child": ",",
1139
+ "parent": "punctuation"
1140
+ },
1141
+ {
1142
+ "child": "<",
1143
+ "parent": "punctuation"
1144
+ },
1145
+ {
1146
+ "child": ">",
1147
+ "parent": "punctuation"
1148
+ },
1149
+ {
1150
+ "child": "/",
1151
+ "parent": "punctuation"
1152
+ },
1153
+ {
1154
+ "child": "?",
1155
+ "parent": "punctuation"
1156
+ },
1157
+ {
1158
+ "child": "'",
1159
+ "parent": "punctuation"
1160
+ },
1161
+ {
1162
+ "child": "\"",
1163
+ "parent": "punctuation"
1164
+ }
1165
+ ],
1166
+ "literals": {
1167
+ "f": [
1168
+ {
1169
+ "development": true,
1170
+ "id": "f",
1171
+ "initial": "{ value: 'f', word: 'f' }"
1172
+ }
1173
+ ],
1174
+ "gq": [
1175
+ {
1176
+ "development": true,
1177
+ "id": "g",
1178
+ "initial": "{ word: 'gq', query: true }"
1179
+ }
1180
+ ],
1181
+ "x": [
1182
+ {
1183
+ "development": true,
1184
+ "id": "x",
1185
+ "initial": "{ value: 'x', word: 'x' }"
1186
+ }
1187
+ ]
1188
+ },
1189
+ "patterns": [
1190
+ {
1191
+ "defs": [
1192
+ {
1193
+ "remove": true,
1194
+ "uuid": "tokenize2"
1195
+ }
1196
+ ],
1197
+ "pattern": [
1198
+ {
1199
+ "type": "space"
1200
+ },
1201
+ {
1202
+ "repeat": true
1203
+ }
1204
+ ]
1205
+ },
1206
+ {
1207
+ "allow_partial_matches": false,
1208
+ "check_spelling": true,
1209
+ "defs": [
1210
+ {
1211
+ "id": "unknown",
1212
+ "initial": "{ value: text, unknown: true }",
1213
+ "uuid": "tokenize2"
1214
+ }
1215
+ ],
1216
+ "is_unknown": true,
1217
+ "pattern": [
1218
+ {
1219
+ "type": "alphanumeric"
1220
+ },
1221
+ {
1222
+ "repeat": true
1223
+ }
1224
+ ],
1225
+ "scale": 0.8
1226
+ }
1227
+ ]
1228
+ }
1229
+ },
1230
+ "contexts": [
1231
+ {
1232
+ "context_index": 1,
1233
+ "dead": true,
1234
+ "default": true,
1235
+ "from": {
1236
+ "dead": true,
1237
+ "level": 1,
1238
+ "marker": "unknown",
1239
+ "range": {
1240
+ "end": 0,
1241
+ "start": 0
1242
+ },
1243
+ "text": "a",
1244
+ "unknown": true,
1245
+ "value": "a",
1246
+ "word": "a"
1247
+ },
1248
+ "level": 1,
1249
+ "marker": "means",
1250
+ "range": {
1251
+ "end": 8,
1252
+ "start": 0
1253
+ },
1254
+ "text": "a means x",
1255
+ "to": {
1256
+ "level": 0,
1257
+ "marker": "x",
1258
+ "range": {
1259
+ "end": 8,
1260
+ "start": 8
1261
+ },
1262
+ "text": "x",
1263
+ "value": "x",
1264
+ "word": "x"
1265
+ },
1266
+ "topLevel": true,
1267
+ "touchedBy": [
1268
+ "meta#call2"
1269
+ ],
1270
+ "value": "means",
1271
+ "word": "means"
1272
+ }
1273
+ ],
1274
+ "generatedParenthesized": [
1275
+ ""
1276
+ ],
1277
+ "metadata": {
1278
+ "opChoices": [
1279
+ {
1280
+ "counter": 1,
1281
+ "op": [
1282
+ "unknown",
1283
+ 0
1284
+ ],
1285
+ "ops": [
1286
+ [
1287
+ "means",
1288
+ 0
1289
+ ],
1290
+ [
1291
+ "unknown",
1292
+ 0
1293
+ ],
1294
+ [
1295
+ "x",
1296
+ 0
1297
+ ]
1298
+ ]
1299
+ },
1300
+ {
1301
+ "counter": 2,
1302
+ "op": [
1303
+ "means",
1304
+ 0
1305
+ ],
1306
+ "ops": [
1307
+ [
1308
+ "means",
1309
+ 0
1310
+ ],
1311
+ [
1312
+ "x",
1313
+ 0
1314
+ ]
1315
+ ]
1316
+ }
1317
+ ]
1318
+ },
1319
+ "objects": {
1320
+ "nameToUUID": {
1321
+ "gdefaults": "gdefaults2",
1322
+ "meta": "meta1",
1323
+ "tokenize": "tokenize2"
1324
+ },
1325
+ "namespaced": {
1326
+ "gdefaults2": {
1327
+ },
1328
+ "meta1": {
1329
+ },
1330
+ "tokenize2": {
1331
+ }
1332
+ },
1333
+ "processed": [
1334
+ {
1335
+ "context": {
1336
+ "context_index": 1,
1337
+ "dead": true,
1338
+ "default": true,
1339
+ "from": {
1340
+ "dead": true,
1341
+ "level": 1,
1342
+ "marker": "unknown",
1343
+ "range": {
1344
+ "end": 0,
1345
+ "start": 0
1346
+ },
1347
+ "text": "a",
1348
+ "unknown": true,
1349
+ "value": "a",
1350
+ "word": "a"
1351
+ },
1352
+ "level": 1,
1353
+ "marker": "means",
1354
+ "range": {
1355
+ "end": 8,
1356
+ "start": 0
1357
+ },
1358
+ "text": "a means x",
1359
+ "to": {
1360
+ "level": 0,
1361
+ "marker": "x",
1362
+ "range": {
1363
+ "end": 8,
1364
+ "start": 8
1365
+ },
1366
+ "text": "x",
1367
+ "value": "x",
1368
+ "word": "x"
1369
+ },
1370
+ "topLevel": true,
1371
+ "touchedBy": [
1372
+ "meta#call2"
1373
+ ],
1374
+ "value": "means",
1375
+ "word": "means"
1376
+ },
1377
+ "generatedParenthesized": "",
1378
+ "paraphrases": "a means x",
1379
+ "paraphrasesParenthesized": "((a) means (x))",
1380
+ "responses": [
1381
+ ""
1382
+ ]
1383
+ }
1384
+ ]
1385
+ },
1386
+ "paraphrases": [
1387
+ "a means x"
1388
+ ],
1389
+ "paraphrasesParenthesized": [
1390
+ "((a) means (x))"
1391
+ ],
1392
+ "query": "a means x",
1393
+ "responses": [
1394
+ ""
1395
+ ],
1396
+ "summaries": [
1397
+ [
1398
+ {
1399
+ "counter": 1,
1400
+ "operators": [
1401
+ [
1402
+ "unknown",
1403
+ 0
1404
+ ],
1405
+ [
1406
+ "means",
1407
+ 0
1408
+ ],
1409
+ [
1410
+ "x",
1411
+ 0
1412
+ ]
1413
+ ]
1414
+ },
1415
+ {
1416
+ "counter": 2,
1417
+ "operators": [
1418
+ [
1419
+ "unknown",
1420
+ 1
1421
+ ],
1422
+ [
1423
+ "means",
1424
+ 0
1425
+ ],
1426
+ [
1427
+ "x",
1428
+ 0
1429
+ ]
1430
+ ]
1431
+ },
1432
+ {
1433
+ "counter": 3,
1434
+ "operators": [
1435
+ [
1436
+ "means",
1437
+ 1
1438
+ ]
1439
+ ]
1440
+ }
1441
+ ]
1442
+ ]
1443
+ },
1444
+ {
1445
+ "associations": [
1446
+ [
1447
+ [
1448
+ "f",
1449
+ 0
1450
+ ],
1451
+ [
1452
+ "g",
1453
+ 0
1454
+ ],
1455
+ [
1456
+ "if",
1457
+ 0
1458
+ ],
1459
+ [
1460
+ "then",
1461
+ 0
1462
+ ]
1463
+ ],
1464
+ [
1465
+ [
1466
+ "g",
1467
+ 0
1468
+ ],
1469
+ [
1470
+ "if",
1471
+ 0
1472
+ ],
1473
+ [
1474
+ "then",
1475
+ 0
1476
+ ]
1477
+ ],
1478
+ [
1479
+ [
1480
+ "if",
1481
+ 0
1482
+ ],
1483
+ [
1484
+ "then",
1485
+ 0
1486
+ ]
1487
+ ]
1488
+ ],
1489
+ "config": {
1490
+ "words": {
1491
+ "hierarchy": [
1492
+ {
1493
+ "child": " ",
1494
+ "parent": "space"
1495
+ },
1496
+ {
1497
+ "child": "0",
1498
+ "parent": "digit"
1499
+ },
1500
+ {
1501
+ "child": "1",
1502
+ "parent": "digit"
1503
+ },
1504
+ {
1505
+ "child": "2",
1506
+ "parent": "digit"
1507
+ },
1508
+ {
1509
+ "child": "3",
1510
+ "parent": "digit"
1511
+ },
1512
+ {
1513
+ "child": "4",
1514
+ "parent": "digit"
1515
+ },
1516
+ {
1517
+ "child": "5",
1518
+ "parent": "digit"
1519
+ },
1520
+ {
1521
+ "child": "6",
1522
+ "parent": "digit"
1523
+ },
1524
+ {
1525
+ "child": "7",
1526
+ "parent": "digit"
1527
+ },
1528
+ {
1529
+ "child": "8",
1530
+ "parent": "digit"
1531
+ },
1532
+ {
1533
+ "child": "9",
1534
+ "parent": "digit"
1535
+ },
1536
+ {
1537
+ "child": "lower",
1538
+ "parent": "letter"
1539
+ },
1540
+ {
1541
+ "child": "upper",
1542
+ "parent": "letter"
1543
+ },
1544
+ {
1545
+ "child": "a",
1546
+ "parent": "lower"
1547
+ },
1548
+ {
1549
+ "child": "b",
1550
+ "parent": "lower"
1551
+ },
1552
+ {
1553
+ "child": "c",
1554
+ "parent": "lower"
1555
+ },
1556
+ {
1557
+ "child": "d",
1558
+ "parent": "lower"
1559
+ },
1560
+ {
1561
+ "child": "e",
1562
+ "parent": "lower"
1563
+ },
1564
+ {
1565
+ "child": "f",
1566
+ "parent": "lower"
1567
+ },
1568
+ {
1569
+ "child": "g",
1570
+ "parent": "lower"
1571
+ },
1572
+ {
1573
+ "child": "h",
1574
+ "parent": "lower"
1575
+ },
1576
+ {
1577
+ "child": "i",
1578
+ "parent": "lower"
1579
+ },
1580
+ {
1581
+ "child": "j",
1582
+ "parent": "lower"
1583
+ },
1584
+ {
1585
+ "child": "k",
1586
+ "parent": "lower"
1587
+ },
1588
+ {
1589
+ "child": "l",
1590
+ "parent": "lower"
1591
+ },
1592
+ {
1593
+ "child": "m",
1594
+ "parent": "lower"
1595
+ },
1596
+ {
1597
+ "child": "n",
1598
+ "parent": "lower"
1599
+ },
1600
+ {
1601
+ "child": "o",
1602
+ "parent": "lower"
1603
+ },
1604
+ {
1605
+ "child": "p",
1606
+ "parent": "lower"
1607
+ },
1608
+ {
1609
+ "child": "q",
1610
+ "parent": "lower"
1611
+ },
1612
+ {
1613
+ "child": "r",
1614
+ "parent": "lower"
1615
+ },
1616
+ {
1617
+ "child": "s",
1618
+ "parent": "lower"
1619
+ },
1620
+ {
1621
+ "child": "t",
1622
+ "parent": "lower"
1623
+ },
1624
+ {
1625
+ "child": "u",
1626
+ "parent": "lower"
1627
+ },
1628
+ {
1629
+ "child": "v",
1630
+ "parent": "lower"
1631
+ },
1632
+ {
1633
+ "child": "w",
1634
+ "parent": "lower"
1635
+ },
1636
+ {
1637
+ "child": "x",
1638
+ "parent": "lower"
1639
+ },
1640
+ {
1641
+ "child": "y",
1642
+ "parent": "lower"
1643
+ },
1644
+ {
1645
+ "child": "z",
1646
+ "parent": "lower"
1647
+ },
1648
+ {
1649
+ "child": "A",
1650
+ "parent": "upper"
1651
+ },
1652
+ {
1653
+ "child": "B",
1654
+ "parent": "upper"
1655
+ },
1656
+ {
1657
+ "child": "C",
1658
+ "parent": "upper"
1659
+ },
1660
+ {
1661
+ "child": "D",
1662
+ "parent": "upper"
1663
+ },
1664
+ {
1665
+ "child": "E",
1666
+ "parent": "upper"
1667
+ },
1668
+ {
1669
+ "child": "F",
1670
+ "parent": "upper"
1671
+ },
1672
+ {
1673
+ "child": "G",
1674
+ "parent": "upper"
1675
+ },
1676
+ {
1677
+ "child": "H",
1678
+ "parent": "upper"
1679
+ },
1680
+ {
1681
+ "child": "I",
1682
+ "parent": "upper"
1683
+ },
1684
+ {
1685
+ "child": "J",
1686
+ "parent": "upper"
1687
+ },
1688
+ {
1689
+ "child": "K",
1690
+ "parent": "upper"
1691
+ },
1692
+ {
1693
+ "child": "L",
1694
+ "parent": "upper"
1695
+ },
1696
+ {
1697
+ "child": "M",
1698
+ "parent": "upper"
1699
+ },
1700
+ {
1701
+ "child": "N",
1702
+ "parent": "upper"
1703
+ },
1704
+ {
1705
+ "child": "O",
1706
+ "parent": "upper"
1707
+ },
1708
+ {
1709
+ "child": "P",
1710
+ "parent": "upper"
1711
+ },
1712
+ {
1713
+ "child": "Q",
1714
+ "parent": "upper"
1715
+ },
1716
+ {
1717
+ "child": "R",
1718
+ "parent": "upper"
1719
+ },
1720
+ {
1721
+ "child": "S",
1722
+ "parent": "upper"
1723
+ },
1724
+ {
1725
+ "child": "T",
1726
+ "parent": "upper"
1727
+ },
1728
+ {
1729
+ "child": "U",
1730
+ "parent": "upper"
1731
+ },
1732
+ {
1733
+ "child": "V",
1734
+ "parent": "upper"
1735
+ },
1736
+ {
1737
+ "child": "W",
1738
+ "parent": "upper"
1739
+ },
1740
+ {
1741
+ "child": "X",
1742
+ "parent": "upper"
1743
+ },
1744
+ {
1745
+ "child": "Y",
1746
+ "parent": "upper"
1747
+ },
1748
+ {
1749
+ "child": "Z",
1750
+ "parent": "upper"
305
1751
  },
306
- "generatedParenthesized": "",
307
- "paraphrases": "a means x",
308
- "paraphrasesParenthesized": "((a) means (x))",
309
- "responses": [
310
- ""
311
- ]
312
- }
313
- ]
314
- },
315
- "paraphrases": [
316
- "a means x"
317
- ],
318
- "paraphrasesParenthesized": [
319
- "((a) means (x))"
320
- ],
321
- "query": "a means x",
322
- "responses": [
323
- ""
324
- ]
325
- },
326
- {
327
- "associations": [
328
- [
329
- [
330
- "f",
331
- 0
332
- ],
333
- [
334
- "g",
335
- 0
336
- ],
337
- [
338
- "if",
339
- 0
340
- ],
341
- [
342
- "then",
343
- 0
344
- ]
345
- ],
346
- [
347
- [
348
- "g",
349
- 0
350
- ],
351
- [
352
- "if",
353
- 0
354
- ],
355
- [
356
- "then",
357
- 0
358
- ]
359
- ],
360
- [
361
- [
362
- "if",
363
- 0
364
- ],
365
- [
366
- "then",
367
- 0
368
- ]
369
- ]
370
- ],
371
- "config": {
372
- "words": {
373
- "f": [
374
1752
  {
375
- "development": true,
376
- "id": "f",
377
- "initial": "{ value: 'f', word: 'f' }"
378
- }
379
- ],
380
- "gq": [
1753
+ "child": "letter",
1754
+ "parent": "alphanumeric"
1755
+ },
1756
+ {
1757
+ "child": "digit",
1758
+ "parent": "alphanumeric"
1759
+ },
1760
+ {
1761
+ "child": "_",
1762
+ "parent": "alphanumeric"
1763
+ },
1764
+ {
1765
+ "child": "~",
1766
+ "parent": "punctuation"
1767
+ },
1768
+ {
1769
+ "child": "!",
1770
+ "parent": "punctuation"
1771
+ },
1772
+ {
1773
+ "child": "@",
1774
+ "parent": "punctuation"
1775
+ },
1776
+ {
1777
+ "child": "#",
1778
+ "parent": "punctuation"
1779
+ },
1780
+ {
1781
+ "child": "$",
1782
+ "parent": "punctuation"
1783
+ },
1784
+ {
1785
+ "child": "%",
1786
+ "parent": "punctuation"
1787
+ },
1788
+ {
1789
+ "child": "^",
1790
+ "parent": "punctuation"
1791
+ },
1792
+ {
1793
+ "child": "&",
1794
+ "parent": "punctuation"
1795
+ },
1796
+ {
1797
+ "child": "*",
1798
+ "parent": "punctuation"
1799
+ },
1800
+ {
1801
+ "child": "(",
1802
+ "parent": "punctuation"
1803
+ },
1804
+ {
1805
+ "child": ")",
1806
+ "parent": "punctuation"
1807
+ },
1808
+ {
1809
+ "child": "+",
1810
+ "parent": "punctuation"
1811
+ },
1812
+ {
1813
+ "child": "-",
1814
+ "parent": "punctuation"
1815
+ },
1816
+ {
1817
+ "child": "=",
1818
+ "parent": "punctuation"
1819
+ },
1820
+ {
1821
+ "child": "[",
1822
+ "parent": "punctuation"
1823
+ },
1824
+ {
1825
+ "child": "]",
1826
+ "parent": "punctuation"
1827
+ },
1828
+ {
1829
+ "child": "{",
1830
+ "parent": "punctuation"
1831
+ },
1832
+ {
1833
+ "child": "}",
1834
+ "parent": "punctuation"
1835
+ },
1836
+ {
1837
+ "child": "\\",
1838
+ "parent": "punctuation"
1839
+ },
1840
+ {
1841
+ "child": "|",
1842
+ "parent": "punctuation"
1843
+ },
1844
+ {
1845
+ "child": ";",
1846
+ "parent": "punctuation"
1847
+ },
1848
+ {
1849
+ "child": ":",
1850
+ "parent": "punctuation"
1851
+ },
1852
+ {
1853
+ "child": ",",
1854
+ "parent": "punctuation"
1855
+ },
1856
+ {
1857
+ "child": "<",
1858
+ "parent": "punctuation"
1859
+ },
1860
+ {
1861
+ "child": ">",
1862
+ "parent": "punctuation"
1863
+ },
1864
+ {
1865
+ "child": "/",
1866
+ "parent": "punctuation"
1867
+ },
1868
+ {
1869
+ "child": "?",
1870
+ "parent": "punctuation"
1871
+ },
1872
+ {
1873
+ "child": "'",
1874
+ "parent": "punctuation"
1875
+ },
381
1876
  {
382
- "development": true,
383
- "id": "g",
384
- "initial": "{ word: 'gq', query: true }"
1877
+ "child": "\"",
1878
+ "parent": "punctuation"
385
1879
  }
386
1880
  ],
387
- "x": [
1881
+ "literals": {
1882
+ "f": [
1883
+ {
1884
+ "development": true,
1885
+ "id": "f",
1886
+ "initial": "{ value: 'f', word: 'f' }"
1887
+ }
1888
+ ],
1889
+ "gq": [
1890
+ {
1891
+ "development": true,
1892
+ "id": "g",
1893
+ "initial": "{ word: 'gq', query: true }"
1894
+ }
1895
+ ],
1896
+ "x": [
1897
+ {
1898
+ "development": true,
1899
+ "id": "x",
1900
+ "initial": "{ value: 'x', word: 'x' }"
1901
+ }
1902
+ ]
1903
+ },
1904
+ "patterns": [
1905
+ {
1906
+ "defs": [
1907
+ {
1908
+ "remove": true,
1909
+ "uuid": "tokenize2"
1910
+ }
1911
+ ],
1912
+ "pattern": [
1913
+ {
1914
+ "type": "space"
1915
+ },
1916
+ {
1917
+ "repeat": true
1918
+ }
1919
+ ]
1920
+ },
388
1921
  {
389
- "development": true,
390
- "id": "x",
391
- "initial": "{ value: 'x', word: 'x' }"
1922
+ "allow_partial_matches": false,
1923
+ "check_spelling": true,
1924
+ "defs": [
1925
+ {
1926
+ "id": "unknown",
1927
+ "initial": "{ value: text, unknown: true }",
1928
+ "uuid": "tokenize2"
1929
+ }
1930
+ ],
1931
+ "is_unknown": true,
1932
+ "pattern": [
1933
+ {
1934
+ "type": "alphanumeric"
1935
+ },
1936
+ {
1937
+ "repeat": true
1938
+ }
1939
+ ],
1940
+ "scale": 0.8
392
1941
  }
393
1942
  ]
394
1943
  }
@@ -426,6 +1975,7 @@
426
1975
  "value": "g",
427
1976
  "word": "g"
428
1977
  },
1978
+ "context_index": 1,
429
1979
  "dead": true,
430
1980
  "default": true,
431
1981
  "level": 1,
@@ -443,6 +1993,7 @@
443
1993
  "word": "if"
444
1994
  },
445
1995
  {
1996
+ "context_index": 3,
446
1997
  "dead": true,
447
1998
  "evalue": {
448
1999
  "verbatim": "this is f response"
@@ -578,15 +2129,22 @@
578
2129
  },
579
2130
  "objects": {
580
2131
  "nameToUUID": {
581
- "meta": "meta1"
2132
+ "gdefaults": "gdefaults2",
2133
+ "meta": "meta1",
2134
+ "tokenize": "tokenize2"
582
2135
  },
583
2136
  "namespaced": {
2137
+ "gdefaults2": {
2138
+ },
584
2139
  "meta1": {
2140
+ },
2141
+ "tokenize2": {
585
2142
  }
586
2143
  },
587
2144
  "processed": [
588
2145
  {
589
2146
  "context": {
2147
+ "context_index": 3,
590
2148
  "dead": true,
591
2149
  "evalue": {
592
2150
  "verbatim": "this is f response"
@@ -647,6 +2205,7 @@
647
2205
  "value": "g",
648
2206
  "word": "g"
649
2207
  },
2208
+ "context_index": 1,
650
2209
  "dead": true,
651
2210
  "default": true,
652
2211
  "level": 1,
@@ -685,6 +2244,144 @@
685
2244
  "responses": [
686
2245
  "",
687
2246
  "this is f response"
2247
+ ],
2248
+ "summaries": [
2249
+ [
2250
+ {
2251
+ "counter": 1,
2252
+ "operators": [
2253
+ [
2254
+ "if",
2255
+ 0
2256
+ ],
2257
+ [
2258
+ "f",
2259
+ 0
2260
+ ],
2261
+ [
2262
+ "then",
2263
+ 0
2264
+ ],
2265
+ [
2266
+ "g",
2267
+ 0
2268
+ ],
2269
+ [
2270
+ "g",
2271
+ 0
2272
+ ]
2273
+ ]
2274
+ },
2275
+ {
2276
+ "counter": 2,
2277
+ "operators": [
2278
+ [
2279
+ "if",
2280
+ 0
2281
+ ],
2282
+ [
2283
+ "f",
2284
+ 1
2285
+ ],
2286
+ [
2287
+ "then",
2288
+ 0
2289
+ ],
2290
+ [
2291
+ "g",
2292
+ 0
2293
+ ],
2294
+ [
2295
+ "g",
2296
+ 0
2297
+ ]
2298
+ ]
2299
+ },
2300
+ {
2301
+ "counter": 3,
2302
+ "operators": [
2303
+ [
2304
+ "if",
2305
+ 0
2306
+ ],
2307
+ [
2308
+ "f",
2309
+ 1
2310
+ ],
2311
+ [
2312
+ "then",
2313
+ 0
2314
+ ],
2315
+ [
2316
+ "g",
2317
+ 1
2318
+ ],
2319
+ [
2320
+ "g",
2321
+ 0
2322
+ ]
2323
+ ]
2324
+ },
2325
+ {
2326
+ "counter": 4,
2327
+ "operators": [
2328
+ [
2329
+ "if",
2330
+ 0
2331
+ ],
2332
+ [
2333
+ "f",
2334
+ 1
2335
+ ],
2336
+ [
2337
+ "then",
2338
+ 0
2339
+ ],
2340
+ [
2341
+ "g",
2342
+ 1
2343
+ ],
2344
+ [
2345
+ "g",
2346
+ 1
2347
+ ]
2348
+ ]
2349
+ },
2350
+ {
2351
+ "counter": 5,
2352
+ "operators": [
2353
+ [
2354
+ "if",
2355
+ 0
2356
+ ],
2357
+ [
2358
+ "f",
2359
+ 1
2360
+ ],
2361
+ [
2362
+ "then",
2363
+ 1
2364
+ ],
2365
+ [
2366
+ "g",
2367
+ 1
2368
+ ]
2369
+ ]
2370
+ },
2371
+ {
2372
+ "counter": 6,
2373
+ "operators": [
2374
+ [
2375
+ "if",
2376
+ 1
2377
+ ],
2378
+ [
2379
+ "g",
2380
+ 1
2381
+ ]
2382
+ ]
2383
+ }
2384
+ ]
688
2385
  ]
689
2386
  },
690
2387
  {
@@ -716,31 +2413,463 @@
716
2413
  ],
717
2414
  "config": {
718
2415
  "words": {
719
- "f": [
2416
+ "hierarchy": [
720
2417
  {
721
- "development": true,
722
- "id": "f",
723
- "initial": "{ value: 'f', word: 'f' }"
724
- }
725
- ],
726
- "gq": [
2418
+ "child": " ",
2419
+ "parent": "space"
2420
+ },
2421
+ {
2422
+ "child": "0",
2423
+ "parent": "digit"
2424
+ },
2425
+ {
2426
+ "child": "1",
2427
+ "parent": "digit"
2428
+ },
2429
+ {
2430
+ "child": "2",
2431
+ "parent": "digit"
2432
+ },
2433
+ {
2434
+ "child": "3",
2435
+ "parent": "digit"
2436
+ },
2437
+ {
2438
+ "child": "4",
2439
+ "parent": "digit"
2440
+ },
2441
+ {
2442
+ "child": "5",
2443
+ "parent": "digit"
2444
+ },
2445
+ {
2446
+ "child": "6",
2447
+ "parent": "digit"
2448
+ },
2449
+ {
2450
+ "child": "7",
2451
+ "parent": "digit"
2452
+ },
2453
+ {
2454
+ "child": "8",
2455
+ "parent": "digit"
2456
+ },
2457
+ {
2458
+ "child": "9",
2459
+ "parent": "digit"
2460
+ },
2461
+ {
2462
+ "child": "lower",
2463
+ "parent": "letter"
2464
+ },
2465
+ {
2466
+ "child": "upper",
2467
+ "parent": "letter"
2468
+ },
2469
+ {
2470
+ "child": "a",
2471
+ "parent": "lower"
2472
+ },
2473
+ {
2474
+ "child": "b",
2475
+ "parent": "lower"
2476
+ },
2477
+ {
2478
+ "child": "c",
2479
+ "parent": "lower"
2480
+ },
2481
+ {
2482
+ "child": "d",
2483
+ "parent": "lower"
2484
+ },
2485
+ {
2486
+ "child": "e",
2487
+ "parent": "lower"
2488
+ },
2489
+ {
2490
+ "child": "f",
2491
+ "parent": "lower"
2492
+ },
2493
+ {
2494
+ "child": "g",
2495
+ "parent": "lower"
2496
+ },
2497
+ {
2498
+ "child": "h",
2499
+ "parent": "lower"
2500
+ },
2501
+ {
2502
+ "child": "i",
2503
+ "parent": "lower"
2504
+ },
2505
+ {
2506
+ "child": "j",
2507
+ "parent": "lower"
2508
+ },
2509
+ {
2510
+ "child": "k",
2511
+ "parent": "lower"
2512
+ },
2513
+ {
2514
+ "child": "l",
2515
+ "parent": "lower"
2516
+ },
2517
+ {
2518
+ "child": "m",
2519
+ "parent": "lower"
2520
+ },
2521
+ {
2522
+ "child": "n",
2523
+ "parent": "lower"
2524
+ },
2525
+ {
2526
+ "child": "o",
2527
+ "parent": "lower"
2528
+ },
2529
+ {
2530
+ "child": "p",
2531
+ "parent": "lower"
2532
+ },
2533
+ {
2534
+ "child": "q",
2535
+ "parent": "lower"
2536
+ },
2537
+ {
2538
+ "child": "r",
2539
+ "parent": "lower"
2540
+ },
2541
+ {
2542
+ "child": "s",
2543
+ "parent": "lower"
2544
+ },
2545
+ {
2546
+ "child": "t",
2547
+ "parent": "lower"
2548
+ },
2549
+ {
2550
+ "child": "u",
2551
+ "parent": "lower"
2552
+ },
2553
+ {
2554
+ "child": "v",
2555
+ "parent": "lower"
2556
+ },
2557
+ {
2558
+ "child": "w",
2559
+ "parent": "lower"
2560
+ },
2561
+ {
2562
+ "child": "x",
2563
+ "parent": "lower"
2564
+ },
2565
+ {
2566
+ "child": "y",
2567
+ "parent": "lower"
2568
+ },
2569
+ {
2570
+ "child": "z",
2571
+ "parent": "lower"
2572
+ },
2573
+ {
2574
+ "child": "A",
2575
+ "parent": "upper"
2576
+ },
2577
+ {
2578
+ "child": "B",
2579
+ "parent": "upper"
2580
+ },
2581
+ {
2582
+ "child": "C",
2583
+ "parent": "upper"
2584
+ },
2585
+ {
2586
+ "child": "D",
2587
+ "parent": "upper"
2588
+ },
2589
+ {
2590
+ "child": "E",
2591
+ "parent": "upper"
2592
+ },
2593
+ {
2594
+ "child": "F",
2595
+ "parent": "upper"
2596
+ },
2597
+ {
2598
+ "child": "G",
2599
+ "parent": "upper"
2600
+ },
2601
+ {
2602
+ "child": "H",
2603
+ "parent": "upper"
2604
+ },
2605
+ {
2606
+ "child": "I",
2607
+ "parent": "upper"
2608
+ },
2609
+ {
2610
+ "child": "J",
2611
+ "parent": "upper"
2612
+ },
2613
+ {
2614
+ "child": "K",
2615
+ "parent": "upper"
2616
+ },
2617
+ {
2618
+ "child": "L",
2619
+ "parent": "upper"
2620
+ },
2621
+ {
2622
+ "child": "M",
2623
+ "parent": "upper"
2624
+ },
2625
+ {
2626
+ "child": "N",
2627
+ "parent": "upper"
2628
+ },
2629
+ {
2630
+ "child": "O",
2631
+ "parent": "upper"
2632
+ },
2633
+ {
2634
+ "child": "P",
2635
+ "parent": "upper"
2636
+ },
2637
+ {
2638
+ "child": "Q",
2639
+ "parent": "upper"
2640
+ },
2641
+ {
2642
+ "child": "R",
2643
+ "parent": "upper"
2644
+ },
2645
+ {
2646
+ "child": "S",
2647
+ "parent": "upper"
2648
+ },
2649
+ {
2650
+ "child": "T",
2651
+ "parent": "upper"
2652
+ },
2653
+ {
2654
+ "child": "U",
2655
+ "parent": "upper"
2656
+ },
2657
+ {
2658
+ "child": "V",
2659
+ "parent": "upper"
2660
+ },
2661
+ {
2662
+ "child": "W",
2663
+ "parent": "upper"
2664
+ },
2665
+ {
2666
+ "child": "X",
2667
+ "parent": "upper"
2668
+ },
2669
+ {
2670
+ "child": "Y",
2671
+ "parent": "upper"
2672
+ },
2673
+ {
2674
+ "child": "Z",
2675
+ "parent": "upper"
2676
+ },
2677
+ {
2678
+ "child": "letter",
2679
+ "parent": "alphanumeric"
2680
+ },
2681
+ {
2682
+ "child": "digit",
2683
+ "parent": "alphanumeric"
2684
+ },
2685
+ {
2686
+ "child": "_",
2687
+ "parent": "alphanumeric"
2688
+ },
2689
+ {
2690
+ "child": "~",
2691
+ "parent": "punctuation"
2692
+ },
2693
+ {
2694
+ "child": "!",
2695
+ "parent": "punctuation"
2696
+ },
2697
+ {
2698
+ "child": "@",
2699
+ "parent": "punctuation"
2700
+ },
2701
+ {
2702
+ "child": "#",
2703
+ "parent": "punctuation"
2704
+ },
2705
+ {
2706
+ "child": "$",
2707
+ "parent": "punctuation"
2708
+ },
2709
+ {
2710
+ "child": "%",
2711
+ "parent": "punctuation"
2712
+ },
2713
+ {
2714
+ "child": "^",
2715
+ "parent": "punctuation"
2716
+ },
2717
+ {
2718
+ "child": "&",
2719
+ "parent": "punctuation"
2720
+ },
2721
+ {
2722
+ "child": "*",
2723
+ "parent": "punctuation"
2724
+ },
2725
+ {
2726
+ "child": "(",
2727
+ "parent": "punctuation"
2728
+ },
2729
+ {
2730
+ "child": ")",
2731
+ "parent": "punctuation"
2732
+ },
2733
+ {
2734
+ "child": "+",
2735
+ "parent": "punctuation"
2736
+ },
2737
+ {
2738
+ "child": "-",
2739
+ "parent": "punctuation"
2740
+ },
2741
+ {
2742
+ "child": "=",
2743
+ "parent": "punctuation"
2744
+ },
2745
+ {
2746
+ "child": "[",
2747
+ "parent": "punctuation"
2748
+ },
2749
+ {
2750
+ "child": "]",
2751
+ "parent": "punctuation"
2752
+ },
2753
+ {
2754
+ "child": "{",
2755
+ "parent": "punctuation"
2756
+ },
2757
+ {
2758
+ "child": "}",
2759
+ "parent": "punctuation"
2760
+ },
2761
+ {
2762
+ "child": "\\",
2763
+ "parent": "punctuation"
2764
+ },
2765
+ {
2766
+ "child": "|",
2767
+ "parent": "punctuation"
2768
+ },
2769
+ {
2770
+ "child": ";",
2771
+ "parent": "punctuation"
2772
+ },
2773
+ {
2774
+ "child": ":",
2775
+ "parent": "punctuation"
2776
+ },
2777
+ {
2778
+ "child": ",",
2779
+ "parent": "punctuation"
2780
+ },
2781
+ {
2782
+ "child": "<",
2783
+ "parent": "punctuation"
2784
+ },
2785
+ {
2786
+ "child": ">",
2787
+ "parent": "punctuation"
2788
+ },
2789
+ {
2790
+ "child": "/",
2791
+ "parent": "punctuation"
2792
+ },
2793
+ {
2794
+ "child": "?",
2795
+ "parent": "punctuation"
2796
+ },
2797
+ {
2798
+ "child": "'",
2799
+ "parent": "punctuation"
2800
+ },
727
2801
  {
728
- "development": true,
729
- "id": "g",
730
- "initial": "{ word: 'gq', query: true }"
2802
+ "child": "\"",
2803
+ "parent": "punctuation"
731
2804
  }
732
2805
  ],
733
- "x": [
2806
+ "literals": {
2807
+ "f": [
2808
+ {
2809
+ "development": true,
2810
+ "id": "f",
2811
+ "initial": "{ value: 'f', word: 'f' }"
2812
+ }
2813
+ ],
2814
+ "gq": [
2815
+ {
2816
+ "development": true,
2817
+ "id": "g",
2818
+ "initial": "{ word: 'gq', query: true }"
2819
+ }
2820
+ ],
2821
+ "x": [
2822
+ {
2823
+ "development": true,
2824
+ "id": "x",
2825
+ "initial": "{ value: 'x', word: 'x' }"
2826
+ }
2827
+ ]
2828
+ },
2829
+ "patterns": [
2830
+ {
2831
+ "defs": [
2832
+ {
2833
+ "remove": true,
2834
+ "uuid": "tokenize2"
2835
+ }
2836
+ ],
2837
+ "pattern": [
2838
+ {
2839
+ "type": "space"
2840
+ },
2841
+ {
2842
+ "repeat": true
2843
+ }
2844
+ ]
2845
+ },
734
2846
  {
735
- "development": true,
736
- "id": "x",
737
- "initial": "{ value: 'x', word: 'x' }"
2847
+ "allow_partial_matches": false,
2848
+ "check_spelling": true,
2849
+ "defs": [
2850
+ {
2851
+ "id": "unknown",
2852
+ "initial": "{ value: text, unknown: true }",
2853
+ "uuid": "tokenize2"
2854
+ }
2855
+ ],
2856
+ "is_unknown": true,
2857
+ "pattern": [
2858
+ {
2859
+ "type": "alphanumeric"
2860
+ },
2861
+ {
2862
+ "repeat": true
2863
+ }
2864
+ ],
2865
+ "scale": 0.8
738
2866
  }
739
2867
  ]
740
2868
  }
741
2869
  },
742
2870
  "contexts": [
743
2871
  {
2872
+ "context_index": 1,
744
2873
  "dead": true,
745
2874
  "default": true,
746
2875
  "from": {
@@ -831,15 +2960,22 @@
831
2960
  },
832
2961
  "objects": {
833
2962
  "nameToUUID": {
834
- "meta": "meta1"
2963
+ "gdefaults": "gdefaults2",
2964
+ "meta": "meta1",
2965
+ "tokenize": "tokenize2"
835
2966
  },
836
2967
  "namespaced": {
2968
+ "gdefaults2": {
2969
+ },
837
2970
  "meta1": {
2971
+ },
2972
+ "tokenize2": {
838
2973
  }
839
2974
  },
840
2975
  "processed": [
841
2976
  {
842
2977
  "context": {
2978
+ "context_index": 1,
843
2979
  "dead": true,
844
2980
  "default": true,
845
2981
  "from": {
@@ -900,6 +3036,53 @@
900
3036
  "query": "undefined means defined",
901
3037
  "responses": [
902
3038
  ""
3039
+ ],
3040
+ "summaries": [
3041
+ [
3042
+ {
3043
+ "counter": 1,
3044
+ "operators": [
3045
+ [
3046
+ "undefined",
3047
+ 0
3048
+ ],
3049
+ [
3050
+ "means",
3051
+ 0
3052
+ ],
3053
+ [
3054
+ "defined",
3055
+ 0
3056
+ ]
3057
+ ]
3058
+ },
3059
+ {
3060
+ "counter": 2,
3061
+ "operators": [
3062
+ [
3063
+ "undefined",
3064
+ 1
3065
+ ],
3066
+ [
3067
+ "means",
3068
+ 0
3069
+ ],
3070
+ [
3071
+ "defined",
3072
+ 0
3073
+ ]
3074
+ ]
3075
+ },
3076
+ {
3077
+ "counter": 3,
3078
+ "operators": [
3079
+ [
3080
+ "means",
3081
+ 1
3082
+ ]
3083
+ ]
3084
+ }
3085
+ ]
903
3086
  ]
904
3087
  }
905
3088
  ]