tpmkms_4wp 8.9.1-beta.25 → 8.9.1-beta.27

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
@@ -28,105 +28,577 @@
28
28
  ],
29
29
  "config": {
30
30
  "words": {
31
- "(": [
31
+ "hierarchy": [
32
32
  {
33
- "id": "leftParenthesis",
34
- "initial": "{\"word\":\"(\",\"value\":\"(\",\"depth\":\"+\"}",
35
- "word": "("
36
- }
37
- ],
38
- ")": [
33
+ "child": " ",
34
+ "parent": "space"
35
+ },
39
36
  {
40
- "id": "rightParenthesis",
41
- "initial": "{\"word\":\")\",\"value\":\")\",\"depth\":\"-\"}",
42
- "word": ")"
43
- }
44
- ],
45
- ",": [
37
+ "child": "0",
38
+ "parent": "digit"
39
+ },
46
40
  {
47
- "id": "comma",
48
- "initial": "{\"word\":\",\",\"value\":\",\",\"depth\":\"+\"}",
49
- "word": ","
50
- }
51
- ],
52
- ":": [
41
+ "child": "1",
42
+ "parent": "digit"
43
+ },
53
44
  {
54
- "id": "colon",
55
- "initial": "{ value: \":\"}"
56
- }
57
- ],
58
- "?": [
45
+ "child": "2",
46
+ "parent": "digit"
47
+ },
59
48
  {
60
- "id": "questionMark",
61
- "initial": "{}"
62
- }
63
- ],
64
- "are": [
49
+ "child": "3",
50
+ "parent": "digit"
51
+ },
65
52
  {
66
- "id": "is",
67
- "initial": "{ number: 'many' }"
53
+ "child": "4",
54
+ "parent": "digit"
68
55
  },
69
56
  {
70
- "id": "isEd",
71
- "initial": "{ number: 'many' }"
72
- }
73
- ],
74
- "brief": [
57
+ "child": "5",
58
+ "parent": "digit"
59
+ },
75
60
  {
76
- "id": "briefOrWordy",
77
- "initial": "{ value: 'brief' }"
78
- }
79
- ],
80
- "do": [
61
+ "child": "6",
62
+ "parent": "digit"
63
+ },
81
64
  {
82
- "id": "does",
83
- "initial": "{ number: 'many' }"
84
- }
85
- ],
86
- "does": [
65
+ "child": "7",
66
+ "parent": "digit"
67
+ },
87
68
  {
88
- "id": "does",
89
- "initial": "{ number: 'one' }"
90
- }
91
- ],
92
- "is": [
69
+ "child": "8",
70
+ "parent": "digit"
71
+ },
93
72
  {
94
- "id": "is",
95
- "initial": "{ number: 'one' }"
73
+ "child": "9",
74
+ "parent": "digit"
96
75
  },
97
76
  {
98
- "id": "isEd",
99
- "initial": "{ number: 'one' }"
100
- }
101
- ],
102
- "no": [
77
+ "child": "lower",
78
+ "parent": "letter"
79
+ },
103
80
  {
104
- "id": "yesno",
105
- "initial": "{ value: false }"
106
- }
107
- ],
108
- "the": [
81
+ "child": "upper",
82
+ "parent": "letter"
83
+ },
109
84
  {
110
- "id": "the",
111
- "initial": "{ modifiers: [] }"
112
- }
113
- ],
114
- "who": [
85
+ "child": "a",
86
+ "parent": "lower"
87
+ },
115
88
  {
116
- "id": "what",
117
- "initial": "{ modifiers: [], query: true }"
118
- }
119
- ],
120
- "wordy": [
89
+ "child": "b",
90
+ "parent": "lower"
91
+ },
92
+ {
93
+ "child": "c",
94
+ "parent": "lower"
95
+ },
96
+ {
97
+ "child": "d",
98
+ "parent": "lower"
99
+ },
100
+ {
101
+ "child": "e",
102
+ "parent": "lower"
103
+ },
104
+ {
105
+ "child": "f",
106
+ "parent": "lower"
107
+ },
108
+ {
109
+ "child": "g",
110
+ "parent": "lower"
111
+ },
112
+ {
113
+ "child": "h",
114
+ "parent": "lower"
115
+ },
116
+ {
117
+ "child": "i",
118
+ "parent": "lower"
119
+ },
120
+ {
121
+ "child": "j",
122
+ "parent": "lower"
123
+ },
124
+ {
125
+ "child": "k",
126
+ "parent": "lower"
127
+ },
128
+ {
129
+ "child": "l",
130
+ "parent": "lower"
131
+ },
132
+ {
133
+ "child": "m",
134
+ "parent": "lower"
135
+ },
136
+ {
137
+ "child": "n",
138
+ "parent": "lower"
139
+ },
140
+ {
141
+ "child": "o",
142
+ "parent": "lower"
143
+ },
144
+ {
145
+ "child": "p",
146
+ "parent": "lower"
147
+ },
148
+ {
149
+ "child": "q",
150
+ "parent": "lower"
151
+ },
152
+ {
153
+ "child": "r",
154
+ "parent": "lower"
155
+ },
156
+ {
157
+ "child": "s",
158
+ "parent": "lower"
159
+ },
160
+ {
161
+ "child": "t",
162
+ "parent": "lower"
163
+ },
164
+ {
165
+ "child": "u",
166
+ "parent": "lower"
167
+ },
168
+ {
169
+ "child": "v",
170
+ "parent": "lower"
171
+ },
172
+ {
173
+ "child": "w",
174
+ "parent": "lower"
175
+ },
176
+ {
177
+ "child": "x",
178
+ "parent": "lower"
179
+ },
180
+ {
181
+ "child": "y",
182
+ "parent": "lower"
183
+ },
184
+ {
185
+ "child": "z",
186
+ "parent": "lower"
187
+ },
188
+ {
189
+ "child": "A",
190
+ "parent": "upper"
191
+ },
192
+ {
193
+ "child": "B",
194
+ "parent": "upper"
195
+ },
196
+ {
197
+ "child": "C",
198
+ "parent": "upper"
199
+ },
200
+ {
201
+ "child": "D",
202
+ "parent": "upper"
203
+ },
204
+ {
205
+ "child": "E",
206
+ "parent": "upper"
207
+ },
208
+ {
209
+ "child": "F",
210
+ "parent": "upper"
211
+ },
212
+ {
213
+ "child": "G",
214
+ "parent": "upper"
215
+ },
216
+ {
217
+ "child": "H",
218
+ "parent": "upper"
219
+ },
220
+ {
221
+ "child": "I",
222
+ "parent": "upper"
223
+ },
224
+ {
225
+ "child": "J",
226
+ "parent": "upper"
227
+ },
228
+ {
229
+ "child": "K",
230
+ "parent": "upper"
231
+ },
232
+ {
233
+ "child": "L",
234
+ "parent": "upper"
235
+ },
236
+ {
237
+ "child": "M",
238
+ "parent": "upper"
239
+ },
240
+ {
241
+ "child": "N",
242
+ "parent": "upper"
243
+ },
244
+ {
245
+ "child": "O",
246
+ "parent": "upper"
247
+ },
248
+ {
249
+ "child": "P",
250
+ "parent": "upper"
251
+ },
252
+ {
253
+ "child": "Q",
254
+ "parent": "upper"
255
+ },
256
+ {
257
+ "child": "R",
258
+ "parent": "upper"
259
+ },
260
+ {
261
+ "child": "S",
262
+ "parent": "upper"
263
+ },
264
+ {
265
+ "child": "T",
266
+ "parent": "upper"
267
+ },
268
+ {
269
+ "child": "U",
270
+ "parent": "upper"
271
+ },
272
+ {
273
+ "child": "V",
274
+ "parent": "upper"
275
+ },
276
+ {
277
+ "child": "W",
278
+ "parent": "upper"
279
+ },
280
+ {
281
+ "child": "X",
282
+ "parent": "upper"
283
+ },
284
+ {
285
+ "child": "Y",
286
+ "parent": "upper"
287
+ },
288
+ {
289
+ "child": "Z",
290
+ "parent": "upper"
291
+ },
292
+ {
293
+ "child": "letter",
294
+ "parent": "alphanumeric"
295
+ },
296
+ {
297
+ "child": "digit",
298
+ "parent": "alphanumeric"
299
+ },
300
+ {
301
+ "child": "_",
302
+ "parent": "alphanumeric"
303
+ },
304
+ {
305
+ "child": "~",
306
+ "parent": "punctuation"
307
+ },
308
+ {
309
+ "child": "!",
310
+ "parent": "punctuation"
311
+ },
312
+ {
313
+ "child": "@",
314
+ "parent": "punctuation"
315
+ },
316
+ {
317
+ "child": "#",
318
+ "parent": "punctuation"
319
+ },
320
+ {
321
+ "child": "$",
322
+ "parent": "punctuation"
323
+ },
324
+ {
325
+ "child": "%",
326
+ "parent": "punctuation"
327
+ },
328
+ {
329
+ "child": "^",
330
+ "parent": "punctuation"
331
+ },
332
+ {
333
+ "child": "&",
334
+ "parent": "punctuation"
335
+ },
336
+ {
337
+ "child": "*",
338
+ "parent": "punctuation"
339
+ },
340
+ {
341
+ "child": "(",
342
+ "parent": "punctuation"
343
+ },
344
+ {
345
+ "child": ")",
346
+ "parent": "punctuation"
347
+ },
348
+ {
349
+ "child": "+",
350
+ "parent": "punctuation"
351
+ },
352
+ {
353
+ "child": "-",
354
+ "parent": "punctuation"
355
+ },
356
+ {
357
+ "child": "=",
358
+ "parent": "punctuation"
359
+ },
360
+ {
361
+ "child": "[",
362
+ "parent": "punctuation"
363
+ },
364
+ {
365
+ "child": "]",
366
+ "parent": "punctuation"
367
+ },
368
+ {
369
+ "child": "{",
370
+ "parent": "punctuation"
371
+ },
372
+ {
373
+ "child": "}",
374
+ "parent": "punctuation"
375
+ },
376
+ {
377
+ "child": "\\",
378
+ "parent": "punctuation"
379
+ },
380
+ {
381
+ "child": "|",
382
+ "parent": "punctuation"
383
+ },
384
+ {
385
+ "child": ";",
386
+ "parent": "punctuation"
387
+ },
388
+ {
389
+ "child": ":",
390
+ "parent": "punctuation"
391
+ },
392
+ {
393
+ "child": ",",
394
+ "parent": "punctuation"
395
+ },
396
+ {
397
+ "child": "<",
398
+ "parent": "punctuation"
399
+ },
400
+ {
401
+ "child": ">",
402
+ "parent": "punctuation"
403
+ },
404
+ {
405
+ "child": "/",
406
+ "parent": "punctuation"
407
+ },
408
+ {
409
+ "child": "?",
410
+ "parent": "punctuation"
411
+ },
412
+ {
413
+ "child": "'",
414
+ "parent": "punctuation"
415
+ },
121
416
  {
122
- "id": "briefOrWordy",
123
- "initial": "{ value: 'wordy' }"
417
+ "child": "\"",
418
+ "parent": "punctuation"
124
419
  }
