ekms 8.6.0 → 8.7.0-beta.1

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.
@@ -665,7 +665,6 @@
665
665
  ],
666
666
  "generators": [
667
667
  {
668
- "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:217",
669
668
  "match": "({context}) => false && context.marker == 'combo' && context.comboNumber",
670
669
  "apply": "async ({context, g}) => await g(context.comboNumber)"
671
670
  }
@@ -896,12 +895,10 @@
896
895
  "apply": "async ({context, s}) => await s({...context, flatten: true})"
897
896
  },
898
897
  {
899
- "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:293",
900
898
  "match": "({context, api}) => context.marker == 'controlEnd' && api.hasAskedForButNotAvailable()",
901
899
  "apply": "async ({context, api, gp, toContext, verbatim}) => {\n const naArray = api.getAskedForButNotAvailable()\n naArray.forEach((f) => f.paraphrase = true)\n const naContext = toContext(naArray)\n verbatim(`The following are not menu items: ${await gp(naContext)}`)\n // allow other motivation to run\n context.cascade = true\n }"
902
900
  },
903
901
  {
904
- "where": "/home/dev/code/theprogrammablemind/kms/common/fastfood.js:305",
905
902
  "match": "({context, api}) => context.marker == 'controlEnd' && api.hasAskedForButNotAvailableModification()",
906
903
  "apply": "async ({context, api, gp, toContext, verbatim}) => {\n const naArray = []\n for (const args of api.getAskedForButNotAvailableModification()) {\n const args = { item, modification }\n // return `${gp(item)} can not be modified with ${gp(modification)}.`\n naArray.push(`XXX can not be modified with ${await gp(modification)}.`)\n }\n verbatim(naArray.join(' '))\n // allow other motivation to run\n context.cascade = true\n }"
907
904
  }
@@ -3448,6 +3445,11 @@
3448
3445
  "theAble",
3449
3446
  false
3450
3447
  ],
3448
+ [
3449
+ "propertyOf",
3450
+ "preposition",
3451
+ false
3452
+ ],
3451
3453
  [
3452
3454
  "punctuation",
3453
3455
  "punctuation",
@@ -6404,6 +6406,11 @@
6404
6406
  "theAble",
6405
6407
  false
6406
6408
  ],
6409
+ [
6410
+ "propertyOf",
6411
+ "preposition",
6412
+ false
6413
+ ],
6407
6414
  [
6408
6415
  "punctuation",
6409
6416
  "punctuation",
@@ -9365,6 +9372,11 @@
9365
9372
  "theAble",
9366
9373
  false
9367
9374
  ],
9375
+ [
9376
+ "propertyOf",
9377
+ "preposition",
9378
+ false
9379
+ ],
9368
9380
  [
9369
9381
  "punctuation",
9370
9382
  "punctuation",
@@ -12474,6 +12486,11 @@
12474
12486
  "theAble",
12475
12487
  false
12476
12488
  ],
12489
+ [
12490
+ "propertyOf",
12491
+ "preposition",
12492
+ false
12493
+ ],
12477
12494
  [
12478
12495
  "punctuation",
12479
12496
  "punctuation",
@@ -15628,6 +15645,11 @@
15628
15645
  "theAble",
15629
15646
  false
15630
15647
  ],
15648
+ [
15649
+ "propertyOf",
15650
+ "preposition",
15651
+ false
15652
+ ],
15631
15653
  [
15632
15654
  "punctuation",
15633
15655
  "punctuation",
@@ -18937,6 +18959,11 @@
18937
18959
  "theAble",
18938
18960
  false
18939
18961
  ],
18962
+ [
18963
+ "propertyOf",
18964
+ "preposition",
18965
+ false
18966
+ ],
18940
18967
  [
18941
18968
  "punctuation",
18942
18969
  "punctuation",
@@ -22356,6 +22383,11 @@
22356
22383
  "theAble",
22357
22384
  false
22358
22385
  ],
22386
+ [
22387
+ "propertyOf",
22388
+ "preposition",
22389
+ false
22390
+ ],
22359
22391
  [
22360
22392
  "punctuation",
22361
22393
  "punctuation",
@@ -25889,6 +25921,11 @@
25889
25921
  "theAble",
25890
25922
  false
25891
25923
  ],
25924
+ [
25925
+ "propertyOf",
25926
+ "preposition",
25927
+ false
25928
+ ],
25892
25929
  [
25893
25930
  "punctuation",
25894
25931
  "punctuation",
@@ -29632,6 +29669,11 @@
29632
29669
  "theAble",
29633
29670
  false
29634
29671
  ],
29672
+ [
29673
+ "propertyOf",
29674
+ "preposition",
29675
+ false
29676
+ ],
29635
29677
  [
29636
29678
  "punctuation",
29637
29679
  "punctuation",
@@ -33400,6 +33442,11 @@
33400
33442
  "theAble",
33401
33443
  false
33402
33444
  ],
33445
+ [
33446
+ "propertyOf",
33447
+ "preposition",
33448
+ false
33449
+ ],
33403
33450
  [
33404
33451
  "punctuation",
33405
33452
  "punctuation",
@@ -37244,6 +37291,11 @@
37244
37291
  "theAble",
37245
37292
  false
37246
37293
  ],
37294
+ [
37295
+ "propertyOf",
37296
+ "preposition",
37297
+ false
37298
+ ],
37247
37299
  [
37248
37300
  "punctuation",
37249
37301
  "punctuation",
@@ -41155,6 +41207,11 @@
41155
41207
  "theAble",
41156
41208
  false
41157
41209
  ],
41210
+ [
41211
+ "propertyOf",
41212
+ "preposition",
41213
+ false
41214
+ ],
41158
41215
  [
41159
41216
  "punctuation",
41160
41217
  "punctuation",
@@ -45003,6 +45060,11 @@
45003
45060
  "theAble",
45004
45061
  false
45005
45062
  ],
45063
+ [
45064
+ "propertyOf",
45065
+ "preposition",
45066
+ false
45067
+ ],
45006
45068
  [
45007
45069
  "punctuation",
45008
45070
  "punctuation",
@@ -49011,6 +49073,11 @@
49011
49073
  "theAble",
49012
49074
  false
49013
49075
  ],
