tpmkms_4wp 8.9.1-beta.9 → 9.0.0-beta.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 (117) hide show
  1. package/common/animals.instance.json +6516 -754
  2. package/common/articles.js +6 -9
  3. package/common/articles.test.json +304 -4
  4. package/common/asking.js +1 -1
  5. package/common/asking.test.json +1599 -140
  6. package/common/avatar.js +8 -0
  7. package/common/avatar.test.json +6008 -2749
  8. package/common/characters.test.json +1371 -95
  9. package/common/colors.instance.json +22685 -1441
  10. package/common/colors.test.json +704 -136
  11. package/common/comparable.instance.json +1302 -169
  12. package/common/comparable.js +12 -12
  13. package/common/comparable.test.json +3239 -558
  14. package/common/concept.js +10 -2
  15. package/common/concept.test.json +2853 -694
  16. package/common/conjunction.js +12 -0
  17. package/common/conjunction.test.json +229 -1
  18. package/common/countable.js +1 -1
  19. package/common/countable.test.json +1306 -48
  20. package/common/crew.instance.json +18984 -1943
  21. package/common/crew.js +19 -0
  22. package/common/crew.test.json +10218 -2145
  23. package/common/currency.js +0 -1
  24. package/common/currency.test.json +948 -64
  25. package/common/dialogues.js +100 -32
  26. package/common/dialogues.test.json +6611 -1905
  27. package/common/dimension.instance.json +751 -82
  28. package/common/dimension.js +16 -2
  29. package/common/dimension.test.json +23680 -11550
  30. package/common/edible.instance.json +21654 -2721
  31. package/common/edible.js +13 -0
  32. package/common/edible.test.json +1580 -304
  33. package/common/emotions.instance.json +2275 -259
  34. package/common/emotions.js +10 -2
  35. package/common/emotions.test.json +1134 -107
  36. package/common/errors.js +0 -2
  37. package/common/errors.test.json +88 -0
  38. package/common/evaluate.test.json +100 -1
  39. package/common/events.test.json +2197 -242
  40. package/common/fastfood.instance.json +82297 -10535
  41. package/common/fastfood.js +96 -9
  42. package/common/fastfood.test.json +65486 -21430
  43. package/common/formulas.instance.json +316 -59
  44. package/common/formulas.test.json +13202 -6757
  45. package/common/gdefaults.js +9 -2
  46. package/common/help.test.json +288 -0
  47. package/common/helpers/concept.js +3 -2
  48. package/common/helpers/properties.js +2 -32
  49. package/common/hierarchy.js +9 -0
  50. package/common/hierarchy.test.json +53813 -17340
  51. package/common/javascript.test.json +214 -11
  52. package/common/kirk.instance.json +309 -9
  53. package/common/kirk.test.json +1123 -254
  54. package/common/length.instance.json +9722 -774
  55. package/common/length.test.json +12055 -8184
  56. package/common/listener.test.json +39 -1
  57. package/common/math.instance.json +285 -58
  58. package/common/math.test.json +38557 -17754
  59. package/common/meta.instance.json +1 -0
  60. package/common/meta.js +8 -8
  61. package/common/meta.test.json +2770 -275
  62. package/common/nameable.js +1 -1
  63. package/common/nameable.test.json +5150 -1475
  64. package/common/negation.test.json +146 -8
  65. package/common/numbers.test.json +234 -0
  66. package/common/ordering.instance.json +3870 -493
  67. package/common/ordering.test.json +2680 -1283
  68. package/common/ordinals.js +11 -1
  69. package/common/ordinals.test.json +627 -3
  70. package/common/people.instance.json +3844 -575
  71. package/common/people.js +0 -14
  72. package/common/people.test.json +27157 -13664
  73. package/common/percentages.js +0 -1
  74. package/common/percentages.test.json +313 -0
  75. package/common/pipboy.instance.json +13577 -1511
  76. package/common/pipboy.js +30 -48
  77. package/common/pipboy.test.json +19335 -6019
  78. package/common/pokemon.instance.json +6014 -731
  79. package/common/pokemon.test.json +1826 -389
  80. package/common/pos.js +15 -5
  81. package/common/pressure.instance.json +2615 -308
  82. package/common/pressure.test.json +2997 -1629
  83. package/common/properties.instance.json +894 -86
  84. package/common/properties.js +17 -26
  85. package/common/properties.test.json +46801 -14612
  86. package/common/punctuation.test.json +327 -0
  87. package/common/reports.instance.json +979 -120
  88. package/common/reports.js +9 -2
  89. package/common/reports.test.json +16653 -2453
  90. package/common/scorekeeper.instance.json +1 -0
  91. package/common/scorekeeper.js +17 -7
  92. package/common/scorekeeper.test.json +42546 -15408
  93. package/common/sizeable.js +1 -1
  94. package/common/sizeable.test.json +1170 -215
  95. package/common/spock.instance.json +309 -9
  96. package/common/spock.test.json +1123 -254
  97. package/common/stgame.js +0 -1
  98. package/common/stgame.test.json +1371 -91
  99. package/common/stm.test.json +842 -9
  100. package/common/tell.test.json +224 -1
  101. package/common/temperature.instance.json +5967 -308
  102. package/common/temperature.test.json +2610 -1272
  103. package/common/testing.test.json +84 -1
  104. package/common/time.test.json +5345 -272
  105. package/common/tokenize.js +3 -2
  106. package/common/tokenize.test.json +39 -0
  107. package/common/ui.instance.json +130 -27
  108. package/common/ui.js +0 -16
  109. package/common/ui.test.json +4620 -140
  110. package/common/weight.instance.json +9915 -777
  111. package/common/weight.js +10 -0
  112. package/common/weight.test.json +18658 -12176
  113. package/common/wp.instance.json +14141 -1542
  114. package/common/wp.js +105 -38
  115. package/common/wp.test.json +61801 -1662
  116. package/common/yesno.test.json +168 -4
  117. 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,133 @@
151
674
  "query": "a means b",
152
675
  "responses": [
153
676
  ""
677
+ ],
678
+ "summaries": [
679
+ {
680
+ "length": 1,
681
+ "summaries": [
682
+ {
683
+ "counter": 1,
684
+ "operators": [
685
+ {
686
+ "marker": [
687
+ "unknown",
688
+ 0
689
+ ],
690
+ "range": {
691
+ "end": 0,
692
+ "start": 0
693
+ }
694
+ },
695
+ {
696
+ "marker": [
697
+ "means",
698
+ 0
699
+ ],
700
+ "range": {
701
+ "end": 6,
702
+ "start": 2
703
+ }
704
+ },
705
+ {
706
+ "marker": [
707
+ "unknown",
708
+ 0
709
+ ],
710
+ "range": {
711
+ "end": 8,
712
+ "start": 8
713
+ }
714
+ }
715
+ ]
716
+ },
717
+ {
718
+ "counter": 2,
719
+ "operators": [
720
+ {
721
+ "marker": [
722
+ "unknown",
723
+ 1
724
+ ],
725
+ "range": {
726
+ "end": 0,
727
+ "start": 0
728
+ }
729
+ },
730
+ {
731
+ "marker": [
732
+ "means",
733
+ 0
734
+ ],
735
+ "range": {
736
+ "end": 6,
737
+ "start": 2
738
+ }
739
+ },
740
+ {
741
+ "marker": [
742
+ "unknown",
743
+ 0
744
+ ],
745
+ "range": {
746
+ "end": 8,
747
+ "start": 8
748
+ }
749
+ }
750
+ ]
751
+ },
752
+ {
753
+ "counter": 3,
754
+ "operators": [
755
+ {
756
+ "marker": [
757
+ "unknown",
758
+ 1
759
+ ],
760
+ "range": {
761
+ "end": 0,
762
+ "start": 0
763
+ }
764
+ },
765
+ {
766
+ "marker": [
767
+ "means",
768
+ 0
769
+ ],
770
+ "range": {
771
+ "end": 6,
772
+ "start": 2
773
+ }
774
+ },
775
+ {
776
+ "marker": [
777
+ "unknown",
778
+ 1
779
+ ],
780
+ "range": {
781
+ "end": 8,
782
+ "start": 8
783
+ }
784
+ }
785
+ ]
786
+ },
787
+ {
788
+ "counter": 4,
789
+ "operators": [
790
+ {
791
+ "marker": [
792
+ "means",
793
+ 1
794
+ ],
795
+ "range": {
796
+ "end": 8,
797
+ "start": 0
798
+ }
799
+ }
800
+ ]
801
+ }
802
+ ]
803
+ }
154
804
  ]