125
420
  ],
126
- "yes": [
421
+ "literals": {
422
+ "\"": [
423
+ {
424
+ "id": "doubleQuote",
425
+ "initial": "{\"word\":\"\\\"\",\"depth\":\"+\"}",
426
+ "word": "\""
427
+ }
428
+ ],
429
+ "(": [
430
+ {
431
+ "id": "leftParenthesis",
432
+ "initial": "{\"word\":\"(\",\"value\":\"(\",\"depth\":\"+\"}",
433
+ "word": "("
434
+ }
435
+ ],
436
+ ")": [
437
+ {
438
+ "id": "rightParenthesis",
439
+ "initial": "{\"word\":\")\",\"value\":\")\",\"depth\":\"-\"}",
440
+ "word": ")"
441
+ }
442
+ ],
443
+ ",": [
444
+ {
445
+ "id": "comma",
446
+ "initial": "{\"word\":\",\",\"value\":\",\",\"depth\":\"+\"}",
447
+ "word": ","
448
+ }
449
+ ],
450
+ ".": [
451
+ {
452
+ "id": "endOfSentence",
453
+ "initial": "{ value: \"endOfSentence\"}"
454
+ }
455
+ ],
456
+ ":": [
457
+ {
458
+ "id": "colon",
459
+ "initial": "{ value: \"colon\"}"
460
+ }
461
+ ],
462
+ "?": [
463
+ {
464
+ "id": "questionMark",
465
+ "initial": "{}"
466
+ }
467
+ ],
468
+ "are": [
469
+ {
470
+ "id": "is",
471
+ "initial": "{ number: 'many' }"
472
+ },
473
+ {
474
+ "id": "isEd",
475
+ "initial": "{ number: 'many' }"
476
+ }
477
+ ],
478
+ "brief": [
479
+ {
480
+ "id": "briefOrWordy",
481
+ "initial": "{ value: 'brief' }"
482
+ }
483
+ ],
484
+ "do": [
485
+ {
486
+ "id": "does",
487
+ "initial": "{ number: 'many' }"
488
+ }
489
+ ],
490
+ "does": [
491
+ {
492
+ "id": "does",
493
+ "initial": "{ number: 'one' }"
494
+ }
495
+ ],
496
+ "is": [
497
+ {
498
+ "id": "is",
499
+ "initial": "{ number: 'one' }"
500
+ },
501
+ {
502
+ "id": "isEd",
503
+ "initial": "{ number: 'one' }"
504
+ }
505
+ ],
506
+ "memorable": [
507
+ {
508
+ "id": "memorable",
509
+ "initial": "{\"word\":\"memorable\",\"number\":\"one\"}",
510
+ "word": "memorable"
511
+ }
512
+ ],
513
+ "memorables": [
514
+ {
515
+ "id": "memorable",
516
+ "initial": "{\"word\":\"memorables\",\"number\":\"many\"}",
517
+ "word": "memorables"
518
+ }
519
+ ],
520
+ "negatable": [
521
+ {
522
+ "id": "negatable",
523
+ "initial": "{\"word\":\"negatable\",\"number\":\"one\"}",
524
+ "word": "negatable"
525
+ }
526
+ ],
527
+ "negatables": [
528
+ {
529
+ "id": "negatable",
530
+ "initial": "{\"word\":\"negatables\",\"number\":\"many\"}",
531
+ "word": "negatables"
532
+ }
533
+ ],
534
+ "no": [
535
+ {
536
+ "id": "yesno",
537
+ "initial": "{ value: false }"
538
+ }
539
+ ],
540
+ "the": [
541
+ {
542
+ "id": "the",
543
+ "initial": "{ modifiers: [] }"
544
+ }
545
+ ],
546
+ "who": [
547
+ {
548
+ "id": "what",
549
+ "initial": "{ modifiers: [], query: true }"
550
+ }
551
+ ],
552
+ "wordy": [
553
+ {
554
+ "id": "briefOrWordy",
555
+ "initial": "{ value: 'wordy' }"
556
+ }
557
+ ],
558
+ "yes": [
559
+ {
560
+ "id": "yesno",
561
+ "initial": "{ value: true }"
562
+ }
563
+ ]
564
+ },
565
+ "patterns": [
566
+ {
567
+ "defs": [
568
+ {
569
+ "remove": true,
570
+ "uuid": "tokenize2"
571
+ }
572
+ ],
573
+ "pattern": [
574
+ {
575
+ "type": "space"
576
+ },
577
+ {
578
+ "repeat": true
579
+ }
580
+ ]
581
+ },
127
582
  {
128
- "id": "yesno",
129
- "initial": "{ value: true }"
583
+ "allow_partial_matches": false,
584
+ "check_spelling": true,
585
+ "defs": [
586
+ {
587
+ "id": "unknown",
588
+ "initial": "{ value: text, unknown: true }",
589
+ "uuid": "tokenize2"
590
+ }
591
+ ],
592
+ "is_unknown": true,
593
+ "pattern": [
594
+ {
595
+ "type": "alphanumeric"
596
+ },
597
+ {
598
+ "repeat": true
599
+ }
600
+ ],
601
+ "scale": 0.8
130
602
  }
131
603
  ]
132
604
  }
@@ -150,6 +622,7 @@
150
622
  "value": "action1",
151
623
  "word": "action1"
152
624
  },
625
+ "context_index": 1,
153
626
  "dead": true,
154
627
  "default": true,
155
628
  "event": {
@@ -183,6 +656,7 @@
183
656
  "word": "after"
184
657
  },
185
658
  {
659
+ "context_index": 3,
186
660
  "dead": true,
187
661
  "default": true,
188
662
  "level": 1,
@@ -231,6 +705,7 @@
231
705
  "word": "action1"
232
706
  },