49076
+ [
49077
+ "propertyOf",
49078
+ "preposition",
49079
+ false
49080
+ ],
49014
49081
  [
49015
49082
  "punctuation",
49016
49083
  "punctuation",
@@ -53109,6 +53176,11 @@
53109
53176
  "theAble",
53110
53177
  false
53111
53178
  ],
53179
+ [
53180
+ "propertyOf",
53181
+ "preposition",
53182
+ false
53183
+ ],
53112
53184
  [
53113
53185
  "punctuation",
53114
53186
  "punctuation",
@@ -57297,6 +57369,11 @@
57297
57369
  "theAble",
57298
57370
  false
57299
57371
  ],
57372
+ [
57373
+ "propertyOf",
57374
+ "preposition",
57375
+ false
57376
+ ],
57300
57377
  [
57301
57378
  "punctuation",
57302
57379
  "punctuation",
@@ -61585,6 +61662,11 @@
61585
61662
  "theAble",
61586
61663
  false
61587
61664
  ],
61665
+ [
61666
+ "propertyOf",
61667
+ "preposition",
61668
+ false
61669
+ ],
61588
61670
  [
61589
61671
  "punctuation",
61590
61672
  "punctuation",
@@ -65924,6 +66006,11 @@
65924
66006
  "theAble",
65925
66007
  false
65926
66008
  ],
66009
+ [
66010
+ "propertyOf",
66011
+ "preposition",
66012
+ false
66013
+ ],
65927
66014
  [
65928
66015
  "punctuation",
65929
66016
  "punctuation",
@@ -70348,6 +70435,11 @@
70348
70435
  "theAble",
70349
70436
  false
70350
70437
  ],
70438
+ [
70439
+ "propertyOf",
70440
+ "preposition",
70441
+ false
70442
+ ],
70351
70443
  [
70352
70444
  "punctuation",
70353
70445
  "punctuation",
@@ -74837,6 +74929,11 @@
74837
74929
  "theAble",
74838
74930
  false
74839
74931
  ],
74932
+ [
74933
+ "propertyOf",
74934
+ "preposition",
74935
+ false
74936
+ ],
74840
74937
  [
74841
74938
  "punctuation",
74842
74939
  "punctuation",
@@ -79371,6 +79468,11 @@
79371
79468
  "theAble",
79372
79469
  false
79373
79470
  ],
79471
+ [
79472
+ "propertyOf",
79473
+ "preposition",
79474
+ false
79475
+ ],
79374
79476
  [
79375
79477
  "punctuation",
79376
79478
  "punctuation",
@@ -84009,6 +84111,11 @@
84009
84111
  "theAble",
84010
84112
  false
84011
84113
  ],
84114
+ [
84115
+ "propertyOf",
84116
+ "preposition",
84117
+ false
84118
+ ],
84012
84119
  [
84013
84120
  "punctuation",
84014
84121
  "punctuation",
@@ -89803,6 +89910,11 @@
89803
89910
  "theAble",
89804
89911
  false
89805
89912
  ],
89913
+ [
89914
+ "propertyOf",
89915
+ "preposition",
89916
+ false
89917
+ ],
89806
89918
  [
89807
89919
  "punctuation",
89808
89920
  "punctuation",
@@ -92099,24 +92211,6 @@
92099
92211
  0
92100
92212
  ]
92101
92213
  ],
92102
- [
92103
- [
92104
- "countable",
92105
- 0
92106
- ],
92107
- [
92108
- "is",
92109
- 0
92110
- ],
92111
- [
92112
- "list",
92113
- 1
92114
- ],
92115
- [
92116
- "strawberry",
92117
- 0
92118
- ]
92119
- ],
92120
92214
  [
92121
92215
  [
92122
92216
  "is",
@@ -95861,6 +95955,11 @@
95861
95955
  "theAble",
95862
95956
  false
95863
95957
  ],
95958
+ [
95959
+ "propertyOf",
95960
+ "preposition",
95961
+ false
95962
+ ],
95864
95963
  [
95865
95964
  "punctuation",
95866
95965
  "punctuation",
@@ -101014,6 +101113,11 @@
101014
101113
  "theAble",
101015
101114
  false
101016
101115
  ],
101116
+ [
101117
+ "propertyOf",
101118
+ "preposition",
101119
+ false
101120
+ ],
101017
101121
  [
101018
101122
  "punctuation",
101019
101123
  "punctuation",
@@ -103522,24 +103626,6 @@
103522
103626
  0
103523
103627
  ]
103524
103628
  ],