155
805
  },
156
806
  {
@@ -160,6 +810,24 @@
160
810
  "means",
161
811
  0
162
812
  ],
813
+ [
814
+ "unknown",
815
+ 0
816
+ ],
817
+ [
818
+ "x",
819
+ 0
820
+ ]
821
+ ],
822
+ [
823
+ [
824
+ "means",
825
+ 0
826
+ ],
827
+ [
828
+ "unknown",
829
+ 1
830
+ ],
163
831
  [
164
832
  "x",
165
833
  0
@@ -168,227 +836,1216 @@
168
836
  ],
169
837
  "config": {
170
838
  "words": {
171
- "f": [
839
+ "hierarchy": [
840
+ {
841
+ "child": " ",
842
+ "parent": "space"
843
+ },
844
+ {
845
+ "child": "0",
846
+ "parent": "digit"
847
+ },
848
+ {
849
+ "child": "1",
850
+ "parent": "digit"
851
+ },
852
+ {
853
+ "child": "2",
854
+ "parent": "digit"
855
+ },
856
+ {
857
+ "child": "3",
858
+ "parent": "digit"
859
+ },
860
+ {
861
+ "child": "4",
862
+ "parent": "digit"
863
+ },
864
+ {
865
+ "child": "5",
866
+ "parent": "digit"
867
+ },
868
+ {
869
+ "child": "6",
870
+ "parent": "digit"
871
+ },
872
+ {
873
+ "child": "7",
874
+ "parent": "digit"
875
+ },
876
+ {
877
+ "child": "8",
878
+ "parent": "digit"
879
+ },
880
+ {
881
+ "child": "9",
882
+ "parent": "digit"
883
+ },
884
+ {
885
+ "child": "lower",
886
+ "parent": "letter"
887
+ },
888
+ {
889
+ "child": "upper",
890
+ "parent": "letter"
891
+ },
892
+ {
893
+ "child": "a",
894
+ "parent": "lower"
895
+ },
896
+ {
897
+ "child": "b",
898
+ "parent": "lower"
899
+ },
900
+ {
901
+ "child": "c",
902
+ "parent": "lower"
903
+ },
904
+ {
905
+ "child": "d",
906
+ "parent": "lower"
907
+ },
908
+ {
909
+ "child": "e",
910
+ "parent": "lower"
911
+ },
912
+ {
913
+ "child": "f",
914
+ "parent": "lower"
915
+ },
916
+ {
917
+ "child": "g",
918
+ "parent": "lower"
919
+ },
920
+ {
921
+ "child": "h",
922
+ "parent": "lower"
923
+ },
924
+ {
925
+ "child": "i",
926
+ "parent": "lower"
927
+ },
928
+ {
929
+ "child": "j",
930
+ "parent": "lower"
931
+ },
932
+ {
933
+ "child": "k",
934
+ "parent": "lower"
935
+ },
936
+ {
937
+ "child": "l",
938
+ "parent": "lower"
939
+ },
940
+ {
941
+ "child": "m",
942
+ "parent": "lower"
943
+ },
944
+ {
945
+ "child": "n",
946
+ "parent": "lower"
947
+ },
948
+ {
949
+ "child": "o",
950
+ "parent": "lower"
951
+ },
952
+ {
953
+ "child": "p",
954
+ "parent": "lower"
955
+ },
956
+ {
957
+ "child": "q",
958
+ "parent": "lower"
959
+ },
960
+ {
961
+ "child": "r",
962
+ "parent": "lower"
963
+ },
964
+ {
965
+ "child": "s",
966
+ "parent": "lower"
967
+ },
968
+ {
969
+ "child": "t",
970
+ "parent": "lower"
971
+ },
972
+ {
973
+ "child": "u",
974
+ "parent": "lower"
975
+ },
976
+ {
977
+ "child": "v",
978
+ "parent": "lower"
979
+ },
980
+ {
981
+ "child": "w",
982
+ "parent": "lower"
983
+ },
984
+ {
985
+ "child": "x",
986
+ "parent": "lower"
987
+ },
988
+ {
989
+ "child": "y",
990
+ "parent": "lower"
991
+ },
992
+ {
993
+ "child": "z",
994
+ "parent": "lower"
995
+ },
996
+ {
997
+ "child": "A",
998
+ "parent": "upper"
999
+ },
1000
+ {
1001
+ "child": "B",
1002
+ "parent": "upper"
1003
+ },
1004
+ {
1005
+ "child": "C",
1006
+ "parent": "upper"
1007
+ },
1008
+ {
1009
+ "child": "D",
1010
+ "parent": "upper"
1011
+ },
1012
+ {
1013
+ "child": "E",
1014
+ "parent": "upper"
1015
+ },
1016
+ {
1017
+ "child": "F",
1018
+ "parent": "upper"
1019
+ },
1020
+ {
1021
+ "child": "G",
1022
+ "parent": "upper"
1023
+ },
1024
+ {
1025
+ "child": "H",
1026
+ "parent": "upper"
1027
+ },
1028
+ {
1029
+ "child": "I",
1030
+ "parent": "upper"
1031
+ },
1032
+ {
1033
+ "child": "J",
1034
+ "parent": "upper"
1035
+ },
1036
+ {
1037
+ "child": "K",
1038
+ "parent": "upper"
1039
+ },
1040
+ {
1041
+ "child": "L",
1042
+ "parent": "upper"
1043
+ },
1044
+ {
1045
+ "child": "M",
1046
+ "parent": "upper"
1047
+ },
1048
+ {
1049
+ "child": "N",
1050
+ "parent": "upper"
1051
+ },
1052
+ {
1053
+ "child": "O",
1054
+ "parent": "upper"
1055
+ },
1056
+ {
1057
+ "child": "P",
1058
+ "parent": "upper"
1059
+ },
1060
+ {
1061
+ "child": "Q",
1062
+ "parent": "upper"
1063
+ },
1064
+ {
1065
+ "child": "R",
1066
+ "parent": "upper"
1067
+ },
1068
+ {
1069
+ "child": "S",
1070
+ "parent": "upper"
1071
+ },
1072
+ {
1073
+ "child": "T",
1074
+ "parent": "upper"
1075
+ },
1076
+ {
1077
+ "child": "U",
1078
+ "parent": "upper"
1079
+ },
1080
+ {
1081
+ "child": "V",
1082
+ "parent": "upper"
1083
+ },
1084
+ {
1085
+ "child": "W",
1086
+ "parent": "upper"
1087
+ },
1088
+ {
1089
+ "child": "X",
1090
+ "parent": "upper"
1091
+ },
1092
+ {
1093
+ "child": "Y",
1094
+ "parent": "upper"
1095
+ },
1096
+ {
1097
+ "child": "Z",
1098
+ "parent": "upper"
1099
+ },
1100
+ {
1101
+ "child": "letter",
1102
+ "parent": "alphanumeric"
1103
+ },
1104
+ {
1105
+ "child": "digit",
1106
+ "parent": "alphanumeric"
1107
+ },
1108
+ {
1109
+ "child": "_",
1110
+ "parent": "alphanumeric"
1111
+ },
1112
+ {
1113
+ "child": "~",
1114
+ "parent": "punctuation"
1115
+ },
1116
+ {
1117
+ "child": "!",
1118
+ "parent": "punctuation"
1119
+ },
1120
+ {
1121
+ "child": "@",
1122
+ "parent": "punctuation"
1123
+ },
1124
+ {
1125
+ "child": "#",
1126
+ "parent": "punctuation"
1127
+ },
1128
+ {
1129
+ "child": "$",
1130
+ "parent": "punctuation"
1131
+ },
1132
+ {
1133
+ "child": "%",
1134
+ "parent": "punctuation"
1135
+ },
1136
+ {
1137
+ "child": "^",
1138
+ "parent": "punctuation"
1139
+ },
1140
+ {
1141
+ "child": "&",
1142
+ "parent": "punctuation"
1143
+ },
1144
+ {
1145
+ "child": "*",
1146
+ "parent": "punctuation"
1147
+ },
1148
+ {
1149
+ "child": "(",
1150
+ "parent": "punctuation"
1151
+ },
1152
+ {
1153
+ "child": ")",
1154
+ "parent": "punctuation"
1155
+ },
1156
+ {
1157
+ "child": "+",
1158
+ "parent": "punctuation"
1159
+ },
1160
+ {
1161
+ "child": "-",
1162
+ "parent": "punctuation"
1163
+ },
1164
+ {
1165
+ "child": "=",
1166
+ "parent": "punctuation"
1167
+ },
1168
+ {
1169
+ "child": "[",
1170
+ "parent": "punctuation"
1171
+ },
1172
+ {
1173
+ "child": "]",
1174
+ "parent": "punctuation"
1175
+ },
1176
+ {
1177
+ "child": "{",
1178
+ "parent": "punctuation"
1179
+ },
1180
+ {
1181
+ "child": "}",
1182
+ "parent": "punctuation"
1183
+ },
1184
+ {
1185
+ "child": "\\",
1186
+ "parent": "punctuation"
1187
+ },
1188
+ {
1189
+ "child": "|",
1190
+ "parent": "punctuation"
1191
+ },
1192
+ {
1193
+ "child": ";",
1194
+ "parent": "punctuation"
1195
+ },
1196
+ {
1197
+ "child": ":",
1198
+ "parent": "punctuation"
1199
+ },
1200
+ {
1201
+ "child": ",",
1202
+ "parent": "punctuation"
1203
+ },
1204
+ {
1205
+ "child": "<",
1206
+ "parent": "punctuation"
1207
+ },
1208
+ {
1209
+ "child": ">",
1210
+ "parent": "punctuation"
1211
+ },
1212
+ {
1213
+ "child": "/",
1214
+ "parent": "punctuation"
1215
+ },
1216
+ {
1217
+ "child": "?",
1218
+ "parent": "punctuation"
1219
+ },
1220
+ {
1221
+ "child": "'",
1222
+ "parent": "punctuation"
1223
+ },
1224
+ {
1225
+ "child": "\"",
1226
+ "parent": "punctuation"
1227
+ }
1228
+ ],
1229
+ "literals": {
1230
+ "f": [
1231
+ {
1232
+ "development": true,
1233
+ "id": "f",
1234
+ "initial": "{ value: 'f', word: 'f' }"
1235
+ }
1236
+ ],
1237
+ "gq": [
1238
+ {
1239
+ "development": true,
1240
+ "id": "g",
1241
+ "initial": "{ word: 'gq', query: true }"
1242
+ }
1243
+ ],
1244
+ "x": [
1245
+ {
1246
+ "development": true,
1247
+ "id": "x",
1248
+ "initial": "{ value: 'x', word: 'x' }"
1249
+ }
1250
+ ]
1251
+ },
1252
+ "patterns": [
1253
+ {
1254
+ "defs": [
1255
+ {
1256
+ "remove": true,
1257
+ "uuid": "tokenize2"
1258
+ }
1259
+ ],
1260
+ "pattern": [
1261
+ {
1262
+ "type": "space"
1263
+ },
1264
+ {
1265
+ "repeat": true
1266
+ }
1267
+ ]
1268
+ },
1269
+ {
1270
+ "allow_partial_matches": false,
1271
+ "check_spelling": true,
1272
+ "defs": [
1273
+ {
1274
+ "id": "unknown",
1275
+ "initial": "{ value: text, unknown: true }",
1276
+ "uuid": "tokenize2"
1277
+ }
1278
+ ],
1279
+ "is_unknown": true,
1280
+ "pattern": [
1281
+ {
1282
+ "type": "alphanumeric"
1283
+ },
1284
+ {
1285
+ "repeat": true
1286
+ }
1287
+ ],
1288
+ "scale": 0.8
1289
+ }
1290
+ ]
1291
+ }
1292
+ },
1293
+ "contexts": [
1294
+ {
1295
+ "context_index": 1,
1296
+ "dead": true,
1297
+ "default": true,
1298
+ "from": {
1299
+ "dead": true,
1300
+ "level": 1,
1301
+ "marker": "unknown",
1302
+ "range": {
1303
+ "end": 0,
1304
+ "start": 0
1305
+ },
1306
+ "text": "a",
1307
+ "unknown": true,
1308
+ "value": "a",
1309
+ "word": "a"
1310
+ },
1311
+ "level": 1,
1312
+ "marker": "means",
1313
+ "range": {
1314
+ "end": 8,
1315
+ "start": 0
1316
+ },
1317
+ "text": "a means x",
1318
+ "to": {
1319
+ "level": 0,
1320
+ "marker": "x",
1321
+ "range": {
1322
+ "end": 8,
1323
+ "start": 8
1324
+ },
1325
+ "text": "x",
1326
+ "value": "x",
1327
+ "word": "x"
1328
+ },
1329
+ "topLevel": true,
1330
+ "touchedBy": [
1331
+ "meta#call2"
1332
+ ],
1333
+ "value": "means",
1334
+ "word": "means"
1335
+ }
1336
+ ],
1337
+ "generatedParenthesized": [
1338
+ ""
1339
+ ],
1340
+ "metadata": {
1341
+ "opChoices": [
1342
+ {
1343
+ "counter": 1,
1344
+ "op": [
1345
+ "unknown",
1346
+ 0
1347
+ ],
1348
+ "ops": [
1349
+ [
1350
+ "means",
1351
+ 0
1352
+ ],
1353
+ [
1354
+ "unknown",
1355
+ 0
1356
+ ],
1357
+ [
1358
+ "x",
1359
+ 0
1360
+ ]
1361
+ ]
1362
+ },
1363
+ {
1364
+ "counter": 2,
1365
+ "op": [
1366
+ "means",
1367
+ 0
1368
+ ],
1369
+ "ops": [
1370
+ [
1371
+ "means",
1372
+ 0
1373
+ ],
1374
+ [
1375
+ "x",
1376
+ 0
1377
+ ]
1378
+ ]
1379
+ }
1380
+ ]
1381
+ },
1382
+ "objects": {
1383
+ "nameToUUID": {
1384
+ "gdefaults": "gdefaults2",
1385
+ "meta": "meta1",
1386
+ "tokenize": "tokenize2"
1387
+ },
1388
+ "namespaced": {
1389
+ "gdefaults2": {
1390
+ },
1391
+ "meta1": {
1392
+ },
1393
+ "tokenize2": {
1394
+ }
1395
+ },
1396
+ "processed": [
1397
+ {
1398
+ "context": {
1399
+ "context_index": 1,
1400
+ "dead": true,
1401
+ "default": true,
1402
+ "from": {
1403
+ "dead": true,
1404
+ "level": 1,
1405
+ "marker": "unknown",
1406
+ "range": {
1407
+ "end": 0,
1408
+ "start": 0
1409
+ },
1410
+ "text": "a",
1411
+ "unknown": true,
1412
+ "value": "a",
1413
+ "word": "a"
1414
+ },
1415
+ "level": 1,
1416
+ "marker": "means",
1417
+ "range": {
1418
+ "end": 8,
1419
+ "start": 0
1420
+ },
1421
+ "text": "a means x",
1422
+ "to": {
1423
+ "level": 0,
1424
+ "marker": "x",
1425
+ "range": {
1426
+ "end": 8,
1427
+ "start": 8
1428
+ },
1429
+ "text": "x",
1430
+ "value": "x",
1431
+ "word": "x"
1432
+ },
1433
+ "topLevel": true,
1434
+ "touchedBy": [
1435
+ "meta#call2"
1436
+ ],
1437
+ "value": "means",
1438
+ "word": "means"
1439
+ },
1440
+ "generatedParenthesized": "",
1441
+ "paraphrases": "a means x",
1442
+ "paraphrasesParenthesized": "((a) means (x))",
1443
+ "responses": [
1444
+ ""
1445
+ ]
1446
+ }
1447
+ ]
1448
+ },
1449
+ "paraphrases": [
1450
+ "a means x"
1451
+ ],
1452
+ "paraphrasesParenthesized": [
1453
+ "((a) means (x))"
1454
+ ],
1455
+ "query": "a means x",
1456
+ "responses": [
1457
+ ""
1458
+ ],
1459
+ "summaries": [
1460
+ {
1461
+ "length": 1,
1462
+ "summaries": [
1463
+ {
1464
+ "counter": 1,
1465
+ "operators": [
1466
+ {
1467
+ "marker": [
1468
+ "unknown",
1469
+ 0
1470
+ ],
1471
+ "range": {
1472
+ "end": 0,
1473
+ "start": 0
1474
+ }
1475
+ },
1476
+ {
1477
+ "marker": [
1478
+ "means",
1479
+ 0
1480
+ ],
1481
+ "range": {
1482
+ "end": 6,
1483
+ "start": 2
1484
+ }
1485
+ },
1486
+ {
1487
+ "marker": [
1488
+ "x",
1489
+ 0
1490
+ ],
1491
+ "range": {
1492
+ "end": 8,
1493
+ "start": 8
1494
+ }
1495
+ }
1496
+ ]
1497
+ },
1498
+ {
1499
+ "counter": 2,
1500
+ "operators": [
1501
+ {
1502
+ "marker": [
1503
+ "unknown",
1504
+ 1
1505
+ ],
1506
+ "range": {
1507
+ "end": 0,
1508
+ "start": 0
1509
+ }
1510
+ },
1511
+ {
1512
+ "marker": [
1513
+ "means",
1514
+ 0
1515
+ ],
1516
+ "range": {
1517
+ "end": 6,
1518
+ "start": 2
1519
+ }
1520
+ },
1521
+ {
1522
+ "marker": [
1523
+ "x",
1524
+ 0
1525
+ ],
1526
+ "range": {
1527
+ "end": 8,
1528
+ "start": 8
1529
+ }
1530
+ }
1531
+ ]
1532
+ },
1533
+ {
1534
+ "counter": 3,
1535
+ "operators": [
1536
+ {
1537
+ "marker": [
1538
+ "means",
1539
+ 1
1540
+ ],
1541
+ "range": {
1542
+ "end": 8,
1543
+ "start": 0
1544
+ }
1545
+ }
1546
+ ]
1547
+ }
1548
+ ]
1549
+ }
1550
+ ]
1551
+ },
1552
+ {
1553
+ "associations": [
1554
+ [
1555
+ [
1556
+ "f",
1557
+ 0
1558
+ ],
1559
+ [
1560
+ "g",
1561
+ 0
1562
+ ],
1563
+ [
1564
+ "if",
1565
+ 0
1566
+ ],
1567
+ [
1568
+ "then",
1569
+ 0
1570
+ ]
1571
+ ],
1572
+ [
1573
+ [
1574
+ "g",
1575
+ 0
1576
+ ],
1577
+ [
1578
+ "if",
1579
+ 0
1580
+ ],
1581
+ [
1582
+ "then",
1583
+ 0
1584
+ ]
1585
+ ],
1586
+ [
1587
+ [
1588
+ "if",
1589
+ 0
1590
+ ],
1591
+ [
1592
+ "then",
1593
+ 0
1594
+ ]
1595
+ ]
1596
+ ],
1597
+ "config": {
1598
+ "words": {
1599
+ "hierarchy": [
1600
+ {
1601
+ "child": " ",
1602
+ "parent": "space"
1603
+ },
1604
+ {
1605
+ "child": "0",
1606
+ "parent": "digit"
1607
+ },
1608
+ {
1609
+ "child": "1",
1610
+ "parent": "digit"
1611
+ },
1612
+ {
1613
+ "child": "2",
1614
+ "parent": "digit"
1615
+ },
1616
+ {
1617
+ "child": "3",
1618
+ "parent": "digit"
1619
+ },
1620
+ {
1621
+ "child": "4",
1622
+ "parent": "digit"
1623
+ },
1624
+ {
1625
+ "child": "5",
1626
+ "parent": "digit"
1627
+ },
1628
+ {
1629
+ "child": "6",
1630
+ "parent": "digit"
1631
+ },
1632
+ {
1633
+ "child": "7",
1634
+ "parent": "digit"
1635
+ },
1636
+ {
1637
+ "child": "8",
1638
+ "parent": "digit"
1639
+ },
1640
+ {
1641
+ "child": "9",
1642
+ "parent": "digit"
1643
+ },
1644
+ {
1645
+ "child": "lower",
1646
+ "parent": "letter"
1647
+ },
1648
+ {
1649
+ "child": "upper",
1650
+ "parent": "letter"
1651
+ },
1652
+ {
1653
+ "child": "a",
1654
+ "parent": "lower"
1655
+ },
1656
+ {
1657
+ "child": "b",
1658
+ "parent": "lower"
1659
+ },
1660
+ {
1661
+ "child": "c",
1662
+ "parent": "lower"
1663
+ },
1664
+ {
1665
+ "child": "d",
1666
+ "parent": "lower"
1667
+ },
1668
+ {
1669
+ "child": "e",
1670
+ "parent": "lower"
1671
+ },
1672
+ {
1673
+ "child": "f",
1674
+ "parent": "lower"
1675
+ },
1676
+ {
1677
+ "child": "g",
1678
+ "parent": "lower"
1679
+ },
1680
+ {
1681
+ "child": "h",
1682
+ "parent": "lower"
1683
+ },
1684
+ {
1685
+ "child": "i",
1686
+ "parent": "lower"
1687
+ },
1688
+ {
1689
+ "child": "j",
1690
+ "parent": "lower"
1691
+ },
1692
+ {
1693
+ "child": "k",
1694
+ "parent": "lower"
1695
+ },
1696
+ {
1697
+ "child": "l",
1698
+ "parent": "lower"
1699
+ },
1700
+ {
1701
+ "child": "m",
1702
+ "parent": "lower"
1703
+ },
1704
+ {
1705
+ "child": "n",
1706
+ "parent": "lower"
1707
+ },
1708
+ {
1709
+ "child": "o",
1710
+ "parent": "lower"
1711
+ },
1712
+ {
1713
+ "child": "p",
1714
+ "parent": "lower"
1715
+ },
1716
+ {
1717
+ "child": "q",
1718
+ "parent": "lower"
1719
+ },
1720
+ {
1721
+ "child": "r",
1722
+ "parent": "lower"
1723
+ },
1724
+ {
1725
+ "child": "s",
1726
+ "parent": "lower"
1727
+ },
1728
+ {
1729
+ "child": "t",
1730
+ "parent": "lower"
1731
+ },
1732
+ {
1733
+ "child": "u",
1734
+ "parent": "lower"
1735
+ },
1736
+ {
1737
+ "child": "v",
1738
+ "parent": "lower"
1739
+ },
1740
+ {
1741
+ "child": "w",
1742
+ "parent": "lower"
1743
+ },
1744
+ {
1745
+ "child": "x",
1746
+ "parent": "lower"
1747
+ },
1748
+ {
1749
+ "child": "y",
1750
+ "parent": "lower"
1751
+ },
1752
+ {
1753
+ "child": "z",
1754
+ "parent": "lower"
1755
+ },
1756
+ {
1757
+ "child": "A",
1758
+ "parent": "upper"
1759
+ },
1760
+ {
1761
+ "child": "B",
1762
+ "parent": "upper"
1763
+ },
1764
+ {
1765
+ "child": "C",
1766
+ "parent": "upper"
1767
+ },
1768
+ {
1769
+ "child": "D",
1770
+ "parent": "upper"
1771
+ },
1772
+ {
1773
+ "child": "E",
1774
+ "parent": "upper"
1775
+ },
1776
+ {
1777
+ "child": "F",
1778
+ "parent": "upper"
1779
+ },
1780
+ {
1781
+ "child": "G",
1782
+ "parent": "upper"
1783
+ },
1784
+ {
1785
+ "child": "H",
1786
+ "parent": "upper"
1787
+ },
1788
+ {
1789
+ "child": "I",
1790
+ "parent": "upper"
1791
+ },
1792
+ {
1793
+ "child": "J",
1794
+ "parent": "upper"
1795
+ },
1796
+ {
1797
+ "child": "K",
1798
+ "parent": "upper"
1799
+ },
1800
+ {
1801
+ "child": "L",
1802
+ "parent": "upper"
1803
+ },
1804
+ {
1805
+ "child": "M",
1806
+ "parent": "upper"
1807
+ },
1808
+ {
1809
+ "child": "N",
1810
+ "parent": "upper"
1811
+ },
1812
+ {
1813
+ "child": "O",
1814
+ "parent": "upper"
1815
+ },
1816
+ {
1817
+ "child": "P",
1818
+ "parent": "upper"
1819
+ },
1820
+ {
1821
+ "child": "Q",
1822
+ "parent": "upper"
1823
+ },
1824
+ {
1825
+ "child": "R",
1826
+ "parent": "upper"
1827
+ },
1828
+ {
1829
+ "child": "S",
1830
+ "parent": "upper"
1831
+ },
1832
+ {
1833
+ "child": "T",
1834
+ "parent": "upper"
1835
+ },
1836
+ {
1837
+ "child": "U",
1838
+ "parent": "upper"
1839
+ },
1840
+ {
1841
+ "child": "V",
1842
+ "parent": "upper"
1843
+ },
1844
+ {
1845
+ "child": "W",
1846
+ "parent": "upper"
1847
+ },
1848
+ {
1849
+ "child": "X",
1850
+ "parent": "upper"
1851
+ },
1852
+ {
1853
+ "child": "Y",
1854
+ "parent": "upper"
1855
+ },
1856
+ {
1857
+ "child": "Z",
1858
+ "parent": "upper"
1859
+ },
1860
+ {
1861
+ "child": "letter",
1862
+ "parent": "alphanumeric"
1863
+ },
1864
+ {
1865
+ "child": "digit",
1866
+ "parent": "alphanumeric"
1867
+ },
1868
+ {
1869
+ "child": "_",
1870
+ "parent": "alphanumeric"
1871
+ },
1872
+ {
1873
+ "child": "~",
1874
+ "parent": "punctuation"
1875
+ },
1876
+ {
1877
+ "child": "!",
1878
+ "parent": "punctuation"
1879
+ },
1880
+ {
1881
+ "child": "@",
1882
+ "parent": "punctuation"
1883
+ },
1884
+ {
1885
+ "child": "#",
1886
+ "parent": "punctuation"
1887
+ },
1888
+ {
1889
+ "child": "$",
1890
+ "parent": "punctuation"
1891
+ },
1892
+ {
1893
+ "child": "%",
1894
+ "parent": "punctuation"
1895
+ },
1896
+ {
1897
+ "child": "^",
1898
+ "parent": "punctuation"
1899
+ },
1900
+ {
1901
+ "child": "&",
1902
+ "parent": "punctuation"
1903
+ },
1904
+ {
1905
+ "child": "*",
1906
+ "parent": "punctuation"
1907
+ },
1908
+ {
1909
+ "child": "(",
1910
+ "parent": "punctuation"
1911
+ },
1912
+ {
1913
+ "child": ")",
1914
+ "parent": "punctuation"
1915
+ },
1916
+ {
1917
+ "child": "+",
1918
+ "parent": "punctuation"
1919
+ },
1920
+ {
1921
+ "child": "-",
1922
+ "parent": "punctuation"
1923
+ },
1924
+ {
1925
+ "child": "=",
1926
+ "parent": "punctuation"
1927
+ },
1928
+ {
1929
+ "child": "[",
1930
+ "parent": "punctuation"
1931
+ },
1932
+ {
1933
+ "child": "]",
1934
+ "parent": "punctuation"
1935
+ },
1936
+ {
1937
+ "child": "{",
1938
+ "parent": "punctuation"
1939
+ },
1940
+ {
1941
+ "child": "}",
1942
+ "parent": "punctuation"
1943
+ },
1944
+ {
1945
+ "child": "\\",
1946
+ "parent": "punctuation"
1947
+ },
1948
+ {
1949
+ "child": "|",
1950
+ "parent": "punctuation"
1951
+ },
1952
+ {
1953
+ "child": ";",
1954
+ "parent": "punctuation"
1955
+ },
1956
+ {
1957
+ "child": ":",
1958
+ "parent": "punctuation"
1959
+ },
1960
+ {
1961
+ "child": ",",
1962
+ "parent": "punctuation"
1963
+ },
172
1964
  {
173
- "development": true,
174
- "id": "f",
175
- "initial": "{ value: 'f', word: 'f' }"
176
- }
177
- ],
178
- "gq": [
1965
+ "child": "<",
1966
+ "parent": "punctuation"
1967
+ },
179
1968
  {
180
- "development": true,
181
- "id": "g",
182
- "initial": "{ word: 'gq', query: true }"
183
- }
184
- ],
185
- "x": [
1969
+ "child": ">",
1970
+ "parent": "punctuation"
1971
+ },
186
1972
  {
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
1973
+ "child": "/",
1974
+ "parent": "punctuation"
203
1975
  },
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
1976
+ {
1977
+ "child": "?",
1978
+ "parent": "punctuation"
221
1979
  },
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"
1980
+ {
1981
+ "child": "'",
1982
+ "parent": "punctuation"
305
1983
  },
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
1984
  {
375
- "development": true,
376
- "id": "f",
377
- "initial": "{ value: 'f', word: 'f' }"
1985
+ "child": "\"",
1986
+ "parent": "punctuation"
378
1987
  }
379
1988
  ],
380
- "gq": [
1989
+ "literals": {
1990
+ "f": [
1991
+ {
1992
+ "development": true,
1993
+ "id": "f",
1994
+ "initial": "{ value: 'f', word: 'f' }"
1995
+ }
1996
+ ],
1997
+ "gq": [
1998
+ {
1999
+ "development": true,
2000
+ "id": "g",
2001
+ "initial": "{ word: 'gq', query: true }"
2002
+ }
2003
+ ],
2004
+ "x": [
2005
+ {
2006
+ "development": true,
2007
+ "id": "x",
2008
+ "initial": "{ value: 'x', word: 'x' }"
2009
+ }
2010
+ ]
2011
+ },
2012
+ "patterns": [
381
2013
  {
382
- "development": true,
383
- "id": "g",
384
- "initial": "{ word: 'gq', query: true }"
385
- }
386
- ],
387
- "x": [
2014
+ "defs": [
2015
+ {
2016
+ "remove": true,
2017
+ "uuid": "tokenize2"
2018
+ }
2019
+ ],
2020
+ "pattern": [
2021
+ {
2022
+ "type": "space"
2023
+ },
2024
+ {
2025
+ "repeat": true
2026
+ }
2027
+ ]
2028
+ },
388
2029
  {
389
- "development": true,
390
- "id": "x",
391
- "initial": "{ value: 'x', word: 'x' }"
2030
+ "allow_partial_matches": false,
2031
+ "check_spelling": true,
2032
+ "defs": [
2033
+ {
2034
+ "id": "unknown",
2035
+ "initial": "{ value: text, unknown: true }",
2036
+ "uuid": "tokenize2"
2037
+ }
2038
+ ],
2039
+ "is_unknown": true,
2040
+ "pattern": [
2041
+ {
2042
+ "type": "alphanumeric"
2043
+ },
2044
+ {
2045
+ "repeat": true
2046
+ }
2047
+ ],
2048
+ "scale": 0.8
392
2049
  }
393
2050
  ]
394
2051
  }
@@ -426,6 +2083,7 @@
426
2083
  "value": "g",
427
2084
  "word": "g"
428
2085
  },