233
707
  {
708
+ "context_index": 5,
234
709
  "dead": true,
235
710
  "default": true,
236
711
  "level": 1,
@@ -399,28 +874,45 @@
399
874
  },
400
875
  "objects": {
401
876
  "nameToUUID": {
877
+ "articles": "articles2",
878
+ "asking": "asking2",
879
+ "conjunction": "conjunction2",
402
880
  "dialogues": "dialogues2",
881
+ "evaluate": "evaluate2",
403
882
  "events": "events1",
404
883
  "gdefaults": "gdefaults2",
405
884
  "meta": "meta2",
885
+ "negation": "negation2",
406
886
  "pos": "pos2",
407
887
  "punctuation": "punctuation2",
408
888
  "sdefaults": "sdefaults2",
409
- "stm": "stm2"
889
+ "stm": "stm2",
890
+ "tokenize": "tokenize2"
410
891
  },
411
892
  "namespaced": {
893
+ "articles2": {
894
+ },
895
+ "asking2": {
896
+ },
897
+ "conjunction2": {
898
+ },
412
899
  "dialogues2": {
900
+ "idSuffix": "",
413
901
  "mentioned": [
414
902
  ],
415
903
  "variables": {
416
904
  }
417
905
  },
906
+ "evaluate2": {
907
+ },
418
908
  "events1": {
419
909
  },
420
910
  "gdefaults2": {
421
911
  },
422
912
  "meta2": {
423
913
  },
914
+ "negation2": {
915
+ },
424
916
  "pos2": {
425
917
  },
426
918
  "punctuation2": {
@@ -432,6 +924,8 @@
432
924
  ],
433
925
  "variables": {
434
926
  }
927
+ },
928
+ "tokenize2": {
435
929
  }
436
930
  },
437
931
  "processed": [
@@ -496,6 +990,7 @@
496
990
  },