103525
- [
103526
- [
103527
- "ingredient",
103528
- 0
103529
- ],
103530
- [
103531
- "is",
103532
- 0
103533
- ],
103534
- [
103535
- "list",
103536
- 1
103537
- ],
103538
- [
103539
- "smoothie",
103540
- 0
103541
- ]
103542
- ],
103543
103629
  [
103544
103630
  [
103545
103631
  "ingredient",
@@ -107361,6 +107447,11 @@
107361
107447
  "theAble",
107362
107448
  false
107363
107449
  ],
107450
+ [
107451
+ "propertyOf",
107452
+ "preposition",
107453
+ false
107454
+ ],
107364
107455
  [
107365
107456
  "punctuation",
107366
107457
  "punctuation",
@@ -112704,6 +112795,11 @@
112704
112795
  "theAble",
112705
112796
  false
112706
112797
  ],
112798
+ [
112799
+ "propertyOf",
112800
+ "preposition",
112801
+ false
112802
+ ],
112707
112803
  [
112708
112804
  "punctuation",
112709
112805
  "punctuation",
@@ -118133,6 +118229,11 @@
118133
118229
  "theAble",
118134
118230
  false
118135
118231
  ],
118232
+ [
118233
+ "propertyOf",
118234
+ "preposition",
118235
+ false
118236
+ ],
118136
118237
  [
118137
118238
  "punctuation",
118138
118239
  "punctuation",
@@ -124235,6 +124336,11 @@
124235
124336
  "theAble",
124236
124337
  false
124237
124338
  ],
124339
+ [
124340
+ "propertyOf",
124341
+ "preposition",
124342
+ false
124343
+ ],
124238
124344
  [
124239
124345
  "punctuation",
124240
124346
  "punctuation",
@@ -126677,7 +126783,7 @@
126677
126783
  },
126678
126784
  {
126679
126785
  "value": "premium_cod",
126680
- "number": "many",
126786
+ "number": "one",
126681
126787
  "text": "premium cod",
126682
126788
  "marker": "premium_cod",
126683
126789
  "word": "cod",
@@ -131103,6 +131209,11 @@
131103
131209
  "theAble",
131104
131210
  false
131105
131211
  ],
131212
+ [
131213
+ "propertyOf",
131214
+ "preposition",
131215
+ false
131216
+ ],
131106
131217
  [
131107
131218
  "punctuation",
131108
131219
  "punctuation",
@@ -136659,6 +136770,11 @@
136659
136770
  "theAble",
136660
136771
  false
136661
136772
  ],
136773
+ [
136774
+ "propertyOf",
136775
+ "preposition",
136776
+ false
136777
+ ],
136662
136778
  [
136663
136779
  "punctuation",
136664
136780
  "punctuation",
@@ -142366,6 +142482,11 @@
142366
142482
  "theAble",
142367
142483
  false
142368
142484
  ],
142485
+ [
142486
+ "propertyOf",
142487
+ "preposition",
142488
+ false
142489
+ ],
142369
142490
  [
142370
142491
  "punctuation",
142371
142492
  "punctuation",
@@ -148012,6 +148133,11 @@
148012
148133
  "theAble",
148013
148134
  false
148014
148135
  ],
148136
+ [
148137
+ "propertyOf",
148138
+ "preposition",
148139
+ false
148140
+ ],
148015
148141
  [
148016
148142
  "punctuation",
148017
148143
  "punctuation",
@@ -153705,6 +153831,11 @@
153705
153831
  "theAble",
153706
153832
  false
153707
153833
  ],
153834
+ [
153835
+ "propertyOf",
153836
+ "preposition",
153837
+ false
153838
+ ],
153708
153839
  [
153709
153840
  "punctuation",
153710
153841
  "punctuation",
@@ -159288,6 +159419,11 @@
159288
159419
  "theAble",
159289
159420
  false
159290
159421
  ],
159422
+ [
159423
+ "propertyOf",
159424
+ "preposition",
159425
+ false
159426
+ ],
159291
159427
  [
159292
159428
  "punctuation",
159293
159429
  "punctuation",
@@ -165047,6 +165183,11 @@
165047
165183
  "theAble",
165048
165184
  false
165049
165185
  ],
165186
+ [
165187
+ "propertyOf",
165188
+ "preposition",
165189
+ false
165190
+ ],
165050
165191
  [
165051
165192
  "punctuation",
165052
165193
  "punctuation",
@@ -170771,6 +170912,11 @@
170771
170912
  "theAble",
170772
170913
  false
170773
170914
  ],
170915
+ [
170916
+ "propertyOf",
170917
+ "preposition",
170918
+ false
170919
+ ],
170774
170920
  [
170775
170921
  "punctuation",
170776
170922
  "punctuation",
@@ -176605,6 +176751,11 @@
176605
176751
  "theAble",
176606
176752
  false
176607
176753
  ],
176754
+ [
176755
+ "propertyOf",
176756
+ "preposition",
176757
+ false
176758
+ ],
176608
176759
  [
176609
176760
  "punctuation",
176610
176761
  "punctuation",
@@ -182494,6 +182645,11 @@
182494
182645
  "theAble",
182495
182646
  false
182496
182647
  ],
182648
+ [
182649
+ "propertyOf",
182650
+ "preposition",
182651
+ false
182652
+ ],
182497
182653
  [
182498
182654
  "punctuation",
182499
182655
  "punctuation",
@@ -188438,6 +188594,11 @@
188438
188594
  "theAble",
188439
188595
  false
188440
188596
  ],
188597
+ [
188598
+ "propertyOf",
188599
+ "preposition",
188600
+ false
188601
+ ],
188441
188602
  [
188442
188603
  "punctuation",
188443
188604
  "punctuation",
@@ -194417,6 +194578,11 @@
194417
194578
  "theAble",
194418
194579
  false
194419
194580
  ],
194581
+ [
194582
+ "propertyOf",
194583
+ "preposition",
194584
+ false
194585
+ ],
194420
194586
  [
194421
194587
  "punctuation",
194422
194588
  "punctuation",
@@ -196065,7 +196231,7 @@
196065
196231
  0
196066
196232
  ],
196067
196233
  [
196068
- "is",
196234
+ "isEd",
196069
196235
  0
196070
196236
  ],
196071
196237
  [
@@ -196238,7 +196404,7 @@
196238
196404
  ],
196239
196405
  [
196240
196406
  "unknown",
196241
- 0
196407
+ 1
196242
196408
  ]
196243
196409
  ],
196244
196410
  [
@@ -196250,13 +196416,9 @@
196250
196416
  "drink",
196251
196417
  0
196252
196418
  ],
196253
- [
196254
- "is",
196255
- 0
196256
- ],
196257
196419
  [
196258
196420
  "unknown",
196259
- 1
196421
+ 0
196260
196422
  ]
196261
196423
  ],
196262
196424
  [
@@ -200552,6 +200714,11 @@
200552
200714
  "theAble",
200553
200715
  false
200554
200716
  ],
200717
+ [
200718
+ "propertyOf",
200719
+ "preposition",
200720
+ false
200721
+ ],
200555
200722
  [
200556
200723
  "punctuation",
200557
200724
  "punctuation",
@@ -206601,6 +206768,11 @@
206601
206768
  "theAble",
206602
206769
  false
206603
206770
  ],
206771
+ [
206772
+ "propertyOf",
206773
+ "preposition",
206774
+ false
206775
+ ],
206604
206776
  [
206605
206777
  "punctuation",
206606
206778
  "punctuation",
@@ -212760,6 +212932,11 @@
212760
212932
  "theAble",
212761
212933
  false
212762
212934
  ],
212935
+ [
212936
+ "propertyOf",
212937
+ "preposition",
212938
+ false
212939
+ ],
212763
212940
  [
212764
212941
  "punctuation",
212765
212942
  "punctuation",
@@ -219033,6 +219210,11 @@
219033
219210
  "theAble",
219034
219211
  false
219035
219212
  ],