2086
+ "context_index": 1,
429
2087
  "dead": true,
430
2088
  "default": true,
431
2089
  "level": 1,
@@ -443,6 +2101,7 @@
443
2101
  "word": "if"
444
2102
  },
445
2103
  {
2104
+ "context_index": 3,
446
2105
  "dead": true,
447
2106
  "evalue": {
448
2107
  "verbatim": "this is f response"
@@ -578,15 +2237,22 @@
578
2237
  },
579
2238
  "objects": {
580
2239
  "nameToUUID": {
581
- "meta": "meta1"
2240
+ "gdefaults": "gdefaults2",
2241
+ "meta": "meta1",
2242
+ "tokenize": "tokenize2"
582
2243
  },
583
2244
  "namespaced": {
2245
+ "gdefaults2": {
2246
+ },
584
2247
  "meta1": {
2248
+ },
2249
+ "tokenize2": {
585
2250
  }
586
2251
  },
587
2252
  "processed": [
588
2253
  {
589
2254
  "context": {
2255
+ "context_index": 3,
590
2256
  "dead": true,
591
2257
  "evalue": {
592
2258
  "verbatim": "this is f response"
@@ -647,6 +2313,7 @@
647
2313
  "value": "g",
648
2314
  "word": "g"
649
2315
  },
2316
+ "context_index": 1,
650
2317
  "dead": true,
651
2318
  "default": true,
652
2319
  "level": 1,
@@ -663,28 +2330,325 @@
663
2330
  "value": "if",
664
2331
  "word": "if"
665
2332
  },
666
- "generatedParenthesized": "",
667
- "paraphrases": "if f then g",
668
- "paraphrasesParenthesized": "(if (f) then (g))",
669
- "responses": [
670
- "",
671
- "this is f response"
672
- ]
673
- }
674
- ]
675
- },
676
- "paraphrases": [
677
- "if f then g",
678
- "gq"
679
- ],
680
- "paraphrasesParenthesized": [
681
- "(if (f) then (g))",
682
- "(gq)"
683
- ],
684
- "query": "if f then g gq",
685
- "responses": [
686
- "",
687
- "this is f response"
2333
+ "generatedParenthesized": "",
2334
+ "paraphrases": "if f then g",
2335
+ "paraphrasesParenthesized": "(if (f) then (g))",
2336
+ "responses": [
2337
+ "",
2338
+ "this is f response"
2339
+ ]
2340
+ }
2341
+ ]
2342
+ },
2343
+ "paraphrases": [
2344
+ "if f then g",
2345
+ "gq"
2346
+ ],
2347
+ "paraphrasesParenthesized": [
2348
+ "(if (f) then (g))",
2349
+ "(gq)"
2350
+ ],
2351
+ "query": "if f then g gq",
2352
+ "responses": [
2353
+ "",
2354
+ "this is f response"
2355
+ ],
2356
+ "summaries": [
2357
+ {
2358
+ "length": 2,
2359
+ "summaries": [
2360
+ {
2361
+ "counter": 1,
2362
+ "operators": [
2363
+ {
2364
+ "marker": [
2365
+ "if",
2366
+ 0
2367
+ ],
2368
+ "range": {
2369
+ "end": 1,
2370
+ "start": 0
2371
+ }
2372
+ },
2373
+ {
2374
+ "marker": [
2375
+ "f",
2376
+ 0
2377
+ ],
2378
+ "range": {
2379
+ "end": 3,
2380
+ "start": 3
2381
+ }
2382
+ },
2383
+ {
2384
+ "marker": [
2385
+ "then",
2386
+ 0
2387
+ ],
2388
+ "range": {
2389
+ "end": 8,
2390
+ "start": 5
2391
+ }
2392
+ },
2393
+ {
2394
+ "marker": [
2395
+ "g",
2396
+ 0
2397
+ ],
2398
+ "range": {
2399
+ "end": 10,
2400
+ "start": 10
2401
+ }
2402
+ },
2403
+ {
2404
+ "marker": [
2405
+ "g",
2406
+ 0
2407
+ ],
2408
+ "range": {
2409
+ "end": 13,
2410
+ "start": 12
2411
+ }
2412
+ }
2413
+ ]
2414
+ },
2415
+ {
2416
+ "counter": 2,
2417
+ "operators": [
2418
+ {
2419
+ "marker": [
2420
+ "if",
2421
+ 0
2422
+ ],
2423
+ "range": {
2424
+ "end": 1,
2425
+ "start": 0
2426
+ }
2427
+ },
2428
+ {
2429
+ "marker": [
2430
+ "f",
2431
+ 1
2432
+ ],
2433
+ "range": {
2434
+ "end": 3,
2435
+ "start": 3
2436
+ }
2437
+ },
2438
+ {
2439
+ "marker": [
2440
+ "then",
2441
+ 0
2442
+ ],
2443
+ "range": {
2444
+ "end": 8,
2445
+ "start": 5
2446
+ }
2447
+ },
2448
+ {
2449
+ "marker": [
2450
+ "g",
2451
+ 0
2452
+ ],
2453
+ "range": {
2454
+ "end": 10,
2455
+ "start": 10
2456
+ }
2457
+ },
2458
+ {
2459
+ "marker": [
2460
+ "g",
2461
+ 0
2462
+ ],
2463
+ "range": {
2464
+ "end": 13,
2465
+ "start": 12
2466
+ }
2467
+ }
2468
+ ]
2469
+ },
2470
+ {
2471
+ "counter": 3,
2472
+ "operators": [
2473
+ {
2474
+ "marker": [
2475
+ "if",
2476
+ 0
2477
+ ],
2478
+ "range": {
2479
+ "end": 1,
2480
+ "start": 0
2481
+ }
2482
+ },
2483
+ {
2484
+ "marker": [
2485
+ "f",
2486
+ 1
2487
+ ],
2488
+ "range": {
2489
+ "end": 3,
2490
+ "start": 3
2491
+ }
2492
+ },
2493
+ {
2494
+ "marker": [
2495
+ "then",
2496
+ 0
2497
+ ],
2498
+ "range": {
2499
+ "end": 8,
2500
+ "start": 5
2501
+ }
2502
+ },
2503
+ {
2504
+ "marker": [
2505
+ "g",
2506
+ 1
2507
+ ],
2508
+ "range": {
2509
+ "end": 10,
2510
+ "start": 10
2511
+ }
2512
+ },
2513
+ {
2514
+ "marker": [
2515
+ "g",
2516
+ 0
2517
+ ],
2518
+ "range": {
2519
+ "end": 13,
2520
+ "start": 12
2521
+ }
2522
+ }
2523
+ ]
2524
+ },
2525
+ {
2526
+ "counter": 4,
2527
+ "operators": [
2528
+ {
2529
+ "marker": [
2530
+ "if",
2531
+ 0
2532
+ ],
2533
+ "range": {
2534
+ "end": 1,
2535
+ "start": 0
2536
+ }
2537
+ },
2538
+ {
2539
+ "marker": [
2540
+ "f",
2541
+ 1
2542
+ ],
2543
+ "range": {
2544
+ "end": 3,
2545
+ "start": 3
2546
+ }
2547
+ },
2548
+ {
2549
+ "marker": [
2550
+ "then",
2551
+ 0
2552
+ ],
2553
+ "range": {
2554
+ "end": 8,
2555
+ "start": 5
2556
+ }
2557
+ },
2558
+ {
2559
+ "marker": [
2560
+ "g",
2561
+ 1
2562
+ ],
2563
+ "range": {
2564
+ "end": 10,
2565
+ "start": 10
2566
+ }
2567
+ },
2568
+ {
2569
+ "marker": [
2570
+ "g",
2571
+ 1
2572
+ ],
2573
+ "range": {
2574
+ "end": 13,
2575
+ "start": 12
2576
+ }
2577
+ }
2578
+ ]
2579
+ },
2580
+ {
2581
+ "counter": 5,
2582
+ "operators": [
2583
+ {
2584
+ "marker": [
2585
+ "if",
2586
+ 0
2587
+ ],
2588
+ "range": {
2589
+ "end": 1,
2590
+ "start": 0
2591
+ }
2592
+ },
2593
+ {
2594
+ "marker": [
2595
+ "f",
2596
+ 1
2597
+ ],
2598
+ "range": {
2599
+ "end": 3,
2600
+ "start": 3
2601
+ }
2602
+ },
2603
+ {
2604
+ "marker": [
2605
+ "then",
2606
+ 1
2607
+ ],
2608
+ "range": {
2609
+ "end": 10,
2610
+ "start": 5
2611
+ }
2612
+ },
2613
+ {
2614
+ "marker": [
2615
+ "g",
2616
+ 1
2617
+ ],
2618
+ "range": {
2619
+ "end": 13,
2620
+ "start": 12
2621
+ }
2622
+ }
2623
+ ]
2624
+ },
2625
+ {
2626
+ "counter": 6,
2627
+ "operators": [
2628
+ {
2629
+ "marker": [
2630
+ "if",
2631
+ 1
2632
+ ],
2633
+ "range": {
2634
+ "end": 10,
2635
+ "start": 0
2636
+ }
2637
+ },
2638
+ {
2639
+ "marker": [
2640
+ "g",
2641
+ 1
2642
+ ],
2643
+ "range": {
2644
+ "end": 13,
2645
+ "start": 12
2646
+ }
2647
+ }
2648
+ ]
2649
+ }
2650
+ ]
2651
+ }
688
2652
  ]
