ekms 8.7.0 → 8.8.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.
- package/common/animals.instance.json +123 -2
- package/common/colors.instance.json +376 -286
- package/common/comparable.instance.json +30 -62
- package/common/crew.instance.json +216 -318
- package/common/crew.js +3 -3
- package/common/dialogues.js +12 -1
- package/common/dimension.instance.json +5 -1
- package/common/edible.instance.json +239 -107
- package/common/emotions.instance.json +5 -0
- package/common/emotions.js +4 -4
- package/common/fastfood.instance.json +1178 -529
- package/common/formulas.instance.json +5 -1
- package/common/kirk.instance.json +5 -0
- package/common/length.instance.json +75 -0
- package/common/math.instance.json +5 -0
- package/common/numbers.js +15 -3
- package/common/ordering.instance.json +73 -47
- package/common/people.instance.json +222 -1
- package/common/people.js +12 -0
- package/common/pipboy.instance.json +144 -83
- package/common/pipboy.js +1 -0
- package/common/pokemon.instance.json +99 -14
- package/common/pressure.instance.json +25 -13
- package/common/pressure.js +4 -4
- package/common/properties.instance.json +10 -13
- package/common/properties.js +1 -0
- package/common/reports.instance.json +11 -1
- package/common/spock.instance.json +5 -0
- package/common/temperature.instance.json +25 -13
- package/common/tokenize.js +1 -1
- package/common/weight.instance.json +110 -14
- package/package.json +2 -2
@@ -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",
|
@@ -86047,24 +86154,6 @@
|
|
86047
86154
|
1
|
86048
86155
|
]
|
86049
86156
|
],
|
86050
|
-
[
|
86051
|
-
[
|
86052
|
-
"list",
|
86053
|
-
1
|
86054
|
-
],
|
86055
|
-
[
|
86056
|
-
"modifies",
|
86057
|
-
0
|
86058
|
-
],
|
86059
|
-
[
|
86060
|
-
"strawberry",
|
86061
|
-
0
|
86062
|
-
],
|
86063
|
-
[
|
86064
|
-
"unknown",
|
86065
|
-
1
|
86066
|
-
]
|
86067
|
-
],
|
86068
86157
|
[
|
86069
86158
|
[
|
86070
86159
|
"list",
|
@@ -89803,6 +89892,11 @@
|
|
89803
89892
|
"theAble",
|
89804
89893
|
false
|
89805
89894
|
],
|
89895
|
+
[
|
89896
|
+
"propertyOf",
|
89897
|
+
"preposition",
|
89898
|
+
false
|
89899
|
+
],
|
89806
89900
|
[
|
89807
89901
|
"punctuation",
|
89808
89902
|
"punctuation",
|
@@ -92099,24 +92193,6 @@
|
|
92099
92193
|
0
|
92100
92194
|
]
|
92101
92195
|
],
|
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
92196
|
[
|
92121
92197
|
[
|
92122
92198
|
"is",
|
@@ -95861,6 +95937,11 @@
|
|
95861
95937
|
"theAble",
|
95862
95938
|
false
|
95863
95939
|
],
|
95940
|
+
[
|
95941
|
+
"propertyOf",
|
95942
|
+
"preposition",
|
95943
|
+
false
|
95944
|
+
],
|
95864
95945
|
[
|
95865
95946
|
"punctuation",
|
95866
95947
|
"punctuation",
|
@@ -101014,6 +101095,11 @@
|
|
101014
101095
|
"theAble",
|
101015
101096
|
false
|
101016
101097
|
],
|
101098
|
+
[
|
101099
|
+
"propertyOf",
|
101100
|
+
"preposition",
|
101101
|
+
false
|
101102
|
+
],
|
101017
101103
|
[
|
101018
101104
|
"punctuation",
|
101019
101105
|
"punctuation",
|
@@ -103522,24 +103608,6 @@
|
|
103522
103608
|
0
|
103523
103609
|
]
|
103524
103610
|
],
|
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
103611
|
[
|
103544
103612
|
[
|
103545
103613
|
"ingredient",
|
@@ -107361,6 +107429,11 @@
|
|
107361
107429
|
"theAble",
|
107362
107430
|
false
|
107363
107431
|
],
|
107432
|
+
[
|
107433
|
+
"propertyOf",
|
107434
|
+
"preposition",
|
107435
|
+
false
|
107436
|
+
],
|
107364
107437
|
[
|
107365
107438
|
"punctuation",
|
107366
107439
|
"punctuation",
|
@@ -112704,6 +112777,11 @@
|
|
112704
112777
|
"theAble",
|
112705
112778
|
false
|
112706
112779
|
],
|
112780
|
+
[
|
112781
|
+
"propertyOf",
|
112782
|
+
"preposition",
|
112783
|
+
false
|
112784
|
+
],
|
112707
112785
|
[
|
112708
112786
|
"punctuation",
|
112709
112787
|
"punctuation",
|
@@ -118133,6 +118211,11 @@
|
|
118133
118211
|
"theAble",
|
118134
118212
|
false
|
118135
118213
|
],
|
118214
|
+
[
|
118215
|
+
"propertyOf",
|
118216
|
+
"preposition",
|
118217
|
+
false
|
118218
|
+
],
|
118136
118219
|
[
|
118137
118220
|
"punctuation",
|
118138
118221
|
"punctuation",
|
@@ -124235,6 +124318,11 @@
|
|
124235
124318
|
"theAble",
|
124236
124319
|
false
|
124237
124320
|
],
|
124321
|
+
[
|
124322
|
+
"propertyOf",
|
124323
|
+
"preposition",
|
124324
|
+
false
|
124325
|
+
],
|
124238
124326
|
[
|
124239
124327
|
"punctuation",
|
124240
124328
|
"punctuation",
|
@@ -126677,7 +126765,7 @@
|
|
126677
126765
|
},
|
126678
126766
|
{
|
126679
126767
|
"value": "premium_cod",
|
126680
|
-
"number": "
|
126768
|
+
"number": "one",
|
126681
126769
|
"text": "premium cod",
|
126682
126770
|
"marker": "premium_cod",
|
126683
126771
|
"word": "cod",
|
@@ -127055,6 +127143,48 @@
|
|
127055
127143
|
1
|
127056
127144
|
]
|
127057
127145
|
],
|
127146
|
+
[
|
127147
|
+
[
|
127148
|
+
"chicken",
|
127149
|
+
0
|
127150
|
+
],
|
127151
|
+
[
|
127152
|
+
"cod",
|
127153
|
+
0
|
127154
|
+
],
|
127155
|
+
[
|
127156
|
+
"comma",
|
127157
|
+
0
|
127158
|
+
],
|
127159
|
+
[
|
127160
|
+
"grill",
|
127161
|
+
0
|
127162
|
+
],
|
127163
|
+
[
|
127164
|
+
"is",
|
127165
|
+
0
|
127166
|
+
],
|
127167
|
+
[
|
127168
|
+
"list",
|
127169
|
+
0
|
127170
|
+
],
|
127171
|
+
[
|
127172
|
+
"premium",
|
127173
|
+
0
|
127174
|
+
],
|
127175
|
+
[
|
127176
|
+
"sandwich",
|
127177
|
+
0
|
127178
|
+
],
|
127179
|
+
[
|
127180
|
+
"ultimate",
|
127181
|
+
0
|
127182
|
+
],
|
127183
|
+
[
|
127184
|
+
"unknown",
|
127185
|
+
1
|
127186
|
+
]
|
127187
|
+
],
|
127058
127188
|
[
|
127059
127189
|
[
|
127060
127190
|
"chicken",
|
@@ -127161,6 +127291,24 @@
|
|
127161
127291
|
0
|
127162
127292
|
]
|
127163
127293
|
],
|
127294
|
+
[
|
127295
|
+
[
|
127296
|
+
"is",
|
127297
|
+
0
|
127298
|
+
],
|
127299
|
+
[
|
127300
|
+
"list",
|
127301
|
+
1
|
127302
|
+
],
|
127303
|
+
[
|
127304
|
+
"sandwich",
|
127305
|
+
0
|
127306
|
+
],
|
127307
|
+
[
|
127308
|
+
"unknown",
|
127309
|
+
1
|
127310
|
+
]
|
127311
|
+
],
|
127164
127312
|
[
|
127165
127313
|
[
|
127166
127314
|
"is",
|
@@ -131103,6 +131251,11 @@
|
|
131103
131251
|
"theAble",
|
131104
131252
|
false
|
131105
131253
|
],
|
131254
|
+
[
|
131255
|
+
"propertyOf",
|
131256
|
+
"preposition",
|
131257
|
+
false
|
131258
|
+
],
|
131106
131259
|
[
|
131107
131260
|
"punctuation",
|
131108
131261
|
"punctuation",
|
@@ -136659,6 +136812,11 @@
|
|
136659
136812
|
"theAble",
|
136660
136813
|
false
|
136661
136814
|
],
|
136815
|
+
[
|
136816
|
+
"propertyOf",
|
136817
|
+
"preposition",
|
136818
|
+
false
|
136819
|
+
],
|
136662
136820
|
[
|
136663
136821
|
"punctuation",
|
136664
136822
|
"punctuation",
|
@@ -142366,6 +142524,11 @@
|
|
142366
142524
|
"theAble",
|
142367
142525
|
false
|
142368
142526
|
],
|
142527
|
+
[
|
142528
|
+
"propertyOf",
|
142529
|
+
"preposition",
|
142530
|
+
false
|
142531
|
+
],
|
142369
142532
|
[
|
142370
142533
|
"punctuation",
|
142371
142534
|
"punctuation",
|
@@ -148012,6 +148175,11 @@
|
|
148012
148175
|
"theAble",
|
148013
148176
|
false
|
148014
148177
|
],
|
148178
|
+
[
|
148179
|
+
"propertyOf",
|
148180
|
+
"preposition",
|
148181
|
+
false
|
148182
|
+
],
|
148015
148183
|
[
|
148016
148184
|
"punctuation",
|
148017
148185
|
"punctuation",
|
@@ -153705,6 +153873,11 @@
|
|
153705
153873
|
"theAble",
|
153706
153874
|
false
|
153707
153875
|
],
|
153876
|
+
[
|
153877
|
+
"propertyOf",
|
153878
|
+
"preposition",
|
153879
|
+
false
|
153880
|
+
],
|
153708
153881
|
[
|
153709
153882
|
"punctuation",
|
153710
153883
|
"punctuation",
|
@@ -159288,6 +159461,11 @@
|
|
159288
159461
|
"theAble",
|
159289
159462
|
false
|
159290
159463
|
],
|
159464
|
+
[
|
159465
|
+
"propertyOf",
|
159466
|
+
"preposition",
|
159467
|
+
false
|
159468
|
+
],
|
159291
159469
|
[
|
159292
159470
|
"punctuation",
|
159293
159471
|
"punctuation",
|
@@ -165047,6 +165225,11 @@
|
|
165047
165225
|
"theAble",
|
165048
165226
|
false
|
165049
165227
|
],
|
165228
|
+
[
|
165229
|
+
"propertyOf",
|
165230
|
+
"preposition",
|
165231
|
+
false
|
165232
|
+
],
|
165050
165233
|
[
|
165051
165234
|
"punctuation",
|
165052
165235
|
"punctuation",
|
@@ -170771,6 +170954,11 @@
|
|
170771
170954
|
"theAble",
|
170772
170955
|
false
|
170773
170956
|
],
|
170957
|
+
[
|
170958
|
+
"propertyOf",
|
170959
|
+
"preposition",
|
170960
|
+
false
|
170961
|
+
],
|
170774
170962
|
[
|
170775
170963
|
"punctuation",
|
170776
170964
|
"punctuation",
|
@@ -176605,6 +176793,11 @@
|
|
176605
176793
|
"theAble",
|
176606
176794
|
false
|
176607
176795
|
],
|
176796
|
+
[
|
176797
|
+
"propertyOf",
|
176798
|
+
"preposition",
|
176799
|
+
false
|
176800
|
+
],
|
176608
176801
|
[
|
176609
176802
|
"punctuation",
|
176610
176803
|
"punctuation",
|
@@ -182494,6 +182687,11 @@
|
|
182494
182687
|
"theAble",
|
182495
182688
|
false
|
182496
182689
|
],
|
182690
|
+
[
|
182691
|
+
"propertyOf",
|
182692
|
+
"preposition",
|
182693
|
+
false
|
182694
|
+
],
|
182497
182695
|
[
|
182498
182696
|
"punctuation",
|
182499
182697
|
"punctuation",
|
@@ -188438,6 +188636,11 @@
|
|
188438
188636
|
"theAble",
|
188439
188637
|
false
|
188440
188638
|
],
|
188639
|
+
[
|
188640
|
+
"propertyOf",
|
188641
|
+
"preposition",
|
188642
|
+
false
|
188643
|
+
],
|
188441
188644
|
[
|
188442
188645
|
"punctuation",
|
188443
188646
|
"punctuation",
|
@@ -194417,6 +194620,11 @@
|
|
194417
194620
|
"theAble",
|
194418
194621
|
false
|
194419
194622
|
],
|
194623
|
+
[
|
194624
|
+
"propertyOf",
|
194625
|
+
"preposition",
|
194626
|
+
false
|
194627
|
+
],
|
194420
194628
|
[
|
194421
194629
|
"punctuation",
|
194422
194630
|
"punctuation",
|
@@ -196065,7 +196273,7 @@
|
|
196065
196273
|
0
|
196066
196274
|
],
|
196067
196275
|
[
|
196068
|
-
"
|
196276
|
+
"isEd",
|
196069
196277
|
0
|
196070
196278
|
],
|
196071
196279
|
[
|
@@ -196238,7 +196446,7 @@
|
|
196238
196446
|
],
|
196239
196447
|
[
|
196240
196448
|
"unknown",
|
196241
|
-
|
196449
|
+
1
|
196242
196450
|
]
|
196243
196451
|
],
|
196244
196452
|
[
|
@@ -196250,13 +196458,9 @@
|
|
196250
196458
|
"drink",
|
196251
196459
|
0
|
196252
196460
|
],
|
196253
|
-
[
|
196254
|
-
"is",
|
196255
|
-
0
|
196256
|
-
],
|
196257
196461
|
[
|
196258
196462
|
"unknown",
|
196259
|
-
|
196463
|
+
0
|
196260
196464
|
]
|
196261
196465
|
],
|
196262
196466
|
[
|
@@ -200552,6 +200756,11 @@
|
|
200552
200756
|
"theAble",
|
200553
200757
|
false
|
200554
200758
|
],
|
200759
|
+
[
|
200760
|
+
"propertyOf",
|
200761
|
+
"preposition",
|
200762
|
+
false
|
200763
|
+
],
|
200555
200764
|
[
|
200556
200765
|
"punctuation",
|
200557
200766
|
"punctuation",
|
@@ -206601,6 +206810,11 @@
|
|
206601
206810
|
"theAble",
|
206602
206811
|
false
|
206603
206812
|
],
|
206813
|
+
[
|
206814
|
+
"propertyOf",
|
206815
|
+
"preposition",
|
206816
|
+
false
|
206817
|
+
],
|
206604
206818
|
[
|
206605
206819
|
"punctuation",
|
206606
206820
|
"punctuation",
|
@@ -212760,6 +212974,11 @@
|
|
212760
212974
|
"theAble",
|
212761
212975
|
false
|
212762
212976
|
],
|
212977
|
+
[
|
212978
|
+
"propertyOf",
|
212979
|
+
"preposition",
|
212980
|
+
false
|
212981
|
+
],
|
212763
212982
|
[
|
212764
212983
|
"punctuation",
|
212765
212984
|
"punctuation",
|
@@ -219033,6 +219252,11 @@
|
|
219033
219252
|
"theAble",
|
219034
219253
|
false
|
219035
219254
|
],
|
219255
|
+
[
|
219256
|
+
"propertyOf",
|
219257
|
+
"preposition",
|
219258
|
+
false
|
219259
|
+
],
|
219036
219260
|
[
|
219037
219261
|
"punctuation",
|
219038
219262
|
"punctuation",
|
@@ -225382,6 +225606,11 @@
|
|
225382
225606
|
"theAble",
|
225383
225607
|
false
|
225384
225608
|
],
|
225609
|
+
[
|
225610
|
+
"propertyOf",
|
225611
|
+
"preposition",
|
225612
|
+
false
|
225613
|
+
],
|
225385
225614
|
[
|
225386
225615
|
"punctuation",
|
225387
225616
|
"punctuation",
|
@@ -231810,6 +232039,11 @@
|
|
231810
232039
|
"theAble",
|
231811
232040
|
false
|
231812
232041
|
],
|
232042
|
+
[
|
232043
|
+
"propertyOf",
|
232044
|
+
"preposition",
|
232045
|
+
false
|
232046
|
+
],
|
231813
232047
|
[
|
231814
232048
|
"punctuation",
|
231815
232049
|
"punctuation",
|
@@ -238457,6 +238691,11 @@
|
|
238457
238691
|
"theAble",
|
238458
238692
|
false
|
238459
238693
|
],
|
238694
|
+
[
|
238695
|
+
"propertyOf",
|
238696
|
+
"preposition",
|
238697
|
+
false
|
238698
|
+
],
|
238460
238699
|
[
|
238461
238700
|
"punctuation",
|
238462
238701
|
"punctuation",
|
@@ -245085,6 +245324,11 @@
|
|
245085
245324
|
"theAble",
|
245086
245325
|
false
|
245087
245326
|
],
|
245327
|
+
[
|
245328
|
+
"propertyOf",
|
245329
|
+
"preposition",
|
245330
|
+
false
|
245331
|
+
],
|
245088
245332
|
[
|
245089
245333
|
"punctuation",
|
245090
245334
|
"punctuation",
|
@@ -251810,6 +252054,11 @@
|
|
251810
252054
|
"theAble",
|
251811
252055
|
false
|
251812
252056
|
],
|
252057
|
+
[
|
252058
|
+
"propertyOf",
|
252059
|
+
"preposition",
|
252060
|
+
false
|
252061
|
+
],
|
251813
252062
|
[
|
251814
252063
|
"punctuation",
|
251815
252064
|
"punctuation",
|
@@ -258653,6 +258902,11 @@
|
|
258653
258902
|
"theAble",
|
258654
258903
|
false
|
258655
258904
|
],
|
258905
|
+
[
|
258906
|
+
"propertyOf",
|
258907
|
+
"preposition",
|
258908
|
+
false
|
258909
|
+
],
|
258656
258910
|
[
|
258657
258911
|
"punctuation",
|
258658
258912
|
"punctuation",
|
@@ -265474,6 +265728,11 @@
|
|
265474
265728
|
"theAble",
|
265475
265729
|
false
|
265476
265730
|
],
|
265731
|
+
[
|
265732
|
+
"propertyOf",
|
265733
|
+
"preposition",
|
265734
|
+
false
|
265735
|
+
],
|
265477
265736
|
[
|
265478
265737
|
"punctuation",
|
265479
265738
|
"punctuation",
|
@@ -272317,6 +272576,11 @@
|
|
272317
272576
|
"theAble",
|
272318
272577
|
false
|
272319
272578
|
],
|
272579
|
+
[
|
272580
|
+
"propertyOf",
|
272581
|
+
"preposition",
|
272582
|
+
false
|
272583
|
+
],
|
272320
272584
|
[
|
272321
272585
|
"punctuation",
|
272322
272586
|
"punctuation",
|
@@ -279346,6 +279610,11 @@
|
|
279346
279610
|
"theAble",
|
279347
279611
|
false
|
279348
279612
|
],
|
279613
|
+
[
|
279614
|
+
"propertyOf",
|
279615
|
+
"preposition",
|
279616
|
+
false
|
279617
|
+
],
|
279349
279618
|
[
|
279350
279619
|
"punctuation",
|
279351
279620
|
"punctuation",
|
@@ -286460,6 +286729,11 @@
|
|
286460
286729
|
"theAble",
|
286461
286730
|
false
|
286462
286731
|
],
|
286732
|
+
[
|
286733
|
+
"propertyOf",
|
286734
|
+
"preposition",
|
286735
|
+
false
|
286736
|
+
],
|
286463
286737
|
[
|
286464
286738
|
"punctuation",
|
286465
286739
|
"punctuation",
|
@@ -293639,6 +293913,11 @@
|
|
293639
293913
|
"theAble",
|
293640
293914
|
false
|
293641
293915
|
],
|
293916
|
+
[
|
293917
|
+
"propertyOf",
|
293918
|
+
"preposition",
|
293919
|
+
false
|
293920
|
+
],
|
293642
293921
|
[
|
293643
293922
|
"punctuation",
|
293644
293923
|
"punctuation",
|
@@ -300974,6 +301253,11 @@
|
|
300974
301253
|
"theAble",
|
300975
301254
|
false
|
300976
301255
|
],
|
301256
|
+
[
|
301257
|
+
"propertyOf",
|
301258
|
+
"preposition",
|
301259
|
+
false
|
301260
|
+
],
|
300977
301261
|
[
|
300978
301262
|
"punctuation",
|
300979
301263
|
"punctuation",
|
@@ -308348,6 +308632,11 @@
|
|
308348
308632
|
"theAble",
|
308349
308633
|
false
|
308350
308634
|
],
|
308635
|
+
[
|
308636
|
+
"propertyOf",
|
308637
|
+
"preposition",
|
308638
|
+
false
|
308639
|
+
],
|
308351
308640
|
[
|
308352
308641
|
"punctuation",
|
308353
308642
|
"punctuation",
|
@@ -315912,6 +316201,11 @@
|
|
315912
316201
|
"theAble",
|
315913
316202
|
false
|
315914
316203
|
],
|
316204
|
+
[
|
316205
|
+
"propertyOf",
|
316206
|
+
"preposition",
|
316207
|
+
false
|
316208
|
+
],
|
315915
316209
|
[
|
315916
316210
|
"punctuation",
|
315917
316211
|
"punctuation",
|
@@ -323433,6 +323727,11 @@
|
|
323433
323727
|
"theAble",
|
323434
323728
|
false
|
323435
323729
|
],
|
323730
|
+
[
|
323731
|
+
"propertyOf",
|
323732
|
+
"preposition",
|
323733
|
+
false
|
323734
|
+
],
|
323436
323735
|
[
|
323437
323736
|
"punctuation",
|
323438
323737
|
"punctuation",
|
@@ -328114,65 +328413,7 @@
|
|
328114
328413
|
0
|
328115
328414
|
],
|
328116
328415
|
[
|
328117
|
-
"
|
328118
|
-
0
|
328119
|
-
],
|
328120
|
-
[
|
328121
|
-
"toast",
|
328122
|
-
0
|
328123
|
-
]
|
328124
|
-
],
|
328125
|
-
[
|
328126
|
-
[
|
328127
|
-
"breakfast",
|
328128
|
-
0
|
328129
|
-
],
|
328130
|
-
[
|
328131
|
-
"chicken",
|
328132
|
-
0
|
328133
|
-
],
|
328134
|
-
[
|
328135
|
-
"comma",
|
328136
|
-
0
|
328137
|
-
],
|
328138
|
-
[
|
328139
|
-
"double",
|
328140
|
-
0
|
328141
|
-
],
|
328142
|
-
[
|
328143
|
-
"french",
|
328144
|
-
0
|
328145
|
-
],
|
328146
|
-
[
|
328147
|
-
"is",
|
328148
|
-
0
|
328149
|
-
],
|
328150
|
-
[
|
328151
|
-
"list",
|
328152
|
-
0
|
328153
|
-
],
|
328154
|
-
[
|
328155
|
-
"meal",
|
328156
|
-
0
|
328157
|
-
],
|
328158
|
-
[
|
328159
|
-
"muffin",
|
328160
|
-
0
|
328161
|
-
],
|
328162
|
-
[
|
328163
|
-
"oatmeal",
|
328164
|
-
0
|
328165
|
-
],
|
328166
|
-
[
|
328167
|
-
"on",
|
328168
|
-
0
|
328169
|
-
],
|
328170
|
-
[
|
328171
|
-
"pancake",
|
328172
|
-
0
|
328173
|
-
],
|
328174
|
-
[
|
328175
|
-
"platter",
|
328416
|
+
"sandwich",
|
328176
328417
|
0
|
328177
328418
|
],
|
328178
328419
|
[
|
@@ -328190,61 +328431,7 @@
|
|
328190
328431
|
0
|
328191
328432
|
],
|
328192
328433
|
[
|
328193
|
-
"
|
328194
|
-
0
|
328195
|
-
],
|
328196
|
-
[
|
328197
|
-
"double",
|
328198
|
-
0
|
328199
|
-
],
|
328200
|
-
[
|
328201
|
-
"french",
|
328202
|
-
0
|
328203
|
-
],
|
328204
|
-
[
|
328205
|
-
"is",
|
328206
|
-
0
|
328207
|
-
],
|
328208
|
-
[
|
328209
|
-
"list",
|
328210
|
-
0
|
328211
|
-
],
|
328212
|
-
[
|
328213
|
-
"meal",
|
328214
|
-
0
|
328215
|
-
],
|
328216
|
-
[
|
328217
|
-
"muffin",
|
328218
|
-
0
|
328219
|
-
],
|
328220
|
-
[
|
328221
|
-
"oatmeal",
|
328222
|
-
0
|
328223
|
-
],
|
328224
|
-
[
|
328225
|
-
"on",
|
328226
|
-
0
|
328227
|
-
],
|
328228
|
-
[
|
328229
|
-
"pancake",
|
328230
|
-
0
|
328231
|
-
],
|
328232
|
-
[
|
328233
|
-
"platter",
|
328234
|
-
0
|
328235
|
-
],
|
328236
|
-
[
|
328237
|
-
"sausage",
|
328238
|
-
0
|
328239
|
-
],
|
328240
|
-
[
|
328241
|
-
"toast",
|
328242
|
-
0
|
328243
|
-
]
|
328244
|
-
],
|
328245
|
-
[
|
328246
|
-
[
|
328247
|
-
"breakfast",
|
328434
|
+
"chicken",
|
328248
328435
|
0
|
328249
328436
|
],
|
328250
328437
|
[
|
@@ -328256,57 +328443,397 @@
|
|
328256
328443
|
0
|
328257
328444
|
],
|
328258
328445
|
[
|
328259
|
-
"
|
328260
|
-
0
|
328261
|
-
],
|
328262
|
-
[
|
328263
|
-
"
|
328264
|
-
0
|
328265
|
-
],
|
328266
|
-
[
|
328267
|
-
"
|
328268
|
-
0
|
328269
|
-
],
|
328270
|
-
[
|
328271
|
-
"
|
328272
|
-
0
|
328273
|
-
],
|
328274
|
-
[
|
328275
|
-
"
|
328276
|
-
0
|
328277
|
-
],
|
328278
|
-
[
|
328279
|
-
"
|
328280
|
-
0
|
328281
|
-
],
|
328282
|
-
[
|
328283
|
-
"
|
328284
|
-
0
|
328285
|
-
],
|
328286
|
-
[
|
328287
|
-
"
|
328288
|
-
0
|
328289
|
-
],
|
328290
|
-
[
|
328291
|
-
"
|
328292
|
-
0
|
328293
|
-
],
|
328294
|
-
[
|
328295
|
-
"
|
328296
|
-
0
|
328297
|
-
]
|
328298
|
-
|
328299
|
-
|
328300
|
-
|
328301
|
-
|
328302
|
-
|
328303
|
-
|
328304
|
-
|
328305
|
-
|
328306
|
-
|
328307
|
-
|
328308
|
-
[
|
328309
|
-
"
|
328446
|
+
"egg",
|
328447
|
+
0
|
328448
|
+
],
|
328449
|
+
[
|
328450
|
+
"french",
|
328451
|
+
0
|
328452
|
+
],
|
328453
|
+
[
|
328454
|
+
"is",
|
328455
|
+
0
|
328456
|
+
],
|
328457
|
+
[
|
328458
|
+
"list",
|
328459
|
+
0
|
328460
|
+
],
|
328461
|
+
[
|
328462
|
+
"meal",
|
328463
|
+
0
|
328464
|
+
],
|
328465
|
+
[
|
328466
|
+
"muffin",
|
328467
|
+
0
|
328468
|
+
],
|
328469
|
+
[
|
328470
|
+
"oatmeal",
|
328471
|
+
0
|
328472
|
+
],
|
328473
|
+
[
|
328474
|
+
"on",
|
328475
|
+
0
|
328476
|
+
],
|
328477
|
+
[
|
328478
|
+
"pancake",
|
328479
|
+
0
|
328480
|
+
],
|
328481
|
+
[
|
328482
|
+
"platter",
|
328483
|
+
0
|
328484
|
+
],
|
328485
|
+
[
|
328486
|
+
"sausage",
|
328487
|
+
0
|
328488
|
+
],
|
328489
|
+
[
|
328490
|
+
"toast",
|
328491
|
+
0
|
328492
|
+
]
|
328493
|
+
],
|
328494
|
+
[
|
328495
|
+
[
|
328496
|
+
"breakfast",
|
328497
|
+
0
|
328498
|
+
],
|
328499
|
+
[
|
328500
|
+
"chicken",
|
328501
|
+
0
|
328502
|
+
],
|
328503
|
+
[
|
328504
|
+
"comma",
|
328505
|
+
0
|
328506
|
+
],
|
328507
|
+
[
|
328508
|
+
"double",
|
328509
|
+
0
|
328510
|
+
],
|
328511
|
+
[
|
328512
|
+
"french",
|
328513
|
+
0
|
328514
|
+
],
|
328515
|
+
[
|
328516
|
+
"is",
|
328517
|
+
0
|
328518
|
+
],
|
328519
|
+
[
|
328520
|
+
"list",
|
328521
|
+
0
|
328522
|
+
],
|
328523
|
+
[
|
328524
|
+
"meal",
|
328525
|
+
0
|
328526
|
+
],
|
328527
|
+
[
|
328528
|
+
"muffin",
|
328529
|
+
0
|
328530
|
+
],
|
328531
|
+
[
|
328532
|
+
"oatmeal",
|
328533
|
+
0
|
328534
|
+
],
|
328535
|
+
[
|
328536
|
+
"on",
|
328537
|
+
0
|
328538
|
+
],
|
328539
|
+
[
|
328540
|
+
"pancake",
|
328541
|
+
0
|
328542
|
+
],
|
328543
|
+
[
|
328544
|
+
"platter",
|
328545
|
+
0
|
328546
|
+
],
|
328547
|
+
[
|
328548
|
+
"sausage",
|
328549
|
+
0
|
328550
|
+
],
|
328551
|
+
[
|
328552
|
+
"toast",
|
328553
|
+
0
|
328554
|
+
]
|
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
|
+
"on",
|
328595
|
+
0
|
328596
|
+
],
|
328597
|
+
[
|
328598
|
+
"pancake",
|
328599
|
+
0
|
328600
|
+
],
|
328601
|
+
[
|
328602
|
+
"platter",
|
328603
|
+
0
|
328604
|
+
],
|
328605
|
+
[
|
328606
|
+
"sausage",
|
328607
|
+
0
|
328608
|
+
],
|
328609
|
+
[
|
328610
|
+
"toast",
|
328611
|
+
0
|
328612
|
+
]
|
328613
|
+
],
|
328614
|
+
[
|
328615
|
+
[
|
328616
|
+
"breakfast",
|
328617
|
+
0
|
328618
|
+
],
|
328619
|
+
[
|
328620
|
+
"comma",
|
328621
|
+
0
|
328622
|
+
],
|
328623
|
+
[
|
328624
|
+
"double",
|
328625
|
+
0
|
328626
|
+
],
|
328627
|
+
[
|
328628
|
+
"french",
|
328629
|
+
0
|
328630
|
+
],
|
328631
|
+
[
|
328632
|
+
"is",
|
328633
|
+
0
|
328634
|
+
],
|
328635
|
+
[
|
328636
|
+
"list",
|
328637
|
+
0
|
328638
|
+
],
|
328639
|
+
[
|
328640
|
+
"meal",
|
328641
|
+
0
|
328642
|
+
],
|
328643
|
+
[
|
328644
|
+
"muffin",
|
328645
|
+
0
|
328646
|
+
],
|
328647
|
+
[
|
328648
|
+
"oatmeal",
|
328649
|
+
0
|
328650
|
+
],
|
328651
|
+
[
|
328652
|
+
"pancake",
|
328653
|
+
0
|
328654
|
+
],
|
328655
|
+
[
|
328656
|
+
"platter",
|
328657
|
+
0
|
328658
|
+
],
|
328659
|
+
[
|
328660
|
+
"sausage",
|
328661
|
+
0
|
328662
|
+
],
|
328663
|
+
[
|
328664
|
+
"toast",
|
328665
|
+
0
|
328666
|
+
]
|
328667
|
+
],
|
328668
|
+
[
|
328669
|
+
[
|
328670
|
+
"breakfast",
|
328671
|
+
0
|
328672
|
+
],
|
328673
|
+
[
|
328674
|
+
"comma",
|
328675
|
+
0
|
328676
|
+
],
|
328677
|
+
[
|
328678
|
+
"double",
|
328679
|
+
0
|
328680
|
+
],
|
328681
|
+
[
|
328682
|
+
"french",
|
328683
|
+
0
|
328684
|
+
],
|
328685
|
+
[
|
328686
|
+
"is",
|
328687
|
+
0
|
328688
|
+
],
|
328689
|
+
[
|
328690
|
+
"list",
|
328691
|
+
0
|
328692
|
+
],
|
328693
|
+
[
|
328694
|
+
"meal",
|
328695
|
+
0
|
328696
|
+
],
|
328697
|
+
[
|
328698
|
+
"muffin",
|
328699
|
+
0
|
328700
|
+
],
|
328701
|
+
[
|
328702
|
+
"oatmeal",
|
328703
|
+
0
|
328704
|
+
],
|
328705
|
+
[
|
328706
|
+
"pancake",
|
328707
|
+
0
|
328708
|
+
],
|
328709
|
+
[
|
328710
|
+
"platter",
|
328711
|
+
0
|
328712
|
+
],
|
328713
|
+
[
|
328714
|
+
"sausage",
|
328715
|
+
0
|
328716
|
+
],
|
328717
|
+
[
|
328718
|
+
"toast",
|
328719
|
+
0
|
328720
|
+
]
|
328721
|
+
],
|
328722
|
+
[
|
328723
|
+
[
|
328724
|
+
"breakfast",
|
328725
|
+
0
|
328726
|
+
],
|
328727
|
+
[
|
328728
|
+
"comma",
|
328729
|
+
0
|
328730
|
+
],
|
328731
|
+
[
|
328732
|
+
"double",
|
328733
|
+
0
|
328734
|
+
],
|
328735
|
+
[
|
328736
|
+
"french",
|
328737
|
+
0
|
328738
|
+
],
|
328739
|
+
[
|
328740
|
+
"is",
|
328741
|
+
0
|
328742
|
+
],
|
328743
|
+
[
|
328744
|
+
"list",
|
328745
|
+
0
|
328746
|
+
],
|
328747
|
+
[
|
328748
|
+
"meal",
|
328749
|
+
0
|
328750
|
+
],
|
328751
|
+
[
|
328752
|
+
"muffin",
|
328753
|
+
0
|
328754
|
+
],
|
328755
|
+
[
|
328756
|
+
"oatmeal",
|
328757
|
+
0
|
328758
|
+
],
|
328759
|
+
[
|
328760
|
+
"pancake",
|
328761
|
+
0
|
328762
|
+
],
|
328763
|
+
[
|
328764
|
+
"platter",
|
328765
|
+
0
|
328766
|
+
],
|
328767
|
+
[
|
328768
|
+
"sausage",
|
328769
|
+
0
|
328770
|
+
],
|
328771
|
+
[
|
328772
|
+
"toast",
|
328773
|
+
0
|
328774
|
+
]
|
328775
|
+
],
|
328776
|
+
[
|
328777
|
+
[
|
328778
|
+
"breakfast",
|
328779
|
+
0
|
328780
|
+
],
|
328781
|
+
[
|
328782
|
+
"comma",
|
328783
|
+
0
|
328784
|
+
],
|
328785
|
+
[
|
328786
|
+
"double",
|
328787
|
+
0
|
328788
|
+
],
|
328789
|
+
[
|
328790
|
+
"french",
|
328791
|
+
0
|
328792
|
+
],
|
328793
|
+
[
|
328794
|
+
"is",
|
328795
|
+
0
|
328796
|
+
],
|
328797
|
+
[
|
328798
|
+
"list",
|
328799
|
+
0
|
328800
|
+
],
|
328801
|
+
[
|
328802
|
+
"meal",
|
328803
|
+
0
|
328804
|
+
],
|
328805
|
+
[
|
328806
|
+
"muffin",
|
328807
|
+
0
|
328808
|
+
],
|
328809
|
+
[
|
328810
|
+
"oatmeal",
|
328811
|
+
0
|
328812
|
+
],
|
328813
|
+
[
|
328814
|
+
"pancake",
|
328815
|
+
0
|
328816
|
+
],
|
328817
|
+
[
|
328818
|
+
"sausage",
|
328819
|
+
0
|
328820
|
+
],
|
328821
|
+
[
|
328822
|
+
"toast",
|
328823
|
+
0
|
328824
|
+
]
|
328825
|
+
],
|
328826
|
+
[
|
328827
|
+
[
|
328828
|
+
"breakfast",
|
328829
|
+
0
|
328830
|
+
],
|
328831
|
+
[
|
328832
|
+
"comma",
|
328833
|
+
0
|
328834
|
+
],
|
328835
|
+
[
|
328836
|
+
"double",
|
328310
328837
|
0
|
328311
328838
|
],
|
328312
328839
|
[
|
@@ -333907,6 +334434,11 @@
|
|
333907
334434
|
"theAble",
|
333908
334435
|
false
|
333909
334436
|
],
|
334437
|
+
[
|
334438
|
+
"propertyOf",
|
334439
|
+
"preposition",
|
334440
|
+
false
|
334441
|
+
],
|
333910
334442
|
[
|
333911
334443
|
"punctuation",
|
333912
334444
|
"punctuation",
|
@@ -337376,48 +337908,6 @@
|
|
337376
337908
|
0
|
337377
337909
|
]
|
337378
337910
|
],
|
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
337911
|
[
|
337422
337912
|
[
|
337423
337913
|
"cod",
|
@@ -337554,20 +338044,6 @@
|
|
337554
338044
|
1
|
337555
338045
|
]
|
337556
338046
|
],
|
337557
|
-
[
|
337558
|
-
[
|
337559
|
-
"is",
|
337560
|
-
0
|
337561
|
-
],
|
337562
|
-
[
|
337563
|
-
"list",
|
337564
|
-
1
|
337565
|
-
],
|
337566
|
-
[
|
337567
|
-
"meal",
|
337568
|
-
0
|
337569
|
-
]
|
337570
|
-
],
|
337571
338047
|
[
|
337572
338048
|
[
|
337573
338049
|
"is",
|
@@ -343016,6 +343492,11 @@
|
|
343016
343492
|
"theAble",
|
343017
343493
|
false
|
343018
343494
|
],
|
343495
|
+
[
|
343496
|
+
"propertyOf",
|
343497
|
+
"preposition",
|
343498
|
+
false
|
343499
|
+
],
|
343019
343500
|
[
|
343020
343501
|
"punctuation",
|
343021
343502
|
"punctuation",
|
@@ -350720,6 +351201,11 @@
|
|
350720
351201
|
"theAble",
|
350721
351202
|
false
|
350722
351203
|
],
|
351204
|
+
[
|
351205
|
+
"propertyOf",
|
351206
|
+
"preposition",
|
351207
|
+
false
|
351208
|
+
],
|
350723
351209
|
[
|
350724
351210
|
"punctuation",
|
350725
351211
|
"punctuation",
|
@@ -358559,6 +359045,11 @@
|
|
358559
359045
|
"theAble",
|
358560
359046
|
false
|
358561
359047
|
],
|
359048
|
+
[
|
359049
|
+
"propertyOf",
|
359050
|
+
"preposition",
|
359051
|
+
false
|
359052
|
+
],
|
358562
359053
|
[
|
358563
359054
|
"punctuation",
|
358564
359055
|
"punctuation",
|
@@ -366492,6 +366983,11 @@
|
|
366492
366983
|
"theAble",
|
366493
366984
|
false
|
366494
366985
|
],
|
366986
|
+
[
|
366987
|
+
"propertyOf",
|
366988
|
+
"preposition",
|
366989
|
+
false
|
366990
|
+
],
|
366495
366991
|
[
|
366496
366992
|
"punctuation",
|
366497
366993
|
"punctuation",
|
@@ -369956,20 +370452,6 @@
|
|
369956
370452
|
0
|
369957
370453
|
]
|
369958
370454
|
],
|
369959
|
-
[
|
369960
|
-
[
|
369961
|
-
"is",
|
369962
|
-
0
|
369963
|
-
],
|
369964
|
-
[
|
369965
|
-
"list",
|
369966
|
-
1
|
369967
|
-
],
|
369968
|
-
[
|
369969
|
-
"pop",
|
369970
|
-
0
|
369971
|
-
]
|
369972
|
-
],
|
369973
370455
|
[
|
369974
370456
|
[
|
369975
370457
|
"is",
|
@@ -375882,6 +376364,11 @@
|
|
375882
376364
|
"theAble",
|
375883
376365
|
false
|
375884
376366
|
],
|
376367
|
+
[
|
376368
|
+
"propertyOf",
|
376369
|
+
"preposition",
|
376370
|
+
false
|
376371
|
+
],
|
375885
376372
|
[
|
375886
376373
|
"punctuation",
|
375887
376374
|
"punctuation",
|
@@ -384071,6 +384558,11 @@
|
|
384071
384558
|
"theAble",
|
384072
384559
|
false
|
384073
384560
|
],
|
384561
|
+
[
|
384562
|
+
"propertyOf",
|
384563
|
+
"preposition",
|
384564
|
+
false
|
384565
|
+
],
|
384074
384566
|
[
|
384075
384567
|
"punctuation",
|
384076
384568
|
"punctuation",
|
@@ -392391,6 +392883,11 @@
|
|
392391
392883
|
"theAble",
|
392392
392884
|
false
|
392393
392885
|
],
|
392886
|
+
[
|
392887
|
+
"propertyOf",
|
392888
|
+
"preposition",
|
392889
|
+
false
|
392890
|
+
],
|
392394
392891
|
[
|
392395
392892
|
"punctuation",
|
392396
392893
|
"punctuation",
|
@@ -400764,6 +401261,11 @@
|
|
400764
401261
|
"theAble",
|
400765
401262
|
false
|
400766
401263
|
],
|
401264
|
+
[
|
401265
|
+
"propertyOf",
|
401266
|
+
"preposition",
|
401267
|
+
false
|
401268
|
+
],
|
400767
401269
|
[
|
400768
401270
|
"punctuation",
|
400769
401271
|
"punctuation",
|
@@ -409227,6 +409729,11 @@
|
|
409227
409729
|
"theAble",
|
409228
409730
|
false
|
409229
409731
|
],
|
409732
|
+
[
|
409733
|
+
"propertyOf",
|
409734
|
+
"preposition",
|
409735
|
+
false
|
409736
|
+
],
|
409230
409737
|
[
|
409231
409738
|
"punctuation",
|
409232
409739
|
"punctuation",
|
@@ -417780,6 +418287,11 @@
|
|
417780
418287
|
"theAble",
|
417781
418288
|
false
|
417782
418289
|
],
|
418290
|
+
[
|
418291
|
+
"propertyOf",
|
418292
|
+
"preposition",
|
418293
|
+
false
|
418294
|
+
],
|
417783
418295
|
[
|
417784
418296
|
"punctuation",
|
417785
418297
|
"punctuation",
|
@@ -426329,6 +426841,11 @@
|
|
426329
426841
|
"theAble",
|
426330
426842
|
false
|
426331
426843
|
],
|
426844
|
+
[
|
426845
|
+
"propertyOf",
|
426846
|
+
"preposition",
|
426847
|
+
false
|
426848
|
+
],
|
426332
426849
|
[
|
426333
426850
|
"punctuation",
|
426334
426851
|
"punctuation",
|
@@ -434968,6 +435485,11 @@
|
|
434968
435485
|
"theAble",
|
434969
435486
|
false
|
434970
435487
|
],
|
435488
|
+
[
|
435489
|
+
"propertyOf",
|
435490
|
+
"preposition",
|
435491
|
+
false
|
435492
|
+
],
|
434971
435493
|
[
|
434972
435494
|
"punctuation",
|
434973
435495
|
"punctuation",
|
@@ -443731,6 +444253,11 @@
|
|
443731
444253
|
"theAble",
|
443732
444254
|
false
|
443733
444255
|
],
|
444256
|
+
[
|
444257
|
+
"propertyOf",
|
444258
|
+
"preposition",
|
444259
|
+
false
|
444260
|
+
],
|
443734
444261
|
[
|
443735
444262
|
"punctuation",
|
443736
444263
|
"punctuation",
|
@@ -452660,6 +453187,11 @@
|
|
452660
453187
|
"theAble",
|
452661
453188
|
false
|
452662
453189
|
],
|
453190
|
+
[
|
453191
|
+
"propertyOf",
|
453192
|
+
"preposition",
|
453193
|
+
false
|
453194
|
+
],
|
452663
453195
|
[
|
452664
453196
|
"punctuation",
|
452665
453197
|
"punctuation",
|
@@ -461966,6 +462498,11 @@
|
|
461966
462498
|
"theAble",
|
461967
462499
|
false
|
461968
462500
|
],
|
462501
|
+
[
|
462502
|
+
"propertyOf",
|
462503
|
+
"preposition",
|
462504
|
+
false
|
462505
|
+
],
|
461969
462506
|
[
|
461970
462507
|
"punctuation",
|
461971
462508
|
"punctuation",
|
@@ -471022,6 +471559,11 @@
|
|
471022
471559
|
"theAble",
|
471023
471560
|
false
|
471024
471561
|
],
|
471562
|
+
[
|
471563
|
+
"propertyOf",
|
471564
|
+
"preposition",
|
471565
|
+
false
|
471566
|
+
],
|
471025
471567
|
[
|
471026
471568
|
"punctuation",
|
471027
471569
|
"punctuation",
|
@@ -480133,6 +480675,11 @@
|
|
480133
480675
|
"theAble",
|
480134
480676
|
false
|
480135
480677
|
],
|
480678
|
+
[
|
480679
|
+
"propertyOf",
|
480680
|
+
"preposition",
|
480681
|
+
false
|
480682
|
+
],
|
480136
480683
|
[
|
480137
480684
|
"punctuation",
|
480138
480685
|
"punctuation",
|
@@ -489299,6 +489846,11 @@
|
|
489299
489846
|
"theAble",
|
489300
489847
|
false
|
489301
489848
|
],
|
489849
|
+
[
|
489850
|
+
"propertyOf",
|
489851
|
+
"preposition",
|
489852
|
+
false
|
489853
|
+
],
|
489302
489854
|
[
|
489303
489855
|
"punctuation",
|
489304
489856
|
"punctuation",
|
@@ -498407,6 +498959,11 @@
|
|
498407
498959
|
"theAble",
|
498408
498960
|
false
|
498409
498961
|
],
|
498962
|
+
[
|
498963
|
+
"propertyOf",
|
498964
|
+
"preposition",
|
498965
|
+
false
|
498966
|
+
],
|
498410
498967
|
[
|
498411
498968
|
"punctuation",
|
498412
498969
|
"punctuation",
|
@@ -507515,6 +508072,11 @@
|
|
507515
508072
|
"theAble",
|
507516
508073
|
false
|
507517
508074
|
],
|
508075
|
+
[
|
508076
|
+
"propertyOf",
|
508077
|
+
"preposition",
|
508078
|
+
false
|
508079
|
+
],
|
507518
508080
|
[
|
507519
508081
|
"punctuation",
|
507520
508082
|
"punctuation",
|
@@ -516799,6 +517361,11 @@
|
|
516799
517361
|
"theAble",
|
516800
517362
|
false
|
516801
517363
|
],
|
517364
|
+
[
|
517365
|
+
"propertyOf",
|
517366
|
+
"preposition",
|
517367
|
+
false
|
517368
|
+
],
|
516802
517369
|
[
|
516803
517370
|
"punctuation",
|
516804
517371
|
"punctuation",
|
@@ -526232,6 +526799,11 @@
|
|
526232
526799
|
"theAble",
|
526233
526800
|
false
|
526234
526801
|
],
|
526802
|
+
[
|
526803
|
+
"propertyOf",
|
526804
|
+
"preposition",
|
526805
|
+
false
|
526806
|
+
],
|
526235
526807
|
[
|
526236
526808
|
"punctuation",
|
526237
526809
|
"punctuation",
|
@@ -535625,6 +536197,11 @@
|
|
535625
536197
|
"theAble",
|
535626
536198
|
false
|
535627
536199
|
],
|
536200
|
+
[
|
536201
|
+
"propertyOf",
|
536202
|
+
"preposition",
|
536203
|
+
false
|
536204
|
+
],
|
535628
536205
|
[
|
535629
536206
|
"punctuation",
|
535630
536207
|
"punctuation",
|
@@ -545249,6 +545826,11 @@
|
|
545249
545826
|
"theAble",
|
545250
545827
|
false
|
545251
545828
|
],
|
545829
|
+
[
|
545830
|
+
"propertyOf",
|
545831
|
+
"preposition",
|
545832
|
+
false
|
545833
|
+
],
|
545252
545834
|
[
|
545253
545835
|
"punctuation",
|
545254
545836
|
"punctuation",
|
@@ -556174,6 +556756,11 @@
|
|
556174
556756
|
"theAble",
|
556175
556757
|
false
|
556176
556758
|
],
|
556759
|
+
[
|
556760
|
+
"propertyOf",
|
556761
|
+
"preposition",
|
556762
|
+
false
|
556763
|
+
],
|
556177
556764
|
[
|
556178
556765
|
"punctuation",
|
556179
556766
|
"punctuation",
|
@@ -565962,6 +566549,11 @@
|
|
565962
566549
|
"theAble",
|
565963
566550
|
false
|
565964
566551
|
],
|
566552
|
+
[
|
566553
|
+
"propertyOf",
|
566554
|
+
"preposition",
|
566555
|
+
false
|
566556
|
+
],
|
565965
566557
|
[
|
565966
566558
|
"punctuation",
|
565967
566559
|
"punctuation",
|
@@ -569759,60 +570351,6 @@
|
|
569759
570351
|
0
|
569760
570352
|
]
|
569761
570353
|
],
|
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
570354
|
[
|
569817
570355
|
[
|
569818
570356
|
"chicken",
|
@@ -577137,6 +577675,11 @@
|
|
577137
577675
|
"theAble",
|
577138
577676
|
false
|
577139
577677
|
],
|
577678
|
+
[
|
577679
|
+
"propertyOf",
|
577680
|
+
"preposition",
|
577681
|
+
false
|
577682
|
+
],
|
577140
577683
|
[
|
577141
577684
|
"punctuation",
|
577142
577685
|
"punctuation",
|
@@ -580663,7 +581206,7 @@
|
|
580663
581206
|
],
|
580664
581207
|
[
|
580665
581208
|
"unknown",
|
580666
|
-
|
581209
|
+
1
|
580667
581210
|
]
|
580668
581211
|
],
|
580669
581212
|
[
|
@@ -580675,13 +581218,9 @@
|
|
580675
581218
|
"drink",
|
580676
581219
|
0
|
580677
581220
|
],
|
580678
|
-
[
|
580679
|
-
"is",
|
580680
|
-
0
|
580681
|
-
],
|
580682
581221
|
[
|
580683
581222
|
"unknown",
|
580684
|
-
|
581223
|
+
0
|
580685
581224
|
]
|
580686
581225
|
],
|
580687
581226
|
[
|
@@ -581448,60 +581987,6 @@
|
|
581448
581987
|
0
|
581449
581988
|
]
|
581450
581989
|
],
|
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
581990
|
[
|
581506
581991
|
[
|
581507
581992
|
"bacon",
|
@@ -581594,48 +582079,6 @@
|
|
581594
582079
|
0
|
581595
582080
|
]
|
581596
582081
|
],
|
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
582082
|
[
|
581640
582083
|
[
|
581641
582084
|
"bacon",
|
@@ -582582,6 +583025,76 @@
|
|
582582
583025
|
0
|
582583
583026
|
]
|
582584
583027
|
],
|
583028
|
+
[
|
583029
|
+
[
|
583030
|
+
"breakfast",
|
583031
|
+
0
|
583032
|
+
],
|
583033
|
+
[
|
583034
|
+
"chicken",
|
583035
|
+
0
|
583036
|
+
],
|
583037
|
+
[
|
583038
|
+
"comma",
|
583039
|
+
0
|
583040
|
+
],
|
583041
|
+
[
|
583042
|
+
"double",
|
583043
|
+
0
|
583044
|
+
],
|
583045
|
+
[
|
583046
|
+
"egg",
|
583047
|
+
0
|
583048
|
+
],
|
583049
|
+
[
|
583050
|
+
"french",
|
583051
|
+
0
|
583052
|
+
],
|
583053
|
+
[
|
583054
|
+
"is",
|
583055
|
+
0
|
583056
|
+
],
|
583057
|
+
[
|
583058
|
+
"list",
|
583059
|
+
0
|
583060
|
+
],
|
583061
|
+
[
|
583062
|
+
"meal",
|
583063
|
+
0
|
583064
|
+
],
|
583065
|
+
[
|
583066
|
+
"muffin",
|
583067
|
+
0
|
583068
|
+
],
|
583069
|
+
[
|
583070
|
+
"oatmeal",
|
583071
|
+
0
|
583072
|
+
],
|
583073
|
+
[
|
583074
|
+
"on",
|
583075
|
+
0
|
583076
|
+
],
|
583077
|
+
[
|
583078
|
+
"pancake",
|
583079
|
+
0
|
583080
|
+
],
|
583081
|
+
[
|
583082
|
+
"platter",
|
583083
|
+
0
|
583084
|
+
],
|
583085
|
+
[
|
583086
|
+
"sandwich",
|
583087
|
+
0
|
583088
|
+
],
|
583089
|
+
[
|
583090
|
+
"sausage",
|
583091
|
+
0
|
583092
|
+
],
|
583093
|
+
[
|
583094
|
+
"toast",
|
583095
|
+
0
|
583096
|
+
]
|
583097
|
+
],
|
582585
583098
|
[
|
582586
583099
|
[
|
582587
583100
|
"breakfast",
|
@@ -582822,6 +583335,164 @@
|
|
582822
583335
|
0
|
582823
583336
|
]
|
582824
583337
|
],
|
583338
|
+
[
|
583339
|
+
[
|
583340
|
+
"breakfast",
|
583341
|
+
0
|
583342
|
+
],
|
583343
|
+
[
|
583344
|
+
"comma",
|
583345
|
+
0
|
583346
|
+
],
|
583347
|
+
[
|
583348
|
+
"double",
|
583349
|
+
0
|
583350
|
+
],
|
583351
|
+
[
|
583352
|
+
"french",
|
583353
|
+
0
|
583354
|
+
],
|
583355
|
+
[
|
583356
|
+
"is",
|
583357
|
+
0
|
583358
|
+
],
|
583359
|
+
[
|
583360
|
+
"list",
|
583361
|
+
0
|
583362
|
+
],
|
583363
|
+
[
|
583364
|
+
"meal",
|
583365
|
+
0
|
583366
|
+
],
|
583367
|
+
[
|
583368
|
+
"muffin",
|
583369
|
+
0
|
583370
|
+
],
|
583371
|
+
[
|
583372
|
+
"oatmeal",
|
583373
|
+
0
|
583374
|
+
],
|
583375
|
+
[
|
583376
|
+
"pancake",
|
583377
|
+
0
|
583378
|
+
],
|
583379
|
+
[
|
583380
|
+
"platter",
|
583381
|
+
0
|
583382
|
+
],
|
583383
|
+
[
|
583384
|
+
"sausage",
|
583385
|
+
0
|
583386
|
+
],
|
583387
|
+
[
|
583388
|
+
"toast",
|
583389
|
+
0
|
583390
|
+
]
|
583391
|
+
],
|
583392
|
+
[
|
583393
|
+
[
|
583394
|
+
"breakfast",
|
583395
|
+
0
|
583396
|
+
],
|
583397
|
+
[
|
583398
|
+
"comma",
|
583399
|
+
0
|
583400
|
+
],
|
583401
|
+
[
|
583402
|
+
"double",
|
583403
|
+
0
|
583404
|
+
],
|
583405
|
+
[
|
583406
|
+
"french",
|
583407
|
+
0
|
583408
|
+
],
|
583409
|
+
[
|
583410
|
+
"is",
|
583411
|
+
0
|
583412
|
+
],
|
583413
|
+
[
|
583414
|
+
"list",
|
583415
|
+
0
|
583416
|
+
],
|
583417
|
+
[
|
583418
|
+
"meal",
|
583419
|
+
0
|
583420
|
+
],
|
583421
|
+
[
|
583422
|
+
"muffin",
|
583423
|
+
0
|
583424
|
+
],
|
583425
|
+
[
|
583426
|
+
"oatmeal",
|
583427
|
+
0
|
583428
|
+
],
|
583429
|
+
[
|
583430
|
+
"pancake",
|
583431
|
+
0
|
583432
|
+
],
|
583433
|
+
[
|
583434
|
+
"platter",
|
583435
|
+
0
|
583436
|
+
],
|
583437
|
+
[
|
583438
|
+
"sausage",
|
583439
|
+
0
|
583440
|
+
],
|
583441
|
+
[
|
583442
|
+
"toast",
|
583443
|
+
0
|
583444
|
+
]
|
583445
|
+
],
|
583446
|
+
[
|
583447
|
+
[
|
583448
|
+
"breakfast",
|
583449
|
+
0
|
583450
|
+
],
|
583451
|
+
[
|
583452
|
+
"comma",
|
583453
|
+
0
|
583454
|
+
],
|
583455
|
+
[
|
583456
|
+
"double",
|
583457
|
+
0
|
583458
|
+
],
|
583459
|
+
[
|
583460
|
+
"french",
|
583461
|
+
0
|
583462
|
+
],
|
583463
|
+
[
|
583464
|
+
"is",
|
583465
|
+
0
|
583466
|
+
],
|
583467
|
+
[
|
583468
|
+
"list",
|
583469
|
+
0
|
583470
|
+
],
|
583471
|
+
[
|
583472
|
+
"meal",
|
583473
|
+
0
|
583474
|
+
],
|
583475
|
+
[
|
583476
|
+
"muffin",
|
583477
|
+
0
|
583478
|
+
],
|
583479
|
+
[
|
583480
|
+
"oatmeal",
|
583481
|
+
0
|
583482
|
+
],
|
583483
|
+
[
|
583484
|
+
"pancake",
|
583485
|
+
0
|
583486
|
+
],
|
583487
|
+
[
|
583488
|
+
"sausage",
|
583489
|
+
0
|
583490
|
+
],
|
583491
|
+
[
|
583492
|
+
"toast",
|
583493
|
+
0
|
583494
|
+
]
|
583495
|
+
],
|
582825
583496
|
[
|
582826
583497
|
[
|
582827
583498
|
"breakfast",
|
@@ -583688,6 +584359,48 @@
|
|
583688
584359
|
1
|
583689
584360
|
]
|
583690
584361
|
],
|
584362
|
+
[
|
584363
|
+
[
|
584364
|
+
"chicken",
|
584365
|
+
0
|
584366
|
+
],
|
584367
|
+
[
|
584368
|
+
"cod",
|
584369
|
+
0
|
584370
|
+
],
|
584371
|
+
[
|
584372
|
+
"comma",
|
584373
|
+
0
|
584374
|
+
],
|
584375
|
+
[
|
584376
|
+
"grill",
|
584377
|
+
0
|
584378
|
+
],
|
584379
|
+
[
|
584380
|
+
"is",
|
584381
|
+
0
|
584382
|
+
],
|
584383
|
+
[
|
584384
|
+
"list",
|
584385
|
+
0
|
584386
|
+
],
|
584387
|
+
[
|
584388
|
+
"premium",
|
584389
|
+
0
|
584390
|
+
],
|
584391
|
+
[
|
584392
|
+
"sandwich",
|
584393
|
+
0
|
584394
|
+
],
|
584395
|
+
[
|
584396
|
+
"ultimate",
|
584397
|
+
0
|
584398
|
+
],
|
584399
|
+
[
|
584400
|
+
"unknown",
|
584401
|
+
1
|
584402
|
+
]
|
584403
|
+
],
|
583691
584404
|
[
|
583692
584405
|
[
|
583693
584406
|
"chicken",
|
@@ -584764,24 +585477,6 @@
|
|
584764
585477
|
0
|
584765
585478
|
]
|
584766
585479
|
],
|
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
585480
|
[
|
584786
585481
|
[
|
584787
585482
|
"double",
|
@@ -585334,24 +586029,6 @@
|
|
585334
586029
|
0
|
585335
586030
|
]
|
585336
586031
|
],
|
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
586032
|
[
|
585356
586033
|
[
|
585357
586034
|
"ingredient",
|
@@ -585670,20 +586347,6 @@
|
|
585670
586347
|
0
|
585671
586348
|
]
|
585672
586349
|
],
|
585673
|
-
[
|
585674
|
-
[
|
585675
|
-
"is",
|
585676
|
-
0
|
585677
|
-
],
|
585678
|
-
[
|
585679
|
-
"list",
|
585680
|
-
1
|
585681
|
-
],
|
585682
|
-
[
|
585683
|
-
"meal",
|
585684
|
-
0
|
585685
|
-
]
|
585686
|
-
],
|
585687
586350
|
[
|
585688
586351
|
[
|
585689
586352
|
"is",
|
@@ -585728,6 +586391,10 @@
|
|
585728
586391
|
[
|
585729
586392
|
"pop",
|
585730
586393
|
0
|
586394
|
+
],
|
586395
|
+
[
|
586396
|
+
"unknown",
|
586397
|
+
1
|
585731
586398
|
]
|
585732
586399
|
],
|
585733
586400
|
[
|
@@ -585740,12 +586407,8 @@
|
|
585740
586407
|
1
|
585741
586408
|
],
|
585742
586409
|
[
|
585743
|
-
"
|
586410
|
+
"sandwich",
|
585744
586411
|
0
|
585745
|
-
],
|
585746
|
-
[
|
585747
|
-
"unknown",
|
585748
|
-
1
|
585749
586412
|
]
|
585750
586413
|
],
|
585751
586414
|
[
|
@@ -585760,6 +586423,10 @@
|
|
585760
586423
|
[
|
585761
586424
|
"sandwich",
|
585762
586425
|
0
|
586426
|
+
],
|
586427
|
+
[
|
586428
|
+
"unknown",
|
586429
|
+
1
|
585763
586430
|
]
|
585764
586431
|
],
|
585765
586432
|
[
|
@@ -586138,24 +586805,6 @@
|
|
586138
586805
|
1
|
586139
586806
|
]
|
586140
586807
|
],
|
586141
|
-
[
|
586142
|
-
[
|
586143
|
-
"list",
|
586144
|
-
1
|
586145
|
-
],
|
586146
|
-
[
|
586147
|
-
"modifies",
|
586148
|
-
0
|
586149
|
-
],
|
586150
|
-
[
|
586151
|
-
"strawberry",
|
586152
|
-
0
|
586153
|
-
],
|
586154
|
-
[
|
586155
|
-
"unknown",
|
586156
|
-
1
|
586157
|
-
]
|
586158
|
-
],
|
586159
586808
|
[
|
586160
586809
|
[
|
586161
586810
|
"list",
|