219213
+ [
219214
+ "propertyOf",
219215
+ "preposition",
219216
+ false
219217
+ ],
219036
219218
  [
219037
219219
  "punctuation",
219038
219220
  "punctuation",
@@ -225382,6 +225564,11 @@
225382
225564
  "theAble",
225383
225565
  false
225384
225566
  ],
225567
+ [
225568
+ "propertyOf",
225569
+ "preposition",
225570
+ false
225571
+ ],
225385
225572
  [
225386
225573
  "punctuation",
225387
225574
  "punctuation",
@@ -231810,6 +231997,11 @@
231810
231997
  "theAble",
231811
231998
  false
231812
231999
  ],
232000
+ [
232001
+ "propertyOf",
232002
+ "preposition",
232003
+ false
232004
+ ],
231813
232005
  [
231814
232006
  "punctuation",
231815
232007
  "punctuation",
@@ -238457,6 +238649,11 @@
238457
238649
  "theAble",
238458
238650
  false
238459
238651
  ],
238652
+ [
238653
+ "propertyOf",
238654
+ "preposition",
238655
+ false
238656
+ ],
238460
238657
  [
238461
238658
  "punctuation",
238462
238659
  "punctuation",
@@ -245085,6 +245282,11 @@
245085
245282
  "theAble",
245086
245283
  false
245087
245284
  ],
245285
+ [
245286
+ "propertyOf",
245287
+ "preposition",
245288
+ false
245289
+ ],
245088
245290
  [
245089
245291
  "punctuation",
245090
245292
  "punctuation",
@@ -251810,6 +252012,11 @@
251810
252012
  "theAble",
251811
252013
  false
251812
252014
  ],
252015
+ [
252016
+ "propertyOf",
252017
+ "preposition",
252018
+ false
252019
+ ],
251813
252020
  [
251814
252021
  "punctuation",
251815
252022
  "punctuation",
@@ -258653,6 +258860,11 @@
258653
258860
  "theAble",
258654
258861
  false
258655
258862
  ],
258863
+ [
258864
+ "propertyOf",
258865
+ "preposition",
258866
+ false
258867
+ ],
258656
258868
  [
258657
258869
  "punctuation",
258658
258870
  "punctuation",
@@ -265474,6 +265686,11 @@
265474
265686
  "theAble",
265475
265687
  false
265476
265688
  ],
265689
+ [
265690
+ "propertyOf",
265691
+ "preposition",
265692
+ false
265693
+ ],
265477
265694
  [
265478
265695
  "punctuation",
265479
265696
  "punctuation",
@@ -272317,6 +272534,11 @@
272317
272534
  "theAble",
272318
272535
  false
272319
272536
  ],
272537
+ [
272538
+ "propertyOf",
272539
+ "preposition",
272540
+ false
272541
+ ],
272320
272542
  [
272321
272543
  "punctuation",
272322
272544
  "punctuation",
@@ -279346,6 +279568,11 @@
279346
279568
  "theAble",
279347
279569
  false
279348
279570
  ],
279571
+ [
279572
+ "propertyOf",
279573
+ "preposition",
279574
+ false
279575
+ ],
279349
279576
  [
279350
279577
  "punctuation",
279351
279578
  "punctuation",
@@ -286460,6 +286687,11 @@
286460
286687
  "theAble",
286461
286688
  false
286462
286689
  ],
286690
+ [
286691
+ "propertyOf",
286692
+ "preposition",
286693
+ false
286694
+ ],
286463
286695
  [
286464
286696
  "punctuation",
286465
286697
  "punctuation",
@@ -293639,6 +293871,11 @@
293639
293871
  "theAble",
293640
293872
  false
293641
293873
  ],
293874
+ [
293875
+ "propertyOf",
293876
+ "preposition",
293877
+ false
293878
+ ],
293642
293879
  [
293643
293880
  "punctuation",
293644
293881
  "punctuation",
@@ -300974,6 +301211,11 @@
300974
301211
  "theAble",
300975
301212
  false
300976
301213
  ],
301214
+ [
301215
+ "propertyOf",
301216
+ "preposition",
301217
+ false
301218
+ ],
300977
301219
  [
300978
301220
  "punctuation",
300979
301221
  "punctuation",
@@ -308348,6 +308590,11 @@
308348
308590
  "theAble",
308349
308591
  false
308350
308592
  ],
308593
+ [
308594
+ "propertyOf",
308595
+ "preposition",
308596
+ false
308597
+ ],
308351
308598
  [
308352
308599
  "punctuation",
308353
308600
  "punctuation",
@@ -315912,6 +316159,11 @@
315912
316159
  "theAble",
315913
316160
  false
315914
316161
  ],
316162
+ [
316163
+ "propertyOf",
316164
+ "preposition",
316165
+ false
316166
+ ],
315915
316167
  [
315916
316168
  "punctuation",
315917
316169
  "punctuation",
@@ -323433,6 +323685,11 @@
323433
323685
  "theAble",
323434
323686
  false
323435
323687
  ],
323688
+ [
323689
+ "propertyOf",
323690
+ "preposition",
323691
+ false
323692
+ ],
323436
323693
  [
323437
323694
  "punctuation",
323438
323695
  "punctuation",
@@ -328296,6 +328553,168 @@
328296
328553
  0
328297
328554
  ]
328298
328555
  ],