689
2653
  },
690
2654
  {
@@ -716,31 +2680,463 @@
716
2680
  ],
717
2681
  "config": {
718
2682
  "words": {
719
- "f": [
2683
+ "hierarchy": [
720
2684
  {
721
- "development": true,
722
- "id": "f",
723
- "initial": "{ value: 'f', word: 'f' }"
724
- }
725
- ],
726
- "gq": [
2685
+ "child": " ",
2686
+ "parent": "space"
2687
+ },
2688
+ {
2689
+ "child": "0",
2690
+ "parent": "digit"
2691
+ },
2692
+ {
2693
+ "child": "1",
2694
+ "parent": "digit"
2695
+ },
2696
+ {
2697
+ "child": "2",
2698
+ "parent": "digit"
2699
+ },
2700
+ {
2701
+ "child": "3",
2702
+ "parent": "digit"
2703
+ },
2704
+ {
2705
+ "child": "4",
2706
+ "parent": "digit"
2707
+ },
2708
+ {
2709
+ "child": "5",
2710
+ "parent": "digit"
2711
+ },
2712
+ {
2713
+ "child": "6",
2714
+ "parent": "digit"
2715
+ },
2716
+ {
2717
+ "child": "7",
2718
+ "parent": "digit"
2719
+ },
2720
+ {
2721
+ "child": "8",
2722
+ "parent": "digit"
2723
+ },
2724
+ {
2725
+ "child": "9",
2726
+ "parent": "digit"
2727
+ },
2728
+ {
2729
+ "child": "lower",
2730
+ "parent": "letter"
2731
+ },
2732
+ {
2733
+ "child": "upper",
2734
+ "parent": "letter"
2735
+ },
2736
+ {
2737
+ "child": "a",
2738
+ "parent": "lower"
2739
+ },
2740
+ {
2741
+ "child": "b",
2742
+ "parent": "lower"
2743
+ },
2744
+ {
2745
+ "child": "c",
2746
+ "parent": "lower"
2747
+ },
2748
+ {
2749
+ "child": "d",
2750
+ "parent": "lower"
2751
+ },
2752
+ {
2753
+ "child": "e",
2754
+ "parent": "lower"
2755
+ },
2756
+ {
2757
+ "child": "f",
2758
+ "parent": "lower"
2759
+ },
2760
+ {
2761
+ "child": "g",
2762
+ "parent": "lower"
2763
+ },
2764
+ {
2765
+ "child": "h",
2766
+ "parent": "lower"
2767
+ },
2768
+ {
2769
+ "child": "i",
2770
+ "parent": "lower"
2771
+ },
2772
+ {
2773
+ "child": "j",
2774
+ "parent": "lower"
2775
+ },
2776
+ {
2777
+ "child": "k",
2778
+ "parent": "lower"
2779
+ },
2780
+ {
2781
+ "child": "l",
2782
+ "parent": "lower"
2783
+ },
2784
+ {
2785
+ "child": "m",
2786
+ "parent": "lower"
2787
+ },
2788
+ {
2789
+ "child": "n",
2790
+ "parent": "lower"
2791
+ },
2792
+ {
2793
+ "child": "o",
2794
+ "parent": "lower"
2795
+ },
2796
+ {
2797
+ "child": "p",
2798
+ "parent": "lower"
2799
+ },
2800
+ {
2801
+ "child": "q",
2802
+ "parent": "lower"
2803
+ },
2804
+ {
2805
+ "child": "r",
2806
+ "parent": "lower"
2807
+ },
2808
+ {
2809
+ "child": "s",
2810
+ "parent": "lower"
2811
+ },
2812
+ {
2813
+ "child": "t",
2814
+ "parent": "lower"
2815
+ },
2816
+ {
2817
+ "child": "u",
2818
+ "parent": "lower"
2819
+ },
2820
+ {
2821
+ "child": "v",
2822
+ "parent": "lower"
2823
+ },
2824
+ {
2825
+ "child": "w",
2826
+ "parent": "lower"
2827
+ },
2828
+ {
2829
+ "child": "x",
2830
+ "parent": "lower"
2831
+ },
2832
+ {
2833
+ "child": "y",
2834
+ "parent": "lower"
2835
+ },
2836
+ {
2837
+ "child": "z",
2838
+ "parent": "lower"
2839
+ },
2840
+ {
2841
+ "child": "A",
2842
+ "parent": "upper"
2843
+ },
2844
+ {
2845
+ "child": "B",
2846
+ "parent": "upper"
2847
+ },
2848
+ {
2849
+ "child": "C",
2850
+ "parent": "upper"
2851
+ },
2852
+ {
2853
+ "child": "D",
2854
+ "parent": "upper"
2855
+ },
2856
+ {
2857
+ "child": "E",
2858
+ "parent": "upper"
2859
+ },
2860
+ {
2861
+ "child": "F",
2862
+ "parent": "upper"
2863
+ },
2864
+ {
2865
+ "child": "G",
2866
+ "parent": "upper"
2867
+ },
2868
+ {
2869
+ "child": "H",
2870
+ "parent": "upper"
2871
+ },
2872
+ {
2873
+ "child": "I",
2874
+ "parent": "upper"
2875
+ },
2876
+ {
2877
+ "child": "J",
2878
+ "parent": "upper"
2879
+ },
2880
+ {
2881
+ "child": "K",
2882
+ "parent": "upper"
2883
+ },
2884
+ {
2885
+ "child": "L",
2886
+ "parent": "upper"
2887
+ },
2888
+ {
2889
+ "child": "M",
2890
+ "parent": "upper"
2891
+ },
2892
+ {
2893
+ "child": "N",
2894
+ "parent": "upper"
2895
+ },
2896
+ {
2897
+ "child": "O",
2898
+ "parent": "upper"
2899
+ },
2900
+ {
2901
+ "child": "P",
2902
+ "parent": "upper"
2903
+ },
2904
+ {
2905
+ "child": "Q",
2906
+ "parent": "upper"
2907
+ },
2908
+ {
2909
+ "child": "R",
2910
+ "parent": "upper"
2911
+ },
2912
+ {
2913
+ "child": "S",
2914
+ "parent": "upper"
2915
+ },
2916
+ {
2917
+ "child": "T",
2918
+ "parent": "upper"
2919
+ },
2920
+ {
2921
+ "child": "U",
2922
+ "parent": "upper"
2923
+ },
2924
+ {
2925
+ "child": "V",
2926
+ "parent": "upper"
2927
+ },
2928
+ {
2929
+ "child": "W",
2930
+ "parent": "upper"
2931
+ },
2932
+ {
2933
+ "child": "X",
2934
+ "parent": "upper"
2935
+ },
2936
+ {
2937
+ "child": "Y",
2938
+ "parent": "upper"
2939
+ },
2940
+ {
2941
+ "child": "Z",
2942
+ "parent": "upper"
2943
+ },
2944
+ {
2945
+ "child": "letter",
2946
+ "parent": "alphanumeric"
2947
+ },
2948
+ {
2949
+ "child": "digit",
2950
+ "parent": "alphanumeric"
2951
+ },
2952
+ {
2953
+ "child": "_",
2954
+ "parent": "alphanumeric"
2955
+ },
2956
+ {
2957
+ "child": "~",
2958
+ "parent": "punctuation"
2959
+ },
2960
+ {
2961
+ "child": "!",
2962
+ "parent": "punctuation"
2963
+ },
2964
+ {
2965
+ "child": "@",
2966
+ "parent": "punctuation"
2967
+ },
2968
+ {
2969
+ "child": "#",
2970
+ "parent": "punctuation"
2971
+ },
2972
+ {
2973
+ "child": "$",
2974
+ "parent": "punctuation"
2975
+ },
2976
+ {
2977
+ "child": "%",
2978
+ "parent": "punctuation"
2979
+ },
2980
+ {
2981
+ "child": "^",
2982
+ "parent": "punctuation"
2983
+ },
2984
+ {
2985
+ "child": "&",
2986
+ "parent": "punctuation"
2987
+ },
2988
+ {
2989
+ "child": "*",
2990
+ "parent": "punctuation"
2991
+ },
2992
+ {
2993
+ "child": "(",
2994
+ "parent": "punctuation"
2995
+ },
2996
+ {
2997
+ "child": ")",
2998
+ "parent": "punctuation"
2999
+ },
3000
+ {
3001
+ "child": "+",
3002
+ "parent": "punctuation"
3003
+ },
3004
+ {
3005
+ "child": "-",
3006
+ "parent": "punctuation"
3007
+ },
3008
+ {
3009
+ "child": "=",
3010
+ "parent": "punctuation"
3011
+ },
3012
+ {
3013
+ "child": "[",
3014
+ "parent": "punctuation"
3015
+ },
3016
+ {
3017
+ "child": "]",
3018
+ "parent": "punctuation"
3019
+ },
3020
+ {
3021
+ "child": "{",
3022
+ "parent": "punctuation"
3023
+ },
3024
+ {
3025
+ "child": "}",
3026
+ "parent": "punctuation"
3027
+ },
3028
+ {
3029
+ "child": "\\",
3030
+ "parent": "punctuation"
3031
+ },
3032
+ {
3033
+ "child": "|",
3034
+ "parent": "punctuation"
3035
+ },
3036
+ {
3037
+ "child": ";",
3038
+ "parent": "punctuation"
3039
+ },
3040
+ {
3041
+ "child": ":",
3042
+ "parent": "punctuation"
3043
+ },
3044
+ {
3045
+ "child": ",",
3046
+ "parent": "punctuation"
3047
+ },
3048
+ {
3049
+ "child": "<",
3050
+ "parent": "punctuation"
3051
+ },
3052
+ {
3053
+ "child": ">",
3054
+ "parent": "punctuation"
3055
+ },
3056
+ {
3057
+ "child": "/",
3058
+ "parent": "punctuation"
3059
+ },
3060
+ {
3061
+ "child": "?",
3062
+ "parent": "punctuation"
3063
+ },
3064
+ {
3065
+ "child": "'",
3066
+ "parent": "punctuation"
3067
+ },
727
3068
  {
728
- "development": true,
729
- "id": "g",
730
- "initial": "{ word: 'gq', query: true }"
3069
+ "child": "\"",
3070
+ "parent": "punctuation"
731
3071
  }
732
3072
  ],
733
- "x": [
3073
+ "literals": {
3074
+ "f": [
3075
+ {
3076
+ "development": true,
3077
+ "id": "f",
3078
+ "initial": "{ value: 'f', word: 'f' }"
3079
+ }
3080
+ ],
3081
+ "gq": [
3082
+ {
3083
+ "development": true,
3084
+ "id": "g",
3085
+ "initial": "{ word: 'gq', query: true }"
3086
+ }
3087
+ ],
3088
+ "x": [
3089
+ {
3090
+ "development": true,
3091
+ "id": "x",
3092
+ "initial": "{ value: 'x', word: 'x' }"
3093
+ }
3094
+ ]
3095
+ },
3096
+ "patterns": [
3097
+ {
3098
+ "defs": [
3099
+ {
3100
+ "remove": true,
3101
+ "uuid": "tokenize2"
3102
+ }
3103
+ ],
3104
+ "pattern": [
3105
+ {
3106
+ "type": "space"
3107
+ },
3108
+ {
3109
+ "repeat": true
3110
+ }
3111
+ ]
3112
+ },
734
3113
  {
735
- "development": true,
736
- "id": "x",
737
- "initial": "{ value: 'x', word: 'x' }"
3114
+ "allow_partial_matches": false,
3115
+ "check_spelling": true,
3116
+ "defs": [
3117
+ {
3118
+ "id": "unknown",
3119
+ "initial": "{ value: text, unknown: true }",
3120
+ "uuid": "tokenize2"
3121
+ }
3122
+ ],
3123
+ "is_unknown": true,
3124
+ "pattern": [
3125
+ {
3126
+ "type": "alphanumeric"
3127
+ },
3128
+ {
3129
+ "repeat": true
3130
+ }
3131
+ ],
3132
+ "scale": 0.8
738
3133
  }
739
3134
  ]
740
3135
  }
741
3136
  },
742
3137
  "contexts": [
743
3138
  {
3139
+ "context_index": 1,
744
3140
  "dead": true,
745
3141
  "default": true,
746
3142
  "from": {
@@ -831,15 +3227,22 @@
831
3227
  },
832
3228
  "objects": {
833
3229
  "nameToUUID": {
834
- "meta": "meta1"
3230
+ "gdefaults": "gdefaults2",
3231
+ "meta": "meta1",
3232
+ "tokenize": "tokenize2"
835
3233
  },
836
3234
  "namespaced": {
3235
+ "gdefaults2": {
3236
+ },
837
3237
  "meta1": {
3238
+ },
3239
+ "tokenize2": {
838
3240
  }
839
3241
  },
840
3242
  "processed": [
841
3243
  {
842
3244
  "context": {
3245
+ "context_index": 1,
843
3246
  "dead": true,
844
3247
  "default": true,
845
3248
  "from": {
@@ -900,6 +3303,98 @@
900
3303
  "query": "undefined means defined",
901
3304
  "responses": [
902
3305
  ""
3306
+ ],
3307
+ "summaries": [
3308
+ {
3309
+ "length": 1,
3310
+ "summaries": [
3311
+ {
3312
+ "counter": 1,
3313
+ "operators": [
3314
+ {
3315
+ "marker": [
3316
+ "undefined",
3317
+ 0
3318
+ ],
3319
+ "range": {
3320
+ "end": 8,
3321
+ "start": 0
3322
+ }
3323
+ },
3324
+ {
3325
+ "marker": [
3326
+ "means",
3327
+ 0
3328
+ ],
3329
+ "range": {
3330
+ "end": 14,
3331
+ "start": 10
3332
+ }
3333
+ },
3334
+ {
3335
+ "marker": [
3336
+ "defined",
3337
+ 0
3338
+ ],
3339
+ "range": {
3340
+ "end": 22,
3341
+ "start": 16
3342
+ }
3343
+ }
3344
+ ]
3345
+ },
3346
+ {
3347
+ "counter": 2,
3348
+ "operators": [
3349
+ {
3350
+ "marker": [
3351
+ "undefined",
3352
+ 1
3353
+ ],
3354
+ "range": {
3355
+ "end": 8,
3356
+ "start": 0
3357
+ }
3358
+ },
3359
+ {
3360
+ "marker": [
3361
+ "means",
3362
+ 0
3363
+ ],
3364
+ "range": {
3365
+ "end": 14,
3366
+ "start": 10
3367
+ }
3368
+ },
3369
+ {
3370
+ "marker": [
3371
+ "defined",
3372
+ 0
3373
+ ],
3374
+ "range": {
3375
+ "end": 22,
3376
+ "start": 16
3377
+ }
3378
+ }
3379
+ ]
3380
+ },
3381
+ {
3382
+ "counter": 3,
3383
+ "operators": [
3384
+ {
3385
+ "marker": [
3386
+ "means",
3387
+ 1
3388
+ ],
3389
+ "range": {
3390
+ "end": 22,
3391
+ "start": 0
3392
+ }
3393
+ }
3394
+ ]
3395
+ }
3396
+ ]
3397
+ }
903
3398
  ]
904
3399
  }
905
3400
  ]