497
991
  {
498
992
  "context": {
993
+ "context_index": 5,
499
994
  "dead": true,
500
995
  "default": true,
501
996
  "level": 1,
@@ -586,6 +1081,7 @@
586
1081
  },
587
1082
  {
588
1083
  "context": {
1084
+ "context_index": 3,
589
1085
  "dead": true,
590
1086
  "default": true,
591
1087
  "level": 1,
@@ -644,118 +1140,737 @@
644
1140
  "",
645
1141
  "",
646
1142
  ""
647
- ]
648
- },
649
- {
650
- "associations": [
651
1143
  ],
652
- "config": {
653
- "words": {
654
- "(": [
655
- {
656
- "id": "leftParenthesis",
657
- "initial": "{\"word\":\"(\",\"value\":\"(\",\"depth\":\"+\"}",
658
- "word": "("
659
- }
660
- ],
661
- ")": [
662
- {
663
- "id": "rightParenthesis",
664
- "initial": "{\"word\":\")\",\"value\":\")\",\"depth\":\"-\"}",
665
- "word": ")"
666
- }
667
- ],
668
- ",": [
669
- {
670
- "id": "comma",
671
- "initial": "{\"word\":\",\",\"value\":\",\",\"depth\":\"+\"}",
672
- "word": ","
673
- }
674
- ],
675
- ":": [
676
- {
677
- "id": "colon",
678
- "initial": "{ value: \":\"}"
679
- }
680
- ],
681
- "?": [
1144
+ "summaries": [
1145
+ [
1146
+ {
1147
+ "counter": 1,
1148
+ "operators": [
1149
+ [
1150
+ "after",
1151
+ 0
1152
+ ],
1153
+ [
1154
+ "event1",
1155
+ 0
1156
+ ],
1157
+ [
1158
+ "action1",
1159
+ 0
1160
+ ],
1161
+ [
1162
+ "event1",
1163
+ 0
1164
+ ],
1165
+ [
1166
+ "event1",
1167
+ 0
1168
+ ]
1169
+ ]
1170
+ },
1171
+ {
1172
+ "counter": 2,
1173
+ "operators": [
1174
+ [
1175
+ "after",
1176
+ 0
1177
+ ],
1178
+ [
1179
+ "event1",
1180
+ 1
1181
+ ],
1182
+ [
1183
+ "action1",
1184
+ 0
1185
+ ],
1186
+ [
1187
+ "event1",
1188
+ 0
1189
+ ],
1190
+ [
1191
+ "event1",
1192
+ 0
1193
+ ]
1194
+ ]
1195
+ },
1196
+ {
1197
+ "counter": 3,
1198
+ "operators": [
1199
+ [
1200
+ "after",
1201
+ 0
1202
+ ],
1203
+ [
1204
+ "event1",
1205
+ 1
1206
+ ],
1207
+ [
1208
+ "action1",
1209
+ 1
1210
+ ],
1211
+ [
1212
+ "event1",
1213
+ 0
1214
+ ],
1215
+ [
1216
+ "event1",
1217
+ 0
1218
+ ]
1219
+ ]
1220
+ },
1221
+ {
1222
+ "counter": 4,
1223
+ "operators": [
1224
+ [
1225
+ "after",
1226
+ 0
1227
+ ],
1228
+ [
1229
+ "event1",
1230
+ 1
1231
+ ],
1232
+ [
1233
+ "action1",
1234
+ 1
1235
+ ],
1236
+ [
1237
+ "event1",
1238
+ 1
1239
+ ],
1240
+ [
1241
+ "event1",
1242
+ 0
1243
+ ]
1244
+ ]
1245
+ },
1246
+ {
1247
+ "counter": 5,
1248
+ "operators": [
1249
+ [
1250
+ "after",
1251
+ 0
1252
+ ],
1253
+ [
1254
+ "event1",
1255
+ 1
1256
+ ],
1257
+ [
1258
+ "action1",
1259
+ 1
1260
+ ],
1261
+ [
1262
+ "event1",
1263
+ 1
1264
+ ],
1265
+ [
1266
+ "event1",
1267
+ 1
1268
+ ]
1269
+ ]
1270
+ },
1271
+ {
1272
+ "counter": 6,
1273
+ "operators": [
1274
+ [
1275
+ "after",
1276
+ 1
1277
+ ],
1278
+ [
1279
+ "event1",
1280
+ 1
1281
+ ],
1282
+ [
1283
+ "event1",
1284
+ 1
1285
+ ]
1286
+ ]
1287
+ }
1288
+ ]
1289
+ ]
1290
+ },
1291
+ {
1292
+ "associations": [
1293
+ ],
1294
+ "config": {
1295
+ "words": {
1296
+ "hierarchy": [
1297
+ {
1298
+ "child": " ",
1299
+ "parent": "space"
1300
+ },
1301
+ {
1302
+ "child": "0",
1303
+ "parent": "digit"
1304
+ },
1305
+ {
1306
+ "child": "1",
1307
+ "parent": "digit"
1308
+ },
1309
+ {
1310
+ "child": "2",
1311
+ "parent": "digit"
1312
+ },
1313
+ {
1314
+ "child": "3",
1315
+ "parent": "digit"
1316
+ },
1317
+ {
1318
+ "child": "4",
1319
+ "parent": "digit"
1320
+ },
1321
+ {
1322
+ "child": "5",
1323
+ "parent": "digit"
1324
+ },
1325
+ {
1326
+ "child": "6",
1327
+ "parent": "digit"
1328
+ },
1329
+ {
1330
+ "child": "7",
1331
+ "parent": "digit"
1332
+ },
1333
+ {
1334
+ "child": "8",
1335
+ "parent": "digit"
1336
+ },
1337
+ {
1338
+ "child": "9",
1339
+ "parent": "digit"
1340
+ },
1341
+ {
1342
+ "child": "lower",
1343
+ "parent": "letter"
1344
+ },
1345
+ {
1346
+ "child": "upper",
1347
+ "parent": "letter"
1348
+ },
1349
+ {
1350
+ "child": "a",
1351
+ "parent": "lower"
1352
+ },
1353
+ {
1354
+ "child": "b",
1355
+ "parent": "lower"
1356
+ },
1357
+ {
1358
+ "child": "c",
1359
+ "parent": "lower"
1360
+ },
1361
+ {
1362
+ "child": "d",
1363
+ "parent": "lower"
1364
+ },
1365
+ {
1366
+ "child": "e",
1367
+ "parent": "lower"
1368
+ },
1369
+ {
1370
+ "child": "f",
1371
+ "parent": "lower"
1372
+ },
1373
+ {
1374
+ "child": "g",
1375
+ "parent": "lower"
1376
+ },
1377
+ {
1378
+ "child": "h",
1379
+ "parent": "lower"
1380
+ },
1381
+ {
1382
+ "child": "i",
1383
+ "parent": "lower"
1384
+ },
1385
+ {
1386
+ "child": "j",
1387
+ "parent": "lower"
1388
+ },
1389
+ {
1390
+ "child": "k",
1391
+ "parent": "lower"
1392
+ },
1393
+ {
1394
+ "child": "l",
1395
+ "parent": "lower"
1396
+ },
1397
+ {
1398
+ "child": "m",
1399
+ "parent": "lower"
1400
+ },
1401
+ {
1402
+ "child": "n",
1403
+ "parent": "lower"
1404
+ },
1405
+ {
1406
+ "child": "o",
1407
+ "parent": "lower"
1408
+ },
1409
+ {
1410
+ "child": "p",
1411
+ "parent": "lower"
1412
+ },
1413
+ {
1414
+ "child": "q",
1415
+ "parent": "lower"
1416
+ },
1417
+ {
1418
+ "child": "r",
1419
+ "parent": "lower"
1420
+ },
1421
+ {
1422
+ "child": "s",
1423
+ "parent": "lower"
1424
+ },
1425
+ {
1426
+ "child": "t",
1427
+ "parent": "lower"
1428
+ },
1429
+ {
1430
+ "child": "u",
1431
+ "parent": "lower"
1432
+ },
1433
+ {
1434
+ "child": "v",
1435
+ "parent": "lower"
1436
+ },
1437
+ {
1438
+ "child": "w",
1439
+ "parent": "lower"
1440
+ },
1441
+ {
1442
+ "child": "x",
1443
+ "parent": "lower"
1444
+ },
1445
+ {
1446
+ "child": "y",
1447
+ "parent": "lower"
1448
+ },
1449
+ {
1450
+ "child": "z",
1451
+ "parent": "lower"
1452
+ },
1453
+ {
1454
+ "child": "A",
1455
+ "parent": "upper"
1456
+ },
1457
+ {
1458
+ "child": "B",
1459
+ "parent": "upper"
1460
+ },
1461
+ {
1462
+ "child": "C",
1463
+ "parent": "upper"
1464
+ },
1465
+ {
1466
+ "child": "D",
1467
+ "parent": "upper"
1468
+ },
1469
+ {
1470
+ "child": "E",
1471
+ "parent": "upper"
1472
+ },
1473
+ {
1474
+ "child": "F",
1475
+ "parent": "upper"
1476
+ },
1477
+ {
1478
+ "child": "G",
1479
+ "parent": "upper"
1480
+ },
1481
+ {
1482
+ "child": "H",
1483
+ "parent": "upper"
1484
+ },
1485
+ {
1486
+ "child": "I",
1487
+ "parent": "upper"
1488
+ },
1489
+ {
1490
+ "child": "J",
1491
+ "parent": "upper"
1492
+ },
1493
+ {
1494
+ "child": "K",
1495
+ "parent": "upper"
1496
+ },
1497
+ {
1498
+ "child": "L",
1499
+ "parent": "upper"
1500
+ },
1501
+ {
1502
+ "child": "M",
1503
+ "parent": "upper"
1504
+ },
1505
+ {
1506
+ "child": "N",
1507
+ "parent": "upper"
1508
+ },
1509
+ {
1510
+ "child": "O",
1511
+ "parent": "upper"
1512
+ },
1513
+ {
1514
+ "child": "P",
1515
+ "parent": "upper"
1516
+ },
1517
+ {
1518
+ "child": "Q",
1519
+ "parent": "upper"
1520
+ },
1521
+ {
1522
+ "child": "R",
1523
+ "parent": "upper"
1524
+ },
1525
+ {
1526
+ "child": "S",
1527
+ "parent": "upper"
1528
+ },
1529
+ {
1530
+ "child": "T",
1531
+ "parent": "upper"
1532
+ },
1533
+ {
1534
+ "child": "U",
1535
+ "parent": "upper"
1536
+ },
1537
+ {
1538
+ "child": "V",
1539
+ "parent": "upper"
1540
+ },
1541
+ {
1542
+ "child": "W",
1543
+ "parent": "upper"
1544
+ },
1545
+ {
1546
+ "child": "X",
1547
+ "parent": "upper"
1548
+ },
1549
+ {
1550
+ "child": "Y",
1551
+ "parent": "upper"
1552
+ },
1553
+ {
1554
+ "child": "Z",
1555
+ "parent": "upper"
1556
+ },
1557
+ {
1558
+ "child": "letter",
1559
+ "parent": "alphanumeric"
1560
+ },
1561
+ {
1562
+ "child": "digit",
1563
+ "parent": "alphanumeric"
1564
+ },
1565
+ {
1566
+ "child": "_",
1567
+ "parent": "alphanumeric"
1568
+ },
1569
+ {
1570
+ "child": "~",
1571
+ "parent": "punctuation"
1572
+ },
1573
+ {
1574
+ "child": "!",
1575
+ "parent": "punctuation"
1576
+ },
1577
+ {
1578
+ "child": "@",
1579
+ "parent": "punctuation"
1580
+ },
1581
+ {
1582
+ "child": "#",
1583
+ "parent": "punctuation"
1584
+ },
1585
+ {
1586
+ "child": "$",
1587
+ "parent": "punctuation"
1588
+ },
1589
+ {
1590
+ "child": "%",
1591
+ "parent": "punctuation"
1592
+ },
1593
+ {
1594
+ "child": "^",
1595
+ "parent": "punctuation"
1596
+ },
1597
+ {
1598
+ "child": "&",
1599
+ "parent": "punctuation"
1600
+ },
1601
+ {
1602
+ "child": "*",
1603
+ "parent": "punctuation"
1604
+ },
682
1605
  {
683
- "id": "questionMark",
684
- "initial": "{}"
685
- }
686
- ],
687
- "are": [
1606
+ "child": "(",
1607
+ "parent": "punctuation"
1608
+ },
688
1609
  {
689
- "id": "is",
690
- "initial": "{ number: 'many' }"
1610
+ "child": ")",
1611
+ "parent": "punctuation"
691
1612
  },
692
1613
  {
693
- "id": "isEd",
694
- "initial": "{ number: 'many' }"
695
- }
696
- ],
697
- "brief": [
1614
+ "child": "+",
1615
+ "parent": "punctuation"
1616
+ },
698
1617
  {
699
- "id": "briefOrWordy",
700
- "initial": "{ value: 'brief' }"
701
- }
702
- ],
703
- "do": [
1618
+ "child": "-",
1619
+ "parent": "punctuation"
1620
+ },
704
1621
  {
705
- "id": "does",
706
- "initial": "{ number: 'many' }"
707
- }
708
- ],
709
- "does": [
1622
+ "child": "=",
1623
+ "parent": "punctuation"
1624
+ },
710
1625
  {
711
- "id": "does",
712
- "initial": "{ number: 'one' }"
713
- }
714
- ],
715
- "is": [
1626
+ "child": "[",
1627
+ "parent": "punctuation"
1628
+ },
716
1629
  {
717
- "id": "is",
718
- "initial": "{ number: 'one' }"
1630
+ "child": "]",
1631
+ "parent": "punctuation"
719
1632
  },
720
1633
  {
721
- "id": "isEd",
722
- "initial": "{ number: 'one' }"
723
- }
724
- ],
725
- "no": [
1634
+ "child": "{",
1635
+ "parent": "punctuation"
1636
+ },
726
1637
  {
727
- "id": "yesno",
728
- "initial": "{ value: false }"
729
- }
730
- ],
731
- "the": [
1638
+ "child": "}",
1639
+ "parent": "punctuation"
1640
+ },
732
1641
  {
733
- "id": "the",
734
- "initial": "{ modifiers: [] }"
735
- }
736
- ],
737
- "who": [
1642
+ "child": "\\",
1643
+ "parent": "punctuation"
1644
+ },
738
1645
  {
739
- "id": "what",
740
- "initial": "{ modifiers: [], query: true }"
741
- }
742
- ],
743
- "wordy": [
1646
+ "child": "|",
1647
+ "parent": "punctuation"
1648
+ },
1649
+ {
1650
+ "child": ";",
1651
+ "parent": "punctuation"
1652
+ },
1653
+ {
1654
+ "child": ":",
1655
+ "parent": "punctuation"
1656
+ },
1657
+ {
1658
+ "child": ",",
1659
+ "parent": "punctuation"
1660
+ },
1661
+ {
1662
+ "child": "<",
1663
+ "parent": "punctuation"
1664
+ },
1665
+ {
1666
+ "child": ">",
1667
+ "parent": "punctuation"
1668
+ },
1669
+ {
1670
+ "child": "/",
1671
+ "parent": "punctuation"
1672
+ },
1673
+ {
1674
+ "child": "?",
1675
+ "parent": "punctuation"
1676
+ },
1677
+ {
1678
+ "child": "'",
1679
+ "parent": "punctuation"
1680
+ },
744
1681
  {
745
- "id": "briefOrWordy",
746
- "initial": "{ value: 'wordy' }"
1682
+ "child": "\"",
1683
+ "parent": "punctuation"
747
1684
  }