328556
+ [
328557
+ [
328558
+ "breakfast",
328559
+ 0
328560
+ ],
328561
+ [
328562
+ "comma",
328563
+ 0
328564
+ ],
328565
+ [
328566
+ "double",
328567
+ 0
328568
+ ],
328569
+ [
328570
+ "french",
328571
+ 0
328572
+ ],
328573
+ [
328574
+ "is",
328575
+ 0
328576
+ ],
328577
+ [
328578
+ "list",
328579
+ 0
328580
+ ],
328581
+ [
328582
+ "meal",
328583
+ 0
328584
+ ],
328585
+ [
328586
+ "muffin",
328587
+ 0
328588
+ ],
328589
+ [
328590
+ "oatmeal",
328591
+ 0
328592
+ ],
328593
+ [
328594
+ "pancake",
328595
+ 0
328596
+ ],
328597
+ [
328598
+ "platter",
328599
+ 0
328600
+ ],
328601
+ [
328602
+ "sausage",
328603
+ 0
328604
+ ],
328605
+ [
328606
+ "toast",
328607
+ 0
328608
+ ]
328609
+ ],
328610
+ [
328611
+ [
328612
+ "breakfast",
328613
+ 0
328614
+ ],
328615
+ [
328616
+ "comma",
328617
+ 0
328618
+ ],
328619
+ [
328620
+ "double",
328621
+ 0
328622
+ ],
328623
+ [
328624
+ "french",
328625
+ 0
328626
+ ],
328627
+ [
328628
+ "is",
328629
+ 0
328630
+ ],
328631
+ [
328632
+ "list",
328633
+ 0
328634
+ ],
328635
+ [
328636
+ "meal",
328637
+ 0
328638
+ ],
328639
+ [
328640
+ "muffin",
328641
+ 0
328642
+ ],
328643
+ [
328644
+ "oatmeal",
328645
+ 0
328646
+ ],
328647
+ [
328648
+ "pancake",
328649
+ 0
328650
+ ],
328651
+ [
328652
+ "platter",
328653
+ 0
328654
+ ],
328655
+ [
328656
+ "sausage",
328657
+ 0
328658
+ ],
328659
+ [
328660
+ "toast",
328661
+ 0
328662
+ ]
328663
+ ],
328664
+ [
328665
+ [
328666
+ "breakfast",
328667
+ 0
328668
+ ],
328669
+ [
328670
+ "comma",
328671
+ 0
328672
+ ],
328673
+ [
328674
+ "double",
328675
+ 0
328676
+ ],
328677
+ [
328678
+ "french",
328679
+ 0
328680
+ ],
328681
+ [
328682
+ "is",
328683
+ 0
328684
+ ],
328685
+ [
328686
+ "list",
328687
+ 0
328688
+ ],
328689
+ [
328690
+ "meal",
328691
+ 0
328692
+ ],
328693
+ [
328694
+ "muffin",
328695
+ 0
328696
+ ],
328697
+ [
328698
+ "oatmeal",
328699
+ 0
328700
+ ],
328701
+ [
328702
+ "pancake",
328703
+ 0
328704
+ ],
328705
+ [
328706
+ "platter",
328707
+ 0
328708
+ ],
328709
+ [
328710
+ "sausage",
328711
+ 0
328712
+ ],
328713
+ [
328714
+ "toast",
328715
+ 0
328716
+ ]
328717
+ ],
328299
328718
  [
328300
328719
  [
328301
328720
  "breakfast",
@@ -328488,6 +328907,24 @@
328488
328907
  0
328489
328908
  ]
328490
328909
  ],
328910
+ [
328911
+ [
328912
+ "breakfast",
328913
+ 0
328914
+ ],
328915
+ [
328916
+ "is",
328917
+ 0
328918
+ ],
328919
+ [
328920
+ "list",
328921
+ 1
328922
+ ],
328923
+ [
328924
+ "meal",
328925
+ 0
328926
+ ]
328927
+ ],
328491
328928
  [
328492
328929
  [
328493
328930
  "is",
@@ -333907,6 +334344,11 @@
333907
334344
  "theAble",
333908
334345
  false
333909
334346
  ],
334347
+ [
334348
+ "propertyOf",
334349
+ "preposition",
334350
+ false
334351
+ ],
333910
334352
  [
333911
334353
  "punctuation",
333912
334354
  "punctuation",
@@ -337376,48 +337818,6 @@
337376
337818
  0
337377
337819
  ]
337378
337820
  ],
337379
- [
337380
- [
337381
- "bacon",
337382
- 0
337383
- ],
337384
- [
337385
- "cod",
337386
- 0
337387
- ],
337388
- [
337389
- "comma",
337390
- 0
337391
- ],
337392
- [
337393
- "deluxe",
337394
- 0
337395
- ],
337396
- [
337397
- "homestyle",
337398
- 0
337399
- ],
337400
- [
337401
- "is",
337402
- 0
337403
- ],
337404
- [
337405
- "list",
337406
- 0
337407
- ],
337408
- [
337409
- "meal",
337410
- 0
337411
- ],
337412
- [
337413
- "premium",
337414
- 0
337415
- ],
337416
- [
337417
- "spicy",
337418
- 0
337419
- ]
337420
- ],
337421
337821
  [
337422
337822
  [
337423
337823
  "cod",
@@ -337554,20 +337954,6 @@
337554
337954
  1
337555
337955
  ]
337556
337956
  ],
337557
- [
337558
- [
337559
- "is",
337560
- 0
337561
- ],
337562
- [
337563
- "list",
337564
- 1
337565
- ],
337566
- [
337567
- "meal",
337568
- 0
337569
- ]
337570
- ],
337571
337957
  [
337572
337958
  [
337573
337959
  "is",
@@ -343016,6 +343402,11 @@
343016
343402
  "theAble",
343017
343403
  false
343018
343404
  ],
343405
+ [
343406
+ "propertyOf",
343407
+ "preposition",
343408
+ false
343409
+ ],
343019
343410
  [
343020
343411
  "punctuation",
343021
343412
  "punctuation",
@@ -350720,6 +351111,11 @@
350720
351111
  "theAble",
350721
351112
  false
350722
351113
  ],
351114
+ [
351115
+ "propertyOf",
351116
+ "preposition",
351117
+ false
351118
+ ],
350723
351119
  [
350724
351120
  "punctuation",
350725
351121
  "punctuation",
@@ -358559,6 +358955,11 @@
358559
358955
  "theAble",
358560
358956
  false
358561
358957
  ],
358958
+ [
358959
+ "propertyOf",
358960
+ "preposition",
358961
+ false
358962
+ ],
358562
358963
  [
358563
358964
  "punctuation",
358564
358965
  "punctuation",
@@ -366492,6 +366893,11 @@
366492
366893
  "theAble",
366493
366894
  false
366494
366895
  ],
366896
+ [
366897
+ "propertyOf",
366898
+ "preposition",
366899
+ false
366900
+ ],
366495
366901
  [
366496
366902
  "punctuation",
366497
366903
  "punctuation",
@@ -369956,20 +370362,6 @@
369956
370362
  0
369957
370363
  ]
369958
370364
  ],
