tpmkms_4wp 7.12.8-beta.0 → 7.12.8-beta.10
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 +89 -249
- package/common/animals.js +1 -1
- package/common/avatar.js +7 -5
- package/common/characters.js +12 -5
- package/common/crew.instance.json +289 -577
- package/common/crew.js +1 -1
- package/common/currency.js +0 -2
- package/common/dialogues.js +16 -14
- package/common/dimension.instance.json +747 -73
- package/common/dimension.js +15 -7
- package/common/edible.instance.json +293 -297
- package/common/edible.js +1 -1
- package/common/emotions.instance.json +29 -65
- package/common/emotions.js +1 -1
- package/common/fastfood.instance.json +517 -1473
- package/common/fastfood.js +1 -1
- package/common/formulas.instance.json +992 -0
- package/common/formulas.js +19 -6
- package/common/gdefaults.js +2 -0
- package/common/help.js +7 -2
- package/common/help.test.json +9 -5
- package/common/helpers.js +5 -0
- package/common/javascript.js +8 -6
- package/common/kirk.instance.json +1 -1
- package/common/kirk.js +1 -1
- package/common/length.instance.json +199 -683
- package/common/length.js +1 -1
- package/common/math.instance.json +21 -41
- package/common/math.js +1 -1
- package/common/meta.instance.json +1 -1
- package/common/meta.js +35 -10
- package/common/numbers.js +28 -24
- package/common/ordering.instance.json +37 -101
- package/common/ordering.js +1 -1
- package/common/people.instance.json +50 -78
- package/common/people.js +1 -1
- package/common/pipboy.instance.json +23431 -1082
- package/common/pipboy.js +31 -4
- package/common/pokemon.instance.json +41 -97
- package/common/pokemon.js +1 -1
- package/common/pressure.instance.json +61 -33
- package/common/pressure.js +1 -1
- package/common/properties.instance.json +21 -49
- package/common/properties.js +13 -8
- package/common/reports.instance.json +7 -63
- package/common/reports.js +9 -7
- package/common/scorekeeper.instance.json +1 -1
- package/common/scorekeeper.js +9 -7
- package/common/spock.instance.json +1 -1
- package/common/spock.js +1 -1
- package/common/tell.js +4 -2
- package/common/temperature.instance.json +65 -133
- package/common/temperature.js +1 -1
- package/common/time.js +36 -20
- package/common/time.test.json +66 -44
- package/common/tokenize.js +46 -0
- package/common/ui.instance.json +1 -1
- package/common/weight.instance.json +177 -201
- package/common/weight.js +1 -1
- package/main.js +2 -6
- package/package.json +6 -14
- package/common/dimensionTemplate.instance.json +0 -582
- package/common/dimensionTemplate.js +0 -35
- package/common/formulasTemplate.instance.json +0 -483
- package/common/formulasTemplate.js +0 -30
- package/common/formulasTemplate.test.json +0 -2
- package/common/pipboyTemplate.instance.json +0 -17420
- package/common/pipboyTemplate.js +0 -48
- package/common/pipboyTemplate.test.json +0 -2
- /package/common/{dimensionTemplate.test.json → tokenize.test.json} +0 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
{
|
2
|
-
"
|
2
|
+
"configs": [
|
3
3
|
"food is countable",
|
4
4
|
"drinks are countable",
|
5
5
|
"bacon modifies deluxe",
|
@@ -8304,29 +8304,29 @@
|
|
8304
8304
|
"dead": true,
|
8305
8305
|
"modifiers": [
|
8306
8306
|
{
|
8307
|
+
"value": "bacon",
|
8308
|
+
"unknown": true,
|
8309
|
+
"text": "bacon",
|
8307
8310
|
"marker": "unknown",
|
8311
|
+
"word": "bacon",
|
8308
8312
|
"range": {
|
8309
8313
|
"start": 0,
|
8310
8314
|
"end": 4
|
8311
8315
|
},
|
8312
|
-
"word": "bacon",
|
8313
|
-
"text": "bacon",
|
8314
|
-
"value": "bacon",
|
8315
|
-
"unknown": true,
|
8316
8316
|
"dead": true,
|
8317
8317
|
"level": 1
|
8318
8318
|
}
|
8319
8319
|
],
|
8320
8320
|
"concept": {
|
8321
|
+
"value": "deluxe",
|
8322
|
+
"unknown": true,
|
8323
|
+
"text": "deluxe",
|
8321
8324
|
"marker": "unknown",
|
8325
|
+
"word": "deluxe",
|
8322
8326
|
"range": {
|
8323
8327
|
"start": 15,
|
8324
8328
|
"end": 20
|
8325
8329
|
},
|
8326
|
-
"word": "deluxe",
|
8327
|
-
"text": "deluxe",
|
8328
|
-
"value": "deluxe",
|
8329
|
-
"unknown": true,
|
8330
8330
|
"dead": true,
|
8331
8331
|
"level": 1
|
8332
8332
|
},
|
@@ -13375,29 +13375,29 @@
|
|
13375
13375
|
"dead": true,
|
13376
13376
|
"modifiers": [
|
13377
13377
|
{
|
13378
|
+
"value": "premium",
|
13379
|
+
"unknown": true,
|
13380
|
+
"text": "premium",
|
13378
13381
|
"marker": "unknown",
|
13382
|
+
"word": "premium",
|
13379
13383
|
"range": {
|
13380
13384
|
"start": 0,
|
13381
13385
|
"end": 6
|
13382
13386
|
},
|
13383
|
-
"word": "premium",
|
13384
|
-
"text": "premium",
|
13385
|
-
"value": "premium",
|
13386
|
-
"unknown": true,
|
13387
13387
|
"dead": true,
|
13388
13388
|
"level": 1
|
13389
13389
|
}
|
13390
13390
|
],
|
13391
13391
|
"concept": {
|
13392
|
+
"value": "cod",
|
13393
|
+
"unknown": true,
|
13394
|
+
"text": "cod",
|
13392
13395
|
"marker": "unknown",
|
13396
|
+
"word": "cod",
|
13393
13397
|
"range": {
|
13394
13398
|
"start": 17,
|
13395
13399
|
"end": 19
|
13396
13400
|
},
|
13397
|
-
"word": "cod",
|
13398
|
-
"text": "cod",
|
13399
|
-
"value": "cod",
|
13400
|
-
"unknown": true,
|
13401
13401
|
"dead": true,
|
13402
13402
|
"level": 1
|
13403
13403
|
},
|
@@ -16075,15 +16075,15 @@
|
|
16075
16075
|
"dead": true,
|
16076
16076
|
"modifiers": [
|
16077
16077
|
{
|
16078
|
+
"value": "ultimate",
|
16079
|
+
"unknown": true,
|
16080
|
+
"text": "ultimate",
|
16078
16081
|
"marker": "unknown",
|
16082
|
+
"word": "ultimate",
|
16079
16083
|
"range": {
|
16080
16084
|
"start": 0,
|
16081
16085
|
"end": 7
|
16082
16086
|
},
|
16083
|
-
"word": "ultimate",
|
16084
|
-
"text": "ultimate",
|
16085
|
-
"value": "ultimate",
|
16086
|
-
"unknown": true,
|
16087
16087
|
"dead": true,
|
16088
16088
|
"level": 1
|
16089
16089
|
},
|
@@ -16101,15 +16101,15 @@
|
|
16101
16101
|
}
|
16102
16102
|
],
|
16103
16103
|
"concept": {
|
16104
|
+
"value": "grill",
|
16105
|
+
"unknown": true,
|
16106
|
+
"text": "grill",
|
16104
16107
|
"marker": "unknown",
|
16108
|
+
"word": "grill",
|
16105
16109
|
"range": {
|
16106
16110
|
"start": 26,
|
16107
16111
|
"end": 30
|
16108
16112
|
},
|
16109
|
-
"word": "grill",
|
16110
|
-
"text": "grill",
|
16111
|
-
"value": "grill",
|
16112
|
-
"unknown": true,
|
16113
16113
|
"dead": true,
|
16114
16114
|
"level": 1
|
16115
16115
|
},
|
@@ -18909,15 +18909,15 @@
|
|
18909
18909
|
}
|
18910
18910
|
],
|
18911
18911
|
"concept": {
|
18912
|
+
"value": "club",
|
18913
|
+
"unknown": true,
|
18914
|
+
"text": "club",
|
18912
18915
|
"marker": "unknown",
|
18916
|
+
"word": "club",
|
18913
18917
|
"range": {
|
18914
18918
|
"start": 17,
|
18915
18919
|
"end": 20
|
18916
18920
|
},
|
18917
|
-
"word": "club",
|
18918
|
-
"text": "club",
|
18919
|
-
"value": "club",
|
18920
|
-
"unknown": true,
|
18921
18921
|
"dead": true,
|
18922
18922
|
"level": 1
|
18923
18923
|
},
|
@@ -21795,28 +21795,28 @@
|
|
21795
21795
|
"dead": true,
|
21796
21796
|
"modifiers": [
|
21797
21797
|
{
|
21798
|
+
"value": "asiago",
|
21799
|
+
"unknown": true,
|
21800
|
+
"text": "asiago",
|
21798
21801
|
"marker": "unknown",
|
21802
|
+
"word": "asiago",
|
21799
21803
|
"range": {
|
21800
21804
|
"start": 0,
|
21801
21805
|
"end": 5
|
21802
21806
|
},
|
21803
|
-
"word": "asiago",
|
21804
|
-
"text": "asiago",
|
21805
|
-
"value": "asiago",
|
21806
|
-
"unknown": true,
|
21807
21807
|
"dead": true,
|
21808
21808
|
"level": 1
|
21809
21809
|
},
|
21810
21810
|
{
|
21811
|
+
"value": "ranch",
|
21812
|
+
"unknown": true,
|
21813
|
+
"text": "ranch",
|
21811
21814
|
"marker": "unknown",
|
21815
|
+
"word": "ranch",
|
21812
21816
|
"range": {
|
21813
21817
|
"start": 7,
|
21814
21818
|
"end": 11
|
21815
21819
|
},
|
21816
|
-
"word": "ranch",
|
21817
|
-
"text": "ranch",
|
21818
|
-
"value": "ranch",
|
21819
|
-
"unknown": true,
|
21820
21820
|
"dead": true,
|
21821
21821
|
"level": 1
|
21822
21822
|
}
|
@@ -24819,15 +24819,15 @@
|
|
24819
24819
|
"dead": true,
|
24820
24820
|
"modifiers": [
|
24821
24821
|
{
|
24822
|
+
"value": "crispy",
|
24823
|
+
"unknown": true,
|
24824
|
+
"text": "crispy",
|
24822
24825
|
"marker": "unknown",
|
24826
|
+
"word": "crispy",
|
24823
24827
|
"range": {
|
24824
24828
|
"start": 0,
|
24825
24829
|
"end": 5
|
24826
24830
|
},
|
24827
|
-
"word": "crispy",
|
24828
|
-
"text": "crispy",
|
24829
|
-
"value": "crispy",
|
24830
|
-
"unknown": true,
|
24831
24831
|
"dead": true,
|
24832
24832
|
"level": 1
|
24833
24833
|
}
|
@@ -34129,15 +34129,15 @@
|
|
34129
34129
|
"dead": true,
|
34130
34130
|
"modifiers": [
|
34131
34131
|
{
|
34132
|
+
"value": "waffle",
|
34133
|
+
"unknown": true,
|
34134
|
+
"text": "waffle",
|
34132
34135
|
"marker": "unknown",
|
34136
|
+
"word": "waffle",
|
34133
34137
|
"range": {
|
34134
34138
|
"start": 0,
|
34135
34139
|
"end": 5
|
34136
34140
|
},
|
34137
|
-
"word": "waffle",
|
34138
|
-
"text": "waffle",
|
34139
|
-
"value": "waffle",
|
34140
|
-
"unknown": true,
|
34141
34141
|
"dead": true,
|
34142
34142
|
"level": 1
|
34143
34143
|
}
|
@@ -34202,16 +34202,6 @@
|
|
34202
34202
|
1
|
34203
34203
|
]
|
34204
34204
|
],
|
34205
|
-
[
|
34206
|
-
[
|
34207
|
-
"modifies",
|
34208
|
-
0
|
34209
|
-
],
|
34210
|
-
[
|
34211
|
-
"unknown",
|
34212
|
-
0
|
34213
|
-
]
|
34214
|
-
],
|
34215
34205
|
[
|
34216
34206
|
[
|
34217
34207
|
"modifies",
|
@@ -37318,15 +37308,15 @@
|
|
37318
37308
|
"dead": true,
|
37319
37309
|
"modifiers": [
|
37320
37310
|
{
|
37311
|
+
"value": "loaded",
|
37312
|
+
"unknown": true,
|
37313
|
+
"text": "loaded",
|
37321
37314
|
"marker": "unknown",
|
37315
|
+
"word": "loaded",
|
37322
37316
|
"range": {
|
37323
37317
|
"start": 0,
|
37324
37318
|
"end": 5
|
37325
37319
|
},
|
37326
|
-
"word": "loaded",
|
37327
|
-
"text": "loaded",
|
37328
|
-
"value": "loaded",
|
37329
|
-
"unknown": true,
|
37330
37320
|
"dead": true,
|
37331
37321
|
"level": 1
|
37332
37322
|
}
|
@@ -37391,16 +37381,6 @@
|
|
37391
37381
|
1
|
37392
37382
|
]
|
37393
37383
|
],
|
37394
|
-
[
|
37395
|
-
[
|
37396
|
-
"modifies",
|
37397
|
-
0
|
37398
|
-
],
|
37399
|
-
[
|
37400
|
-
"unknown",
|
37401
|
-
0
|
37402
|
-
]
|
37403
|
-
],
|
37404
37384
|
[
|
37405
37385
|
[
|
37406
37386
|
"modifies",
|
@@ -40559,15 +40539,15 @@
|
|
40559
40539
|
"dead": true,
|
40560
40540
|
"modifiers": [
|
40561
40541
|
{
|
40542
|
+
"value": "chili",
|
40543
|
+
"unknown": true,
|
40544
|
+
"text": "chili",
|
40562
40545
|
"marker": "unknown",
|
40546
|
+
"word": "chili",
|
40563
40547
|
"range": {
|
40564
40548
|
"start": 0,
|
40565
40549
|
"end": 4
|
40566
40550
|
},
|
40567
|
-
"word": "chili",
|
40568
|
-
"text": "chili",
|
40569
|
-
"value": "chili",
|
40570
|
-
"unknown": true,
|
40571
40551
|
"dead": true,
|
40572
40552
|
"level": 1
|
40573
40553
|
}
|
@@ -40632,16 +40612,6 @@
|
|
40632
40612
|
1
|
40633
40613
|
]
|
40634
40614
|
],
|
40635
|
-
[
|
40636
|
-
[
|
40637
|
-
"modifies",
|
40638
|
-
0
|
40639
|
-
],
|
40640
|
-
[
|
40641
|
-
"unknown",
|
40642
|
-
0
|
40643
|
-
]
|
40644
|
-
],
|
40645
40615
|
[
|
40646
40616
|
[
|
40647
40617
|
"modifies",
|
@@ -43872,15 +43842,15 @@
|
|
43872
43842
|
"dead": true,
|
43873
43843
|
"modifiers": [
|
43874
43844
|
{
|
43845
|
+
"value": "garden",
|
43846
|
+
"unknown": true,
|
43847
|
+
"text": "garden",
|
43875
43848
|
"marker": "unknown",
|
43849
|
+
"word": "garden",
|
43876
43850
|
"range": {
|
43877
43851
|
"start": 0,
|
43878
43852
|
"end": 5
|
43879
43853
|
},
|
43880
|
-
"word": "garden",
|
43881
|
-
"text": "garden",
|
43882
|
-
"value": "garden",
|
43883
|
-
"unknown": true,
|
43884
43854
|
"dead": true,
|
43885
43855
|
"level": 1
|
43886
43856
|
}
|
@@ -47255,15 +47225,15 @@
|
|
47255
47225
|
"dead": true,
|
47256
47226
|
"modifiers": [
|
47257
47227
|
{
|
47228
|
+
"value": "caesar",
|
47229
|
+
"unknown": true,
|
47230
|
+
"text": "caesar",
|
47258
47231
|
"marker": "unknown",
|
47232
|
+
"word": "caesar",
|
47259
47233
|
"range": {
|
47260
47234
|
"start": 0,
|
47261
47235
|
"end": 5
|
47262
47236
|
},
|
47263
|
-
"word": "caesar",
|
47264
|
-
"text": "caesar",
|
47265
|
-
"value": "caesar",
|
47266
|
-
"unknown": true,
|
47267
47237
|
"dead": true,
|
47268
47238
|
"level": 1
|
47269
47239
|
}
|
@@ -54354,16 +54324,6 @@
|
|
54354
54324
|
"waffle",
|
54355
54325
|
0
|
54356
54326
|
]
|
54357
|
-
],
|
54358
|
-
[
|
54359
|
-
[
|
54360
|
-
"french",
|
54361
|
-
0
|
54362
|
-
],
|
54363
|
-
[
|
54364
|
-
"waffle",
|
54365
|
-
0
|
54366
|
-
]
|
54367
54327
|
]
|
54368
54328
|
],
|
54369
54329
|
"learned_contextual_priorities": [],
|
@@ -57793,29 +57753,29 @@
|
|
57793
57753
|
"dead": true,
|
57794
57754
|
"modifiers": [
|
57795
57755
|
{
|
57756
|
+
"value": "mango",
|
57757
|
+
"unknown": true,
|
57758
|
+
"text": "mango",
|
57796
57759
|
"marker": "unknown",
|
57760
|
+
"word": "mango",
|
57797
57761
|
"range": {
|
57798
57762
|
"start": 0,
|
57799
57763
|
"end": 4
|
57800
57764
|
},
|
57801
|
-
"word": "mango",
|
57802
|
-
"text": "mango",
|
57803
|
-
"value": "mango",
|
57804
|
-
"unknown": true,
|
57805
57765
|
"dead": true,
|
57806
57766
|
"level": 1
|
57807
57767
|
}
|
57808
57768
|
],
|
57809
57769
|
"concept": {
|
57770
|
+
"value": "passion",
|
57771
|
+
"unknown": true,
|
57772
|
+
"text": "passion",
|
57810
57773
|
"marker": "unknown",
|
57774
|
+
"word": "passion",
|
57811
57775
|
"range": {
|
57812
57776
|
"start": 15,
|
57813
57777
|
"end": 21
|
57814
57778
|
},
|
57815
|
-
"word": "passion",
|
57816
|
-
"text": "passion",
|
57817
|
-
"value": "passion",
|
57818
|
-
"unknown": true,
|
57819
57779
|
"dead": true,
|
57820
57780
|
"level": 1
|
57821
57781
|
},
|
@@ -61408,29 +61368,29 @@
|
|
61408
61368
|
"dead": true,
|
61409
61369
|
"modifiers": [
|
61410
61370
|
{
|
61371
|
+
"value": "wild",
|
61372
|
+
"unknown": true,
|
61373
|
+
"text": "wild",
|
61411
61374
|
"marker": "unknown",
|
61375
|
+
"word": "wild",
|
61412
61376
|
"range": {
|
61413
61377
|
"start": 0,
|
61414
61378
|
"end": 3
|
61415
61379
|
},
|
61416
|
-
"word": "wild",
|
61417
|
-
"text": "wild",
|
61418
|
-
"value": "wild",
|
61419
|
-
"unknown": true,
|
61420
61380
|
"dead": true,
|
61421
61381
|
"level": 1
|
61422
61382
|
}
|
61423
61383
|
],
|
61424
61384
|
"concept": {
|
61385
|
+
"value": "berry",
|
61386
|
+
"unknown": true,
|
61387
|
+
"text": "berry",
|
61425
61388
|
"marker": "unknown",
|
61389
|
+
"word": "berry",
|
61426
61390
|
"range": {
|
61427
61391
|
"start": 14,
|
61428
61392
|
"end": 18
|
61429
61393
|
},
|
61430
|
-
"word": "berry",
|
61431
|
-
"text": "berry",
|
61432
|
-
"value": "berry",
|
61433
|
-
"unknown": true,
|
61434
61394
|
"dead": true,
|
61435
61395
|
"level": 1
|
61436
61396
|
},
|
@@ -65131,15 +65091,15 @@
|
|
65131
65091
|
"dead": true,
|
65132
65092
|
"modifiers": [
|
65133
65093
|
{
|
65094
|
+
"value": "strawberry",
|
65095
|
+
"unknown": true,
|
65096
|
+
"text": "strawberry",
|
65134
65097
|
"marker": "unknown",
|
65098
|
+
"word": "strawberry",
|
65135
65099
|
"range": {
|
65136
65100
|
"start": 0,
|
65137
65101
|
"end": 9
|
65138
65102
|
},
|
65139
|
-
"word": "strawberry",
|
65140
|
-
"text": "strawberry",
|
65141
|
-
"value": "strawberry",
|
65142
|
-
"unknown": true,
|
65143
65103
|
"dead": true,
|
65144
65104
|
"level": 1
|
65145
65105
|
}
|
@@ -68929,15 +68889,15 @@
|
|
68929
68889
|
0
|
68930
68890
|
],
|
68931
68891
|
[
|
68932
|
-
"
|
68892
|
+
"strawberry_banana",
|
68933
68893
|
0
|
68934
68894
|
],
|
68935
68895
|
[
|
68936
|
-
"
|
68896
|
+
"wild_berry",
|
68937
68897
|
0
|
68938
68898
|
],
|
68939
68899
|
[
|
68940
|
-
"
|
68900
|
+
"mango_passion",
|
68941
68901
|
0
|
68942
68902
|
]
|
68943
68903
|
],
|
@@ -68998,15 +68958,15 @@
|
|
68998
68958
|
0
|
68999
68959
|
],
|
69000
68960
|
[
|
69001
|
-
"
|
68961
|
+
"strawberry_banana",
|
69002
68962
|
0
|
69003
68963
|
],
|
69004
68964
|
[
|
69005
|
-
"
|
68965
|
+
"wild_berry",
|
69006
68966
|
0
|
69007
68967
|
],
|
69008
68968
|
[
|
69009
|
-
"
|
68969
|
+
"mango_passion",
|
69010
68970
|
0
|
69011
68971
|
]
|
69012
68972
|
],
|
@@ -69063,15 +69023,15 @@
|
|
69063
69023
|
0
|
69064
69024
|
],
|
69065
69025
|
[
|
69066
|
-
"
|
69026
|
+
"strawberry_banana",
|
69067
69027
|
0
|
69068
69028
|
],
|
69069
69029
|
[
|
69070
|
-
"
|
69030
|
+
"wild_berry",
|
69071
69031
|
0
|
69072
69032
|
],
|
69073
69033
|
[
|
69074
|
-
"
|
69034
|
+
"mango_passion",
|
69075
69035
|
0
|
69076
69036
|
]
|
69077
69037
|
],
|
@@ -69124,15 +69084,15 @@
|
|
69124
69084
|
0
|
69125
69085
|
],
|
69126
69086
|
[
|
69127
|
-
"
|
69087
|
+
"strawberry_banana",
|
69128
69088
|
0
|
69129
69089
|
],
|
69130
69090
|
[
|
69131
|
-
"
|
69091
|
+
"wild_berry",
|
69132
69092
|
0
|
69133
69093
|
],
|
69134
69094
|
[
|
69135
|
-
"
|
69095
|
+
"mango_passion",
|
69136
69096
|
0
|
69137
69097
|
]
|
69138
69098
|
],
|
@@ -69459,15 +69419,15 @@
|
|
69459
69419
|
"level": 1
|
69460
69420
|
},
|
69461
69421
|
{
|
69422
|
+
"value": "guava",
|
69423
|
+
"unknown": true,
|
69424
|
+
"text": "guava ,",
|
69462
69425
|
"marker": "unknown",
|
69426
|
+
"word": "guava",
|
69463
69427
|
"range": {
|
69464
69428
|
"start": 12,
|
69465
69429
|
"end": 17
|
69466
69430
|
},
|
69467
|
-
"word": "guava",
|
69468
|
-
"text": "guava ,",
|
69469
|
-
"value": "guava",
|
69470
|
-
"unknown": true,
|
69471
69431
|
"dead": true,
|
69472
69432
|
"decorators": {
|
69473
69433
|
"after": {
|
@@ -69611,15 +69571,15 @@
|
|
69611
69571
|
}
|
69612
69572
|
],
|
69613
69573
|
"concept": {
|
69574
|
+
"value": "smoothie",
|
69575
|
+
"unknown": true,
|
69576
|
+
"text": "smoothie",
|
69614
69577
|
"marker": "unknown",
|
69578
|
+
"word": "smoothie",
|
69615
69579
|
"range": {
|
69616
69580
|
"start": 74,
|
69617
69581
|
"end": 81
|
69618
69582
|
},
|
69619
|
-
"word": "smoothie",
|
69620
|
-
"text": "smoothie",
|
69621
|
-
"value": "smoothie",
|
69622
|
-
"unknown": true,
|
69623
69583
|
"dead": true,
|
69624
69584
|
"level": 1
|
69625
69585
|
},
|
@@ -69842,15 +69802,11 @@
|
|
69842
69802
|
0
|
69843
69803
|
],
|
69844
69804
|
[
|
69845
|
-
"
|
69846
|
-
0
|
69847
|
-
],
|
69848
|
-
[
|
69849
|
-
"mango",
|
69805
|
+
"list",
|
69850
69806
|
0
|
69851
69807
|
],
|
69852
69808
|
[
|
69853
|
-
"
|
69809
|
+
"modifies",
|
69854
69810
|
0
|
69855
69811
|
],
|
69856
69812
|
[
|
@@ -69859,18 +69815,10 @@
|
|
69859
69815
|
],
|
69860
69816
|
[
|
69861
69817
|
"unknown",
|
69862
|
-
|
69863
|
-
],
|
69864
|
-
[
|
69865
|
-
"wild",
|
69866
|
-
0
|
69818
|
+
1
|
69867
69819
|
]
|
69868
69820
|
],
|
69869
69821
|
[
|
69870
|
-
[
|
69871
|
-
"banana",
|
69872
|
-
0
|
69873
|
-
],
|
69874
69822
|
[
|
69875
69823
|
"list",
|
69876
69824
|
0
|
@@ -69897,10 +69845,6 @@
|
|
69897
69845
|
"modifies",
|
69898
69846
|
0
|
69899
69847
|
],
|
69900
|
-
[
|
69901
|
-
"strawberry",
|
69902
|
-
0
|
69903
|
-
],
|
69904
69848
|
[
|
69905
69849
|
"unknown",
|
69906
69850
|
1
|
@@ -69909,7 +69853,7 @@
|
|
69909
69853
|
[
|
69910
69854
|
[
|
69911
69855
|
"list",
|
69912
|
-
|
69856
|
+
1
|
69913
69857
|
],
|
69914
69858
|
[
|
69915
69859
|
"modifies",
|
@@ -73937,15 +73881,15 @@
|
|
73937
73881
|
0
|
73938
73882
|
],
|
73939
73883
|
[
|
73940
|
-
"
|
73884
|
+
"strawberry_banana",
|
73941
73885
|
0
|
73942
73886
|
],
|
73943
73887
|
[
|
73944
|
-
"
|
73888
|
+
"wild_berry",
|
73945
73889
|
0
|
73946
73890
|
],
|
73947
73891
|
[
|
73948
|
-
"
|
73892
|
+
"mango_passion",
|
73949
73893
|
0
|
73950
73894
|
]
|
73951
73895
|
],
|
@@ -74010,15 +73954,15 @@
|
|
74010
73954
|
0
|
74011
73955
|
],
|
74012
73956
|
[
|
74013
|
-
"
|
73957
|
+
"strawberry_banana",
|
74014
73958
|
0
|
74015
73959
|
],
|
74016
73960
|
[
|
74017
|
-
"
|
73961
|
+
"wild_berry",
|
74018
73962
|
0
|
74019
73963
|
],
|
74020
73964
|
[
|
74021
|
-
"
|
73965
|
+
"mango_passion",
|
74022
73966
|
0
|
74023
73967
|
]
|
74024
73968
|
],
|
@@ -74079,15 +74023,15 @@
|
|
74079
74023
|
0
|
74080
74024
|
],
|
74081
74025
|
[
|
74082
|
-
"
|
74026
|
+
"strawberry_banana",
|
74083
74027
|
0
|
74084
74028
|
],
|
74085
74029
|
[
|
74086
|
-
"
|
74030
|
+
"wild_berry",
|
74087
74031
|
0
|
74088
74032
|
],
|
74089
74033
|
[
|
74090
|
-
"
|
74034
|
+
"mango_passion",
|
74091
74035
|
0
|
74092
74036
|
]
|
74093
74037
|
],
|
@@ -74847,40 +74791,6 @@
|
|
74847
74791
|
0
|
74848
74792
|
]
|
74849
74793
|
],
|
74850
|
-
[
|
74851
|
-
[
|
74852
|
-
"banana",
|
74853
|
-
0
|
74854
|
-
],
|
74855
|
-
[
|
74856
|
-
"berry",
|
74857
|
-
0
|
74858
|
-
],
|
74859
|
-
[
|
74860
|
-
"countable",
|
74861
|
-
0
|
74862
|
-
],
|
74863
|
-
[
|
74864
|
-
"guava",
|
74865
|
-
0
|
74866
|
-
],
|
74867
|
-
[
|
74868
|
-
"mango",
|
74869
|
-
0
|
74870
|
-
],
|
74871
|
-
[
|
74872
|
-
"passion",
|
74873
|
-
0
|
74874
|
-
],
|
74875
|
-
[
|
74876
|
-
"strawberry",
|
74877
|
-
0
|
74878
|
-
],
|
74879
|
-
[
|
74880
|
-
"wild",
|
74881
|
-
0
|
74882
|
-
]
|
74883
|
-
],
|
74884
74794
|
[
|
74885
74795
|
[
|
74886
74796
|
"banana",
|
@@ -79027,15 +78937,15 @@
|
|
79027
78937
|
}
|
79028
78938
|
],
|
79029
78939
|
"concept": {
|
78940
|
+
"value": "ingredients",
|
78941
|
+
"unknown": true,
|
78942
|
+
"text": "ingredients",
|
79030
78943
|
"marker": "unknown",
|
78944
|
+
"word": "ingredients",
|
79031
78945
|
"range": {
|
79032
78946
|
"start": 18,
|
79033
78947
|
"end": 28
|
79034
78948
|
},
|
79035
|
-
"word": "ingredients",
|
79036
|
-
"text": "ingredients",
|
79037
|
-
"value": "ingredients",
|
79038
|
-
"unknown": true,
|
79039
78949
|
"dead": true,
|
79040
78950
|
"level": 1
|
79041
78951
|
},
|
@@ -83203,11 +83113,11 @@
|
|
83203
83113
|
0
|
83204
83114
|
],
|
83205
83115
|
[
|
83206
|
-
"
|
83116
|
+
"strawberry_banana",
|
83207
83117
|
0
|
83208
83118
|
],
|
83209
83119
|
[
|
83210
|
-
"
|
83120
|
+
"wild_berry",
|
83211
83121
|
0
|
83212
83122
|
],
|
83213
83123
|
[
|
@@ -83215,7 +83125,7 @@
|
|
83215
83125
|
0
|
83216
83126
|
],
|
83217
83127
|
[
|
83218
|
-
"
|
83128
|
+
"mango_passion",
|
83219
83129
|
0
|
83220
83130
|
]
|
83221
83131
|
],
|
@@ -83284,11 +83194,11 @@
|
|
83284
83194
|
0
|
83285
83195
|
],
|
83286
83196
|
[
|
83287
|
-
"
|
83197
|
+
"strawberry_banana",
|
83288
83198
|
0
|
83289
83199
|
],
|
83290
83200
|
[
|
83291
|
-
"
|
83201
|
+
"wild_berry",
|
83292
83202
|
0
|
83293
83203
|
],
|
83294
83204
|
[
|
@@ -83296,7 +83206,7 @@
|
|
83296
83206
|
0
|
83297
83207
|
],
|
83298
83208
|
[
|
83299
|
-
"
|
83209
|
+
"mango_passion",
|
83300
83210
|
0
|
83301
83211
|
]
|
83302
83212
|
],
|
@@ -83361,11 +83271,11 @@
|
|
83361
83271
|
0
|
83362
83272
|
],
|
83363
83273
|
[
|
83364
|
-
"
|
83274
|
+
"strawberry_banana",
|
83365
83275
|
0
|
83366
83276
|
],
|
83367
83277
|
[
|
83368
|
-
"
|
83278
|
+
"wild_berry",
|
83369
83279
|
0
|
83370
83280
|
],
|
83371
83281
|
[
|
@@ -83373,7 +83283,7 @@
|
|
83373
83283
|
0
|
83374
83284
|
],
|
83375
83285
|
[
|
83376
|
-
"
|
83286
|
+
"mango_passion",
|
83377
83287
|
0
|
83378
83288
|
]
|
83379
83289
|
],
|
@@ -83495,11 +83405,11 @@
|
|
83495
83405
|
0
|
83496
83406
|
],
|
83497
83407
|
[
|
83498
|
-
"
|
83408
|
+
"wild_berry",
|
83499
83409
|
0
|
83500
83410
|
],
|
83501
83411
|
[
|
83502
|
-
"
|
83412
|
+
"smoothie_ingredient",
|
83503
83413
|
0
|
83504
83414
|
]
|
83505
83415
|
],
|
@@ -84252,40 +84162,6 @@
|
|
84252
84162
|
0
|
84253
84163
|
]
|
84254
84164
|
],
|
84255
|
-
[
|
84256
|
-
[
|
84257
|
-
"banana",
|
84258
|
-
0
|
84259
|
-
],
|
84260
|
-
[
|
84261
|
-
"berry",
|
84262
|
-
0
|
84263
|
-
],
|
84264
|
-
[
|
84265
|
-
"guava",
|
84266
|
-
0
|
84267
|
-
],
|
84268
|
-
[
|
84269
|
-
"mango",
|
84270
|
-
0
|
84271
|
-
],
|
84272
|
-
[
|
84273
|
-
"passion",
|
84274
|
-
0
|
84275
|
-
],
|
84276
|
-
[
|
84277
|
-
"smoothie",
|
84278
|
-
0
|
84279
|
-
],
|
84280
|
-
[
|
84281
|
-
"strawberry",
|
84282
|
-
0
|
84283
|
-
],
|
84284
|
-
[
|
84285
|
-
"wild",
|
84286
|
-
0
|
84287
|
-
]
|
84288
|
-
],
|
84289
84165
|
[
|
84290
84166
|
[
|
84291
84167
|
"banana",
|
@@ -93095,16 +92971,6 @@
|
|
93095
92971
|
0
|
93096
92972
|
]
|
93097
92973
|
],
|
93098
|
-
[
|
93099
|
-
[
|
93100
|
-
"french",
|
93101
|
-
0
|
93102
|
-
],
|
93103
|
-
[
|
93104
|
-
"waffle",
|
93105
|
-
0
|
93106
|
-
]
|
93107
|
-
],
|
93108
92974
|
[
|
93109
92975
|
[
|
93110
92976
|
"fry",
|
@@ -97788,15 +97654,15 @@
|
|
97788
97654
|
"isList": true,
|
97789
97655
|
"value": [
|
97790
97656
|
{
|
97657
|
+
"value": "single",
|
97658
|
+
"unknown": true,
|
97659
|
+
"text": "single ,",
|
97791
97660
|
"marker": "unknown",
|
97661
|
+
"word": "single",
|
97792
97662
|
"range": {
|
97793
97663
|
"start": 0,
|
97794
97664
|
"end": 6
|
97795
97665
|
},
|
97796
|
-
"word": "single",
|
97797
|
-
"text": "single ,",
|
97798
|
-
"value": "single",
|
97799
|
-
"unknown": true,
|
97800
97666
|
"dead": true,
|
97801
97667
|
"decorators": {
|
97802
97668
|
"after": {
|
@@ -97816,15 +97682,15 @@
|
|
97816
97682
|
"level": 1
|
97817
97683
|
},
|
97818
97684
|
{
|
97685
|
+
"value": "double",
|
97686
|
+
"unknown": true,
|
97687
|
+
"text": "double ,",
|
97819
97688
|
"marker": "unknown",
|
97689
|
+
"word": "double",
|
97820
97690
|
"range": {
|
97821
97691
|
"start": 8,
|
97822
97692
|
"end": 14
|
97823
97693
|
},
|
97824
|
-
"word": "double",
|
97825
|
-
"text": "double ,",
|
97826
|
-
"value": "double",
|
97827
|
-
"unknown": true,
|
97828
97694
|
"dead": true,
|
97829
97695
|
"decorators": {
|
97830
97696
|
"after": {
|
@@ -97844,15 +97710,15 @@
|
|
97844
97710
|
"level": 1
|
97845
97711
|
},
|
97846
97712
|
{
|
97713
|
+
"value": "triple",
|
97714
|
+
"unknown": true,
|
97715
|
+
"text": "triple ,",
|
97847
97716
|
"marker": "unknown",
|
97717
|
+
"word": "triple",
|
97848
97718
|
"range": {
|
97849
97719
|
"start": 16,
|
97850
97720
|
"end": 22
|
97851
97721
|
},
|
97852
|
-
"word": "triple",
|
97853
|
-
"text": "triple ,",
|
97854
|
-
"value": "triple",
|
97855
|
-
"unknown": true,
|
97856
97722
|
"dead": true,
|
97857
97723
|
"decorators": {
|
97858
97724
|
"after": {
|
@@ -97872,15 +97738,15 @@
|
|
97872
97738
|
"level": 1
|
97873
97739
|
},
|
97874
97740
|
{
|
97741
|
+
"value": "baconator",
|
97742
|
+
"unknown": true,
|
97743
|
+
"text": "baconator ,",
|
97875
97744
|
"marker": "unknown",
|
97745
|
+
"word": "baconator",
|
97876
97746
|
"range": {
|
97877
97747
|
"start": 24,
|
97878
97748
|
"end": 33
|
97879
97749
|
},
|
97880
|
-
"word": "baconator",
|
97881
|
-
"text": "baconator ,",
|
97882
|
-
"value": "baconator",
|
97883
|
-
"unknown": true,
|
97884
97750
|
"dead": true,
|
97885
97751
|
"decorators": {
|
97886
97752
|
"after": {
|
@@ -98094,20 +97960,6 @@
|
|
98094
97960
|
1
|
98095
97961
|
]
|
98096
97962
|
],
|
98097
|
-
[
|
98098
|
-
[
|
98099
|
-
"bacon",
|
98100
|
-
0
|
98101
|
-
],
|
98102
|
-
[
|
98103
|
-
"deluxe",
|
98104
|
-
0
|
98105
|
-
],
|
98106
|
-
[
|
98107
|
-
"unknown",
|
98108
|
-
0
|
98109
|
-
]
|
98110
|
-
],
|
98111
97963
|
[
|
98112
97964
|
[
|
98113
97965
|
"hamburger",
|
@@ -102439,7 +102291,7 @@
|
|
102439
102291
|
0
|
102440
102292
|
],
|
102441
102293
|
[
|
102442
|
-
"
|
102294
|
+
"premium_cod",
|
102443
102295
|
0
|
102444
102296
|
],
|
102445
102297
|
[
|
@@ -102447,7 +102299,7 @@
|
|
102447
102299
|
0
|
102448
102300
|
],
|
102449
102301
|
[
|
102450
|
-
"
|
102302
|
+
"chicken_club",
|
102451
102303
|
0
|
102452
102304
|
]
|
102453
102305
|
],
|
@@ -102524,7 +102376,7 @@
|
|
102524
102376
|
0
|
102525
102377
|
],
|
102526
102378
|
[
|
102527
|
-
"
|
102379
|
+
"premium_cod",
|
102528
102380
|
0
|
102529
102381
|
],
|
102530
102382
|
[
|
@@ -102532,7 +102384,7 @@
|
|
102532
102384
|
0
|
102533
102385
|
],
|
102534
102386
|
[
|
102535
|
-
"
|
102387
|
+
"chicken_club",
|
102536
102388
|
0
|
102537
102389
|
]
|
102538
102390
|
],
|
@@ -102605,7 +102457,7 @@
|
|
102605
102457
|
0
|
102606
102458
|
],
|
102607
102459
|
[
|
102608
|
-
"
|
102460
|
+
"premium_cod",
|
102609
102461
|
0
|
102610
102462
|
],
|
102611
102463
|
[
|
@@ -102613,7 +102465,7 @@
|
|
102613
102465
|
0
|
102614
102466
|
],
|
102615
102467
|
[
|
102616
|
-
"
|
102468
|
+
"chicken_club",
|
102617
102469
|
0
|
102618
102470
|
]
|
102619
102471
|
],
|
@@ -102682,7 +102534,7 @@
|
|
102682
102534
|
0
|
102683
102535
|
],
|
102684
102536
|
[
|
102685
|
-
"
|
102537
|
+
"premium_cod",
|
102686
102538
|
0
|
102687
102539
|
],
|
102688
102540
|
[
|
@@ -102690,7 +102542,7 @@
|
|
102690
102542
|
0
|
102691
102543
|
],
|
102692
102544
|
[
|
102693
|
-
"
|
102545
|
+
"chicken_club",
|
102694
102546
|
0
|
102695
102547
|
]
|
102696
102548
|
],
|
@@ -102755,7 +102607,7 @@
|
|
102755
102607
|
0
|
102756
102608
|
],
|
102757
102609
|
[
|
102758
|
-
"
|
102610
|
+
"premium_cod",
|
102759
102611
|
0
|
102760
102612
|
],
|
102761
102613
|
[
|
@@ -102763,7 +102615,7 @@
|
|
102763
102615
|
0
|
102764
102616
|
],
|
102765
102617
|
[
|
102766
|
-
"
|
102618
|
+
"chicken_club",
|
102767
102619
|
0
|
102768
102620
|
]
|
102769
102621
|
],
|
@@ -102824,7 +102676,7 @@
|
|
102824
102676
|
0
|
102825
102677
|
],
|
102826
102678
|
[
|
102827
|
-
"
|
102679
|
+
"premium_cod",
|
102828
102680
|
0
|
102829
102681
|
],
|
102830
102682
|
[
|
@@ -102832,7 +102684,7 @@
|
|
102832
102684
|
0
|
102833
102685
|
],
|
102834
102686
|
[
|
102835
|
-
"
|
102687
|
+
"chicken_club",
|
102836
102688
|
0
|
102837
102689
|
]
|
102838
102690
|
],
|
@@ -103222,15 +103074,15 @@
|
|
103222
103074
|
"isList": true,
|
103223
103075
|
"value": [
|
103224
103076
|
{
|
103077
|
+
"value": "spicy",
|
103078
|
+
"unknown": true,
|
103079
|
+
"text": "spicy ,",
|
103225
103080
|
"marker": "unknown",
|
103081
|
+
"word": "spicy",
|
103226
103082
|
"range": {
|
103227
103083
|
"start": 0,
|
103228
103084
|
"end": 5
|
103229
103085
|
},
|
103230
|
-
"word": "spicy",
|
103231
|
-
"text": "spicy ,",
|
103232
|
-
"value": "spicy",
|
103233
|
-
"unknown": true,
|
103234
103086
|
"dead": true,
|
103235
103087
|
"decorators": {
|
103236
103088
|
"after": {
|
@@ -103250,15 +103102,15 @@
|
|
103250
103102
|
"level": 1
|
103251
103103
|
},
|
103252
103104
|
{
|
103105
|
+
"value": "homestyle",
|
103106
|
+
"unknown": true,
|
103107
|
+
"text": "homestyle ,",
|
103253
103108
|
"marker": "unknown",
|
103109
|
+
"word": "homestyle",
|
103254
103110
|
"range": {
|
103255
103111
|
"start": 7,
|
103256
103112
|
"end": 16
|
103257
103113
|
},
|
103258
|
-
"word": "homestyle",
|
103259
|
-
"text": "homestyle ,",
|
103260
|
-
"value": "homestyle",
|
103261
|
-
"unknown": true,
|
103262
103114
|
"dead": true,
|
103263
103115
|
"decorators": {
|
103264
103116
|
"after": {
|
@@ -103644,44 +103496,6 @@
|
|
103644
103496
|
1
|
103645
103497
|
]
|
103646
103498
|
],
|
103647
|
-
[
|
103648
|
-
[
|
103649
|
-
"asiago",
|
103650
|
-
0
|
103651
|
-
],
|
103652
|
-
[
|
103653
|
-
"chicken",
|
103654
|
-
0
|
103655
|
-
],
|
103656
|
-
[
|
103657
|
-
"club",
|
103658
|
-
0
|
103659
|
-
],
|
103660
|
-
[
|
103661
|
-
"cod",
|
103662
|
-
0
|
103663
|
-
],
|
103664
|
-
[
|
103665
|
-
"grill",
|
103666
|
-
0
|
103667
|
-
],
|
103668
|
-
[
|
103669
|
-
"premium",
|
103670
|
-
0
|
103671
|
-
],
|
103672
|
-
[
|
103673
|
-
"ranch",
|
103674
|
-
0
|
103675
|
-
],
|
103676
|
-
[
|
103677
|
-
"ultimate",
|
103678
|
-
0
|
103679
|
-
],
|
103680
|
-
[
|
103681
|
-
"unknown",
|
103682
|
-
0
|
103683
|
-
]
|
103684
|
-
],
|
103685
103499
|
[
|
103686
103500
|
[
|
103687
103501
|
"chicken",
|
@@ -103926,6 +103740,24 @@
|
|
103926
103740
|
0
|
103927
103741
|
]
|
103928
103742
|
],
|
103743
|
+
[
|
103744
|
+
[
|
103745
|
+
"is",
|
103746
|
+
0
|
103747
|
+
],
|
103748
|
+
[
|
103749
|
+
"list",
|
103750
|
+
1
|
103751
|
+
],
|
103752
|
+
[
|
103753
|
+
"sandwich",
|
103754
|
+
0
|
103755
|
+
],
|
103756
|
+
[
|
103757
|
+
"unknown",
|
103758
|
+
1
|
103759
|
+
]
|
103760
|
+
],
|
103929
103761
|
[
|
103930
103762
|
[
|
103931
103763
|
"is",
|
@@ -108299,15 +108131,15 @@
|
|
108299
108131
|
},
|
108300
108132
|
"one": {
|
108301
108133
|
"number": "many",
|
108134
|
+
"value": "meals",
|
108135
|
+
"unknown": true,
|
108136
|
+
"text": "meals",
|
108302
108137
|
"marker": "unknown",
|
108138
|
+
"word": "meals",
|
108303
108139
|
"range": {
|
108304
108140
|
"start": 0,
|
108305
108141
|
"end": 13
|
108306
108142
|
},
|
108307
|
-
"word": "meals",
|
108308
|
-
"text": "meals",
|
108309
|
-
"value": "meals",
|
108310
|
-
"unknown": true,
|
108311
108143
|
"dead": true,
|
108312
108144
|
"types": [
|
108313
108145
|
"unknown"
|
@@ -108379,16 +108211,6 @@
|
|
108379
108211
|
1
|
108380
108212
|
]
|
108381
108213
|
],
|
108382
|
-
[
|
108383
|
-
[
|
108384
|
-
"food",
|
108385
|
-
0
|
108386
|
-
],
|
108387
|
-
[
|
108388
|
-
"unknown",
|
108389
|
-
0
|
108390
|
-
]
|
108391
|
-
],
|
108392
108214
|
[
|
108393
108215
|
[
|
108394
108216
|
"is",
|
@@ -112840,15 +112662,15 @@
|
|
112840
112662
|
},
|
112841
112663
|
"one": {
|
112842
112664
|
"number": "one",
|
112665
|
+
"value": "combo",
|
112666
|
+
"unknown": true,
|
112667
|
+
"text": "a combo",
|
112843
112668
|
"marker": "unknown",
|
112669
|
+
"word": "combo",
|
112844
112670
|
"range": {
|
112845
112671
|
"start": 0,
|
112846
112672
|
"end": 16
|
112847
112673
|
},
|
112848
|
-
"word": "combo",
|
112849
|
-
"text": "a combo",
|
112850
|
-
"value": "combo",
|
112851
|
-
"unknown": true,
|
112852
112674
|
"dead": true,
|
112853
112675
|
"types": [
|
112854
112676
|
"unknown"
|
@@ -112975,6 +112797,20 @@
|
|
112975
112797
|
1
|
112976
112798
|
]
|
112977
112799
|
],
|
112800
|
+
[
|
112801
|
+
[
|
112802
|
+
"a",
|
112803
|
+
0
|
112804
|
+
],
|
112805
|
+
[
|
112806
|
+
"is",
|
112807
|
+
0
|
112808
|
+
],
|
112809
|
+
[
|
112810
|
+
"unknown",
|
112811
|
+
1
|
112812
|
+
]
|
112813
|
+
],
|
112978
112814
|
[
|
112979
112815
|
[
|
112980
112816
|
"is",
|
@@ -126553,15 +126389,15 @@
|
|
126553
126389
|
"dead": true,
|
126554
126390
|
"modifiers": [
|
126555
126391
|
{
|
126392
|
+
"value": "vanilla",
|
126393
|
+
"unknown": true,
|
126394
|
+
"text": "vanilla",
|
126556
126395
|
"marker": "unknown",
|
126396
|
+
"word": "vanilla",
|
126557
126397
|
"range": {
|
126558
126398
|
"start": 0,
|
126559
126399
|
"end": 6
|
126560
126400
|
},
|
126561
|
-
"word": "vanilla",
|
126562
|
-
"text": "vanilla",
|
126563
|
-
"value": "vanilla",
|
126564
|
-
"unknown": true,
|
126565
126401
|
"dead": true,
|
126566
126402
|
"level": 1
|
126567
126403
|
}
|
@@ -159519,15 +159355,15 @@
|
|
159519
159355
|
},
|
159520
159356
|
"one": {
|
159521
159357
|
"number": "one",
|
159358
|
+
"value": "frosty",
|
159359
|
+
"unknown": true,
|
159360
|
+
"text": "frosty",
|
159522
159361
|
"marker": "unknown",
|
159362
|
+
"word": "frosty",
|
159523
159363
|
"range": {
|
159524
159364
|
"start": 0,
|
159525
159365
|
"end": 16
|
159526
159366
|
},
|
159527
|
-
"word": "frosty",
|
159528
|
-
"text": "frosty",
|
159529
|
-
"value": "frosty",
|
159530
|
-
"unknown": true,
|
159531
159367
|
"dead": true,
|
159532
159368
|
"types": [
|
159533
159369
|
"unknown"
|
@@ -174295,15 +174131,15 @@
|
|
174295
174131
|
"dead": true,
|
174296
174132
|
"modifiers": [
|
174297
174133
|
{
|
174134
|
+
"value": "breakfast",
|
174135
|
+
"unknown": true,
|
174136
|
+
"text": "breakfast",
|
174298
174137
|
"marker": "unknown",
|
174138
|
+
"word": "breakfast",
|
174299
174139
|
"range": {
|
174300
174140
|
"start": 0,
|
174301
174141
|
"end": 8
|
174302
174142
|
},
|
174303
|
-
"word": "breakfast",
|
174304
|
-
"text": "breakfast",
|
174305
|
-
"value": "breakfast",
|
174306
|
-
"unknown": true,
|
174307
174143
|
"dead": true,
|
174308
174144
|
"level": 1
|
174309
174145
|
}
|
@@ -184453,15 +184289,15 @@
|
|
184453
184289
|
"dead": true,
|
184454
184290
|
"modifiers": [
|
184455
184291
|
{
|
184292
|
+
"value": "egg",
|
184293
|
+
"unknown": true,
|
184294
|
+
"text": "egg",
|
184456
184295
|
"marker": "unknown",
|
184296
|
+
"word": "egg",
|
184457
184297
|
"range": {
|
184458
184298
|
"start": 0,
|
184459
184299
|
"end": 2
|
184460
184300
|
},
|
184461
|
-
"word": "egg",
|
184462
|
-
"text": "egg",
|
184463
|
-
"value": "egg",
|
184464
|
-
"unknown": true,
|
184465
184301
|
"dead": true,
|
184466
184302
|
"level": 1
|
184467
184303
|
}
|
@@ -189686,15 +189522,15 @@
|
|
189686
189522
|
"level": 1
|
189687
189523
|
},
|
189688
189524
|
{
|
189525
|
+
"value": "on",
|
189526
|
+
"unknown": true,
|
189527
|
+
"text": "on",
|
189689
189528
|
"marker": "unknown",
|
189529
|
+
"word": "on",
|
189690
189530
|
"range": {
|
189691
189531
|
"start": 8,
|
189692
189532
|
"end": 9
|
189693
189533
|
},
|
189694
|
-
"word": "on",
|
189695
|
-
"text": "on",
|
189696
|
-
"value": "on",
|
189697
|
-
"unknown": true,
|
189698
189534
|
"dead": true,
|
189699
189535
|
"level": 1
|
189700
189536
|
}
|
@@ -195007,15 +194843,15 @@
|
|
195007
194843
|
}
|
195008
194844
|
],
|
195009
194845
|
"concept": {
|
194846
|
+
"value": "platter",
|
194847
|
+
"unknown": true,
|
194848
|
+
"text": "platter",
|
195010
194849
|
"marker": "unknown",
|
194850
|
+
"word": "platter",
|
195011
194851
|
"range": {
|
195012
194852
|
"start": 17,
|
195013
194853
|
"end": 23
|
195014
194854
|
},
|
195015
|
-
"word": "platter",
|
195016
|
-
"text": "platter",
|
195017
|
-
"value": "platter",
|
195018
|
-
"unknown": true,
|
195019
194855
|
"dead": true,
|
195020
194856
|
"level": 1
|
195021
194857
|
},
|
@@ -205782,15 +205618,15 @@
|
|
205782
205618
|
"level": 1
|
205783
205619
|
},
|
205784
205620
|
{
|
205621
|
+
"value": "pecan",
|
205622
|
+
"unknown": true,
|
205623
|
+
"text": "pecan",
|
205785
205624
|
"marker": "unknown",
|
205625
|
+
"word": "pecan",
|
205786
205626
|
"range": {
|
205787
205627
|
"start": 6,
|
205788
205628
|
"end": 10
|
205789
205629
|
},
|
205790
|
-
"word": "pecan",
|
205791
|
-
"text": "pecan",
|
205792
|
-
"value": "pecan",
|
205793
|
-
"unknown": true,
|
205794
205630
|
"dead": true,
|
205795
205631
|
"level": 1
|
205796
205632
|
}
|
@@ -216794,15 +216630,15 @@
|
|
216794
216630
|
"dead": true,
|
216795
216631
|
"modifiers": [
|
216796
216632
|
{
|
216633
|
+
"value": "taco",
|
216634
|
+
"unknown": true,
|
216635
|
+
"text": "taco",
|
216797
216636
|
"marker": "unknown",
|
216637
|
+
"word": "taco",
|
216798
216638
|
"range": {
|
216799
216639
|
"start": 0,
|
216800
216640
|
"end": 3
|
216801
216641
|
},
|
216802
|
-
"word": "taco",
|
216803
|
-
"text": "taco",
|
216804
|
-
"value": "taco",
|
216805
|
-
"unknown": true,
|
216806
216642
|
"dead": true,
|
216807
216643
|
"level": 1
|
216808
216644
|
}
|
@@ -222394,28 +222230,28 @@
|
|
222394
222230
|
"dead": true,
|
222395
222231
|
"modifiers": [
|
222396
222232
|
{
|
222233
|
+
"value": "southwest",
|
222234
|
+
"unknown": true,
|
222235
|
+
"text": "southwest",
|
222397
222236
|
"marker": "unknown",
|
222237
|
+
"word": "southwest",
|
222398
222238
|
"range": {
|
222399
222239
|
"start": 0,
|
222400
222240
|
"end": 8
|
222401
222241
|
},
|
222402
|
-
"word": "southwest",
|
222403
|
-
"text": "southwest",
|
222404
|
-
"value": "southwest",
|
222405
|
-
"unknown": true,
|
222406
222242
|
"dead": true,
|
222407
222243
|
"level": 1
|
222408
222244
|
},
|
222409
222245
|
{
|
222246
|
+
"value": "avacado",
|
222247
|
+
"unknown": true,
|
222248
|
+
"text": "avacado",
|
222410
222249
|
"marker": "unknown",
|
222250
|
+
"word": "avacado",
|
222411
222251
|
"range": {
|
222412
222252
|
"start": 10,
|
222413
222253
|
"end": 16
|
222414
222254
|
},
|
222415
|
-
"word": "avacado",
|
222416
|
-
"text": "avacado",
|
222417
|
-
"value": "avacado",
|
222418
|
-
"unknown": true,
|
222419
222255
|
"dead": true,
|
222420
222256
|
"level": 1
|
222421
222257
|
}
|
@@ -228162,16 +227998,6 @@
|
|
228162
227998
|
0
|
228163
227999
|
]
|
228164
228000
|
],
|
228165
|
-
[
|
228166
|
-
[
|
228167
|
-
"breakfast",
|
228168
|
-
0
|
228169
|
-
],
|
228170
|
-
[
|
228171
|
-
"modifies",
|
228172
|
-
0
|
228173
|
-
]
|
228174
|
-
],
|
228175
228001
|
[
|
228176
228002
|
[
|
228177
228003
|
"meal",
|
@@ -239614,15 +239440,15 @@
|
|
239614
239440
|
"dead": true,
|
239615
239441
|
"modifiers": [
|
239616
239442
|
{
|
239443
|
+
"value": "junior",
|
239444
|
+
"unknown": true,
|
239445
|
+
"text": "junior",
|
239617
239446
|
"marker": "unknown",
|
239447
|
+
"word": "junior",
|
239618
239448
|
"range": {
|
239619
239449
|
"start": 0,
|
239620
239450
|
"end": 5
|
239621
239451
|
},
|
239622
|
-
"word": "junior",
|
239623
|
-
"text": "junior",
|
239624
|
-
"value": "junior",
|
239625
|
-
"unknown": true,
|
239626
239452
|
"dead": true,
|
239627
239453
|
"level": 1
|
239628
239454
|
}
|
@@ -245503,29 +245329,29 @@
|
|
245503
245329
|
"dead": true,
|
245504
245330
|
"modifiers": [
|
245505
245331
|
{
|
245332
|
+
"value": "go",
|
245333
|
+
"unknown": true,
|
245334
|
+
"text": "go",
|
245506
245335
|
"marker": "unknown",
|
245336
|
+
"word": "go",
|
245507
245337
|
"range": {
|
245508
245338
|
"start": 0,
|
245509
245339
|
"end": 1
|
245510
245340
|
},
|
245511
|
-
"word": "go",
|
245512
|
-
"text": "go",
|
245513
|
-
"value": "go",
|
245514
|
-
"unknown": true,
|
245515
245341
|
"dead": true,
|
245516
245342
|
"level": 1
|
245517
245343
|
}
|
245518
245344
|
],
|
245519
245345
|
"concept": {
|
245346
|
+
"value": "wrap",
|
245347
|
+
"unknown": true,
|
245348
|
+
"text": "wrap",
|
245520
245349
|
"marker": "unknown",
|
245350
|
+
"word": "wrap",
|
245521
245351
|
"range": {
|
245522
245352
|
"start": 12,
|
245523
245353
|
"end": 15
|
245524
245354
|
},
|
245525
|
-
"word": "wrap",
|
245526
|
-
"text": "wrap",
|
245527
|
-
"value": "wrap",
|
245528
|
-
"unknown": true,
|
245529
245355
|
"dead": true,
|
245530
245356
|
"level": 1
|
245531
245357
|
},
|
@@ -263777,23 +263603,23 @@
|
|
263777
263603
|
0
|
263778
263604
|
],
|
263779
263605
|
[
|
263780
|
-
"
|
263606
|
+
"breakfast_meal",
|
263781
263607
|
0
|
263782
263608
|
],
|
263783
263609
|
[
|
263784
|
-
"
|
263610
|
+
"pancake_platter",
|
263785
263611
|
0
|
263786
263612
|
],
|
263787
263613
|
[
|
263788
|
-
"
|
263614
|
+
"double_sausage_muffin",
|
263789
263615
|
0
|
263790
263616
|
],
|
263791
263617
|
[
|
263792
|
-
"
|
263618
|
+
"egg_muffin",
|
263793
263619
|
0
|
263794
263620
|
],
|
263795
263621
|
[
|
263796
|
-
"
|
263622
|
+
"french_toast",
|
263797
263623
|
0
|
263798
263624
|
],
|
263799
263625
|
[
|
@@ -264104,23 +263930,23 @@
|
|
264104
263930
|
0
|
264105
263931
|
],
|
264106
263932
|
[
|
264107
|
-
"
|
263933
|
+
"breakfast_meal",
|
264108
263934
|
0
|
264109
263935
|
],
|
264110
263936
|
[
|
264111
|
-
"
|
263937
|
+
"pancake_platter",
|
264112
263938
|
0
|
264113
263939
|
],
|
264114
263940
|
[
|
264115
|
-
"
|
263941
|
+
"double_sausage_muffin",
|
264116
263942
|
0
|
264117
263943
|
],
|
264118
263944
|
[
|
264119
|
-
"
|
263945
|
+
"egg_muffin",
|
264120
263946
|
0
|
264121
263947
|
],
|
264122
263948
|
[
|
264123
|
-
"
|
263949
|
+
"french_toast",
|
264124
263950
|
0
|
264125
263951
|
],
|
264126
263952
|
[
|
@@ -264314,11 +264140,11 @@
|
|
264314
264140
|
0
|
264315
264141
|
],
|
264316
264142
|
[
|
264317
|
-
"
|
264143
|
+
"double_sausage_muffin",
|
264318
264144
|
0
|
264319
264145
|
],
|
264320
264146
|
[
|
264321
|
-
"
|
264147
|
+
"pancake_platter",
|
264322
264148
|
0
|
264323
264149
|
],
|
264324
264150
|
[
|
@@ -264326,7 +264152,7 @@
|
|
264326
264152
|
0
|
264327
264153
|
],
|
264328
264154
|
[
|
264329
|
-
"
|
264155
|
+
"french_toast",
|
264330
264156
|
0
|
264331
264157
|
],
|
264332
264158
|
[
|
@@ -264423,11 +264249,11 @@
|
|
264423
264249
|
0
|
264424
264250
|
],
|
264425
264251
|
[
|
264426
|
-
"
|
264252
|
+
"double_sausage_muffin",
|
264427
264253
|
0
|
264428
264254
|
],
|
264429
264255
|
[
|
264430
|
-
"
|
264256
|
+
"pancake_platter",
|
264431
264257
|
0
|
264432
264258
|
],
|
264433
264259
|
[
|
@@ -264435,7 +264261,7 @@
|
|
264435
264261
|
0
|
264436
264262
|
],
|
264437
264263
|
[
|
264438
|
-
"
|
264264
|
+
"french_toast",
|
264439
264265
|
0
|
264440
264266
|
],
|
264441
264267
|
[
|
@@ -264528,11 +264354,11 @@
|
|
264528
264354
|
0
|
264529
264355
|
],
|
264530
264356
|
[
|
264531
|
-
"
|
264357
|
+
"double_sausage_muffin",
|
264532
264358
|
0
|
264533
264359
|
],
|
264534
264360
|
[
|
264535
|
-
"
|
264361
|
+
"pancake_platter",
|
264536
264362
|
0
|
264537
264363
|
],
|
264538
264364
|
[
|
@@ -264540,7 +264366,7 @@
|
|
264540
264366
|
0
|
264541
264367
|
],
|
264542
264368
|
[
|
264543
|
-
"
|
264369
|
+
"french_toast",
|
264544
264370
|
0
|
264545
264371
|
],
|
264546
264372
|
[
|
@@ -264779,11 +264605,11 @@
|
|
264779
264605
|
0
|
264780
264606
|
],
|
264781
264607
|
[
|
264782
|
-
"
|
264608
|
+
"double_sausage_muffin",
|
264783
264609
|
0
|
264784
264610
|
],
|
264785
264611
|
[
|
264786
|
-
"
|
264612
|
+
"pancake_platter",
|
264787
264613
|
0
|
264788
264614
|
],
|
264789
264615
|
[
|
@@ -264791,7 +264617,7 @@
|
|
264791
264617
|
0
|
264792
264618
|
],
|
264793
264619
|
[
|
264794
|
-
"
|
264620
|
+
"french_toast",
|
264795
264621
|
0
|
264796
264622
|
],
|
264797
264623
|
[
|
@@ -264937,7 +264763,7 @@
|
|
264937
264763
|
0
|
264938
264764
|
],
|
264939
264765
|
[
|
264940
|
-
"
|
264766
|
+
"double_sausage_muffin",
|
264941
264767
|
0
|
264942
264768
|
],
|
264943
264769
|
[
|
@@ -264945,7 +264771,7 @@
|
|
264945
264771
|
0
|
264946
264772
|
],
|
264947
264773
|
[
|
264948
|
-
"
|
264774
|
+
"french_toast",
|
264949
264775
|
0
|
264950
264776
|
],
|
264951
264777
|
[
|
@@ -265067,11 +264893,11 @@
|
|
265067
264893
|
0
|
265068
264894
|
],
|
265069
264895
|
[
|
265070
|
-
"
|
264896
|
+
"breakfast_meal",
|
265071
264897
|
0
|
265072
264898
|
],
|
265073
264899
|
[
|
265074
|
-
"
|
264900
|
+
"french_toast",
|
265075
264901
|
0
|
265076
264902
|
],
|
265077
264903
|
[
|
@@ -265120,11 +264946,11 @@
|
|
265120
264946
|
0
|
265121
264947
|
],
|
265122
264948
|
[
|
265123
|
-
"
|
264949
|
+
"breakfast_meal",
|
265124
264950
|
0
|
265125
264951
|
],
|
265126
264952
|
[
|
265127
|
-
"
|
264953
|
+
"french_toast",
|
265128
264954
|
0
|
265129
264955
|
],
|
265130
264956
|
[
|
@@ -265169,11 +264995,11 @@
|
|
265169
264995
|
0
|
265170
264996
|
],
|
265171
264997
|
[
|
265172
|
-
"
|
264998
|
+
"breakfast_meal",
|
265173
264999
|
0
|
265174
265000
|
],
|
265175
265001
|
[
|
265176
|
-
"
|
265002
|
+
"french_toast",
|
265177
265003
|
0
|
265178
265004
|
],
|
265179
265005
|
[
|
@@ -266123,64 +265949,6 @@
|
|
266123
265949
|
0
|
266124
265950
|
]
|
266125
265951
|
],
|
266126
|
-
[
|
266127
|
-
[
|
266128
|
-
"baconator",
|
266129
|
-
0
|
266130
|
-
],
|
266131
|
-
[
|
266132
|
-
"breakfast",
|
266133
|
-
0
|
266134
|
-
],
|
266135
|
-
[
|
266136
|
-
"chicken",
|
266137
|
-
0
|
266138
|
-
],
|
266139
|
-
[
|
266140
|
-
"double",
|
266141
|
-
0
|
266142
|
-
],
|
266143
|
-
[
|
266144
|
-
"egg",
|
266145
|
-
0
|
266146
|
-
],
|
266147
|
-
[
|
266148
|
-
"french",
|
266149
|
-
0
|
266150
|
-
],
|
266151
|
-
[
|
266152
|
-
"muffin",
|
266153
|
-
0
|
266154
|
-
],
|
266155
|
-
[
|
266156
|
-
"oatmeal",
|
266157
|
-
0
|
266158
|
-
],
|
266159
|
-
[
|
266160
|
-
"on",
|
266161
|
-
0
|
266162
|
-
],
|
266163
|
-
[
|
266164
|
-
"pancake",
|
266165
|
-
0
|
266166
|
-
],
|
266167
|
-
[
|
266168
|
-
"platter",
|
266169
|
-
0
|
266170
|
-
],
|
266171
|
-
[
|
266172
|
-
"sandwich",
|
266173
|
-
0
|
266174
|
-
],
|
266175
|
-
[
|
266176
|
-
"sausage",
|
266177
|
-
0
|
266178
|
-
],
|
266179
|
-
[
|
266180
|
-
"toast",
|
266181
|
-
0
|
266182
|
-
]
|
266183
|
-
],
|
266184
265952
|
[
|
266185
265953
|
[
|
266186
265954
|
"breakfast",
|
@@ -272742,11 +272510,11 @@
|
|
272742
272510
|
0
|
272743
272511
|
],
|
272744
272512
|
[
|
272745
|
-
"
|
272513
|
+
"bacon_deluxe",
|
272746
272514
|
0
|
272747
272515
|
],
|
272748
272516
|
[
|
272749
|
-
"
|
272517
|
+
"premium_cod",
|
272750
272518
|
0
|
272751
272519
|
]
|
272752
272520
|
],
|
@@ -272823,11 +272591,11 @@
|
|
272823
272591
|
0
|
272824
272592
|
],
|
272825
272593
|
[
|
272826
|
-
"
|
272594
|
+
"bacon_deluxe",
|
272827
272595
|
0
|
272828
272596
|
],
|
272829
272597
|
[
|
272830
|
-
"
|
272598
|
+
"premium_cod",
|
272831
272599
|
0
|
272832
272600
|
]
|
272833
272601
|
],
|
@@ -272900,11 +272668,11 @@
|
|
272900
272668
|
0
|
272901
272669
|
],
|
272902
272670
|
[
|
272903
|
-
"
|
272671
|
+
"bacon_deluxe",
|
272904
272672
|
0
|
272905
272673
|
],
|
272906
272674
|
[
|
272907
|
-
"
|
272675
|
+
"premium_cod",
|
272908
272676
|
0
|
272909
272677
|
]
|
272910
272678
|
],
|
@@ -272973,11 +272741,11 @@
|
|
272973
272741
|
0
|
272974
272742
|
],
|
272975
272743
|
[
|
272976
|
-
"
|
272744
|
+
"bacon_deluxe",
|
272977
272745
|
0
|
272978
272746
|
],
|
272979
272747
|
[
|
272980
|
-
"
|
272748
|
+
"premium_cod",
|
272981
272749
|
0
|
272982
272750
|
]
|
272983
272751
|
],
|
@@ -273042,11 +272810,11 @@
|
|
273042
272810
|
0
|
273043
272811
|
],
|
273044
272812
|
[
|
273045
|
-
"
|
272813
|
+
"bacon_deluxe",
|
273046
272814
|
0
|
273047
272815
|
],
|
273048
272816
|
[
|
273049
|
-
"
|
272817
|
+
"premium_cod",
|
273050
272818
|
0
|
273051
272819
|
]
|
273052
272820
|
],
|
@@ -273107,11 +272875,11 @@
|
|
273107
272875
|
0
|
273108
272876
|
],
|
273109
272877
|
[
|
273110
|
-
"
|
272878
|
+
"bacon_deluxe",
|
273111
272879
|
0
|
273112
272880
|
],
|
273113
272881
|
[
|
273114
|
-
"
|
272882
|
+
"premium_cod",
|
273115
272883
|
0
|
273116
272884
|
]
|
273117
272885
|
],
|
@@ -273168,11 +272936,11 @@
|
|
273168
272936
|
0
|
273169
272937
|
],
|
273170
272938
|
[
|
273171
|
-
"
|
272939
|
+
"bacon_deluxe",
|
273172
272940
|
0
|
273173
272941
|
],
|
273174
272942
|
[
|
273175
|
-
"
|
272943
|
+
"premium_cod",
|
273176
272944
|
0
|
273177
272945
|
]
|
273178
272946
|
],
|
@@ -273225,11 +272993,11 @@
|
|
273225
272993
|
0
|
273226
272994
|
],
|
273227
272995
|
[
|
273228
|
-
"
|
272996
|
+
"bacon_deluxe",
|
273229
272997
|
0
|
273230
272998
|
],
|
273231
272999
|
[
|
273232
|
-
"
|
273000
|
+
"premium_cod",
|
273233
273001
|
0
|
273234
273002
|
]
|
273235
273003
|
],
|
@@ -274117,48 +273885,6 @@
|
|
274117
273885
|
0
|
274118
273886
|
]
|
274119
273887
|
],
|
274120
|
-
[
|
274121
|
-
[
|
274122
|
-
"bacon",
|
274123
|
-
0
|
274124
|
-
],
|
274125
|
-
[
|
274126
|
-
"baconator",
|
274127
|
-
0
|
274128
|
-
],
|
274129
|
-
[
|
274130
|
-
"cod",
|
274131
|
-
0
|
274132
|
-
],
|
274133
|
-
[
|
274134
|
-
"deluxe",
|
274135
|
-
0
|
274136
|
-
],
|
274137
|
-
[
|
274138
|
-
"double",
|
274139
|
-
0
|
274140
|
-
],
|
274141
|
-
[
|
274142
|
-
"homestyle",
|
274143
|
-
0
|
274144
|
-
],
|
274145
|
-
[
|
274146
|
-
"premium",
|
274147
|
-
0
|
274148
|
-
],
|
274149
|
-
[
|
274150
|
-
"single",
|
274151
|
-
0
|
274152
|
-
],
|
274153
|
-
[
|
274154
|
-
"spicy",
|
274155
|
-
0
|
274156
|
-
],
|
274157
|
-
[
|
274158
|
-
"triple",
|
274159
|
-
0
|
274160
|
-
]
|
274161
|
-
],
|
274162
273888
|
[
|
274163
273889
|
[
|
274164
273890
|
"bacon",
|
@@ -280355,29 +280081,29 @@
|
|
280355
280081
|
"dead": true,
|
280356
280082
|
"modifiers": [
|
280357
280083
|
{
|
280084
|
+
"value": "coca",
|
280085
|
+
"unknown": true,
|
280086
|
+
"text": "coca",
|
280358
280087
|
"marker": "unknown",
|
280088
|
+
"word": "coca",
|
280359
280089
|
"range": {
|
280360
280090
|
"start": 0,
|
280361
280091
|
"end": 3
|
280362
280092
|
},
|
280363
|
-
"word": "coca",
|
280364
|
-
"text": "coca",
|
280365
|
-
"value": "coca",
|
280366
|
-
"unknown": true,
|
280367
280093
|
"dead": true,
|
280368
280094
|
"level": 1
|
280369
280095
|
}
|
280370
280096
|
],
|
280371
280097
|
"concept": {
|
280098
|
+
"value": "cola",
|
280099
|
+
"unknown": true,
|
280100
|
+
"text": "cola",
|
280372
280101
|
"marker": "unknown",
|
280102
|
+
"word": "cola",
|
280373
280103
|
"range": {
|
280374
280104
|
"start": 14,
|
280375
280105
|
"end": 17
|
280376
280106
|
},
|
280377
|
-
"word": "cola",
|
280378
|
-
"text": "cola",
|
280379
|
-
"value": "cola",
|
280380
|
-
"unknown": true,
|
280381
280107
|
"dead": true,
|
280382
280108
|
"level": 1
|
280383
280109
|
},
|
@@ -286546,29 +286272,29 @@
|
|
286546
286272
|
"dead": true,
|
286547
286273
|
"modifiers": [
|
286548
286274
|
{
|
286275
|
+
"value": "diet",
|
286276
|
+
"unknown": true,
|
286277
|
+
"text": "diet",
|
286549
286278
|
"marker": "unknown",
|
286279
|
+
"word": "diet",
|
286550
286280
|
"range": {
|
286551
286281
|
"start": 0,
|
286552
286282
|
"end": 3
|
286553
286283
|
},
|
286554
|
-
"word": "diet",
|
286555
|
-
"text": "diet",
|
286556
|
-
"value": "diet",
|
286557
|
-
"unknown": true,
|
286558
286284
|
"dead": true,
|
286559
286285
|
"level": 1
|
286560
286286
|
}
|
286561
286287
|
],
|
286562
286288
|
"concept": {
|
286289
|
+
"value": "coke",
|
286290
|
+
"unknown": true,
|
286291
|
+
"text": "coke",
|
286563
286292
|
"marker": "unknown",
|
286293
|
+
"word": "coke",
|
286564
286294
|
"range": {
|
286565
286295
|
"start": 14,
|
286566
286296
|
"end": 17
|
286567
286297
|
},
|
286568
|
-
"word": "coke",
|
286569
|
-
"text": "coke",
|
286570
|
-
"value": "coke",
|
286571
|
-
"unknown": true,
|
286572
286298
|
"dead": true,
|
286573
286299
|
"level": 1
|
286574
286300
|
},
|
@@ -292845,15 +292571,15 @@
|
|
292845
292571
|
"dead": true,
|
292846
292572
|
"modifiers": [
|
292847
292573
|
{
|
292574
|
+
"value": "iced",
|
292575
|
+
"unknown": true,
|
292576
|
+
"text": "iced",
|
292848
292577
|
"marker": "unknown",
|
292578
|
+
"word": "iced",
|
292849
292579
|
"range": {
|
292850
292580
|
"start": 0,
|
292851
292581
|
"end": 3
|
292852
292582
|
},
|
292853
|
-
"word": "iced",
|
292854
|
-
"text": "iced",
|
292855
|
-
"value": "iced",
|
292856
|
-
"unknown": true,
|
292857
292583
|
"dead": true,
|
292858
292584
|
"level": 1
|
292859
292585
|
}
|
@@ -299235,11 +298961,11 @@
|
|
299235
298961
|
0
|
299236
298962
|
],
|
299237
298963
|
[
|
299238
|
-
"
|
298964
|
+
"iced_tea",
|
299239
298965
|
0
|
299240
298966
|
],
|
299241
298967
|
[
|
299242
|
-
"
|
298968
|
+
"coca_cola",
|
299243
298969
|
0
|
299244
298970
|
],
|
299245
298971
|
[
|
@@ -299320,11 +299046,11 @@
|
|
299320
299046
|
0
|
299321
299047
|
],
|
299322
299048
|
[
|
299323
|
-
"
|
299049
|
+
"iced_tea",
|
299324
299050
|
0
|
299325
299051
|
],
|
299326
299052
|
[
|
299327
|
-
"
|
299053
|
+
"coca_cola",
|
299328
299054
|
0
|
299329
299055
|
],
|
299330
299056
|
[
|
@@ -299401,11 +299127,11 @@
|
|
299401
299127
|
0
|
299402
299128
|
],
|
299403
299129
|
[
|
299404
|
-
"
|
299130
|
+
"iced_tea",
|
299405
299131
|
0
|
299406
299132
|
],
|
299407
299133
|
[
|
299408
|
-
"
|
299134
|
+
"coca_cola",
|
299409
299135
|
0
|
299410
299136
|
],
|
299411
299137
|
[
|
@@ -299478,11 +299204,11 @@
|
|
299478
299204
|
0
|
299479
299205
|
],
|
299480
299206
|
[
|
299481
|
-
"
|
299207
|
+
"iced_tea",
|
299482
299208
|
0
|
299483
299209
|
],
|
299484
299210
|
[
|
299485
|
-
"
|
299211
|
+
"coca_cola",
|
299486
299212
|
0
|
299487
299213
|
],
|
299488
299214
|
[
|
@@ -300168,15 +299894,15 @@
|
|
300168
299894
|
"level": 1
|
300169
299895
|
},
|
300170
299896
|
{
|
299897
|
+
"value": "sprite",
|
299898
|
+
"unknown": true,
|
299899
|
+
"text": "sprite ,",
|
300171
299900
|
"marker": "unknown",
|
299901
|
+
"word": "sprite",
|
300172
299902
|
"range": {
|
300173
299903
|
"start": 28,
|
300174
299904
|
"end": 34
|
300175
299905
|
},
|
300176
|
-
"word": "sprite",
|
300177
|
-
"text": "sprite ,",
|
300178
|
-
"value": "sprite",
|
300179
|
-
"unknown": true,
|
300180
299906
|
"dead": true,
|
300181
299907
|
"decorators": {
|
300182
299908
|
"after": {
|
@@ -300196,15 +299922,15 @@
|
|
300196
299922
|
"level": 1
|
300197
299923
|
},
|
300198
299924
|
{
|
299925
|
+
"value": "fanta",
|
299926
|
+
"unknown": true,
|
299927
|
+
"text": "fanta ,",
|
300199
299928
|
"marker": "unknown",
|
299929
|
+
"word": "fanta",
|
300200
299930
|
"range": {
|
300201
299931
|
"start": 36,
|
300202
299932
|
"end": 41
|
300203
299933
|
},
|
300204
|
-
"word": "fanta",
|
300205
|
-
"text": "fanta ,",
|
300206
|
-
"value": "fanta",
|
300207
|
-
"unknown": true,
|
300208
299934
|
"dead": true,
|
300209
299935
|
"decorators": {
|
300210
299936
|
"after": {
|
@@ -300224,15 +299950,15 @@
|
|
300224
299950
|
"level": 1
|
300225
299951
|
},
|
300226
299952
|
{
|
299953
|
+
"value": "barqs",
|
299954
|
+
"unknown": true,
|
299955
|
+
"text": "barqs",
|
300227
299956
|
"marker": "unknown",
|
299957
|
+
"word": "barqs",
|
300228
299958
|
"range": {
|
300229
299959
|
"start": 43,
|
300230
299960
|
"end": 47
|
300231
299961
|
},
|
300232
|
-
"word": "barqs",
|
300233
|
-
"text": "barqs",
|
300234
|
-
"value": "barqs",
|
300235
|
-
"unknown": true,
|
300236
299962
|
"dead": true,
|
300237
299963
|
"level": 1
|
300238
299964
|
},
|
@@ -300453,40 +300179,6 @@
|
|
300453
300179
|
1
|
300454
300180
|
]
|
300455
300181
|
],
|
300456
|
-
[
|
300457
|
-
[
|
300458
|
-
"coca",
|
300459
|
-
0
|
300460
|
-
],
|
300461
|
-
[
|
300462
|
-
"coke",
|
300463
|
-
0
|
300464
|
-
],
|
300465
|
-
[
|
300466
|
-
"cola",
|
300467
|
-
0
|
300468
|
-
],
|
300469
|
-
[
|
300470
|
-
"diet",
|
300471
|
-
0
|
300472
|
-
],
|
300473
|
-
[
|
300474
|
-
"iced",
|
300475
|
-
0
|
300476
|
-
],
|
300477
|
-
[
|
300478
|
-
"pop",
|
300479
|
-
0
|
300480
|
-
],
|
300481
|
-
[
|
300482
|
-
"tea",
|
300483
|
-
0
|
300484
|
-
],
|
300485
|
-
[
|
300486
|
-
"unknown",
|
300487
|
-
0
|
300488
|
-
]
|
300489
|
-
],
|
300490
300182
|
[
|
300491
300183
|
[
|
300492
300184
|
"coke",
|
@@ -307112,28 +306804,28 @@
|
|
307112
306804
|
"dead": true,
|
307113
306805
|
"modifiers": [
|
307114
306806
|
{
|
306807
|
+
"value": "sweet",
|
306808
|
+
"unknown": true,
|
306809
|
+
"text": "sweet",
|
307115
306810
|
"marker": "unknown",
|
306811
|
+
"word": "sweet",
|
307116
306812
|
"range": {
|
307117
306813
|
"start": 0,
|
307118
306814
|
"end": 4
|
307119
306815
|
},
|
307120
|
-
"word": "sweet",
|
307121
|
-
"text": "sweet",
|
307122
|
-
"value": "sweet",
|
307123
|
-
"unknown": true,
|
307124
306816
|
"dead": true,
|
307125
306817
|
"level": 1
|
307126
306818
|
},
|
307127
306819
|
{
|
306820
|
+
"value": "black",
|
306821
|
+
"unknown": true,
|
306822
|
+
"text": "black",
|
307128
306823
|
"marker": "unknown",
|
306824
|
+
"word": "black",
|
307129
306825
|
"range": {
|
307130
306826
|
"start": 6,
|
307131
306827
|
"end": 10
|
307132
306828
|
},
|
307133
|
-
"word": "black",
|
307134
|
-
"text": "black",
|
307135
|
-
"value": "black",
|
307136
|
-
"unknown": true,
|
307137
306829
|
"dead": true,
|
307138
306830
|
"level": 1
|
307139
306831
|
}
|
@@ -320445,15 +320137,15 @@
|
|
320445
320137
|
"dead": true,
|
320446
320138
|
"modifiers": [
|
320447
320139
|
{
|
320140
|
+
"value": "cappuccino",
|
320141
|
+
"unknown": true,
|
320142
|
+
"text": "cappuccino",
|
320448
320143
|
"marker": "unknown",
|
320144
|
+
"word": "cappuccino",
|
320449
320145
|
"range": {
|
320450
320146
|
"start": 0,
|
320451
320147
|
"end": 9
|
320452
320148
|
},
|
320453
|
-
"word": "cappuccino",
|
320454
|
-
"text": "cappuccino",
|
320455
|
-
"value": "cappuccino",
|
320456
|
-
"unknown": true,
|
320457
320149
|
"dead": true,
|
320458
320150
|
"level": 1
|
320459
320151
|
}
|
@@ -327172,15 +326864,15 @@
|
|
327172
326864
|
"dead": true,
|
327173
326865
|
"modifiers": [
|
327174
326866
|
{
|
326867
|
+
"value": "mocha",
|
326868
|
+
"unknown": true,
|
326869
|
+
"text": "mocha",
|
327175
326870
|
"marker": "unknown",
|
326871
|
+
"word": "mocha",
|
327176
326872
|
"range": {
|
327177
326873
|
"start": 0,
|
327178
326874
|
"end": 4
|
327179
326875
|
},
|
327180
|
-
"word": "mocha",
|
327181
|
-
"text": "mocha",
|
327182
|
-
"value": "mocha",
|
327183
|
-
"unknown": true,
|
327184
326876
|
"dead": true,
|
327185
326877
|
"level": 1
|
327186
326878
|
}
|
@@ -333971,15 +333663,15 @@
|
|
333971
333663
|
"dead": true,
|
333972
333664
|
"modifiers": [
|
333973
333665
|
{
|
333666
|
+
"value": "caramel",
|
333667
|
+
"unknown": true,
|
333668
|
+
"text": "caramel",
|
333974
333669
|
"marker": "unknown",
|
333670
|
+
"word": "caramel",
|
333975
333671
|
"range": {
|
333976
333672
|
"start": 0,
|
333977
333673
|
"end": 6
|
333978
333674
|
},
|
333979
|
-
"word": "caramel",
|
333980
|
-
"text": "caramel",
|
333981
|
-
"value": "caramel",
|
333982
|
-
"unknown": true,
|
333983
333675
|
"dead": true,
|
333984
333676
|
"level": 1
|
333985
333677
|
}
|
@@ -354737,15 +354429,15 @@
|
|
354737
354429
|
"dead": true,
|
354738
354430
|
"modifiers": [
|
354739
354431
|
{
|
354432
|
+
"value": "plain",
|
354433
|
+
"unknown": true,
|
354434
|
+
"text": "plain",
|
354740
354435
|
"marker": "unknown",
|
354436
|
+
"word": "plain",
|
354741
354437
|
"range": {
|
354742
354438
|
"start": 0,
|
354743
354439
|
"end": 4
|
354744
354440
|
},
|
354745
|
-
"word": "plain",
|
354746
|
-
"text": "plain",
|
354747
|
-
"value": "plain",
|
354748
|
-
"unknown": true,
|
354749
354441
|
"dead": true,
|
354750
354442
|
"level": 1
|
354751
354443
|
}
|
@@ -361868,15 +361560,15 @@
|
|
361868
361560
|
"level": 1
|
361869
361561
|
},
|
361870
361562
|
"two": {
|
361563
|
+
"value": "modifications",
|
361564
|
+
"unknown": true,
|
361565
|
+
"text": "modifications",
|
361871
361566
|
"marker": "unknown",
|
361567
|
+
"word": "modifications",
|
361872
361568
|
"range": {
|
361873
361569
|
"start": 21,
|
361874
361570
|
"end": 33
|
361875
361571
|
},
|
361876
|
-
"word": "modifications",
|
361877
|
-
"text": "modifications",
|
361878
|
-
"value": "modifications",
|
361879
|
-
"unknown": true,
|
361880
361572
|
"dead": true,
|
361881
361573
|
"types": [
|
361882
361574
|
"unknown"
|
@@ -369116,11 +368808,11 @@
|
|
369116
368808
|
0
|
369117
368809
|
],
|
369118
368810
|
[
|
369119
|
-
"
|
368811
|
+
"strawberry_smoothie",
|
369120
368812
|
0
|
369121
368813
|
],
|
369122
368814
|
[
|
369123
|
-
"
|
368815
|
+
"mango_passion_smoothie",
|
369124
368816
|
0
|
369125
368817
|
]
|
369126
368818
|
],
|
@@ -369469,20 +369161,6 @@
|
|
369469
369161
|
"smoothie",
|
369470
369162
|
0
|
369471
369163
|
]
|
369472
|
-
],
|
369473
|
-
[
|
369474
|
-
[
|
369475
|
-
"mango",
|
369476
|
-
0
|
369477
|
-
],
|
369478
|
-
[
|
369479
|
-
"passion",
|
369480
|
-
0
|
369481
|
-
],
|
369482
|
-
[
|
369483
|
-
"strawberry",
|
369484
|
-
0
|
369485
|
-
]
|
369486
369164
|
]
|
369487
369165
|
],
|
369488
369166
|
"learned_contextual_priorities": [
|
@@ -376666,28 +376344,6 @@
|
|
376666
376344
|
0
|
376667
376345
|
]
|
376668
376346
|
],
|
376669
|
-
[
|
376670
|
-
[
|
376671
|
-
"broccoli",
|
376672
|
-
0
|
376673
|
-
],
|
376674
|
-
[
|
376675
|
-
"cheddar",
|
376676
|
-
0
|
376677
|
-
],
|
376678
|
-
[
|
376679
|
-
"literally",
|
376680
|
-
0
|
376681
|
-
],
|
376682
|
-
[
|
376683
|
-
"modifies",
|
376684
|
-
0
|
376685
|
-
],
|
376686
|
-
[
|
376687
|
-
"potato",
|
376688
|
-
0
|
376689
|
-
]
|
376690
|
-
],
|
376691
376347
|
[
|
376692
376348
|
[
|
376693
376349
|
"cheddar",
|
@@ -383989,28 +383645,6 @@
|
|
383989
383645
|
0
|
383990
383646
|
]
|
383991
383647
|
],
|
383992
|
-
[
|
383993
|
-
[
|
383994
|
-
"bacon",
|
383995
|
-
0
|
383996
|
-
],
|
383997
|
-
[
|
383998
|
-
"cheddar",
|
383999
|
-
0
|
384000
|
-
],
|
384001
|
-
[
|
384002
|
-
"literally",
|
384003
|
-
0
|
384004
|
-
],
|
384005
|
-
[
|
384006
|
-
"modifies",
|
384007
|
-
0
|
384008
|
-
],
|
384009
|
-
[
|
384010
|
-
"potato",
|
384011
|
-
0
|
384012
|
-
]
|
384013
|
-
],
|
384014
383648
|
[
|
384015
383649
|
[
|
384016
383650
|
"cheddar",
|
@@ -391356,28 +390990,6 @@
|
|
391356
390990
|
0
|
391357
390991
|
]
|
391358
390992
|
],
|
391359
|
-
[
|
391360
|
-
[
|
391361
|
-
"cheese",
|
391362
|
-
0
|
391363
|
-
],
|
391364
|
-
[
|
391365
|
-
"chili",
|
391366
|
-
0
|
391367
|
-
],
|
391368
|
-
[
|
391369
|
-
"literally",
|
391370
|
-
0
|
391371
|
-
],
|
391372
|
-
[
|
391373
|
-
"modifies",
|
391374
|
-
0
|
391375
|
-
],
|
391376
|
-
[
|
391377
|
-
"potato",
|
391378
|
-
0
|
391379
|
-
]
|
391380
|
-
],
|
391381
390993
|
[
|
391382
390994
|
[
|
391383
390995
|
"cheese",
|
@@ -398602,15 +398214,15 @@
|
|
398602
398214
|
"dead": true,
|
398603
398215
|
"modifiers": [
|
398604
398216
|
{
|
398217
|
+
"value": "kids",
|
398218
|
+
"unknown": true,
|
398219
|
+
"text": "kids",
|
398605
398220
|
"marker": "unknown",
|
398221
|
+
"word": "kids",
|
398606
398222
|
"range": {
|
398607
398223
|
"start": 0,
|
398608
398224
|
"end": 3
|
398609
398225
|
},
|
398610
|
-
"word": "kids",
|
398611
|
-
"text": "kids",
|
398612
|
-
"value": "kids",
|
398613
|
-
"unknown": true,
|
398614
398226
|
"dead": true,
|
398615
398227
|
"level": 1
|
398616
398228
|
}
|
@@ -405917,15 +405529,15 @@
|
|
405917
405529
|
"dead": true,
|
405918
405530
|
"modifiers": [
|
405919
405531
|
{
|
405532
|
+
"value": "value",
|
405533
|
+
"unknown": true,
|
405534
|
+
"text": "value",
|
405920
405535
|
"marker": "unknown",
|
405536
|
+
"word": "value",
|
405921
405537
|
"range": {
|
405922
405538
|
"start": 0,
|
405923
405539
|
"end": 4
|
405924
405540
|
},
|
405925
|
-
"word": "value",
|
405926
|
-
"text": "value",
|
405927
|
-
"value": "value",
|
405928
|
-
"unknown": true,
|
405929
405541
|
"dead": true,
|
405930
405542
|
"level": 1
|
405931
405543
|
}
|
@@ -413304,29 +412916,29 @@
|
|
413304
412916
|
"dead": true,
|
413305
412917
|
"modifiers": [
|
413306
412918
|
{
|
412919
|
+
"value": "bottled",
|
412920
|
+
"unknown": true,
|
412921
|
+
"text": "bottled",
|
413307
412922
|
"marker": "unknown",
|
412923
|
+
"word": "bottled",
|
413308
412924
|
"range": {
|
413309
412925
|
"start": 0,
|
413310
412926
|
"end": 6
|
413311
412927
|
},
|
413312
|
-
"word": "bottled",
|
413313
|
-
"text": "bottled",
|
413314
|
-
"value": "bottled",
|
413315
|
-
"unknown": true,
|
413316
412928
|
"dead": true,
|
413317
412929
|
"level": 1
|
413318
412930
|
}
|
413319
412931
|
],
|
413320
412932
|
"concept": {
|
412933
|
+
"value": "water",
|
412934
|
+
"unknown": true,
|
412935
|
+
"text": "water",
|
413321
412936
|
"marker": "unknown",
|
412937
|
+
"word": "water",
|
413322
412938
|
"range": {
|
413323
412939
|
"start": 17,
|
413324
412940
|
"end": 21
|
413325
412941
|
},
|
413326
|
-
"word": "water",
|
413327
|
-
"text": "water",
|
413328
|
-
"value": "water",
|
413329
|
-
"unknown": true,
|
413330
412942
|
"dead": true,
|
413331
412943
|
"level": 1
|
413332
412944
|
},
|
@@ -428400,15 +428012,15 @@
|
|
428400
428012
|
}
|
428401
428013
|
],
|
428402
428014
|
"concept": {
|
428015
|
+
"value": "slice",
|
428016
|
+
"unknown": true,
|
428017
|
+
"text": "slice",
|
428403
428018
|
"marker": "unknown",
|
428019
|
+
"word": "slice",
|
428404
428020
|
"range": {
|
428405
428021
|
"start": 15,
|
428406
428022
|
"end": 19
|
428407
428023
|
},
|
428408
|
-
"word": "slice",
|
428409
|
-
"text": "slice",
|
428410
|
-
"value": "slice",
|
428411
|
-
"unknown": true,
|
428412
428024
|
"dead": true,
|
428413
428025
|
"level": 1
|
428414
428026
|
},
|
@@ -435990,28 +435602,28 @@
|
|
435990
435602
|
"dead": true,
|
435991
435603
|
"modifiers": [
|
435992
435604
|
{
|
435605
|
+
"value": "natural",
|
435606
|
+
"unknown": true,
|
435607
|
+
"text": "natural",
|
435993
435608
|
"marker": "unknown",
|
435609
|
+
"word": "natural",
|
435994
435610
|
"range": {
|
435995
435611
|
"start": 0,
|
435996
435612
|
"end": 6
|
435997
435613
|
},
|
435998
|
-
"word": "natural",
|
435999
|
-
"text": "natural",
|
436000
|
-
"value": "natural",
|
436001
|
-
"unknown": true,
|
436002
435614
|
"dead": true,
|
436003
435615
|
"level": 1
|
436004
435616
|
},
|
436005
435617
|
{
|
435618
|
+
"value": "cut",
|
435619
|
+
"unknown": true,
|
435620
|
+
"text": "cut",
|
436006
435621
|
"marker": "unknown",
|
435622
|
+
"word": "cut",
|
436007
435623
|
"range": {
|
436008
435624
|
"start": 8,
|
436009
435625
|
"end": 10
|
436010
435626
|
},
|
436011
|
-
"word": "cut",
|
436012
|
-
"text": "cut",
|
436013
|
-
"value": "cut",
|
436014
|
-
"unknown": true,
|
436015
435627
|
"dead": true,
|
436016
435628
|
"level": 1
|
436017
435629
|
}
|
@@ -436094,16 +435706,6 @@
|
|
436094
435706
|
1
|
436095
435707
|
]
|
436096
435708
|
],
|
436097
|
-
[
|
436098
|
-
[
|
436099
|
-
"modifies",
|
436100
|
-
0
|
436101
|
-
],
|
436102
|
-
[
|
436103
|
-
"unknown",
|
436104
|
-
0
|
436105
|
-
]
|
436106
|
-
],
|
436107
435709
|
[
|
436108
435710
|
[
|
436109
435711
|
"modifies",
|
@@ -444389,20 +443991,6 @@
|
|
444389
443991
|
0
|
444390
443992
|
]
|
444391
443993
|
],
|
444392
|
-
[
|
444393
|
-
[
|
444394
|
-
"chicken",
|
444395
|
-
0
|
444396
|
-
],
|
444397
|
-
[
|
444398
|
-
"crispy",
|
444399
|
-
0
|
444400
|
-
],
|
444401
|
-
[
|
444402
|
-
"kids",
|
444403
|
-
0
|
444404
|
-
]
|
444405
|
-
],
|
444406
443994
|
[
|
444407
443995
|
[
|
444408
443996
|
"is",
|
@@ -444443,24 +444031,6 @@
|
|
444443
444031
|
0
|
444444
444032
|
]
|
444445
444033
|
],
|
444446
|
-
[
|
444447
|
-
[
|
444448
|
-
"is",
|
444449
|
-
0
|
444450
|
-
],
|
444451
|
-
[
|
444452
|
-
"kids",
|
444453
|
-
0
|
444454
|
-
],
|
444455
|
-
[
|
444456
|
-
"list",
|
444457
|
-
1
|
444458
|
-
],
|
444459
|
-
[
|
444460
|
-
"meal",
|
444461
|
-
0
|
444462
|
-
]
|
444463
|
-
],
|
444464
444034
|
[
|
444465
444035
|
[
|
444466
444036
|
"is",
|
@@ -452745,11 +452315,11 @@
|
|
452745
452315
|
0
|
452746
452316
|
],
|
452747
452317
|
[
|
452748
|
-
"
|
452318
|
+
"crispy_chicken",
|
452749
452319
|
0
|
452750
452320
|
],
|
452751
452321
|
[
|
452752
|
-
"
|
452322
|
+
"chicken_club",
|
452753
452323
|
0
|
452754
452324
|
]
|
452755
452325
|
],
|
@@ -460675,7 +460245,7 @@
|
|
460675
460245
|
0
|
460676
460246
|
],
|
460677
460247
|
[
|
460678
|
-
"
|
460248
|
+
"value_meal",
|
460679
460249
|
0
|
460680
460250
|
],
|
460681
460251
|
[
|
@@ -460683,11 +460253,11 @@
|
|
460683
460253
|
0
|
460684
460254
|
],
|
460685
460255
|
[
|
460686
|
-
"
|
460256
|
+
"chicken_sandwich",
|
460687
460257
|
0
|
460688
460258
|
],
|
460689
460259
|
[
|
460690
|
-
"
|
460260
|
+
"crispy_chicken",
|
460691
460261
|
0
|
460692
460262
|
]
|
460693
460263
|
],
|
@@ -460768,7 +460338,7 @@
|
|
460768
460338
|
0
|
460769
460339
|
],
|
460770
460340
|
[
|
460771
|
-
"
|
460341
|
+
"value_meal",
|
460772
460342
|
0
|
460773
460343
|
],
|
460774
460344
|
[
|
@@ -460776,11 +460346,11 @@
|
|
460776
460346
|
0
|
460777
460347
|
],
|
460778
460348
|
[
|
460779
|
-
"
|
460349
|
+
"chicken_sandwich",
|
460780
460350
|
0
|
460781
460351
|
],
|
460782
460352
|
[
|
460783
|
-
"
|
460353
|
+
"crispy_chicken",
|
460784
460354
|
0
|
460785
460355
|
]
|
460786
460356
|
],
|
@@ -460857,7 +460427,7 @@
|
|
460857
460427
|
0
|
460858
460428
|
],
|
460859
460429
|
[
|
460860
|
-
"
|
460430
|
+
"value_meal",
|
460861
460431
|
0
|
460862
460432
|
],
|
460863
460433
|
[
|
@@ -460865,11 +460435,11 @@
|
|
460865
460435
|
0
|
460866
460436
|
],
|
460867
460437
|
[
|
460868
|
-
"
|
460438
|
+
"chicken_sandwich",
|
460869
460439
|
0
|
460870
460440
|
],
|
460871
460441
|
[
|
460872
|
-
"
|
460442
|
+
"crispy_chicken",
|
460873
460443
|
0
|
460874
460444
|
]
|
460875
460445
|
],
|
@@ -461084,7 +460654,7 @@
|
|
461084
460654
|
0
|
461085
460655
|
],
|
461086
460656
|
[
|
461087
|
-
"
|
460657
|
+
"value_meal",
|
461088
460658
|
0
|
461089
460659
|
],
|
461090
460660
|
[
|
@@ -461092,11 +460662,11 @@
|
|
461092
460662
|
0
|
461093
460663
|
],
|
461094
460664
|
[
|
461095
|
-
"
|
460665
|
+
"chicken_sandwich",
|
461096
460666
|
0
|
461097
460667
|
],
|
461098
460668
|
[
|
461099
|
-
"
|
460669
|
+
"crispy_chicken",
|
461100
460670
|
0
|
461101
460671
|
]
|
461102
460672
|
],
|
@@ -461263,7 +460833,7 @@
|
|
461263
460833
|
0
|
461264
460834
|
],
|
461265
460835
|
[
|
461266
|
-
"
|
460836
|
+
"crispy_chicken",
|
461267
460837
|
0
|
461268
460838
|
],
|
461269
460839
|
[
|
@@ -461271,7 +460841,7 @@
|
|
461271
460841
|
0
|
461272
460842
|
],
|
461273
460843
|
[
|
461274
|
-
"
|
460844
|
+
"value_meal",
|
461275
460845
|
0
|
461276
460846
|
]
|
461277
460847
|
],
|
@@ -461345,11 +460915,11 @@
|
|
461345
460915
|
0
|
461346
460916
|
],
|
461347
460917
|
[
|
461348
|
-
"
|
460918
|
+
"chicken_club",
|
461349
460919
|
0
|
461350
460920
|
],
|
461351
460921
|
[
|
461352
|
-
"
|
460922
|
+
"crispy_chicken_club",
|
461353
460923
|
0
|
461354
460924
|
],
|
461355
460925
|
[
|
@@ -461959,78 +461529,6 @@
|
|
461959
461529
|
0
|
461960
461530
|
]
|
461961
461531
|
],
|
461962
|
-
[
|
461963
|
-
[
|
461964
|
-
"bacon",
|
461965
|
-
0
|
461966
|
-
],
|
461967
|
-
[
|
461968
|
-
"chicken",
|
461969
|
-
0
|
461970
|
-
],
|
461971
|
-
[
|
461972
|
-
"crispy",
|
461973
|
-
0
|
461974
|
-
],
|
461975
|
-
[
|
461976
|
-
"go",
|
461977
|
-
0
|
461978
|
-
],
|
461979
|
-
[
|
461980
|
-
"junior",
|
461981
|
-
0
|
461982
|
-
],
|
461983
|
-
[
|
461984
|
-
"value",
|
461985
|
-
0
|
461986
|
-
]
|
461987
|
-
],
|
461988
|
-
[
|
461989
|
-
[
|
461990
|
-
"chicken",
|
461991
|
-
0
|
461992
|
-
],
|
461993
|
-
[
|
461994
|
-
"club",
|
461995
|
-
0
|
461996
|
-
],
|
461997
|
-
[
|
461998
|
-
"comma",
|
461999
|
-
0
|
462000
|
-
],
|
462001
|
-
[
|
462002
|
-
"crispy",
|
462003
|
-
0
|
462004
|
-
],
|
462005
|
-
[
|
462006
|
-
"go",
|
462007
|
-
0
|
462008
|
-
],
|
462009
|
-
[
|
462010
|
-
"is",
|
462011
|
-
0
|
462012
|
-
],
|
462013
|
-
[
|
462014
|
-
"junior",
|
462015
|
-
0
|
462016
|
-
],
|
462017
|
-
[
|
462018
|
-
"list",
|
462019
|
-
0
|
462020
|
-
],
|
462021
|
-
[
|
462022
|
-
"meal",
|
462023
|
-
0
|
462024
|
-
],
|
462025
|
-
[
|
462026
|
-
"value",
|
462027
|
-
0
|
462028
|
-
],
|
462029
|
-
[
|
462030
|
-
"wrap",
|
462031
|
-
0
|
462032
|
-
]
|
462033
|
-
],
|
462034
461532
|
[
|
462035
461533
|
[
|
462036
461534
|
"chicken",
|
@@ -470359,6 +469857,30 @@
|
|
470359
469857
|
"chili",
|
470360
469858
|
0
|
470361
469859
|
],
|
469860
|
+
[
|
469861
|
+
"combo",
|
469862
|
+
0
|
469863
|
+
],
|
469864
|
+
[
|
469865
|
+
"comma",
|
469866
|
+
0
|
469867
|
+
],
|
469868
|
+
[
|
469869
|
+
"drink",
|
469870
|
+
0
|
469871
|
+
],
|
469872
|
+
[
|
469873
|
+
"fry",
|
469874
|
+
0
|
469875
|
+
],
|
469876
|
+
[
|
469877
|
+
"is",
|
469878
|
+
0
|
469879
|
+
],
|
469880
|
+
[
|
469881
|
+
"list",
|
469882
|
+
0
|
469883
|
+
],
|
470362
469884
|
[
|
470363
469885
|
"sizeable",
|
470364
469886
|
0
|
@@ -471183,6 +470705,20 @@
|
|
471183
470705
|
1
|
471184
470706
|
]
|
471185
470707
|
],
|
470708
|
+
[
|
470709
|
+
[
|
470710
|
+
"a",
|
470711
|
+
0
|
470712
|
+
],
|
470713
|
+
[
|
470714
|
+
"is",
|
470715
|
+
0
|
470716
|
+
],
|
470717
|
+
[
|
470718
|
+
"unknown",
|
470719
|
+
1
|
470720
|
+
]
|
470721
|
+
],
|
471186
470722
|
[
|
471187
470723
|
[
|
471188
470724
|
"apple",
|
@@ -471413,44 +470949,6 @@
|
|
471413
470949
|
1
|
471414
470950
|
]
|
471415
470951
|
],
|
471416
|
-
[
|
471417
|
-
[
|
471418
|
-
"asiago",
|
471419
|
-
0
|
471420
|
-
],
|
471421
|
-
[
|
471422
|
-
"chicken",
|
471423
|
-
0
|
471424
|
-
],
|
471425
|
-
[
|
471426
|
-
"club",
|
471427
|
-
0
|
471428
|
-
],
|
471429
|
-
[
|
471430
|
-
"cod",
|
471431
|
-
0
|
471432
|
-
],
|
471433
|
-
[
|
471434
|
-
"grill",
|
471435
|
-
0
|
471436
|
-
],
|
471437
|
-
[
|
471438
|
-
"premium",
|
471439
|
-
0
|
471440
|
-
],
|
471441
|
-
[
|
471442
|
-
"ranch",
|
471443
|
-
0
|
471444
|
-
],
|
471445
|
-
[
|
471446
|
-
"ultimate",
|
471447
|
-
0
|
471448
|
-
],
|
471449
|
-
[
|
471450
|
-
"unknown",
|
471451
|
-
0
|
471452
|
-
]
|
471453
|
-
],
|
471454
470952
|
[
|
471455
470953
|
[
|
471456
470954
|
"bacon",
|
@@ -471659,48 +471157,6 @@
|
|
471659
471157
|
0
|
471660
471158
|
]
|
471661
471159
|
],
|
471662
|
-
[
|
471663
|
-
[
|
471664
|
-
"bacon",
|
471665
|
-
0
|
471666
|
-
],
|
471667
|
-
[
|
471668
|
-
"baconator",
|
471669
|
-
0
|
471670
|
-
],
|
471671
|
-
[
|
471672
|
-
"cod",
|
471673
|
-
0
|
471674
|
-
],
|
471675
|
-
[
|
471676
|
-
"deluxe",
|
471677
|
-
0
|
471678
|
-
],
|
471679
|
-
[
|
471680
|
-
"double",
|
471681
|
-
0
|
471682
|
-
],
|
471683
|
-
[
|
471684
|
-
"homestyle",
|
471685
|
-
0
|
471686
|
-
],
|
471687
|
-
[
|
471688
|
-
"premium",
|
471689
|
-
0
|
471690
|
-
],
|
471691
|
-
[
|
471692
|
-
"single",
|
471693
|
-
0
|
471694
|
-
],
|
471695
|
-
[
|
471696
|
-
"spicy",
|
471697
|
-
0
|
471698
|
-
],
|
471699
|
-
[
|
471700
|
-
"triple",
|
471701
|
-
0
|
471702
|
-
]
|
471703
|
-
],
|
471704
471160
|
[
|
471705
471161
|
[
|
471706
471162
|
"bacon",
|
@@ -471727,28 +471183,6 @@
|
|
471727
471183
|
0
|
471728
471184
|
]
|
471729
471185
|
],
|
471730
|
-
[
|
471731
|
-
[
|
471732
|
-
"bacon",
|
471733
|
-
0
|
471734
|
-
],
|
471735
|
-
[
|
471736
|
-
"cheddar",
|
471737
|
-
0
|
471738
|
-
],
|
471739
|
-
[
|
471740
|
-
"literally",
|
471741
|
-
0
|
471742
|
-
],
|
471743
|
-
[
|
471744
|
-
"modifies",
|
471745
|
-
0
|
471746
|
-
],
|
471747
|
-
[
|
471748
|
-
"potato",
|
471749
|
-
0
|
471750
|
-
]
|
471751
|
-
],
|
471752
471186
|
[
|
471753
471187
|
[
|
471754
471188
|
"bacon",
|
@@ -471911,32 +471345,6 @@
|
|
471911
471345
|
1
|
471912
471346
|
]
|
471913
471347
|
],
|
471914
|
-
[
|
471915
|
-
[
|
471916
|
-
"bacon",
|
471917
|
-
0
|
471918
|
-
],
|
471919
|
-
[
|
471920
|
-
"chicken",
|
471921
|
-
0
|
471922
|
-
],
|
471923
|
-
[
|
471924
|
-
"crispy",
|
471925
|
-
0
|
471926
|
-
],
|
471927
|
-
[
|
471928
|
-
"go",
|
471929
|
-
0
|
471930
|
-
],
|
471931
|
-
[
|
471932
|
-
"junior",
|
471933
|
-
0
|
471934
|
-
],
|
471935
|
-
[
|
471936
|
-
"value",
|
471937
|
-
0
|
471938
|
-
]
|
471939
|
-
],
|
471940
471348
|
[
|
471941
471349
|
[
|
471942
471350
|
"bacon",
|
@@ -472099,20 +471507,6 @@
|
|
472099
471507
|
1
|
472100
471508
|
]
|
472101
471509
|
],
|
472102
|
-
[
|
472103
|
-
[
|
472104
|
-
"bacon",
|
472105
|
-
0
|
472106
|
-
],
|
472107
|
-
[
|
472108
|
-
"deluxe",
|
472109
|
-
0
|
472110
|
-
],
|
472111
|
-
[
|
472112
|
-
"unknown",
|
472113
|
-
0
|
472114
|
-
]
|
472115
|
-
],
|
472116
471510
|
[
|
472117
471511
|
[
|
472118
471512
|
"baconator",
|
@@ -472187,64 +471581,6 @@
|
|
472187
471581
|
0
|
472188
471582
|
]
|
472189
471583
|
],
|
472190
|
-
[
|
472191
|
-
[
|
472192
|
-
"baconator",
|
472193
|
-
0
|
472194
|
-
],
|
472195
|
-
[
|
472196
|
-
"breakfast",
|
472197
|
-
0
|
472198
|
-
],
|
472199
|
-
[
|
472200
|
-
"chicken",
|
472201
|
-
0
|
472202
|
-
],
|
472203
|
-
[
|
472204
|
-
"double",
|
472205
|
-
0
|
472206
|
-
],
|
472207
|
-
[
|
472208
|
-
"egg",
|
472209
|
-
0
|
472210
|
-
],
|
472211
|
-
[
|
472212
|
-
"french",
|
472213
|
-
0
|
472214
|
-
],
|
472215
|
-
[
|
472216
|
-
"muffin",
|
472217
|
-
0
|
472218
|
-
],
|
472219
|
-
[
|
472220
|
-
"oatmeal",
|
472221
|
-
0
|
472222
|
-
],
|
472223
|
-
[
|
472224
|
-
"on",
|
472225
|
-
0
|
472226
|
-
],
|
472227
|
-
[
|
472228
|
-
"pancake",
|
472229
|
-
0
|
472230
|
-
],
|
472231
|
-
[
|
472232
|
-
"platter",
|
472233
|
-
0
|
472234
|
-
],
|
472235
|
-
[
|
472236
|
-
"sandwich",
|
472237
|
-
0
|
472238
|
-
],
|
472239
|
-
[
|
472240
|
-
"sausage",
|
472241
|
-
0
|
472242
|
-
],
|
472243
|
-
[
|
472244
|
-
"toast",
|
472245
|
-
0
|
472246
|
-
]
|
472247
|
-
],
|
472248
471584
|
[
|
472249
471585
|
[
|
472250
471586
|
"baconator",
|
@@ -472693,74 +472029,6 @@
|
|
472693
472029
|
0
|
472694
472030
|
]
|
472695
472031
|
],
|
472696
|
-
[
|
472697
|
-
[
|
472698
|
-
"banana",
|
472699
|
-
0
|
472700
|
-
],
|
472701
|
-
[
|
472702
|
-
"berry",
|
472703
|
-
0
|
472704
|
-
],
|
472705
|
-
[
|
472706
|
-
"countable",
|
472707
|
-
0
|
472708
|
-
],
|
472709
|
-
[
|
472710
|
-
"guava",
|
472711
|
-
0
|
472712
|
-
],
|
472713
|
-
[
|
472714
|
-
"mango",
|
472715
|
-
0
|
472716
|
-
],
|
472717
|
-
[
|
472718
|
-
"passion",
|
472719
|
-
0
|
472720
|
-
],
|
472721
|
-
[
|
472722
|
-
"strawberry",
|
472723
|
-
0
|
472724
|
-
],
|
472725
|
-
[
|
472726
|
-
"wild",
|
472727
|
-
0
|
472728
|
-
]
|
472729
|
-
],
|
472730
|
-
[
|
472731
|
-
[
|
472732
|
-
"banana",
|
472733
|
-
0
|
472734
|
-
],
|
472735
|
-
[
|
472736
|
-
"berry",
|
472737
|
-
0
|
472738
|
-
],
|
472739
|
-
[
|
472740
|
-
"guava",
|
472741
|
-
0
|
472742
|
-
],
|
472743
|
-
[
|
472744
|
-
"mango",
|
472745
|
-
0
|
472746
|
-
],
|
472747
|
-
[
|
472748
|
-
"passion",
|
472749
|
-
0
|
472750
|
-
],
|
472751
|
-
[
|
472752
|
-
"smoothie",
|
472753
|
-
0
|
472754
|
-
],
|
472755
|
-
[
|
472756
|
-
"strawberry",
|
472757
|
-
0
|
472758
|
-
],
|
472759
|
-
[
|
472760
|
-
"wild",
|
472761
|
-
0
|
472762
|
-
]
|
472763
|
-
],
|
472764
472032
|
[
|
472765
472033
|
[
|
472766
472034
|
"banana",
|
@@ -472791,36 +472059,6 @@
|
|
472791
472059
|
0
|
472792
472060
|
]
|
472793
472061
|
],
|
472794
|
-
[
|
472795
|
-
[
|
472796
|
-
"banana",
|
472797
|
-
0
|
472798
|
-
],
|
472799
|
-
[
|
472800
|
-
"berry",
|
472801
|
-
0
|
472802
|
-
],
|
472803
|
-
[
|
472804
|
-
"mango",
|
472805
|
-
0
|
472806
|
-
],
|
472807
|
-
[
|
472808
|
-
"passion",
|
472809
|
-
0
|
472810
|
-
],
|
472811
|
-
[
|
472812
|
-
"strawberry",
|
472813
|
-
0
|
472814
|
-
],
|
472815
|
-
[
|
472816
|
-
"unknown",
|
472817
|
-
0
|
472818
|
-
],
|
472819
|
-
[
|
472820
|
-
"wild",
|
472821
|
-
0
|
472822
|
-
]
|
472823
|
-
],
|
472824
472062
|
[
|
472825
472063
|
[
|
472826
472064
|
"banana",
|
@@ -473611,16 +472849,6 @@
|
|
473611
472849
|
0
|
473612
472850
|
]
|
473613
472851
|
],
|
473614
|
-
[
|
473615
|
-
[
|
473616
|
-
"breakfast",
|
473617
|
-
0
|
473618
|
-
],
|
473619
|
-
[
|
473620
|
-
"modifies",
|
473621
|
-
0
|
473622
|
-
]
|
473623
|
-
],
|
473624
472852
|
[
|
473625
472853
|
[
|
473626
472854
|
"broccoli",
|
@@ -473647,28 +472875,6 @@
|
|
473647
472875
|
0
|
473648
472876
|
]
|
473649
472877
|
],
|
473650
|
-
[
|
473651
|
-
[
|
473652
|
-
"broccoli",
|
473653
|
-
0
|
473654
|
-
],
|
473655
|
-
[
|
473656
|
-
"cheddar",
|
473657
|
-
0
|
473658
|
-
],
|
473659
|
-
[
|
473660
|
-
"literally",
|
473661
|
-
0
|
473662
|
-
],
|
473663
|
-
[
|
473664
|
-
"modifies",
|
473665
|
-
0
|
473666
|
-
],
|
473667
|
-
[
|
473668
|
-
"potato",
|
473669
|
-
0
|
473670
|
-
]
|
473671
|
-
],
|
473672
472878
|
[
|
473673
472879
|
[
|
473674
472880
|
"caesar",
|
@@ -473725,33 +472931,7 @@
|
|
473725
472931
|
],
|
473726
472932
|
[
|
473727
472933
|
[
|
473728
|
-
"cheddar",
|
473729
|
-
0
|
473730
|
-
],
|
473731
|
-
[
|
473732
|
-
"list",
|
473733
|
-
0
|
473734
|
-
],
|
473735
|
-
[
|
473736
|
-
"literally",
|
473737
|
-
0
|
473738
|
-
],
|
473739
|
-
[
|
473740
|
-
"modifies",
|
473741
|
-
0
|
473742
|
-
],
|
473743
|
-
[
|
473744
|
-
"potato",
|
473745
|
-
0
|
473746
|
-
]
|
473747
|
-
],
|
473748
|
-
[
|
473749
|
-
[
|
473750
|
-
"cheese",
|
473751
|
-
0
|
473752
|
-
],
|
473753
|
-
[
|
473754
|
-
"chili",
|
472934
|
+
"cheddar",
|
473755
472935
|
0
|
473756
472936
|
],
|
473757
472937
|
[
|
@@ -473780,6 +472960,10 @@
|
|
473780
472960
|
"chili",
|
473781
472961
|
0
|
473782
472962
|
],
|
472963
|
+
[
|
472964
|
+
"list",
|
472965
|
+
0
|
472966
|
+
],
|
473783
472967
|
[
|
473784
472968
|
"literally",
|
473785
472969
|
0
|
@@ -474061,52 +473245,6 @@
|
|
474061
473245
|
0
|
474062
473246
|
]
|
474063
473247
|
],
|
474064
|
-
[
|
474065
|
-
[
|
474066
|
-
"chicken",
|
474067
|
-
0
|
474068
|
-
],
|
474069
|
-
[
|
474070
|
-
"club",
|
474071
|
-
0
|
474072
|
-
],
|
474073
|
-
[
|
474074
|
-
"comma",
|
474075
|
-
0
|
474076
|
-
],
|
474077
|
-
[
|
474078
|
-
"crispy",
|
474079
|
-
0
|
474080
|
-
],
|
474081
|
-
[
|
474082
|
-
"go",
|
474083
|
-
0
|
474084
|
-
],
|
474085
|
-
[
|
474086
|
-
"is",
|
474087
|
-
0
|
474088
|
-
],
|
474089
|
-
[
|
474090
|
-
"junior",
|
474091
|
-
0
|
474092
|
-
],
|
474093
|
-
[
|
474094
|
-
"list",
|
474095
|
-
0
|
474096
|
-
],
|
474097
|
-
[
|
474098
|
-
"meal",
|
474099
|
-
0
|
474100
|
-
],
|
474101
|
-
[
|
474102
|
-
"value",
|
474103
|
-
0
|
474104
|
-
],
|
474105
|
-
[
|
474106
|
-
"wrap",
|
474107
|
-
0
|
474108
|
-
]
|
474109
|
-
],
|
474110
473248
|
[
|
474111
473249
|
[
|
474112
473250
|
"chicken",
|
@@ -474473,20 +473611,6 @@
|
|
474473
473611
|
0
|
474474
473612
|
]
|
474475
473613
|
],
|
474476
|
-
[
|
474477
|
-
[
|
474478
|
-
"chicken",
|
474479
|
-
0
|
474480
|
-
],
|
474481
|
-
[
|
474482
|
-
"crispy",
|
474483
|
-
0
|
474484
|
-
],
|
474485
|
-
[
|
474486
|
-
"kids",
|
474487
|
-
0
|
474488
|
-
]
|
474489
|
-
],
|
474490
473614
|
[
|
474491
473615
|
[
|
474492
473616
|
"chicken",
|
@@ -474704,6 +473828,30 @@
|
|
474704
473828
|
"chili",
|
474705
473829
|
0
|
474706
473830
|
],
|
473831
|
+
[
|
473832
|
+
"combo",
|
473833
|
+
0
|
473834
|
+
],
|
473835
|
+
[
|
473836
|
+
"comma",
|
473837
|
+
0
|
473838
|
+
],
|
473839
|
+
[
|
473840
|
+
"drink",
|
473841
|
+
0
|
473842
|
+
],
|
473843
|
+
[
|
473844
|
+
"fry",
|
473845
|
+
0
|
473846
|
+
],
|
473847
|
+
[
|
473848
|
+
"is",
|
473849
|
+
0
|
473850
|
+
],
|
473851
|
+
[
|
473852
|
+
"list",
|
473853
|
+
0
|
473854
|
+
],
|
474707
473855
|
[
|
474708
473856
|
"sizeable",
|
474709
473857
|
0
|
@@ -474921,40 +474069,6 @@
|
|
474921
474069
|
1
|
474922
474070
|
]
|
474923
474071
|
],
|
474924
|
-
[
|
474925
|
-
[
|
474926
|
-
"coca",
|
474927
|
-
0
|
474928
|
-
],
|
474929
|
-
[
|
474930
|
-
"coke",
|
474931
|
-
0
|
474932
|
-
],
|
474933
|
-
[
|
474934
|
-
"cola",
|
474935
|
-
0
|
474936
|
-
],
|
474937
|
-
[
|
474938
|
-
"diet",
|
474939
|
-
0
|
474940
|
-
],
|
474941
|
-
[
|
474942
|
-
"iced",
|
474943
|
-
0
|
474944
|
-
],
|
474945
|
-
[
|
474946
|
-
"pop",
|
474947
|
-
0
|
474948
|
-
],
|
474949
|
-
[
|
474950
|
-
"tea",
|
474951
|
-
0
|
474952
|
-
],
|
474953
|
-
[
|
474954
|
-
"unknown",
|
474955
|
-
0
|
474956
|
-
]
|
474957
|
-
],
|
474958
474072
|
[
|
474959
474073
|
[
|
474960
474074
|
"cod",
|
@@ -475609,16 +474723,6 @@
|
|
475609
474723
|
1
|
475610
474724
|
]
|
475611
474725
|
],
|
475612
|
-
[
|
475613
|
-
[
|
475614
|
-
"food",
|
475615
|
-
0
|
475616
|
-
],
|
475617
|
-
[
|
475618
|
-
"unknown",
|
475619
|
-
0
|
475620
|
-
]
|
475621
|
-
],
|
475622
474726
|
[
|
475623
474727
|
[
|
475624
474728
|
"french",
|
@@ -475709,26 +474813,6 @@
|
|
475709
474813
|
1
|
475710
474814
|
]
|
475711
474815
|
],
|
475712
|
-
[
|
475713
|
-
[
|
475714
|
-
"french",
|
475715
|
-
0
|
475716
|
-
],
|
475717
|
-
[
|
475718
|
-
"waffle",
|
475719
|
-
0
|
475720
|
-
]
|
475721
|
-
],
|
475722
|
-
[
|
475723
|
-
[
|
475724
|
-
"french",
|
475725
|
-
0
|
475726
|
-
],
|
475727
|
-
[
|
475728
|
-
"waffle",
|
475729
|
-
0
|
475730
|
-
]
|
475731
|
-
],
|
475732
474816
|
[
|
475733
474817
|
[
|
475734
474818
|
"frosty",
|
@@ -476159,24 +475243,6 @@
|
|
476159
475243
|
0
|
476160
475244
|
]
|
476161
475245
|
],
|
476162
|
-
[
|
476163
|
-
[
|
476164
|
-
"is",
|
476165
|
-
0
|
476166
|
-
],
|
476167
|
-
[
|
476168
|
-
"kids",
|
476169
|
-
0
|
476170
|
-
],
|
476171
|
-
[
|
476172
|
-
"list",
|
476173
|
-
1
|
476174
|
-
],
|
476175
|
-
[
|
476176
|
-
"meal",
|
476177
|
-
0
|
476178
|
-
]
|
476179
|
-
],
|
476180
475246
|
[
|
476181
475247
|
[
|
476182
475248
|
"is",
|
@@ -476451,6 +475517,24 @@
|
|
476451
475517
|
1
|
476452
475518
|
]
|
476453
475519
|
],
|
475520
|
+
[
|
475521
|
+
[
|
475522
|
+
"is",
|
475523
|
+
0
|
475524
|
+
],
|
475525
|
+
[
|
475526
|
+
"list",
|
475527
|
+
1
|
475528
|
+
],
|
475529
|
+
[
|
475530
|
+
"sandwich",
|
475531
|
+
0
|
475532
|
+
],
|
475533
|
+
[
|
475534
|
+
"unknown",
|
475535
|
+
1
|
475536
|
+
]
|
475537
|
+
],
|
476454
475538
|
[
|
476455
475539
|
[
|
476456
475540
|
"is",
|
@@ -476889,25 +475973,21 @@
|
|
476889
475973
|
1
|
476890
475974
|
],
|
476891
475975
|
[
|
476892
|
-
"
|
475976
|
+
"modifies",
|
476893
475977
|
0
|
475978
|
+
],
|
475979
|
+
[
|
475980
|
+
"unknown",
|
475981
|
+
1
|
476894
475982
|
]
|
476895
475983
|
],
|
476896
475984
|
[
|
476897
475985
|
[
|
476898
|
-
"
|
476899
|
-
|
476900
|
-
],
|
476901
|
-
[
|
476902
|
-
"modifies",
|
476903
|
-
0
|
476904
|
-
],
|
476905
|
-
[
|
476906
|
-
"passion",
|
476907
|
-
0
|
475986
|
+
"list",
|
475987
|
+
1
|
476908
475988
|
],
|
476909
475989
|
[
|
476910
|
-
"
|
475990
|
+
"smoothie",
|
476911
475991
|
0
|
476912
475992
|
]
|
476913
475993
|
],
|
@@ -476916,12 +475996,16 @@
|
|
476916
475996
|
"mango",
|
476917
475997
|
0
|
476918
475998
|
],
|
475999
|
+
[
|
476000
|
+
"modifies",
|
476001
|
+
0
|
476002
|
+
],
|
476919
476003
|
[
|
476920
476004
|
"passion",
|
476921
476005
|
0
|
476922
476006
|
],
|
476923
476007
|
[
|
476924
|
-
"
|
476008
|
+
"shake",
|
476925
476009
|
0
|
476926
476010
|
]
|
476927
476011
|
],
|
@@ -477539,46 +476623,6 @@
|
|
477539
476623
|
0
|
477540
476624
|
]
|
477541
476625
|
],
|
477542
|
-
[
|
477543
|
-
[
|
477544
|
-
"modifies",
|
477545
|
-
0
|
477546
|
-
],
|
477547
|
-
[
|
477548
|
-
"unknown",
|
477549
|
-
0
|
477550
|
-
]
|
477551
|
-
],
|
477552
|
-
[
|
477553
|
-
[
|
477554
|
-
"modifies",
|
477555
|
-
0
|
477556
|
-
],
|
477557
|
-
[
|
477558
|
-
"unknown",
|
477559
|
-
0
|
477560
|
-
]
|
477561
|
-
],
|
477562
|
-
[
|
477563
|
-
[
|
477564
|
-
"modifies",
|
477565
|
-
0
|
477566
|
-
],
|
477567
|
-
[
|
477568
|
-
"unknown",
|
477569
|
-
0
|
477570
|
-
]
|
477571
|
-
],
|
477572
|
-
[
|
477573
|
-
[
|
477574
|
-
"modifies",
|
477575
|
-
0
|
477576
|
-
],
|
477577
|
-
[
|
477578
|
-
"unknown",
|
477579
|
-
0
|
477580
|
-
]
|
477581
|
-
],
|
477582
476626
|
[
|
477583
476627
|
[
|
477584
476628
|
"modifies",
|