748
1685
  ],
749
- "yes": [
1686
+ "literals": {
1687
+ "\"": [
1688
+ {
1689
+ "id": "doubleQuote",
1690
+ "initial": "{\"word\":\"\\\"\",\"depth\":\"+\"}",
1691
+ "word": "\""
1692
+ }
1693
+ ],
1694
+ "(": [
1695
+ {
1696
+ "id": "leftParenthesis",
1697
+ "initial": "{\"word\":\"(\",\"value\":\"(\",\"depth\":\"+\"}",
1698
+ "word": "("
1699
+ }
1700
+ ],
1701
+ ")": [
1702
+ {
1703
+ "id": "rightParenthesis",
1704
+ "initial": "{\"word\":\")\",\"value\":\")\",\"depth\":\"-\"}",
1705
+ "word": ")"
1706
+ }
1707
+ ],
1708
+ ",": [
1709
+ {
1710
+ "id": "comma",
1711
+ "initial": "{\"word\":\",\",\"value\":\",\",\"depth\":\"+\"}",
1712
+ "word": ","
1713
+ }
1714
+ ],
1715
+ ".": [
1716
+ {
1717
+ "id": "endOfSentence",
1718
+ "initial": "{ value: \"endOfSentence\"}"
1719
+ }
1720
+ ],
1721
+ ":": [
1722
+ {
1723
+ "id": "colon",
1724
+ "initial": "{ value: \"colon\"}"
1725
+ }
1726
+ ],
1727
+ "?": [
1728
+ {
1729
+ "id": "questionMark",
1730
+ "initial": "{}"
1731
+ }
1732
+ ],
1733
+ "are": [
1734
+ {
1735
+ "id": "is",
1736
+ "initial": "{ number: 'many' }"
1737
+ },
1738
+ {
1739
+ "id": "isEd",
1740
+ "initial": "{ number: 'many' }"
1741
+ }
1742
+ ],
1743
+ "brief": [
1744
+ {
1745
+ "id": "briefOrWordy",
1746
+ "initial": "{ value: 'brief' }"
1747
+ }
1748
+ ],
1749
+ "do": [
1750
+ {
1751
+ "id": "does",
1752
+ "initial": "{ number: 'many' }"
1753
+ }
1754
+ ],
1755
+ "does": [
1756
+ {
1757
+ "id": "does",
1758
+ "initial": "{ number: 'one' }"
1759
+ }
1760
+ ],
1761
+ "is": [
1762
+ {
1763
+ "id": "is",
1764
+ "initial": "{ number: 'one' }"
1765
+ },
1766
+ {
1767
+ "id": "isEd",
1768
+ "initial": "{ number: 'one' }"
1769
+ }
1770
+ ],
1771
+ "memorable": [
1772
+ {
1773
+ "id": "memorable",
1774
+ "initial": "{\"word\":\"memorable\",\"number\":\"one\"}",
1775
+ "word": "memorable"
1776
+ }
1777
+ ],
1778
+ "memorables": [
1779
+ {
1780
+ "id": "memorable",
1781
+ "initial": "{\"word\":\"memorables\",\"number\":\"many\"}",
1782
+ "word": "memorables"
1783
+ }
1784
+ ],
1785
+ "negatable": [
1786
+ {
1787
+ "id": "negatable",
1788
+ "initial": "{\"word\":\"negatable\",\"number\":\"one\"}",
1789
+ "word": "negatable"
1790
+ }
1791
+ ],
1792
+ "negatables": [
1793
+ {
1794
+ "id": "negatable",
1795
+ "initial": "{\"word\":\"negatables\",\"number\":\"many\"}",
1796
+ "word": "negatables"
1797
+ }
1798
+ ],
1799
+ "no": [
1800
+ {
1801
+ "id": "yesno",
1802
+ "initial": "{ value: false }"
1803
+ }
1804
+ ],
1805
+ "the": [
1806
+ {
1807
+ "id": "the",
1808
+ "initial": "{ modifiers: [] }"
1809
+ }
1810
+ ],
1811
+ "who": [
1812
+ {
1813
+ "id": "what",
1814
+ "initial": "{ modifiers: [], query: true }"
1815
+ }
1816
+ ],
1817
+ "wordy": [
1818
+ {
1819
+ "id": "briefOrWordy",
1820
+ "initial": "{ value: 'wordy' }"
1821
+ }
1822
+ ],
1823
+ "yes": [
1824
+ {
1825
+ "id": "yesno",
1826
+ "initial": "{ value: true }"
1827
+ }
1828
+ ]
1829
+ },
1830
+ "patterns": [
1831
+ {
1832
+ "defs": [
1833
+ {
1834
+ "remove": true,
1835
+ "uuid": "tokenize2"
1836
+ }
1837
+ ],
1838
+ "pattern": [
1839
+ {
1840
+ "type": "space"
1841
+ },
1842
+ {
1843
+ "repeat": true
1844
+ }
1845
+ ]
1846
+ },
750
1847
  {
751
- "id": "yesno",
752
- "initial": "{ value: true }"
1848
+ "allow_partial_matches": false,
1849
+ "check_spelling": true,
1850
+ "defs": [
1851
+ {
1852
+ "id": "unknown",
1853
+ "initial": "{ value: text, unknown: true }",
1854
+ "uuid": "tokenize2"
1855
+ }
1856
+ ],
1857
+ "is_unknown": true,
1858
+ "pattern": [
1859
+ {
1860
+ "type": "alphanumeric"
1861
+ },
1862
+ {
1863
+ "repeat": true
1864
+ }
1865
+ ],
1866
+ "scale": 0.8
753
1867
  }
754
1868
  ]
755
1869
  }
756
1870
  },