369959
- [
369960
- [
369961
- "is",
369962
- 0
369963
- ],
369964
- [
369965
- "list",
369966
- 1
369967
- ],
369968
- [
369969
- "pop",
369970
- 0
369971
- ]
369972
- ],
369973
370365
  [
369974
370366
  [
369975
370367
  "is",
@@ -375882,6 +376274,11 @@
375882
376274
  "theAble",
375883
376275
  false
375884
376276
  ],
376277
+ [
376278
+ "propertyOf",
376279
+ "preposition",
376280
+ false
376281
+ ],
375885
376282
  [
375886
376283
  "punctuation",
375887
376284
  "punctuation",
@@ -384071,6 +384468,11 @@
384071
384468
  "theAble",
384072
384469
  false
384073
384470
  ],
384471
+ [
384472
+ "propertyOf",
384473
+ "preposition",
384474
+ false
384475
+ ],
384074
384476
  [
384075
384477
  "punctuation",
384076
384478
  "punctuation",
@@ -392391,6 +392793,11 @@
392391
392793
  "theAble",
392392
392794
  false
392393
392795
  ],
392796
+ [
392797
+ "propertyOf",
392798
+ "preposition",
392799
+ false
392800
+ ],
392394
392801
  [
392395
392802
  "punctuation",
392396
392803
  "punctuation",
@@ -400764,6 +401171,11 @@
400764
401171
  "theAble",
400765
401172
  false
400766
401173
  ],
401174
+ [
401175
+ "propertyOf",
401176
+ "preposition",
401177
+ false
401178
+ ],
400767
401179
  [
400768
401180
  "punctuation",
400769
401181
  "punctuation",
@@ -409227,6 +409639,11 @@
409227
409639
  "theAble",
409228
409640
  false
409229
409641
  ],
409642
+ [
409643
+ "propertyOf",
409644
+ "preposition",
409645
+ false
409646
+ ],
409230
409647
  [
409231
409648
  "punctuation",
409232
409649
  "punctuation",
@@ -417780,6 +418197,11 @@
417780
418197
  "theAble",
417781
418198
  false
417782
418199
  ],
418200
+ [
418201
+ "propertyOf",
418202
+ "preposition",
418203
+ false
418204
+ ],
417783
418205
  [
417784
418206
  "punctuation",
417785
418207
  "punctuation",
@@ -426329,6 +426751,11 @@
426329
426751
  "theAble",
426330
426752
  false
426331
426753
  ],
426754
+ [
426755
+ "propertyOf",
426756
+ "preposition",
426757
+ false
426758
+ ],
426332
426759
  [
426333
426760
  "punctuation",
426334
426761
  "punctuation",
@@ -434968,6 +435395,11 @@
434968
435395
  "theAble",
434969
435396
  false
434970
435397
  ],
435398
+ [
435399
+ "propertyOf",
435400
+ "preposition",
435401
+ false
435402
+ ],
434971
435403
  [
434972
435404
  "punctuation",
434973
435405
  "punctuation",
@@ -443731,6 +444163,11 @@
443731
444163
  "theAble",
443732
444164
  false
443733
444165
  ],
444166
+ [
444167
+ "propertyOf",
444168
+ "preposition",
444169
+ false
444170
+ ],
443734
444171
  [
443735
444172
  "punctuation",
443736
444173
  "punctuation",
@@ -452660,6 +453097,11 @@
452660
453097
  "theAble",
452661
453098
  false
452662
453099
  ],
453100
+ [
453101
+ "propertyOf",
453102
+ "preposition",
453103
+ false
453104
+ ],
452663
453105
  [
452664
453106
  "punctuation",
452665
453107
  "punctuation",
@@ -455505,6 +455947,24 @@
455505
455947
  0
455506
455948
  ]
455507
455949
  ],
455950
+ [
455951
+ [
455952
+ "leftParenthesis",
455953
+ 0
455954
+ ],
455955
+ [
455956
+ "list",
455957
+ 1
455958
+ ],
455959
+ [
455960
+ "rightParenthesis",
455961
+ 0
455962
+ ],
455963
+ [
455964
+ "smoothie",
455965
+ 0
455966
+ ]
455967
+ ],
455508
455968
  [
455509
455969
  [
455510
455970
  "leftParenthesis",
@@ -461966,6 +462426,11 @@
461966
462426
  "theAble",
461967
462427
  false
461968
462428
  ],
462429
+ [
462430
+ "propertyOf",
462431
+ "preposition",
462432
+ false
462433
+ ],
461969
462434
  [
461970
462435
  "punctuation",
461971
462436
  "punctuation",
@@ -471022,6 +471487,11 @@
471022
471487
  "theAble",
471023
471488
  false
471024
471489
  ],
471490
+ [
471491
+ "propertyOf",
471492
+ "preposition",
471493
+ false
471494
+ ],
471025
471495
  [
471026
471496
  "punctuation",
471027
471497
  "punctuation",
@@ -480133,6 +480603,11 @@
480133
480603
  "theAble",
480134
480604
  false
480135
480605
  ],
480606
+ [
480607
+ "propertyOf",
480608
+ "preposition",
480609
+ false
480610
+ ],
480136
480611
  [
480137
480612
  "punctuation",
480138
480613
  "punctuation",
@@ -489299,6 +489774,11 @@
489299
489774
  "theAble",
489300
489775
  false
489301
489776
  ],
489777
+ [
489778
+ "propertyOf",
489779
+ "preposition",
489780
+ false
489781
+ ],
489302
489782
  [
489303
489783
  "punctuation",
489304
489784
  "punctuation",
@@ -498407,6 +498887,11 @@
498407
498887
  "theAble",
498408
498888
  false
498409
498889
  ],
498890
+ [
498891
+ "propertyOf",
498892
+ "preposition",
498893
+ false
498894
+ ],
498410
498895
  [
498411
498896
  "punctuation",
498412
498897
  "punctuation",
@@ -507515,6 +508000,11 @@
507515
508000
  "theAble",
507516
508001
  false
507517
508002
  ],
508003
+ [
508004
+ "propertyOf",
508005
+ "preposition",
508006
+ false
508007
+ ],
507518
508008
  [
507519
508009
  "punctuation",
507520
508010
  "punctuation",
@@ -516799,6 +517289,11 @@
516799
517289
  "theAble",
516800
517290
  false
516801
517291
  ],
517292
+ [
517293
+ "propertyOf",
517294
+ "preposition",
517295
+ false
517296
+ ],
516802
517297
  [
516803
517298
  "punctuation",
516804
517299
  "punctuation",
@@ -526232,6 +526727,11 @@
526232
526727
  "theAble",
526233
526728
  false
526234
526729
  ],
526730
+ [
526731
+ "propertyOf",
526732
+ "preposition",
526733
+ false
526734
+ ],
526235
526735
  [
526236
526736
  "punctuation",
526237
526737
  "punctuation",
@@ -535625,6 +536125,11 @@
535625
536125
  "theAble",
535626
536126
  false
535627
536127
  ],
536128
+ [
536129
+ "propertyOf",
536130
+ "preposition",
536131
+ false
536132
+ ],
535628
536133
  [
535629
536134
  "punctuation",
535630
536135
  "punctuation",
@@ -545249,6 +545754,11 @@
545249
545754
  "theAble",
545250
545755
  false
545251
545756
  ],
545757
+ [
545758
+ "propertyOf",
545759
+ "preposition",
545760
+ false
545761
+ ],
545252
545762
  [
545253
545763
  "punctuation",
545254
545764
  "punctuation",
@@ -556174,6 +556684,11 @@
556174
556684
  "theAble",
556175
556685
  false
556176
556686
  ],
556687
+ [
556688
+ "propertyOf",
556689
+ "preposition",
556690
+ false
556691
+ ],
556177
556692
  [
556178
556693
  "punctuation",
556179
556694
  "punctuation",
@@ -565962,6 +566477,11 @@
565962
566477
  "theAble",
565963
566478
  false
565964
566479
  ],
566480
+ [
566481
+ "propertyOf",
566482
+ "preposition",
566483
+ false
566484
+ ],
565965
566485
  [
565966
566486
  "punctuation",
565967
566487
  "punctuation",
@@ -569759,60 +570279,6 @@
569759
570279
  0
569760
570280
  ]
569761
570281
  ],