757
1871
  "contexts": [
758
1872
  {
1873
+ "context_index": 1,
759
1874
  "dead": true,
760
1875
  "level": 1,
761
1876
  "marker": "unknown",
@@ -770,6 +1885,7 @@
770
1885
  "word": "changable"
771
1886
  },
772
1887
  {
1888
+ "context_index": 3,
773
1889
  "dead": true,
774
1890
  "default": true,
775
1891
  "level": 0,
@@ -824,28 +1940,45 @@
824
1940
  },
825
1941
  "objects": {
826
1942
  "nameToUUID": {
1943
+ "articles": "articles2",
1944
+ "asking": "asking2",
1945
+ "conjunction": "conjunction2",
827
1946
  "dialogues": "dialogues2",
1947
+ "evaluate": "evaluate2",
828
1948
  "events": "events1",
829
1949
  "gdefaults": "gdefaults2",
830
1950
  "meta": "meta2",
1951
+ "negation": "negation2",
831
1952
  "pos": "pos2",
832
1953
  "punctuation": "punctuation2",
833
1954
  "sdefaults": "sdefaults2",
834
- "stm": "stm2"
1955
+ "stm": "stm2",
1956
+ "tokenize": "tokenize2"
835
1957
  },
836
1958
  "namespaced": {
1959
+ "articles2": {
1960
+ },
1961
+ "asking2": {
1962
+ },
1963
+ "conjunction2": {
1964
+ },
837
1965
  "dialogues2": {
1966
+ "idSuffix": "",
838
1967
  "mentioned": [
839
1968
  ],
840
1969
  "variables": {
841
1970
  }
842
1971
  },
1972
+ "evaluate2": {
1973
+ },
843
1974
  "events1": {
844
1975
  },
845
1976
  "gdefaults2": {
846
1977
  },
847
1978
  "meta2": {
848
1979
  },
1980
+ "negation2": {
1981
+ },
849
1982
  "pos2": {
850
1983
  },
851
1984
  "punctuation2": {
@@ -857,11 +1990,14 @@
857
1990
  ],
858
1991
  "variables": {
859
1992
  }
1993
+ },
1994
+ "tokenize2": {
860
1995
  }
861
1996
  },
862
1997
  "processed": [
863
1998
  {
864
1999
  "context": {
2000
+ "context_index": 3,
865
2001
  "dead": true,
866
2002
  "default": true,
867
2003
  "level": 0,
@@ -875,167 +2011,683 @@
875
2011
  "value": "changes",
876
2012
  "word": "changes"
877
2013
  },
878
- "generatedParenthesized": "",
879
- "paraphrases": "changes",
880
- "paraphrasesParenthesized": "(changes)",
881
- "responses": [
882
- "",
883
- ""
884
- ]
885
- },
886
- {
887
- "context": {
888
- "dead": true,
889
- "level": 1,
890
- "marker": "unknown",
891
- "range": {
892
- "end": 8,
893
- "start": 0
894
- },
895
- "text": "changable",
896
- "topLevel": true,
897
- "unknown": true,
898
- "value": "changable",
899
- "word": "changable"
2014
+ "generatedParenthesized": "",
2015
+ "paraphrases": "changes",
2016
+ "paraphrasesParenthesized": "(changes)",
2017
+ "responses": [
2018
+ "",
2019
+ ""
2020
+ ]
2021
+ },
2022
+ {
2023
+ "context": {
2024
+ "context_index": 1,
2025
+ "dead": true,
2026
+ "level": 1,
2027
+ "marker": "unknown",
2028
+ "range": {
2029
+ "end": 8,
2030
+ "start": 0
2031
+ },
2032
+ "text": "changable",
2033
+ "topLevel": true,
2034
+ "unknown": true,
2035
+ "value": "changable",
2036
+ "word": "changable"
2037
+ },
2038
+ "generatedParenthesized": "",
2039
+ "paraphrases": "changable",
2040
+ "paraphrasesParenthesized": "(changable)",
2041
+ "responses": [
2042
+ "",
2043
+ ""
2044
+ ]
2045
+ }
2046
+ ]
2047
+ },
2048
+ "paraphrases": [
2049
+ "changable",
2050
+ "changes"
2051
+ ],
2052
+ "paraphrasesParenthesized": [
2053
+ "(changable)",
2054
+ "(changes)"
2055
+ ],
2056
+ "query": "changable changes",
2057
+ "responses": [
2058
+ "",
2059
+ ""
2060
+ ],
2061
+ "summaries": [
2062
+ [
2063
+ {
2064
+ "counter": 1,
2065
+ "operators": [
2066
+ [
2067
+ "unknown",
2068
+ 0
2069
+ ],
2070
+ [
2071
+ "changes",
2072
+ 0
2073
+ ]
2074
+ ]
2075
+ },
2076
+ {
2077
+ "counter": 2,
2078
+ "operators": [
2079
+ [
2080
+ "unknown",
2081
+ 1
2082
+ ],
2083
+ [
2084
+ "changes",
2085
+ 0
2086
+ ]
2087
+ ]
2088
+ },
2089
+ {
2090
+ "counter": 3,
2091
+ "operators": [
2092
+ [
2093
+ "unknown",
2094
+ 1
2095
+ ],
2096
+ [
2097
+ "changes",
2098
+ 0
2099
+ ]
2100
+ ]
2101
+ }
2102
+ ]
2103
+ ]
2104
+ },
2105
+ {
2106
+ "associations": [
2107
+ [
2108
+ [
2109
+ "changeable",
2110
+ 0
2111
+ ],
2112
+ [
2113
+ "changes",
2114
+ 0
2115
+ ]
2116
+ ]
2117
+ ],
2118
+ "config": {
2119
+ "words": {
2120
+ "hierarchy": [
2121
+ {
2122
+ "child": " ",
2123
+ "parent": "space"
2124
+ },
2125
+ {
2126
+ "child": "0",
2127
+ "parent": "digit"
2128
+ },
2129
+ {
2130
+ "child": "1",
2131
+ "parent": "digit"
2132
+ },
2133
+ {
2134
+ "child": "2",
2135
+ "parent": "digit"
2136
+ },
2137
+ {
2138
+ "child": "3",
2139
+ "parent": "digit"
2140
+ },
2141
+ {
2142
+ "child": "4",
2143
+ "parent": "digit"
2144
+ },
2145
+ {
2146
+ "child": "5",
2147
+ "parent": "digit"
2148
+ },
2149
+ {
2150
+ "child": "6",
2151
+ "parent": "digit"
2152
+ },
2153
+ {
2154
+ "child": "7",
2155
+ "parent": "digit"
2156
+ },
2157
+ {
2158
+ "child": "8",
2159
+ "parent": "digit"
2160
+ },
2161
+ {
2162
+ "child": "9",
2163
+ "parent": "digit"
2164
+ },
2165
+ {
2166
+ "child": "lower",
2167
+ "parent": "letter"
2168
+ },
2169
+ {
2170
+ "child": "upper",
2171
+ "parent": "letter"
2172
+ },
2173
+ {
2174
+ "child": "a",
2175
+ "parent": "lower"
2176
+ },
2177
+ {
2178
+ "child": "b",
2179
+ "parent": "lower"
2180
+ },
2181
+ {
2182
+ "child": "c",
2183
+ "parent": "lower"
2184
+ },
2185
+ {
2186
+ "child": "d",
2187
+ "parent": "lower"
2188
+ },
2189
+ {
2190
+ "child": "e",
2191
+ "parent": "lower"
2192
+ },
2193
+ {
2194
+ "child": "f",
2195
+ "parent": "lower"
2196
+ },
2197
+ {
2198
+ "child": "g",
2199
+ "parent": "lower"
2200
+ },
2201
+ {
2202
+ "child": "h",
2203
+ "parent": "lower"
2204
+ },
2205
+ {
2206
+ "child": "i",
2207
+ "parent": "lower"
2208
+ },
2209
+ {
2210
+ "child": "j",
2211
+ "parent": "lower"
2212
+ },
2213
+ {
2214
+ "child": "k",
2215
+ "parent": "lower"
2216
+ },
2217
+ {
2218
+ "child": "l",
2219
+ "parent": "lower"
2220
+ },
2221
+ {
2222
+ "child": "m",
2223
+ "parent": "lower"
2224
+ },
2225
+ {
2226
+ "child": "n",
2227
+ "parent": "lower"
2228
+ },
2229
+ {
2230
+ "child": "o",
2231
+ "parent": "lower"
2232
+ },
2233
+ {
2234
+ "child": "p",
2235
+ "parent": "lower"
2236
+ },
2237
+ {
2238
+ "child": "q",
2239
+ "parent": "lower"
2240
+ },
2241
+ {
2242
+ "child": "r",
2243
+ "parent": "lower"
2244
+ },
2245
+ {
2246
+ "child": "s",
2247
+ "parent": "lower"
2248
+ },
2249
+ {
2250
+ "child": "t",
2251
+ "parent": "lower"
2252
+ },
2253
+ {
2254
+ "child": "u",
2255
+ "parent": "lower"
2256
+ },
2257
+ {
2258
+ "child": "v",
2259
+ "parent": "lower"
2260
+ },
2261
+ {
2262
+ "child": "w",
2263
+ "parent": "lower"
2264
+ },
2265
+ {
2266
+ "child": "x",
2267
+ "parent": "lower"
2268
+ },
2269
+ {
2270
+ "child": "y",
2271
+ "parent": "lower"
2272
+ },
2273
+ {
2274
+ "child": "z",
2275
+ "parent": "lower"
900
2276
  },
901
- "generatedParenthesized": "",
902
- "paraphrases": "changable",
903
- "paraphrasesParenthesized": "(changable)",
904
- "responses": [
905
- "",
906
- ""
907
- ]
908
- }
909
- ]
910
- },
911
- "paraphrases": [
912
- "changable",
913
- "changes"
914
- ],
915
- "paraphrasesParenthesized": [
916
- "(changable)",
917
- "(changes)"
918
- ],
919
- "query": "changable changes",
920
- "responses": [
921
- "",
922
- ""
923
- ]
924
- },
925
- {
926
- "associations": [
927
- [
928
- [
929
- "changeable",
930
- 0
931
- ],
932
- [
933
- "changes",
934
- 0
935
- ]
936
- ]
937
- ],
938
- "config": {
939
- "words": {
940
- "(": [
941
2277
  {
942
- "id": "leftParenthesis",
943
- "initial": "{\"word\":\"(\",\"value\":\"(\",\"depth\":\"+\"}",
944
- "word": "("
945
- }
946
- ],
947
- ")": [
2278
+ "child": "A",
2279
+ "parent": "upper"
2280
+ },
948
2281
  {
949
- "id": "rightParenthesis",
950
- "initial": "{\"word\":\")\",\"value\":\")\",\"depth\":\"-\"}",
951
- "word": ")"
952
- }
953
- ],
954
- ",": [
2282
+ "child": "B",
2283
+ "parent": "upper"
2284
+ },
955
2285
  {
956
- "id": "comma",
957
- "initial": "{\"word\":\",\",\"value\":\",\",\"depth\":\"+\"}",
958
- "word": ","
959
- }
960
- ],
961
- ":": [
2286
+ "child": "C",
2287
+ "parent": "upper"
2288
+ },
962
2289
  {
963
- "id": "colon",
964
- "initial": "{ value: \":\"}"
965
- }
966
- ],
967
- "?": [
2290
+ "child": "D",
2291
+ "parent": "upper"
2292
+ },
968
2293
  {
969
- "id": "questionMark",
970
- "initial": "{}"
971
- }
972
- ],
973
- "are": [
2294
+ "child": "E",
2295
+ "parent": "upper"
2296
+ },
974
2297
  {
975
- "id": "is",
976
- "initial": "{ number: 'many' }"
2298
+ "child": "F",
2299
+ "parent": "upper"
977
2300
  },