569762
- [
569763
- [
569764
- "bacon",
569765
- 0
569766
- ],
569767
- [
569768
- "cheeseburger",
569769
- 0
569770
- ],
569771
- [
569772
- "chicken",
569773
- 0
569774
- ],
569775
- [
569776
- "club",
569777
- 0
569778
- ],
569779
- [
569780
- "comma",
569781
- 0
569782
- ],
569783
- [
569784
- "crispy",
569785
- 0
569786
- ],
569787
- [
569788
- "go",
569789
- 0
569790
- ],
569791
- [
569792
- "is",
569793
- 0
569794
- ],
569795
- [
569796
- "junior",
569797
- 0
569798
- ],
569799
- [
569800
- "list",
569801
- 0
569802
- ],
569803
- [
569804
- "meal",
569805
- 0
569806
- ],
569807
- [
569808
- "value",
569809
- 0
569810
- ],
569811
- [
569812
- "wrap",
569813
- 0
569814
- ]
569815
- ],
569816
570282
  [
569817
570283
  [
569818
570284
  "chicken",
@@ -577137,6 +577603,11 @@
577137
577603
  "theAble",
577138
577604
  false
577139
577605
  ],
577606
+ [
577607
+ "propertyOf",
577608
+ "preposition",
577609
+ false
577610
+ ],
577140
577611
  [
577141
577612
  "punctuation",
577142
577613
  "punctuation",
@@ -580663,7 +581134,7 @@
580663
581134
  ],
580664
581135
  [
580665
581136
  "unknown",
580666
- 0
581137
+ 1
580667
581138
  ]
580668
581139
  ],
580669
581140
  [
@@ -580675,13 +581146,9 @@
580675
581146
  "drink",
580676
581147
  0
580677
581148
  ],
580678
- [
580679
- "is",
580680
- 0
580681
- ],
580682
581149
  [
580683
581150
  "unknown",
580684
- 1
581151
+ 0
580685
581152
  ]
580686
581153
  ],
580687
581154
  [
@@ -581448,60 +581915,6 @@
581448
581915
  0
581449
581916
  ]
581450
581917
  ],
581451
- [
581452
- [
581453
- "bacon",
581454
- 0
581455
- ],
581456
- [
581457
- "cheeseburger",
581458
- 0
581459
- ],
581460
- [
581461
- "chicken",
581462
- 0
581463
- ],
581464
- [
581465
- "club",
581466
- 0
581467
- ],
581468
- [
581469
- "comma",
581470
- 0
581471
- ],
581472
- [
581473
- "crispy",
581474
- 0
581475
- ],
581476
- [
581477
- "go",
581478
- 0
581479
- ],
581480
- [
581481
- "is",
581482
- 0
581483
- ],
581484
- [
581485
- "junior",
581486
- 0
581487
- ],
581488
- [
581489
- "list",
581490
- 0
581491
- ],
581492
- [
581493
- "meal",
581494
- 0
581495
- ],
581496
- [
581497
- "value",
581498
- 0
581499
- ],
581500
- [
581501
- "wrap",
581502
- 0
581503
- ]
581504
- ],
581505
581918
  [
581506
581919
  [
581507
581920
  "bacon",
@@ -581594,48 +582007,6 @@
581594
582007
  0
581595
582008
  ]
581596
582009
  ],
581597
- [
581598
- [
581599
- "bacon",
581600
- 0
581601
- ],
581602
- [
581603
- "cod",
581604
- 0
581605
- ],
581606
- [
581607
- "comma",
581608
- 0
581609
- ],
581610
- [
581611
- "deluxe",
581612
- 0
581613
- ],
581614
- [
581615
- "homestyle",
581616
- 0
581617
- ],
581618
- [
581619
- "is",
581620
- 0
581621
- ],
581622
- [
581623
- "list",
581624
- 0
581625
- ],
581626
- [
581627
- "meal",
581628
- 0
581629
- ],
581630
- [
581631
- "premium",
581632
- 0
581633
- ],
581634
- [
581635
- "spicy",
581636
- 0
581637
- ]
581638
- ],
581639
582010
  [
581640
582011
  [
581641
582012
  "bacon",
@@ -582822,6 +583193,168 @@
582822
583193
  0
582823
583194
  ]
582824
583195
  ],
583196
+ [
583197
+ [
583198
+ "breakfast",
583199
+ 0
583200
+ ],
583201
+ [
583202
+ "comma",
583203
+ 0
583204
+ ],
583205
+ [
583206
+ "double",
583207
+ 0
583208
+ ],
583209
+ [
583210
+ "french",
583211
+ 0
583212
+ ],
583213
+ [
583214
+ "is",
583215
+ 0
583216
+ ],
583217
+ [
583218
+ "list",
583219
+ 0
583220
+ ],
583221
+ [
583222
+ "meal",
583223
+ 0
583224
+ ],
583225
+ [
583226
+ "muffin",
583227
+ 0
583228
+ ],
583229
+ [
583230
+ "oatmeal",
583231
+ 0
583232
+ ],
583233
+ [
583234
+ "pancake",
583235
+ 0
583236
+ ],
583237
+ [
583238
+ "platter",
583239
+ 0
583240
+ ],
583241
+ [
583242
+ "sausage",
583243
+ 0
583244
+ ],
583245
+ [
583246
+ "toast",
583247
+ 0
583248
+ ]
583249
+ ],
583250
+ [
583251
+ [
583252
+ "breakfast",
583253
+ 0
583254
+ ],
583255
+ [
583256
+ "comma",
583257
+ 0
583258
+ ],
583259
+ [
583260
+ "double",
583261
+ 0
583262
+ ],
583263
+ [
583264
+ "french",
583265
+ 0
583266
+ ],
583267
+ [
583268
+ "is",
583269
+ 0
583270
+ ],
583271
+ [
583272
+ "list",
583273
+ 0
583274
+ ],
583275
+ [
583276
+ "meal",
583277
+ 0
583278
+ ],
583279
+ [
583280
+ "muffin",
583281
+ 0
583282
+ ],
583283
+ [
583284
+ "oatmeal",
583285
+ 0
583286
+ ],
583287
+ [
583288
+ "pancake",
583289
+ 0
583290
+ ],
583291
+ [
583292
+ "platter",
583293
+ 0
583294
+ ],
583295
+ [
583296
+ "sausage",
583297
+ 0
583298
+ ],
583299
+ [
583300
+ "toast",
583301
+ 0
583302
+ ]
583303
+ ],
583304
+ [
583305
+ [
583306
+ "breakfast",
583307
+ 0
583308
+ ],
583309
+ [
583310
+ "comma",
583311
+ 0
583312
+ ],
583313
+ [
583314
+ "double",
583315
+ 0
583316
+ ],
583317
+ [
583318
+ "french",
583319
+ 0
583320
+ ],
583321
+ [
583322
+ "is",
583323
+ 0
583324
+ ],
583325
+ [
583326
+ "list",
583327
+ 0
583328
+ ],
583329
+ [
583330
+ "meal",
583331
+ 0
583332
+ ],
583333
+ [
583334
+ "muffin",
583335
+ 0
583336
+ ],
583337
+ [
583338
+ "oatmeal",
583339
+ 0
583340
+ ],
583341
+ [
583342
+ "pancake",
583343
+ 0
583344
+ ],
583345
+ [
583346
+ "platter",
583347
+ 0
583348
+ ],
583349
+ [
583350
+ "sausage",
583351
+ 0
583352
+ ],
583353
+ [
583354
+ "toast",
583355
+ 0
583356
+ ]
583357
+ ],
582825
583358
  [
582826
583359
  [
582827
583360
  "breakfast",
@@ -583014,6 +583547,24 @@
583014
583547
  0
583015
583548
  ]
583016
583549
  ],
583550
+ [
583551
+ [
583552
+ "breakfast",
583553
+ 0
583554
+ ],
583555
+ [
583556
+ "is",
583557
+ 0
583558
+ ],
583559
+ [
583560
+ "list",
583561
+ 1
583562
+ ],
583563
+ [
583564
+ "meal",
583565
+ 0
583566
+ ]
583567
+ ],
583017
583568
  [
583018
583569
  [
583019
583570
  "breakfast",
@@ -584764,24 +585315,6 @@
584764
585315
  0
584765
585316
  ]
584766
585317
  ],
584767
- [
584768
- [
584769
- "countable",
584770
- 0
584771
- ],
584772
- [
584773
- "is",
584774
- 0
584775
- ],
584776
- [
584777
- "list",
584778
- 1
584779
- ],
584780
- [
584781
- "strawberry",
584782
- 0
584783
- ]
584784
- ],
584785
585318
  [
584786
585319
  [
584787
585320
  "double",
@@ -585334,24 +585867,6 @@
585334
585867
  0
585335
585868
  ]
585336
585869
  ],
585337
- [
585338
- [
585339
- "ingredient",
585340
- 0
585341
- ],
585342
- [
585343
- "is",
585344
- 0
585345
- ],
585346
- [
585347
- "list",
585348
- 1
585349
- ],
585350
- [
585351
- "smoothie",
585352
- 0
585353
- ]
585354
- ],
585355
585870
  [
585356
585871
  [
585357
585872
  "ingredient",
@@ -585670,20 +586185,6 @@
585670
586185
  0
585671
586186
  ]
585672
586187
  ],
585673
- [
585674
- [
585675
- "is",
585676
- 0
585677
- ],
585678
- [
585679
- "list",
585680
- 1
585681
- ],
585682
- [
585683
- "meal",
585684
- 0
585685
- ]
585686
- ],
585687
586188
  [
585688
586189
  [
585689
586190
  "is",
@@ -585716,20 +586217,6 @@
585716
586217
  0
585717
586218
  ]
585718
586219
  ],
585719
- [
585720
- [
585721
- "is",
585722
- 0
585723
- ],
585724
- [
585725
- "list",
585726
- 1
585727
- ],
585728
- [
585729
- "pop",
585730
- 0
585731
- ]
585732
- ],
585733
586220
  [
585734
586221
  [
585735
586222
  "is",
@@ -585900,6 +586387,24 @@
585900
586387
  0
585901
586388
  ]
585902
586389
  ],
586390
+ [
586391
+ [
586392
+ "leftParenthesis",
586393
+ 0
586394
+ ],
586395
+ [
586396
+ "list",
586397
+ 1
586398
+ ],
586399
+ [
586400
+ "rightParenthesis",
586401
+ 0
586402
+ ],
586403
+ [
586404
+ "smoothie",
586405
+ 0
586406
+ ]
586407
+ ],
585903
586408
  [
585904
586409
  [
585905
586410
  "leftParenthesis",