978
2301
  {
979
- "id": "isEd",
980
- "initial": "{ number: 'many' }"
981
- }
982
- ],
983
- "brief": [
2302
+ "child": "G",
2303
+ "parent": "upper"
2304
+ },
984
2305
  {
985
- "id": "briefOrWordy",
986
- "initial": "{ value: 'brief' }"
987
- }
988
- ],
989
- "do": [
2306
+ "child": "H",
2307
+ "parent": "upper"
2308
+ },
990
2309
  {
991
- "id": "does",
992
- "initial": "{ number: 'many' }"
993
- }
994
- ],
995
- "does": [
2310
+ "child": "I",
2311
+ "parent": "upper"
2312
+ },
996
2313
  {
997
- "id": "does",
998
- "initial": "{ number: 'one' }"
999
- }
1000
- ],
1001
- "is": [
2314
+ "child": "J",
2315
+ "parent": "upper"
2316
+ },
1002
2317
  {
1003
- "id": "is",
1004
- "initial": "{ number: 'one' }"
2318
+ "child": "K",
2319
+ "parent": "upper"
1005
2320
  },
1006
2321
  {
1007
- "id": "isEd",
1008
- "initial": "{ number: 'one' }"
1009
- }
1010
- ],
1011
- "no": [
2322
+ "child": "L",
2323
+ "parent": "upper"
2324
+ },
1012
2325
  {
1013
- "id": "yesno",
1014
- "initial": "{ value: false }"
1015
- }
1016
- ],
1017
- "the": [
2326
+ "child": "M",
2327
+ "parent": "upper"
2328
+ },
1018
2329
  {
1019
- "id": "the",
1020
- "initial": "{ modifiers: [] }"
1021
- }
1022
- ],
1023
- "who": [
2330
+ "child": "N",
2331
+ "parent": "upper"
2332
+ },
1024
2333
  {
1025
- "id": "what",
1026
- "initial": "{ modifiers: [], query: true }"
1027
- }
1028
- ],
1029
- "wordy": [
2334
+ "child": "O",
2335
+ "parent": "upper"
2336
+ },
2337
+ {
2338
+ "child": "P",
2339
+ "parent": "upper"
2340
+ },
2341
+ {
2342
+ "child": "Q",
2343
+ "parent": "upper"
2344
+ },
2345
+ {
2346
+ "child": "R",
2347
+ "parent": "upper"
2348
+ },
2349
+ {
2350
+ "child": "S",
2351
+ "parent": "upper"
2352
+ },
2353
+ {
2354
+ "child": "T",
2355
+ "parent": "upper"
2356
+ },
2357
+ {
2358
+ "child": "U",
2359
+ "parent": "upper"
2360
+ },
2361
+ {
2362
+ "child": "V",
2363
+ "parent": "upper"
2364
+ },
2365
+ {
2366
+ "child": "W",
2367
+ "parent": "upper"
2368
+ },
2369
+ {
2370
+ "child": "X",
2371
+ "parent": "upper"
2372
+ },
2373
+ {
2374
+ "child": "Y",
2375
+ "parent": "upper"
2376
+ },
2377
+ {
2378
+ "child": "Z",
2379
+ "parent": "upper"
2380
+ },
2381
+ {
2382
+ "child": "letter",
2383
+ "parent": "alphanumeric"
2384
+ },
2385
+ {
2386
+ "child": "digit",
2387
+ "parent": "alphanumeric"
2388
+ },
2389
+ {
2390
+ "child": "_",
2391
+ "parent": "alphanumeric"
2392
+ },
2393
+ {
2394
+ "child": "~",
2395
+ "parent": "punctuation"
2396
+ },
2397
+ {
2398
+ "child": "!",
2399
+ "parent": "punctuation"
2400
+ },
2401
+ {
2402
+ "child": "@",
2403
+ "parent": "punctuation"
2404
+ },
2405
+ {
2406
+ "child": "#",
2407
+ "parent": "punctuation"
2408
+ },
2409
+ {
2410
+ "child": "$",
2411
+ "parent": "punctuation"
2412
+ },
2413
+ {
2414
+ "child": "%",
2415
+ "parent": "punctuation"
2416
+ },
2417
+ {
2418
+ "child": "^",
2419
+ "parent": "punctuation"
2420
+ },
2421
+ {
2422
+ "child": "&",
2423
+ "parent": "punctuation"
2424
+ },
2425
+ {
2426
+ "child": "*",
2427
+ "parent": "punctuation"
2428
+ },
2429
+ {
2430
+ "child": "(",
2431
+ "parent": "punctuation"
2432
+ },
2433
+ {
2434
+ "child": ")",
2435
+ "parent": "punctuation"
2436
+ },
2437
+ {
2438
+ "child": "+",
2439
+ "parent": "punctuation"
2440
+ },
2441
+ {
2442
+ "child": "-",
2443
+ "parent": "punctuation"
2444
+ },
2445
+ {
2446
+ "child": "=",
2447
+ "parent": "punctuation"
2448
+ },
2449
+ {
2450
+ "child": "[",
2451
+ "parent": "punctuation"
2452
+ },
2453
+ {
2454
+ "child": "]",
2455
+ "parent": "punctuation"
2456
+ },
2457
+ {
2458
+ "child": "{",
2459
+ "parent": "punctuation"
2460
+ },
2461
+ {
2462
+ "child": "}",
2463
+ "parent": "punctuation"
2464
+ },
2465
+ {
2466
+ "child": "\\",
2467
+ "parent": "punctuation"
2468
+ },
2469
+ {
2470
+ "child": "|",
2471
+ "parent": "punctuation"
2472
+ },
2473
+ {
2474
+ "child": ";",
2475
+ "parent": "punctuation"
2476
+ },
2477
+ {
2478
+ "child": ":",
2479
+ "parent": "punctuation"
2480
+ },
2481
+ {
2482
+ "child": ",",
2483
+ "parent": "punctuation"
2484
+ },
2485
+ {
2486
+ "child": "<",
2487
+ "parent": "punctuation"
2488
+ },
2489
+ {
2490
+ "child": ">",
2491
+ "parent": "punctuation"
2492
+ },
2493
+ {
2494
+ "child": "/",
2495
+ "parent": "punctuation"
2496
+ },
2497
+ {
2498
+ "child": "?",
2499
+ "parent": "punctuation"
2500
+ },
2501
+ {
2502
+ "child": "'",
2503
+ "parent": "punctuation"
2504
+ },
1030
2505
  {
1031
- "id": "briefOrWordy",
1032
- "initial": "{ value: 'wordy' }"
2506
+ "child": "\"",
2507
+ "parent": "punctuation"
1033
2508
  }
1034
2509
  ],
1035
- "yes": [
2510
+ "literals": {
2511
+ "\"": [
2512
+ {
2513
+ "id": "doubleQuote",
2514
+ "initial": "{\"word\":\"\\\"\",\"depth\":\"+\"}",
2515
+ "word": "\""
2516
+ }
2517
+ ],
2518
+ "(": [
2519
+ {
2520
+ "id": "leftParenthesis",
2521
+ "initial": "{\"word\":\"(\",\"value\":\"(\",\"depth\":\"+\"}",
2522
+ "word": "("
2523
+ }
2524
+ ],
2525
+ ")": [
2526
+ {
2527
+ "id": "rightParenthesis",
2528
+ "initial": "{\"word\":\")\",\"value\":\")\",\"depth\":\"-\"}",
2529
+ "word": ")"
2530
+ }
2531
+ ],
2532
+ ",": [
2533
+ {
2534
+ "id": "comma",
2535
+ "initial": "{\"word\":\",\",\"value\":\",\",\"depth\":\"+\"}",
2536
+ "word": ","
2537
+ }
2538
+ ],
2539
+ ".": [
2540
+ {
2541
+ "id": "endOfSentence",
2542
+ "initial": "{ value: \"endOfSentence\"}"
2543
+ }
2544
+ ],
2545
+ ":": [
2546
+ {
2547
+ "id": "colon",
2548
+ "initial": "{ value: \"colon\"}"
2549
+ }
2550
+ ],
2551
+ "?": [
2552
+ {
2553
+ "id": "questionMark",
2554
+ "initial": "{}"
2555
+ }
2556
+ ],
2557
+ "are": [
2558
+ {
2559
+ "id": "is",
2560
+ "initial": "{ number: 'many' }"
2561
+ },
2562
+ {
2563
+ "id": "isEd",
2564
+ "initial": "{ number: 'many' }"
2565
+ }
2566
+ ],
2567
+ "brief": [
2568
+ {
2569
+ "id": "briefOrWordy",
2570
+ "initial": "{ value: 'brief' }"
2571
+ }
2572
+ ],
2573
+ "do": [
2574
+ {
2575
+ "id": "does",
2576
+ "initial": "{ number: 'many' }"
2577
+ }
2578
+ ],
2579
+ "does": [
2580
+ {
2581
+ "id": "does",
2582
+ "initial": "{ number: 'one' }"
2583
+ }
2584
+ ],
2585
+ "is": [
2586
+ {
2587
+ "id": "is",
2588
+ "initial": "{ number: 'one' }"
2589
+ },
2590
+ {
2591
+ "id": "isEd",
2592
+ "initial": "{ number: 'one' }"
2593
+ }
2594
+ ],
2595
+ "memorable": [
2596
+ {
2597
+ "id": "memorable",
2598
+ "initial": "{\"word\":\"memorable\",\"number\":\"one\"}",
2599
+ "word": "memorable"
2600
+ }
2601
+ ],
2602
+ "memorables": [
2603
+ {
2604
+ "id": "memorable",
2605
+ "initial": "{\"word\":\"memorables\",\"number\":\"many\"}",
2606
+ "word": "memorables"
2607
+ }
2608
+ ],
2609
+ "negatable": [
2610
+ {
2611
+ "id": "negatable",
2612
+ "initial": "{\"word\":\"negatable\",\"number\":\"one\"}",
2613
+ "word": "negatable"
2614
+ }
2615
+ ],
2616
+ "negatables": [
2617
+ {
2618
+ "id": "negatable",
2619
+ "initial": "{\"word\":\"negatables\",\"number\":\"many\"}",
2620
+ "word": "negatables"
2621
+ }
2622
+ ],
2623
+ "no": [
2624
+ {
2625
+ "id": "yesno",
2626
+ "initial": "{ value: false }"
2627
+ }
2628
+ ],
2629
+ "the": [
2630
+ {
2631
+ "id": "the",
2632
+ "initial": "{ modifiers: [] }"
2633
+ }
2634
+ ],
2635
+ "who": [
2636
+ {
2637
+ "id": "what",
2638
+ "initial": "{ modifiers: [], query: true }"
2639
+ }
2640
+ ],
2641
+ "wordy": [
2642
+ {
2643
+ "id": "briefOrWordy",
2644
+ "initial": "{ value: 'wordy' }"
2645
+ }
2646
+ ],
2647
+ "yes": [
2648
+ {
2649
+ "id": "yesno",
2650
+ "initial": "{ value: true }"
2651
+ }
2652
+ ]
2653
+ },
2654
+ "patterns": [
2655
+ {
2656
+ "defs": [
2657
+ {
2658
+ "remove": true,
2659
+ "uuid": "tokenize2"
2660
+ }
2661
+ ],
2662
+ "pattern": [
2663
+ {
2664
+ "type": "space"
2665
+ },
2666
+ {
2667
+ "repeat": true
2668
+ }
2669
+ ]
2670
+ },
1036
2671
  {
1037
- "id": "yesno",
1038
- "initial": "{ value: true }"
2672
+ "allow_partial_matches": false,
2673
+ "check_spelling": true,
2674
+ "defs": [
2675
+ {
2676
+ "id": "unknown",
2677
+ "initial": "{ value: text, unknown: true }",
2678
+ "uuid": "tokenize2"
2679
+ }
2680
+ ],
2681
+ "is_unknown": true,
2682
+ "pattern": [
2683
+ {
2684
+ "type": "alphanumeric"
2685
+ },
2686
+ {
2687
+ "repeat": true
2688
+ }
2689
+ ],
2690
+ "scale": 0.8
1039
2691
  }
1040
2692
  ]
1041
2693
  }
@@ -1058,6 +2710,7 @@
1058
2710
  "value": "changeable",
1059
2711
  "word": "changeable"
1060
2712
  },
2713
+ "context_index": 1,
1061
2714
  "dead": true,
1062
2715
  "default": true,
1063
2716
  "level": 1,
@@ -1111,28 +2764,45 @@
1111
2764
  },
1112
2765
  "objects": {
1113
2766
  "nameToUUID": {
2767
+ "articles": "articles2",
2768
+ "asking": "asking2",
2769
+ "conjunction": "conjunction2",
1114
2770
  "dialogues": "dialogues2",
2771
+ "evaluate": "evaluate2",
1115
2772
  "events": "events1",
1116
2773
  "gdefaults": "gdefaults2",
1117
2774
  "meta": "meta2",
2775
+ "negation": "negation2",
1118
2776
  "pos": "pos2",
1119
2777
  "punctuation": "punctuation2",
1120
2778
  "sdefaults": "sdefaults2",
1121
- "stm": "stm2"
2779
+ "stm": "stm2",
2780
+ "tokenize": "tokenize2"
1122
2781
  },
1123
2782
  "namespaced": {
2783
+ "articles2": {
2784
+ },
2785
+ "asking2": {
2786
+ },
2787
+ "conjunction2": {
2788
+ },
1124
2789
  "dialogues2": {
2790
+ "idSuffix": "",
1125
2791
  "mentioned": [
1126
2792
  ],
1127
2793
  "variables": {
1128
2794
  }
1129
2795
  },
2796
+ "evaluate2": {
2797
+ },
1130
2798
  "events1": {
1131
2799
  },
1132
2800
  "gdefaults2": {
1133
2801
  },
1134
2802
  "meta2": {
1135
2803
  },
2804
+ "negation2": {
2805
+ },
1136
2806
  "pos2": {
1137
2807
  },
1138
2808
  "punctuation2": {
@@ -1144,6 +2814,8 @@
1144
2814
  ],
1145
2815
  "variables": {
1146
2816
  }
2817
+ },
2818
+ "tokenize2": {
1147
2819
  }
1148
2820
  },
1149
2821
  "processed": [
@@ -1165,6 +2837,7 @@
1165
2837
  "value": "changeable",
1166
2838
  "word": "changeable"
1167
2839
  },
2840
+ "context_index": 1,
1168
2841
  "dead": true,
1169
2842
  "default": true,
1170
2843
  "level": 1,
@@ -1196,6 +2869,45 @@
1196
2869
  "query": "changeable changes",
1197
2870
  "responses": [
1198
2871
  ""
2872
+ ],
2873
+ "summaries": [
2874
+ [
2875
+ {
2876
+ "counter": 1,
2877
+ "operators": [
2878
+ [
2879
+ "changeable",
2880
+ 0
2881
+ ],
2882
+ [
2883
+ "changes",
2884
+ 0
2885
+ ]
2886
+ ]
2887
+ },
2888
+ {
2889
+ "counter": 2,
2890
+ "operators": [
2891
+ [
2892
+ "changeable",
2893
+ 1
2894
+ ],
2895
+ [
2896
+ "changes",
2897
+ 0
2898
+ ]
2899
+ ]
2900
+ },
2901
+ {
2902
+ "counter": 3,
2903
+ "operators": [
2904
+ [
2905
+ "changes",
2906
+ 1
2907
+ ]
2908
+ ]
2909
+ }
2910
+ ]
1199
2911
  ]
1200
2912
  }
1201
2913
  ]