tpmkms 8.0.0-beta.59 → 8.0.0-beta.60
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 +3 -39
- package/common/articles.js +1 -1
- package/common/colors.instance.json +177 -157
- package/common/comparable.instance.json +2 -0
- package/common/crew.instance.json +6 -288
- package/common/dialogues.js +2 -2
- package/common/dimension.instance.json +0 -36
- package/common/edible.instance.json +168 -110
- package/common/fastfood.instance.json +799 -364
- package/common/fastfood.js +1 -1
- package/common/fastfood.test.json +268 -90
- package/common/length.instance.json +14 -13
- package/common/numbers.js +21 -21
- package/common/ordering.instance.json +12 -56
- package/common/people.instance.json +60 -0
- package/common/pipboy.instance.json +2 -36
- package/common/pokemon.instance.json +7 -0
- package/common/pressure.instance.json +3 -2
- package/common/reports.instance.json +2 -2
- package/common/temperature.instance.json +8 -7
- package/common/weight.instance.json +11 -62
- package/package.json +2 -2
@@ -208,7 +208,7 @@
|
|
208
208
|
"((meal/* && context.comboNumber == undefined) [comboMeal] (combo/*))",
|
209
209
|
"((combo/*) [comboNumber] (number/* || numberNumberCombo/*))",
|
210
210
|
"((numberNumberCombo/1) [numberNumberCombo_combo|] (combo/0))",
|
211
|
-
"((number/0,1 && context.instance ==
|
211
|
+
"((number/0,1 && context.instance == false) [numberNumberCombo] (number/0,1 && instance == true))",
|
212
212
|
"((combo/*) [([withModification|with] ([modification]))])"
|
213
213
|
],
|
214
214
|
"floaters": [
|
@@ -38141,6 +38141,7 @@
|
|
38141
38141
|
"sandwich"
|
38142
38142
|
],
|
38143
38143
|
"pullFromContext": false,
|
38144
|
+
"instance": true,
|
38144
38145
|
"concept": true,
|
38145
38146
|
"wantsValue": true,
|
38146
38147
|
"determiner": {
|
@@ -85542,7 +85543,7 @@
|
|
85542
85543
|
},
|
85543
85544
|
{
|
85544
85545
|
"op": [
|
85545
|
-
"
|
85546
|
+
"list",
|
85546
85547
|
0
|
85547
85548
|
],
|
85548
85549
|
"ops": [
|
@@ -85564,16 +85565,20 @@
|
|
85564
85565
|
{
|
85565
85566
|
"op": [
|
85566
85567
|
"list",
|
85567
|
-
|
85568
|
+
1
|
85568
85569
|
],
|
85569
85570
|
"ops": [
|
85571
|
+
[
|
85572
|
+
"strawberry",
|
85573
|
+
0
|
85574
|
+
],
|
85570
85575
|
[
|
85571
85576
|
"modifies",
|
85572
85577
|
0
|
85573
85578
|
],
|
85574
85579
|
[
|
85575
85580
|
"list",
|
85576
|
-
|
85581
|
+
1
|
85577
85582
|
]
|
85578
85583
|
],
|
85579
85584
|
"counter": 10
|
@@ -85584,6 +85589,10 @@
|
|
85584
85589
|
1
|
85585
85590
|
],
|
85586
85591
|
"ops": [
|
85592
|
+
[
|
85593
|
+
"strawberry",
|
85594
|
+
0
|
85595
|
+
],
|
85587
85596
|
[
|
85588
85597
|
"modifies",
|
85589
85598
|
0
|
@@ -85597,10 +85606,14 @@
|
|
85597
85606
|
},
|
85598
85607
|
{
|
85599
85608
|
"op": [
|
85600
|
-
"
|
85601
|
-
|
85609
|
+
"strawberry",
|
85610
|
+
0
|
85602
85611
|
],
|
85603
85612
|
"ops": [
|
85613
|
+
[
|
85614
|
+
"strawberry",
|
85615
|
+
0
|
85616
|
+
],
|
85604
85617
|
[
|
85605
85618
|
"modifies",
|
85606
85619
|
0
|
@@ -86125,12 +86138,34 @@
|
|
86125
86138
|
[
|
86126
86139
|
[
|
86127
86140
|
"list",
|
86141
|
+
1
|
86142
|
+
],
|
86143
|
+
[
|
86144
|
+
"modifies",
|
86145
|
+
0
|
86146
|
+
],
|
86147
|
+
[
|
86148
|
+
"strawberry",
|
86128
86149
|
0
|
86129
86150
|
],
|
86151
|
+
[
|
86152
|
+
"unknown",
|
86153
|
+
1
|
86154
|
+
]
|
86155
|
+
],
|
86156
|
+
[
|
86157
|
+
[
|
86158
|
+
"list",
|
86159
|
+
1
|
86160
|
+
],
|
86130
86161
|
[
|
86131
86162
|
"modifies",
|
86132
86163
|
0
|
86133
86164
|
],
|
86165
|
+
[
|
86166
|
+
"strawberry",
|
86167
|
+
0
|
86168
|
+
],
|
86134
86169
|
[
|
86135
86170
|
"unknown",
|
86136
86171
|
1
|
@@ -91452,7 +91487,7 @@
|
|
91452
91487
|
},
|
91453
91488
|
{
|
91454
91489
|
"op": [
|
91455
|
-
"
|
91490
|
+
"list",
|
91456
91491
|
0
|
91457
91492
|
],
|
91458
91493
|
"ops": [
|
@@ -91478,9 +91513,13 @@
|
|
91478
91513
|
{
|
91479
91514
|
"op": [
|
91480
91515
|
"list",
|
91481
|
-
|
91516
|
+
1
|
91482
91517
|
],
|
91483
91518
|
"ops": [
|
91519
|
+
[
|
91520
|
+
"strawberry",
|
91521
|
+
0
|
91522
|
+
],
|
91484
91523
|
[
|
91485
91524
|
"is",
|
91486
91525
|
0
|
@@ -91491,7 +91530,7 @@
|
|
91491
91530
|
],
|
91492
91531
|
[
|
91493
91532
|
"list",
|
91494
|
-
|
91533
|
+
1
|
91495
91534
|
]
|
91496
91535
|
],
|
91497
91536
|
"counter": 9
|
@@ -91502,6 +91541,10 @@
|
|
91502
91541
|
1
|
91503
91542
|
],
|
91504
91543
|
"ops": [
|
91544
|
+
[
|
91545
|
+
"strawberry",
|
91546
|
+
0
|
91547
|
+
],
|
91505
91548
|
[
|
91506
91549
|
"is",
|
91507
91550
|
0
|
@@ -91519,10 +91562,14 @@
|
|
91519
91562
|
},
|
91520
91563
|
{
|
91521
91564
|
"op": [
|
91522
|
-
"
|
91523
|
-
|
91565
|
+
"strawberry",
|
91566
|
+
0
|
91524
91567
|
],
|
91525
91568
|
"ops": [
|
91569
|
+
[
|
91570
|
+
"strawberry",
|
91571
|
+
0
|
91572
|
+
],
|
91526
91573
|
[
|
91527
91574
|
"is",
|
91528
91575
|
0
|
@@ -92033,6 +92080,10 @@
|
|
92033
92080
|
[
|
92034
92081
|
"list",
|
92035
92082
|
0
|
92083
|
+
],
|
92084
|
+
[
|
92085
|
+
"strawberry",
|
92086
|
+
0
|
92036
92087
|
]
|
92037
92088
|
],
|
92038
92089
|
[
|
@@ -92046,11 +92097,7 @@
|
|
92046
92097
|
],
|
92047
92098
|
[
|
92048
92099
|
"list",
|
92049
|
-
|
92050
|
-
],
|
92051
|
-
[
|
92052
|
-
"strawberry",
|
92053
|
-
0
|
92100
|
+
1
|
92054
92101
|
]
|
92055
92102
|
],
|
92056
92103
|
[
|
@@ -92065,6 +92112,10 @@
|
|
92065
92112
|
[
|
92066
92113
|
"list",
|
92067
92114
|
1
|
92115
|
+
],
|
92116
|
+
[
|
92117
|
+
"strawberry",
|
92118
|
+
0
|
92068
92119
|
]
|
92069
92120
|
],
|
92070
92121
|
[
|
@@ -102319,11 +102370,11 @@
|
|
102319
102370
|
0
|
102320
102371
|
],
|
102321
102372
|
[
|
102322
|
-
"
|
102373
|
+
"mango_passion",
|
102323
102374
|
0
|
102324
102375
|
],
|
102325
102376
|
[
|
102326
|
-
"
|
102377
|
+
"smoothie_ingredient",
|
102327
102378
|
0
|
102328
102379
|
],
|
102329
102380
|
[
|
@@ -102396,11 +102447,11 @@
|
|
102396
102447
|
0
|
102397
102448
|
],
|
102398
102449
|
[
|
102399
|
-
"
|
102450
|
+
"mango_passion",
|
102400
102451
|
0
|
102401
102452
|
],
|
102402
102453
|
[
|
102403
|
-
"
|
102454
|
+
"smoothie_ingredient",
|
102404
102455
|
0
|
102405
102456
|
],
|
102406
102457
|
[
|
@@ -102673,7 +102724,7 @@
|
|
102673
102724
|
},
|
102674
102725
|
{
|
102675
102726
|
"op": [
|
102676
|
-
"
|
102727
|
+
"list",
|
102677
102728
|
0
|
102678
102729
|
],
|
102679
102730
|
"ops": [
|
@@ -102707,9 +102758,13 @@
|
|
102707
102758
|
{
|
102708
102759
|
"op": [
|
102709
102760
|
"list",
|
102710
|
-
|
102761
|
+
1
|
102711
102762
|
],
|
102712
102763
|
"ops": [
|
102764
|
+
[
|
102765
|
+
"strawberry",
|
102766
|
+
0
|
102767
|
+
],
|
102713
102768
|
[
|
102714
102769
|
"is",
|
102715
102770
|
0
|
@@ -102728,7 +102783,7 @@
|
|
102728
102783
|
],
|
102729
102784
|
[
|
102730
102785
|
"list",
|
102731
|
-
|
102786
|
+
1
|
102732
102787
|
]
|
102733
102788
|
],
|
102734
102789
|
"counter": 9
|
@@ -102739,6 +102794,10 @@
|
|
102739
102794
|
1
|
102740
102795
|
],
|
102741
102796
|
"ops": [
|
102797
|
+
[
|
102798
|
+
"strawberry",
|
102799
|
+
0
|
102800
|
+
],
|
102742
102801
|
[
|
102743
102802
|
"is",
|
102744
102803
|
0
|
@@ -102764,10 +102823,14 @@
|
|
102764
102823
|
},
|
102765
102824
|
{
|
102766
102825
|
"op": [
|
102767
|
-
"
|
102768
|
-
|
102826
|
+
"strawberry",
|
102827
|
+
0
|
102769
102828
|
],
|
102770
102829
|
"ops": [
|
102830
|
+
[
|
102831
|
+
"strawberry",
|
102832
|
+
0
|
102833
|
+
],
|
102771
102834
|
[
|
102772
102835
|
"is",
|
102773
102836
|
0
|
@@ -103330,24 +103393,6 @@
|
|
103330
103393
|
0
|
103331
103394
|
]
|
103332
103395
|
],
|
103333
|
-
[
|
103334
|
-
[
|
103335
|
-
"ingredient",
|
103336
|
-
0
|
103337
|
-
],
|
103338
|
-
[
|
103339
|
-
"is",
|
103340
|
-
0
|
103341
|
-
],
|
103342
|
-
[
|
103343
|
-
"list",
|
103344
|
-
0
|
103345
|
-
],
|
103346
|
-
[
|
103347
|
-
"smoothie",
|
103348
|
-
0
|
103349
|
-
]
|
103350
|
-
],
|
103351
103396
|
[
|
103352
103397
|
[
|
103353
103398
|
"ingredient",
|
@@ -103404,6 +103449,10 @@
|
|
103404
103449
|
[
|
103405
103450
|
"smoothie",
|
103406
103451
|
0
|
103452
|
+
],
|
103453
|
+
[
|
103454
|
+
"strawberry",
|
103455
|
+
0
|
103407
103456
|
]
|
103408
103457
|
],
|
103409
103458
|
[
|
@@ -108649,6 +108698,7 @@
|
|
108649
108698
|
"smoothie"
|
108650
108699
|
],
|
108651
108700
|
"pullFromContext": false,
|
108701
|
+
"instance": true,
|
108652
108702
|
"concept": true,
|
108653
108703
|
"wantsValue": true,
|
108654
108704
|
"determiner": {
|
@@ -108682,6 +108732,7 @@
|
|
108682
108732
|
"drink"
|
108683
108733
|
],
|
108684
108734
|
"pullFromContext": false,
|
108735
|
+
"instance": true,
|
108685
108736
|
"concept": true,
|
108686
108737
|
"wantsValue": true,
|
108687
108738
|
"determiner": {
|
@@ -114000,8 +114051,8 @@
|
|
114000
114051
|
"end": 38
|
114001
114052
|
},
|
114002
114053
|
"types": [
|
114003
|
-
"
|
114004
|
-
"
|
114054
|
+
"french_fry",
|
114055
|
+
"list"
|
114005
114056
|
],
|
114006
114057
|
"listable": true,
|
114007
114058
|
"isList": true,
|
@@ -114010,15 +114061,15 @@
|
|
114010
114061
|
"value": "french_fry",
|
114011
114062
|
"number": "many",
|
114012
114063
|
"text": "french fries",
|
114013
|
-
"marker": "
|
114064
|
+
"marker": "french_fry",
|
114014
114065
|
"word": "fries",
|
114015
114066
|
"range": {
|
114016
114067
|
"start": 0,
|
114017
114068
|
"end": 11
|
114018
114069
|
},
|
114019
114070
|
"types": [
|
114020
|
-
"
|
114021
|
-
"
|
114071
|
+
"french_fry",
|
114072
|
+
"fry"
|
114022
114073
|
],
|
114023
114074
|
"modifier_french": {
|
114024
114075
|
"value": "french",
|
@@ -125546,19 +125597,19 @@
|
|
125546
125597
|
0
|
125547
125598
|
],
|
125548
125599
|
[
|
125549
|
-
"
|
125600
|
+
"ultimate_chicken_grill",
|
125550
125601
|
0
|
125551
125602
|
],
|
125552
125603
|
[
|
125553
|
-
"
|
125604
|
+
"premium_cod",
|
125554
125605
|
0
|
125555
125606
|
],
|
125556
125607
|
[
|
125557
|
-
"
|
125608
|
+
"chicken_sandwich",
|
125558
125609
|
0
|
125559
125610
|
],
|
125560
125611
|
[
|
125561
|
-
"
|
125612
|
+
"chicken_club",
|
125562
125613
|
0
|
125563
125614
|
]
|
125564
125615
|
],
|
@@ -125631,19 +125682,19 @@
|
|
125631
125682
|
0
|
125632
125683
|
],
|
125633
125684
|
[
|
125634
|
-
"
|
125685
|
+
"ultimate_chicken_grill",
|
125635
125686
|
0
|
125636
125687
|
],
|
125637
125688
|
[
|
125638
|
-
"
|
125689
|
+
"premium_cod",
|
125639
125690
|
0
|
125640
125691
|
],
|
125641
125692
|
[
|
125642
|
-
"
|
125693
|
+
"chicken_sandwich",
|
125643
125694
|
0
|
125644
125695
|
],
|
125645
125696
|
[
|
125646
|
-
"
|
125697
|
+
"chicken_club",
|
125647
125698
|
0
|
125648
125699
|
]
|
125649
125700
|
],
|
@@ -125712,19 +125763,19 @@
|
|
125712
125763
|
0
|
125713
125764
|
],
|
125714
125765
|
[
|
125715
|
-
"
|
125766
|
+
"ultimate_chicken_grill",
|
125716
125767
|
0
|
125717
125768
|
],
|
125718
125769
|
[
|
125719
|
-
"
|
125770
|
+
"premium_cod",
|
125720
125771
|
0
|
125721
125772
|
],
|
125722
125773
|
[
|
125723
|
-
"
|
125774
|
+
"chicken_sandwich",
|
125724
125775
|
0
|
125725
125776
|
],
|
125726
125777
|
[
|
125727
|
-
"
|
125778
|
+
"chicken_club",
|
125728
125779
|
0
|
125729
125780
|
]
|
125730
125781
|
],
|
@@ -125789,19 +125840,19 @@
|
|
125789
125840
|
0
|
125790
125841
|
],
|
125791
125842
|
[
|
125792
|
-
"
|
125843
|
+
"ultimate_chicken_grill",
|
125793
125844
|
0
|
125794
125845
|
],
|
125795
125846
|
[
|
125796
|
-
"
|
125847
|
+
"premium_cod",
|
125797
125848
|
0
|
125798
125849
|
],
|
125799
125850
|
[
|
125800
|
-
"
|
125851
|
+
"chicken_sandwich",
|
125801
125852
|
0
|
125802
125853
|
],
|
125803
125854
|
[
|
125804
|
-
"
|
125855
|
+
"chicken_club",
|
125805
125856
|
0
|
125806
125857
|
]
|
125807
125858
|
],
|
@@ -125862,19 +125913,19 @@
|
|
125862
125913
|
0
|
125863
125914
|
],
|
125864
125915
|
[
|
125865
|
-
"
|
125916
|
+
"ultimate_chicken_grill",
|
125866
125917
|
0
|
125867
125918
|
],
|
125868
125919
|
[
|
125869
|
-
"
|
125920
|
+
"premium_cod",
|
125870
125921
|
0
|
125871
125922
|
],
|
125872
125923
|
[
|
125873
|
-
"
|
125924
|
+
"chicken_sandwich",
|
125874
125925
|
0
|
125875
125926
|
],
|
125876
125927
|
[
|
125877
|
-
"
|
125928
|
+
"chicken_club",
|
125878
125929
|
0
|
125879
125930
|
]
|
125880
125931
|
],
|
@@ -125931,19 +125982,19 @@
|
|
125931
125982
|
0
|
125932
125983
|
],
|
125933
125984
|
[
|
125934
|
-
"
|
125985
|
+
"ultimate_chicken_grill",
|
125935
125986
|
0
|
125936
125987
|
],
|
125937
125988
|
[
|
125938
|
-
"
|
125989
|
+
"premium_cod",
|
125939
125990
|
0
|
125940
125991
|
],
|
125941
125992
|
[
|
125942
|
-
"
|
125993
|
+
"chicken_sandwich",
|
125943
125994
|
0
|
125944
125995
|
],
|
125945
125996
|
[
|
125946
|
-
"
|
125997
|
+
"chicken_club",
|
125947
125998
|
0
|
125948
125999
|
]
|
125949
126000
|
],
|
@@ -127003,6 +127054,24 @@
|
|
127003
127054
|
0
|
127004
127055
|
]
|
127005
127056
|
],
|
127057
|
+
[
|
127058
|
+
[
|
127059
|
+
"is",
|
127060
|
+
0
|
127061
|
+
],
|
127062
|
+
[
|
127063
|
+
"list",
|
127064
|
+
1
|
127065
|
+
],
|
127066
|
+
[
|
127067
|
+
"sandwich",
|
127068
|
+
0
|
127069
|
+
],
|
127070
|
+
[
|
127071
|
+
"unknown",
|
127072
|
+
1
|
127073
|
+
]
|
127074
|
+
],
|
127006
127075
|
[
|
127007
127076
|
[
|
127008
127077
|
"is",
|
@@ -138091,6 +138160,7 @@
|
|
138091
138160
|
"unknown"
|
138092
138161
|
],
|
138093
138162
|
"pullFromContext": false,
|
138163
|
+
"instance": true,
|
138094
138164
|
"concept": true,
|
138095
138165
|
"wantsValue": true,
|
138096
138166
|
"determiner": {
|
@@ -138124,6 +138194,7 @@
|
|
138124
138194
|
"meal"
|
138125
138195
|
],
|
138126
138196
|
"pullFromContext": false,
|
138197
|
+
"instance": true,
|
138127
138198
|
"concept": true,
|
138128
138199
|
"wantsValue": true,
|
138129
138200
|
"determiner": {
|
@@ -138212,6 +138283,20 @@
|
|
138212
138283
|
1
|
138213
138284
|
]
|
138214
138285
|
],
|
138286
|
+
[
|
138287
|
+
[
|
138288
|
+
"a",
|
138289
|
+
0
|
138290
|
+
],
|
138291
|
+
[
|
138292
|
+
"is",
|
138293
|
+
0
|
138294
|
+
],
|
138295
|
+
[
|
138296
|
+
"unknown",
|
138297
|
+
1
|
138298
|
+
]
|
138299
|
+
],
|
138215
138300
|
[
|
138216
138301
|
[
|
138217
138302
|
"is",
|
@@ -143792,6 +143877,7 @@
|
|
143792
143877
|
"meal"
|
143793
143878
|
],
|
143794
143879
|
"pullFromContext": false,
|
143880
|
+
"instance": true,
|
143795
143881
|
"concept": true,
|
143796
143882
|
"wantsValue": true,
|
143797
143883
|
"determiner": {
|
@@ -149460,6 +149546,7 @@
|
|
149460
149546
|
"shake"
|
149461
149547
|
],
|
149462
149548
|
"pullFromContext": false,
|
149549
|
+
"instance": true,
|
149463
149550
|
"concept": true,
|
149464
149551
|
"wantsValue": true,
|
149465
149552
|
"determiner": {
|
@@ -149493,6 +149580,7 @@
|
|
149493
149580
|
"drink"
|
149494
149581
|
],
|
149495
149582
|
"pullFromContext": false,
|
149583
|
+
"instance": true,
|
149496
149584
|
"concept": true,
|
149497
149585
|
"wantsValue": true,
|
149498
149586
|
"determiner": {
|
@@ -196155,6 +196243,7 @@
|
|
196155
196243
|
"drink"
|
196156
196244
|
],
|
196157
196245
|
"pullFromContext": false,
|
196246
|
+
"instance": true,
|
196158
196247
|
"concept": true,
|
196159
196248
|
"wantsValue": true,
|
196160
196249
|
"determiner": {
|
@@ -310632,6 +310721,7 @@
|
|
310632
310721
|
"modifier_go"
|
310633
310722
|
],
|
310634
310723
|
"pullFromContext": false,
|
310724
|
+
"instance": true,
|
310635
310725
|
"concept": true,
|
310636
310726
|
"wantsValue": true,
|
310637
310727
|
"determiner": {
|
@@ -310662,6 +310752,7 @@
|
|
310662
310752
|
"sandwich"
|
310663
310753
|
],
|
310664
310754
|
"pullFromContext": false,
|
310755
|
+
"instance": true,
|
310665
310756
|
"concept": true,
|
310666
310757
|
"wantsValue": true,
|
310667
310758
|
"determiner": {
|
@@ -325788,11 +325879,11 @@
|
|
325788
325879
|
0
|
325789
325880
|
],
|
325790
325881
|
[
|
325791
|
-
"
|
325882
|
+
"double_sausage_muffin",
|
325792
325883
|
0
|
325793
325884
|
],
|
325794
325885
|
[
|
325795
|
-
"
|
325886
|
+
"breakfast_meal",
|
325796
325887
|
0
|
325797
325888
|
],
|
325798
325889
|
[
|
@@ -325800,11 +325891,11 @@
|
|
325800
325891
|
0
|
325801
325892
|
],
|
325802
325893
|
[
|
325803
|
-
"
|
325894
|
+
"pancake_platter",
|
325804
325895
|
0
|
325805
325896
|
],
|
325806
325897
|
[
|
325807
|
-
"
|
325898
|
+
"egg_muffin",
|
325808
325899
|
0
|
325809
325900
|
],
|
325810
325901
|
[
|
@@ -326115,11 +326206,11 @@
|
|
326115
326206
|
0
|
326116
326207
|
],
|
326117
326208
|
[
|
326118
|
-
"
|
326209
|
+
"double_sausage_muffin",
|
326119
326210
|
0
|
326120
326211
|
],
|
326121
326212
|
[
|
326122
|
-
"
|
326213
|
+
"breakfast_meal",
|
326123
326214
|
0
|
326124
326215
|
],
|
326125
326216
|
[
|
@@ -326127,11 +326218,11 @@
|
|
326127
326218
|
0
|
326128
326219
|
],
|
326129
326220
|
[
|
326130
|
-
"
|
326221
|
+
"pancake_platter",
|
326131
326222
|
0
|
326132
326223
|
],
|
326133
326224
|
[
|
326134
|
-
"
|
326225
|
+
"egg_muffin",
|
326135
326226
|
0
|
326136
326227
|
],
|
326137
326228
|
[
|
@@ -326325,11 +326416,11 @@
|
|
326325
326416
|
0
|
326326
326417
|
],
|
326327
326418
|
[
|
326328
|
-
"
|
326419
|
+
"french_toast",
|
326329
326420
|
0
|
326330
326421
|
],
|
326331
326422
|
[
|
326332
|
-
"
|
326423
|
+
"double_sausage_muffin",
|
326333
326424
|
0
|
326334
326425
|
],
|
326335
326426
|
[
|
@@ -326434,11 +326525,11 @@
|
|
326434
326525
|
0
|
326435
326526
|
],
|
326436
326527
|
[
|
326437
|
-
"
|
326528
|
+
"french_toast",
|
326438
326529
|
0
|
326439
326530
|
],
|
326440
326531
|
[
|
326441
|
-
"
|
326532
|
+
"double_sausage_muffin",
|
326442
326533
|
0
|
326443
326534
|
],
|
326444
326535
|
[
|
@@ -326539,11 +326630,11 @@
|
|
326539
326630
|
0
|
326540
326631
|
],
|
326541
326632
|
[
|
326542
|
-
"
|
326633
|
+
"french_toast",
|
326543
326634
|
0
|
326544
326635
|
],
|
326545
326636
|
[
|
326546
|
-
"
|
326637
|
+
"double_sausage_muffin",
|
326547
326638
|
0
|
326548
326639
|
],
|
326549
326640
|
[
|
@@ -326790,11 +326881,11 @@
|
|
326790
326881
|
0
|
326791
326882
|
],
|
326792
326883
|
[
|
326793
|
-
"
|
326884
|
+
"french_toast",
|
326794
326885
|
0
|
326795
326886
|
],
|
326796
326887
|
[
|
326797
|
-
"
|
326888
|
+
"double_sausage_muffin",
|
326798
326889
|
0
|
326799
326890
|
],
|
326800
326891
|
[
|
@@ -326948,11 +327039,11 @@
|
|
326948
327039
|
0
|
326949
327040
|
],
|
326950
327041
|
[
|
326951
|
-
"
|
327042
|
+
"french_toast",
|
326952
327043
|
0
|
326953
327044
|
],
|
326954
327045
|
[
|
326955
|
-
"
|
327046
|
+
"double_sausage_muffin",
|
326956
327047
|
0
|
326957
327048
|
],
|
326958
327049
|
[
|
@@ -328367,10 +328458,6 @@
|
|
328367
328458
|
"double",
|
328368
328459
|
0
|
328369
328460
|
],
|
328370
|
-
[
|
328371
|
-
"egg",
|
328372
|
-
0
|
328373
|
-
],
|
328374
328461
|
[
|
328375
328462
|
"french",
|
328376
328463
|
0
|
@@ -328685,6 +328772,10 @@
|
|
328685
328772
|
"pancake",
|
328686
328773
|
0
|
328687
328774
|
],
|
328775
|
+
[
|
328776
|
+
"platter",
|
328777
|
+
0
|
328778
|
+
],
|
328688
328779
|
[
|
328689
328780
|
"sausage",
|
328690
328781
|
0
|
@@ -336381,11 +336472,11 @@
|
|
336381
336472
|
0
|
336382
336473
|
],
|
336383
336474
|
[
|
336384
|
-
"
|
336475
|
+
"premium_cod",
|
336385
336476
|
0
|
336386
336477
|
],
|
336387
336478
|
[
|
336388
|
-
"
|
336479
|
+
"bacon_deluxe",
|
336389
336480
|
0
|
336390
336481
|
]
|
336391
336482
|
],
|
@@ -336462,11 +336553,11 @@
|
|
336462
336553
|
0
|
336463
336554
|
],
|
336464
336555
|
[
|
336465
|
-
"
|
336556
|
+
"premium_cod",
|
336466
336557
|
0
|
336467
336558
|
],
|
336468
336559
|
[
|
336469
|
-
"
|
336560
|
+
"bacon_deluxe",
|
336470
336561
|
0
|
336471
336562
|
]
|
336472
336563
|
],
|
@@ -336539,11 +336630,11 @@
|
|
336539
336630
|
0
|
336540
336631
|
],
|
336541
336632
|
[
|
336542
|
-
"
|
336633
|
+
"premium_cod",
|
336543
336634
|
0
|
336544
336635
|
],
|
336545
336636
|
[
|
336546
|
-
"
|
336637
|
+
"bacon_deluxe",
|
336547
336638
|
0
|
336548
336639
|
]
|
336549
336640
|
],
|
@@ -336612,11 +336703,11 @@
|
|
336612
336703
|
0
|
336613
336704
|
],
|
336614
336705
|
[
|
336615
|
-
"
|
336706
|
+
"premium_cod",
|
336616
336707
|
0
|
336617
336708
|
],
|
336618
336709
|
[
|
336619
|
-
"
|
336710
|
+
"bacon_deluxe",
|
336620
336711
|
0
|
336621
336712
|
]
|
336622
336713
|
],
|
@@ -336681,11 +336772,11 @@
|
|
336681
336772
|
0
|
336682
336773
|
],
|
336683
336774
|
[
|
336684
|
-
"
|
336775
|
+
"premium_cod",
|
336685
336776
|
0
|
336686
336777
|
],
|
336687
336778
|
[
|
336688
|
-
"
|
336779
|
+
"bacon_deluxe",
|
336689
336780
|
0
|
336690
336781
|
]
|
336691
336782
|
],
|
@@ -336746,11 +336837,11 @@
|
|
336746
336837
|
0
|
336747
336838
|
],
|
336748
336839
|
[
|
336749
|
-
"
|
336840
|
+
"premium_cod",
|
336750
336841
|
0
|
336751
336842
|
],
|
336752
336843
|
[
|
336753
|
-
"
|
336844
|
+
"bacon_deluxe",
|
336754
336845
|
0
|
336755
336846
|
]
|
336756
336847
|
],
|
@@ -336807,11 +336898,11 @@
|
|
336807
336898
|
0
|
336808
336899
|
],
|
336809
336900
|
[
|
336810
|
-
"
|
336901
|
+
"premium_cod",
|
336811
336902
|
0
|
336812
336903
|
],
|
336813
336904
|
[
|
336814
|
-
"
|
336905
|
+
"bacon_deluxe",
|
336815
336906
|
0
|
336816
336907
|
]
|
336817
336908
|
],
|
@@ -336864,11 +336955,11 @@
|
|
336864
336955
|
0
|
336865
336956
|
],
|
336866
336957
|
[
|
336867
|
-
"
|
336958
|
+
"premium_cod",
|
336868
336959
|
0
|
336869
336960
|
],
|
336870
336961
|
[
|
336871
|
-
"
|
336962
|
+
"bacon_deluxe",
|
336872
336963
|
0
|
336873
336964
|
]
|
336874
336965
|
],
|
@@ -368989,15 +369080,15 @@
|
|
368989
369080
|
0
|
368990
369081
|
],
|
368991
369082
|
[
|
368992
|
-
"
|
369083
|
+
"iced_tea",
|
368993
369084
|
0
|
368994
369085
|
],
|
368995
369086
|
[
|
368996
|
-
"
|
369087
|
+
"diet_coke",
|
368997
369088
|
0
|
368998
369089
|
],
|
368999
369090
|
[
|
369000
|
-
"
|
369091
|
+
"coca_cola",
|
369001
369092
|
0
|
369002
369093
|
]
|
369003
369094
|
],
|
@@ -369074,15 +369165,15 @@
|
|
369074
369165
|
0
|
369075
369166
|
],
|
369076
369167
|
[
|
369077
|
-
"
|
369168
|
+
"iced_tea",
|
369078
369169
|
0
|
369079
369170
|
],
|
369080
369171
|
[
|
369081
|
-
"
|
369172
|
+
"diet_coke",
|
369082
369173
|
0
|
369083
369174
|
],
|
369084
369175
|
[
|
369085
|
-
"
|
369176
|
+
"coca_cola",
|
369086
369177
|
0
|
369087
369178
|
]
|
369088
369179
|
],
|
@@ -369155,15 +369246,15 @@
|
|
369155
369246
|
0
|
369156
369247
|
],
|
369157
369248
|
[
|
369158
|
-
"
|
369249
|
+
"iced_tea",
|
369159
369250
|
0
|
369160
369251
|
],
|
369161
369252
|
[
|
369162
|
-
"
|
369253
|
+
"diet_coke",
|
369163
369254
|
0
|
369164
369255
|
],
|
369165
369256
|
[
|
369166
|
-
"
|
369257
|
+
"coca_cola",
|
369167
369258
|
0
|
369168
369259
|
]
|
369169
369260
|
],
|
@@ -369232,15 +369323,15 @@
|
|
369232
369323
|
0
|
369233
369324
|
],
|
369234
369325
|
[
|
369235
|
-
"
|
369326
|
+
"iced_tea",
|
369236
369327
|
0
|
369237
369328
|
],
|
369238
369329
|
[
|
369239
|
-
"
|
369330
|
+
"diet_coke",
|
369240
369331
|
0
|
369241
369332
|
],
|
369242
369333
|
[
|
369243
|
-
"
|
369334
|
+
"coca_cola",
|
369244
369335
|
0
|
369245
369336
|
]
|
369246
369337
|
],
|
@@ -369354,11 +369445,11 @@
|
|
369354
369445
|
0
|
369355
369446
|
],
|
369356
369447
|
[
|
369357
|
-
"
|
369448
|
+
"iced_tea",
|
369358
369449
|
0
|
369359
369450
|
],
|
369360
369451
|
[
|
369361
|
-
"
|
369452
|
+
"diet_coke",
|
369362
369453
|
0
|
369363
369454
|
]
|
369364
369455
|
],
|
@@ -455550,7 +455641,7 @@
|
|
455550
455641
|
},
|
455551
455642
|
{
|
455552
455643
|
"op": [
|
455553
|
-
"
|
455644
|
+
"list",
|
455554
455645
|
0
|
455555
455646
|
],
|
455556
455647
|
"ops": [
|
@@ -455568,12 +455659,16 @@
|
|
455568
455659
|
{
|
455569
455660
|
"op": [
|
455570
455661
|
"list",
|
455571
|
-
|
455662
|
+
1
|
455572
455663
|
],
|
455573
455664
|
"ops": [
|
455574
455665
|
[
|
455575
|
-
"
|
455666
|
+
"counting",
|
455576
455667
|
0
|
455668
|
+
],
|
455669
|
+
[
|
455670
|
+
"list",
|
455671
|
+
1
|
455577
455672
|
]
|
455578
455673
|
],
|
455579
455674
|
"counter": 9
|
@@ -455610,14 +455705,8 @@
|
|
455610
455705
|
},
|
455611
455706
|
{
|
455612
455707
|
"op": [
|
455613
|
-
|
455614
|
-
|
455615
|
-
0
|
455616
|
-
],
|
455617
|
-
[
|
455618
|
-
"strawberry_smoothie",
|
455619
|
-
0
|
455620
|
-
]
|
455708
|
+
"smoothie",
|
455709
|
+
0
|
455621
455710
|
],
|
455622
455711
|
"ops": [
|
455623
455712
|
[
|
@@ -455625,28 +455714,65 @@
|
|
455625
455714
|
0
|
455626
455715
|
],
|
455627
455716
|
[
|
455628
|
-
"
|
455717
|
+
"counting",
|
455629
455718
|
0
|
455630
|
-
]
|
455719
|
+
]
|
455720
|
+
],
|
455721
|
+
"counter": 12
|
455722
|
+
},
|
455723
|
+
{
|
455724
|
+
"op": [
|
455725
|
+
"counting",
|
455726
|
+
0
|
455727
|
+
],
|
455728
|
+
"ops": [
|
455631
455729
|
[
|
455632
|
-
"
|
455730
|
+
"counting",
|
455633
455731
|
0
|
455634
455732
|
]
|
455635
455733
|
],
|
455636
|
-
"counter":
|
455734
|
+
"counter": 13
|
455637
455735
|
}
|
455638
455736
|
]
|
455639
455737
|
},
|
455640
455738
|
"trace": "undefined",
|
455641
455739
|
"contexts": [
|
455642
455740
|
{
|
455643
|
-
"
|
455644
|
-
|
455645
|
-
|
455646
|
-
|
455647
|
-
"
|
455648
|
-
|
455741
|
+
"quantity": {
|
455742
|
+
"quantity": {
|
455743
|
+
"instance": true,
|
455744
|
+
"value": 3,
|
455745
|
+
"text": "3",
|
455746
|
+
"marker": "number",
|
455747
|
+
"word": "3",
|
455748
|
+
"range": {
|
455749
|
+
"start": 22,
|
455750
|
+
"end": 22
|
455751
|
+
},
|
455752
|
+
"dead": true,
|
455753
|
+
"types": [
|
455754
|
+
"number"
|
455755
|
+
],
|
455756
|
+
"level": 1
|
455757
|
+
},
|
455758
|
+
"marker": "list",
|
455759
|
+
"default": true,
|
455760
|
+
"word": "and",
|
455761
|
+
"text": "(2 mango passion and (3 strawberry))",
|
455762
|
+
"range": {
|
455763
|
+
"start": 0,
|
455764
|
+
"end": 35
|
455765
|
+
},
|
455766
|
+
"types": [
|
455767
|
+
"list",
|
455768
|
+
"number"
|
455769
|
+
],
|
455770
|
+
"listable": true,
|
455771
|
+
"isList": true,
|
455772
|
+
"value": [
|
455773
|
+
{
|
455649
455774
|
"instance": true,
|
455775
|
+
"value": 2,
|
455650
455776
|
"text": "2",
|
455651
455777
|
"marker": "number",
|
455652
455778
|
"word": "2",
|
@@ -455655,32 +455781,16 @@
|
|
455655
455781
|
"end": 1
|
455656
455782
|
},
|
455657
455783
|
"dead": true,
|
455658
|
-
"types": [
|
455659
|
-
"number"
|
455660
|
-
],
|
455661
455784
|
"level": 1
|
455662
455785
|
},
|
455663
|
-
|
455664
|
-
"number": "many",
|
455665
|
-
"text": "2 mango passion smoothies",
|
455666
|
-
"marker": "mango_passion_smoothie",
|
455667
|
-
"word": "smoothies",
|
455668
|
-
"range": {
|
455669
|
-
"start": 0,
|
455670
|
-
"end": 45
|
455671
|
-
},
|
455672
|
-
"types": [
|
455673
|
-
"mango_passion_smoothie",
|
455674
|
-
"smoothie"
|
455675
|
-
],
|
455676
|
-
"modifier_mango_passion": {
|
455786
|
+
{
|
455677
455787
|
"value": "mango_passion",
|
455678
|
-
"number":
|
455679
|
-
"text": "
|
455788
|
+
"number": "one",
|
455789
|
+
"text": "mango passion",
|
455680
455790
|
"marker": "mango_passion",
|
455681
455791
|
"word": "passion",
|
455682
455792
|
"range": {
|
455683
|
-
"start":
|
455793
|
+
"start": 3,
|
455684
455794
|
"end": 15
|
455685
455795
|
},
|
455686
455796
|
"types": [
|
@@ -455705,18 +455815,20 @@
|
|
455705
455815
|
"atomic": true,
|
455706
455816
|
"dead": true,
|
455707
455817
|
"modifiers": [
|
455708
|
-
"quantity",
|
455709
455818
|
"modifier_mango"
|
455710
455819
|
],
|
455820
|
+
"level": 1
|
455821
|
+
},
|
455822
|
+
{
|
455711
455823
|
"quantity": {
|
455712
|
-
"value": 2,
|
455713
455824
|
"instance": true,
|
455714
|
-
"
|
455825
|
+
"value": 3,
|
455826
|
+
"text": "3",
|
455715
455827
|
"marker": "number",
|
455716
|
-
"word": "
|
455828
|
+
"word": "3",
|
455717
455829
|
"range": {
|
455718
|
-
"start":
|
455719
|
-
"end":
|
455830
|
+
"start": 22,
|
455831
|
+
"end": 22
|
455720
455832
|
},
|
455721
455833
|
"dead": true,
|
455722
455834
|
"types": [
|
@@ -455724,20 +455836,85 @@
|
|
455724
455836
|
],
|
455725
455837
|
"level": 1
|
455726
455838
|
},
|
455839
|
+
"value": "strawberry",
|
455840
|
+
"number": 3,
|
455841
|
+
"text": "(3 strawberry)",
|
455842
|
+
"marker": "strawberry",
|
455843
|
+
"word": "strawberry",
|
455844
|
+
"range": {
|
455845
|
+
"start": 21,
|
455846
|
+
"end": 34
|
455847
|
+
},
|
455848
|
+
"dead": true,
|
455849
|
+
"types": [
|
455850
|
+
"strawberry"
|
455851
|
+
],
|
455852
|
+
"modifiers": [
|
455853
|
+
"quantity"
|
455854
|
+
],
|
455727
455855
|
"instance": true,
|
455856
|
+
"parenthesis": "(",
|
455728
455857
|
"level": 1
|
455858
|
+
}
|
455859
|
+
],
|
455860
|
+
"parenthesis": "(",
|
455861
|
+
"level": 1
|
455862
|
+
},
|
455863
|
+
"value": "smoothie",
|
455864
|
+
"number": [
|
455865
|
+
{
|
455866
|
+
"instance": true,
|
455867
|
+
"value": 2,
|
455868
|
+
"text": "2",
|
455869
|
+
"marker": "number",
|
455870
|
+
"word": "2",
|
455871
|
+
"range": {
|
455872
|
+
"start": 1,
|
455873
|
+
"end": 1
|
455874
|
+
},
|
455875
|
+
"dead": true,
|
455876
|
+
"level": 1
|
455877
|
+
},
|
455878
|
+
{
|
455879
|
+
"value": "mango_passion",
|
455880
|
+
"number": "one",
|
455881
|
+
"text": "mango passion",
|
455882
|
+
"marker": "mango_passion",
|
455883
|
+
"word": "passion",
|
455884
|
+
"range": {
|
455885
|
+
"start": 3,
|
455886
|
+
"end": 15
|
455887
|
+
},
|
455888
|
+
"types": [
|
455889
|
+
"mango_passion",
|
455890
|
+
"passion"
|
455891
|
+
],
|
455892
|
+
"modifier_mango": {
|
455893
|
+
"value": "mango",
|
455894
|
+
"number": "one",
|
455895
|
+
"text": "mango",
|
455896
|
+
"marker": "mango",
|
455897
|
+
"word": "mango",
|
455898
|
+
"range": {
|
455899
|
+
"start": 3,
|
455900
|
+
"end": 7
|
455901
|
+
},
|
455902
|
+
"types": [
|
455903
|
+
"mango"
|
455904
|
+
],
|
455905
|
+
"level": 0
|
455729
455906
|
},
|
455730
455907
|
"atomic": true,
|
455731
455908
|
"dead": true,
|
455732
455909
|
"modifiers": [
|
455733
|
-
"
|
455910
|
+
"modifier_mango"
|
455734
455911
|
],
|
455735
455912
|
"level": 1
|
455736
455913
|
},
|
455737
455914
|
{
|
455738
455915
|
"quantity": {
|
455739
|
-
"value": 3,
|
455740
455916
|
"instance": true,
|
455917
|
+
"value": 3,
|
455741
455918
|
"text": "3",
|
455742
455919
|
"marker": "number",
|
455743
455920
|
"word": "3",
|
@@ -455751,70 +455928,43 @@
|
|
455751
455928
|
],
|
455752
455929
|
"level": 1
|
455753
455930
|
},
|
455754
|
-
"value": "
|
455755
|
-
"number":
|
455756
|
-
"text": "(3 strawberry)
|
455757
|
-
"marker": "
|
455758
|
-
"word": "
|
455931
|
+
"value": "strawberry",
|
455932
|
+
"number": 3,
|
455933
|
+
"text": "(3 strawberry)",
|
455934
|
+
"marker": "strawberry",
|
455935
|
+
"word": "strawberry",
|
455759
455936
|
"range": {
|
455760
|
-
"start":
|
455761
|
-
"end":
|
455937
|
+
"start": 21,
|
455938
|
+
"end": 34
|
455762
455939
|
},
|
455940
|
+
"dead": true,
|
455763
455941
|
"types": [
|
455764
|
-
"
|
455765
|
-
"smoothie",
|
455766
|
-
"strawberry_smoothie"
|
455942
|
+
"strawberry"
|
455767
455943
|
],
|
455768
|
-
"modifier_strawberry": {
|
455769
|
-
"quantity": {
|
455770
|
-
"value": 3,
|
455771
|
-
"instance": true,
|
455772
|
-
"text": "3",
|
455773
|
-
"marker": "number",
|
455774
|
-
"word": "3",
|
455775
|
-
"range": {
|
455776
|
-
"start": 22,
|
455777
|
-
"end": 22
|
455778
|
-
},
|
455779
|
-
"dead": true,
|
455780
|
-
"types": [
|
455781
|
-
"number"
|
455782
|
-
],
|
455783
|
-
"level": 1
|
455784
|
-
},
|
455785
|
-
"value": "strawberry",
|
455786
|
-
"number": 3,
|
455787
|
-
"text": "(3 strawberry)",
|
455788
|
-
"marker": "strawberry",
|
455789
|
-
"word": "strawberry",
|
455790
|
-
"range": {
|
455791
|
-
"start": 21,
|
455792
|
-
"end": 34
|
455793
|
-
},
|
455794
|
-
"dead": true,
|
455795
|
-
"types": [
|
455796
|
-
"strawberry"
|
455797
|
-
],
|
455798
|
-
"modifiers": [
|
455799
|
-
"quantity"
|
455800
|
-
],
|
455801
|
-
"instance": true,
|
455802
|
-
"parenthesis": "(",
|
455803
|
-
"level": 1
|
455804
|
-
},
|
455805
|
-
"atomic": true,
|
455806
|
-
"dead": true,
|
455807
455944
|
"modifiers": [
|
455808
|
-
"
|
455945
|
+
"quantity"
|
455809
455946
|
],
|
455947
|
+
"instance": true,
|
455948
|
+
"parenthesis": "(",
|
455810
455949
|
"level": 1
|
455811
455950
|
}
|
455812
455951
|
],
|
455952
|
+
"text": "(2 mango passion and (3 strawberry)) smoothies",
|
455953
|
+
"marker": "smoothie",
|
455954
|
+
"word": "smoothies",
|
455813
455955
|
"range": {
|
455814
455956
|
"start": 0,
|
455815
455957
|
"end": 45
|
455816
455958
|
},
|
455817
|
-
"
|
455959
|
+
"dead": true,
|
455960
|
+
"types": [
|
455961
|
+
"smoothie"
|
455962
|
+
],
|
455963
|
+
"modifiers": [
|
455964
|
+
"quantity"
|
455965
|
+
],
|
455966
|
+
"instance": true,
|
455967
|
+
"level": 1,
|
455818
455968
|
"topLevel": true
|
455819
455969
|
}
|
455820
455970
|
],
|
@@ -455822,7 +455972,7 @@
|
|
455822
455972
|
""
|
455823
455973
|
],
|
455824
455974
|
"paraphrases": [
|
455825
|
-
"2 mango passion
|
455975
|
+
"(2, mango passion and (3 strawberry)) smoothies"
|
455826
455976
|
],
|
455827
455977
|
"paraphrasesParenthesized": [],
|
455828
455978
|
"generatedParenthesized": [],
|
@@ -519859,6 +520009,7 @@
|
|
519859
520009
|
"drink"
|
519860
520010
|
],
|
519861
520011
|
"pullFromContext": false,
|
520012
|
+
"instance": true,
|
519862
520013
|
"concept": true,
|
519863
520014
|
"wantsValue": true,
|
519864
520015
|
"determiner": {
|
@@ -549049,7 +549200,7 @@
|
|
549049
549200
|
"((meal/* && context.comboNumber == undefined) [comboMeal] (combo/*))",
|
549050
549201
|
"((combo/*) [comboNumber] (number/* || numberNumberCombo/*))",
|
549051
549202
|
"((numberNumberCombo/1) [numberNumberCombo_combo|] (combo/0))",
|
549052
|
-
"((number/0,1 && context.instance ==
|
549203
|
+
"((number/0,1 && context.instance == false) [numberNumberCombo] (number/0,1 && instance == true))",
|
549053
549204
|
"((combo/*) [([withModification|with] ([modification]))])"
|
549054
549205
|
],
|
549055
549206
|
"floaters": [
|
@@ -559211,11 +559362,11 @@
|
|
559211
559362
|
0
|
559212
559363
|
],
|
559213
559364
|
[
|
559214
|
-
"
|
559365
|
+
"crispy_chicken",
|
559215
559366
|
0
|
559216
559367
|
],
|
559217
559368
|
[
|
559218
|
-
"
|
559369
|
+
"chicken_club",
|
559219
559370
|
0
|
559220
559371
|
]
|
559221
559372
|
],
|
@@ -559273,11 +559424,11 @@
|
|
559273
559424
|
0
|
559274
559425
|
],
|
559275
559426
|
[
|
559276
|
-
"
|
559427
|
+
"crispy_chicken_club",
|
559277
559428
|
0
|
559278
559429
|
],
|
559279
559430
|
[
|
559280
|
-
"
|
559431
|
+
"chicken_sandwich",
|
559281
559432
|
0
|
559282
559433
|
],
|
559283
559434
|
[
|
@@ -569057,11 +569208,11 @@
|
|
569057
569208
|
0
|
569058
569209
|
],
|
569059
569210
|
[
|
569060
|
-
"
|
569211
|
+
"crispy_chicken",
|
569061
569212
|
0
|
569062
569213
|
],
|
569063
569214
|
[
|
569064
|
-
"
|
569215
|
+
"chicken_sandwich",
|
569065
569216
|
0
|
569066
569217
|
],
|
569067
569218
|
[
|
@@ -569069,7 +569220,7 @@
|
|
569069
569220
|
0
|
569070
569221
|
],
|
569071
569222
|
[
|
569072
|
-
"
|
569223
|
+
"bacon_cheeseburger",
|
569073
569224
|
0
|
569074
569225
|
]
|
569075
569226
|
],
|
@@ -569150,11 +569301,11 @@
|
|
569150
569301
|
0
|
569151
569302
|
],
|
569152
569303
|
[
|
569153
|
-
"
|
569304
|
+
"crispy_chicken",
|
569154
569305
|
0
|
569155
569306
|
],
|
569156
569307
|
[
|
569157
|
-
"
|
569308
|
+
"chicken_sandwich",
|
569158
569309
|
0
|
569159
569310
|
],
|
569160
569311
|
[
|
@@ -569162,7 +569313,7 @@
|
|
569162
569313
|
0
|
569163
569314
|
],
|
569164
569315
|
[
|
569165
|
-
"
|
569316
|
+
"bacon_cheeseburger",
|
569166
569317
|
0
|
569167
569318
|
]
|
569168
569319
|
],
|
@@ -569239,11 +569390,11 @@
|
|
569239
569390
|
0
|
569240
569391
|
],
|
569241
569392
|
[
|
569242
|
-
"
|
569393
|
+
"crispy_chicken",
|
569243
569394
|
0
|
569244
569395
|
],
|
569245
569396
|
[
|
569246
|
-
"
|
569397
|
+
"chicken_sandwich",
|
569247
569398
|
0
|
569248
569399
|
],
|
569249
569400
|
[
|
@@ -569251,7 +569402,7 @@
|
|
569251
569402
|
0
|
569252
569403
|
],
|
569253
569404
|
[
|
569254
|
-
"
|
569405
|
+
"bacon_cheeseburger",
|
569255
569406
|
0
|
569256
569407
|
]
|
569257
569408
|
],
|
@@ -569470,7 +569621,7 @@
|
|
569470
569621
|
0
|
569471
569622
|
],
|
569472
569623
|
[
|
569473
|
-
"
|
569624
|
+
"crispy_chicken",
|
569474
569625
|
0
|
569475
569626
|
],
|
569476
569627
|
[
|
@@ -569478,7 +569629,7 @@
|
|
569478
569629
|
0
|
569479
569630
|
],
|
569480
569631
|
[
|
569481
|
-
"
|
569632
|
+
"go_wrap",
|
569482
569633
|
0
|
569483
569634
|
]
|
569484
569635
|
],
|
@@ -569560,11 +569711,11 @@
|
|
569560
569711
|
0
|
569561
569712
|
],
|
569562
569713
|
[
|
569563
|
-
"
|
569714
|
+
"chicken_sandwich",
|
569564
569715
|
0
|
569565
569716
|
],
|
569566
569717
|
[
|
569567
|
-
"
|
569718
|
+
"chicken_go_wrap",
|
569568
569719
|
0
|
569569
569720
|
],
|
569570
569721
|
[
|
@@ -569641,19 +569792,19 @@
|
|
569641
569792
|
0
|
569642
569793
|
],
|
569643
569794
|
[
|
569644
|
-
"
|
569795
|
+
"value_meal",
|
569645
569796
|
0
|
569646
569797
|
],
|
569647
569798
|
[
|
569648
|
-
"
|
569799
|
+
"chicken_sandwich",
|
569649
569800
|
0
|
569650
569801
|
],
|
569651
569802
|
[
|
569652
|
-
"
|
569803
|
+
"crispy_chicken",
|
569653
569804
|
0
|
569654
569805
|
],
|
569655
569806
|
[
|
569656
|
-
"
|
569807
|
+
"chicken_club",
|
569657
569808
|
0
|
569658
569809
|
]
|
569659
569810
|
],
|
@@ -569723,11 +569874,11 @@
|
|
569723
569874
|
0
|
569724
569875
|
],
|
569725
569876
|
[
|
569726
|
-
"
|
569877
|
+
"crispy_chicken_club",
|
569727
569878
|
0
|
569728
569879
|
],
|
569729
569880
|
[
|
569730
|
-
"
|
569881
|
+
"chicken_sandwich",
|
569731
569882
|
0
|
569732
569883
|
],
|
569733
569884
|
[
|
@@ -570347,6 +570498,106 @@
|
|
570347
570498
|
0
|
570348
570499
|
]
|
570349
570500
|
],
|
570501
|
+
[
|
570502
|
+
[
|
570503
|
+
"bacon",
|
570504
|
+
0
|
570505
|
+
],
|
570506
|
+
[
|
570507
|
+
"cheeseburger",
|
570508
|
+
0
|
570509
|
+
],
|
570510
|
+
[
|
570511
|
+
"chicken",
|
570512
|
+
0
|
570513
|
+
],
|
570514
|
+
[
|
570515
|
+
"club",
|
570516
|
+
0
|
570517
|
+
],
|
570518
|
+
[
|
570519
|
+
"comma",
|
570520
|
+
0
|
570521
|
+
],
|
570522
|
+
[
|
570523
|
+
"crispy",
|
570524
|
+
0
|
570525
|
+
],
|
570526
|
+
[
|
570527
|
+
"go",
|
570528
|
+
0
|
570529
|
+
],
|
570530
|
+
[
|
570531
|
+
"is",
|
570532
|
+
0
|
570533
|
+
],
|
570534
|
+
[
|
570535
|
+
"junior",
|
570536
|
+
0
|
570537
|
+
],
|
570538
|
+
[
|
570539
|
+
"list",
|
570540
|
+
0
|
570541
|
+
],
|
570542
|
+
[
|
570543
|
+
"meal",
|
570544
|
+
0
|
570545
|
+
],
|
570546
|
+
[
|
570547
|
+
"value",
|
570548
|
+
0
|
570549
|
+
],
|
570550
|
+
[
|
570551
|
+
"wrap",
|
570552
|
+
0
|
570553
|
+
]
|
570554
|
+
],
|
570555
|
+
[
|
570556
|
+
[
|
570557
|
+
"chicken",
|
570558
|
+
0
|
570559
|
+
],
|
570560
|
+
[
|
570561
|
+
"club",
|
570562
|
+
0
|
570563
|
+
],
|
570564
|
+
[
|
570565
|
+
"comma",
|
570566
|
+
0
|
570567
|
+
],
|
570568
|
+
[
|
570569
|
+
"crispy",
|
570570
|
+
0
|
570571
|
+
],
|
570572
|
+
[
|
570573
|
+
"go",
|
570574
|
+
0
|
570575
|
+
],
|
570576
|
+
[
|
570577
|
+
"is",
|
570578
|
+
0
|
570579
|
+
],
|
570580
|
+
[
|
570581
|
+
"junior",
|
570582
|
+
0
|
570583
|
+
],
|
570584
|
+
[
|
570585
|
+
"list",
|
570586
|
+
0
|
570587
|
+
],
|
570588
|
+
[
|
570589
|
+
"meal",
|
570590
|
+
0
|
570591
|
+
],
|
570592
|
+
[
|
570593
|
+
"value",
|
570594
|
+
0
|
570595
|
+
],
|
570596
|
+
[
|
570597
|
+
"wrap",
|
570598
|
+
0
|
570599
|
+
]
|
570600
|
+
],
|
570350
570601
|
[
|
570351
570602
|
[
|
570352
570603
|
"chicken",
|
@@ -580314,8 +580565,8 @@
|
|
580314
580565
|
},
|
580315
580566
|
{
|
580316
580567
|
"op": [
|
580317
|
-
"
|
580318
|
-
|
580568
|
+
"list",
|
580569
|
+
1
|
580319
580570
|
],
|
580320
580571
|
"ops": [
|
580321
580572
|
[
|
@@ -580339,10 +580590,14 @@
|
|
580339
580590
|
},
|
580340
580591
|
{
|
580341
580592
|
"op": [
|
580342
|
-
"
|
580343
|
-
|
580593
|
+
"combo",
|
580594
|
+
0
|
580344
580595
|
],
|
580345
580596
|
"ops": [
|
580597
|
+
[
|
580598
|
+
"combo",
|
580599
|
+
0
|
580600
|
+
],
|
580346
580601
|
[
|
580347
580602
|
"is",
|
580348
580603
|
0
|
@@ -580703,6 +580958,24 @@
|
|
580703
580958
|
0
|
580704
580959
|
]
|
580705
580960
|
],
|
580961
|
+
[
|
580962
|
+
[
|
580963
|
+
"combo",
|
580964
|
+
0
|
580965
|
+
],
|
580966
|
+
[
|
580967
|
+
"is",
|
580968
|
+
0
|
580969
|
+
],
|
580970
|
+
[
|
580971
|
+
"list",
|
580972
|
+
1
|
580973
|
+
],
|
580974
|
+
[
|
580975
|
+
"sizeable",
|
580976
|
+
0
|
580977
|
+
]
|
580978
|
+
],
|
580706
580979
|
[
|
580707
580980
|
[
|
580708
580981
|
"is",
|
@@ -581426,6 +581699,20 @@
|
|
581426
581699
|
1
|
581427
581700
|
]
|
581428
581701
|
],
|
581702
|
+
[
|
581703
|
+
[
|
581704
|
+
"a",
|
581705
|
+
0
|
581706
|
+
],
|
581707
|
+
[
|
581708
|
+
"is",
|
581709
|
+
0
|
581710
|
+
],
|
581711
|
+
[
|
581712
|
+
"unknown",
|
581713
|
+
1
|
581714
|
+
]
|
581715
|
+
],
|
581429
581716
|
[
|
581430
581717
|
[
|
581431
581718
|
"apple",
|
@@ -581677,10 +581964,118 @@
|
|
581677
581964
|
"deluxe",
|
581678
581965
|
0
|
581679
581966
|
],
|
581680
|
-
[
|
581681
|
-
"double",
|
581682
|
-
0
|
581683
|
-
],
|
581967
|
+
[
|
581968
|
+
"double",
|
581969
|
+
0
|
581970
|
+
],
|
581971
|
+
[
|
581972
|
+
"homestyle",
|
581973
|
+
0
|
581974
|
+
],
|
581975
|
+
[
|
581976
|
+
"is",
|
581977
|
+
0
|
581978
|
+
],
|
581979
|
+
[
|
581980
|
+
"list",
|
581981
|
+
0
|
581982
|
+
],
|
581983
|
+
[
|
581984
|
+
"meal",
|
581985
|
+
0
|
581986
|
+
],
|
581987
|
+
[
|
581988
|
+
"premium",
|
581989
|
+
0
|
581990
|
+
],
|
581991
|
+
[
|
581992
|
+
"single",
|
581993
|
+
0
|
581994
|
+
],
|
581995
|
+
[
|
581996
|
+
"spicy",
|
581997
|
+
0
|
581998
|
+
],
|
581999
|
+
[
|
582000
|
+
"triple",
|
582001
|
+
0
|
582002
|
+
]
|
582003
|
+
],
|
582004
|
+
[
|
582005
|
+
[
|
582006
|
+
"bacon",
|
582007
|
+
0
|
582008
|
+
],
|
582009
|
+
[
|
582010
|
+
"baconator",
|
582011
|
+
0
|
582012
|
+
],
|
582013
|
+
[
|
582014
|
+
"cod",
|
582015
|
+
0
|
582016
|
+
],
|
582017
|
+
[
|
582018
|
+
"comma",
|
582019
|
+
0
|
582020
|
+
],
|
582021
|
+
[
|
582022
|
+
"deluxe",
|
582023
|
+
0
|
582024
|
+
],
|
582025
|
+
[
|
582026
|
+
"double",
|
582027
|
+
0
|
582028
|
+
],
|
582029
|
+
[
|
582030
|
+
"homestyle",
|
582031
|
+
0
|
582032
|
+
],
|
582033
|
+
[
|
582034
|
+
"is",
|
582035
|
+
0
|
582036
|
+
],
|
582037
|
+
[
|
582038
|
+
"list",
|
582039
|
+
0
|
582040
|
+
],
|
582041
|
+
[
|
582042
|
+
"meal",
|
582043
|
+
0
|
582044
|
+
],
|
582045
|
+
[
|
582046
|
+
"premium",
|
582047
|
+
0
|
582048
|
+
],
|
582049
|
+
[
|
582050
|
+
"spicy",
|
582051
|
+
0
|
582052
|
+
],
|
582053
|
+
[
|
582054
|
+
"triple",
|
582055
|
+
0
|
582056
|
+
]
|
582057
|
+
],
|
582058
|
+
[
|
582059
|
+
[
|
582060
|
+
"bacon",
|
582061
|
+
0
|
582062
|
+
],
|
582063
|
+
[
|
582064
|
+
"baconator",
|
582065
|
+
0
|
582066
|
+
],
|
582067
|
+
[
|
582068
|
+
"cod",
|
582069
|
+
0
|
582070
|
+
],
|
582071
|
+
[
|
582072
|
+
"comma",
|
582073
|
+
0
|
582074
|
+
],
|
582075
|
+
[
|
582076
|
+
"deluxe",
|
582077
|
+
0
|
582078
|
+
],
|
581684
582079
|
[
|
581685
582080
|
"homestyle",
|
581686
582081
|
0
|
@@ -581701,17 +582096,9 @@
|
|
581701
582096
|
"premium",
|
581702
582097
|
0
|
581703
582098
|
],
|
581704
|
-
[
|
581705
|
-
"single",
|
581706
|
-
0
|
581707
|
-
],
|
581708
582099
|
[
|
581709
582100
|
"spicy",
|
581710
582101
|
0
|
581711
|
-
],
|
581712
|
-
[
|
581713
|
-
"triple",
|
581714
|
-
0
|
581715
582102
|
]
|
581716
582103
|
],
|
581717
582104
|
[
|
@@ -581735,10 +582122,6 @@
|
|
581735
582122
|
"deluxe",
|
581736
582123
|
0
|
581737
582124
|
],
|
581738
|
-
[
|
581739
|
-
"double",
|
581740
|
-
0
|
581741
|
-
],
|
581742
582125
|
[
|
581743
582126
|
"homestyle",
|
581744
582127
|
0
|
@@ -581774,27 +582157,7 @@
|
|
581774
582157
|
0
|
581775
582158
|
],
|
581776
582159
|
[
|
581777
|
-
"
|
581778
|
-
0
|
581779
|
-
],
|
581780
|
-
[
|
581781
|
-
"cod",
|
581782
|
-
0
|
581783
|
-
],
|
581784
|
-
[
|
581785
|
-
"comma",
|
581786
|
-
0
|
581787
|
-
],
|
581788
|
-
[
|
581789
|
-
"deluxe",
|
581790
|
-
0
|
581791
|
-
],
|
581792
|
-
[
|
581793
|
-
"homestyle",
|
581794
|
-
0
|
581795
|
-
],
|
581796
|
-
[
|
581797
|
-
"is",
|
582160
|
+
"cheddar",
|
581798
582161
|
0
|
581799
582162
|
],
|
581800
582163
|
[
|
@@ -581802,15 +582165,15 @@
|
|
581802
582165
|
0
|
581803
582166
|
],
|
581804
582167
|
[
|
581805
|
-
"
|
582168
|
+
"literally",
|
581806
582169
|
0
|
581807
582170
|
],
|
581808
582171
|
[
|
581809
|
-
"
|
582172
|
+
"modifies",
|
581810
582173
|
0
|
581811
582174
|
],
|
581812
582175
|
[
|
581813
|
-
"
|
582176
|
+
"potato",
|
581814
582177
|
0
|
581815
582178
|
]
|
581816
582179
|
],
|
@@ -581820,73 +582183,55 @@
|
|
581820
582183
|
0
|
581821
582184
|
],
|
581822
582185
|
[
|
581823
|
-
"
|
581824
|
-
0
|
581825
|
-
],
|
581826
|
-
[
|
581827
|
-
"cod",
|
581828
|
-
0
|
581829
|
-
],
|
581830
|
-
[
|
581831
|
-
"comma",
|
581832
|
-
0
|
581833
|
-
],
|
581834
|
-
[
|
581835
|
-
"deluxe",
|
582186
|
+
"cheeseburger",
|
581836
582187
|
0
|
581837
582188
|
],
|
581838
582189
|
[
|
581839
|
-
"
|
582190
|
+
"chicken",
|
581840
582191
|
0
|
581841
582192
|
],
|
581842
582193
|
[
|
581843
|
-
"
|
582194
|
+
"club",
|
581844
582195
|
0
|
581845
582196
|
],
|
581846
582197
|
[
|
581847
|
-
"
|
582198
|
+
"comma",
|
581848
582199
|
0
|
581849
582200
|
],
|
581850
582201
|
[
|
581851
|
-
"
|
582202
|
+
"crispy",
|
581852
582203
|
0
|
581853
582204
|
],
|
581854
582205
|
[
|
581855
|
-
"
|
582206
|
+
"go",
|
581856
582207
|
0
|
581857
582208
|
],
|
581858
582209
|
[
|
581859
|
-
"
|
582210
|
+
"is",
|
581860
582211
|
0
|
581861
582212
|
],
|
581862
582213
|
[
|
581863
|
-
"
|
581864
|
-
0
|
581865
|
-
]
|
581866
|
-
],
|
581867
|
-
[
|
581868
|
-
[
|
581869
|
-
"bacon",
|
582214
|
+
"junior",
|
581870
582215
|
0
|
581871
582216
|
],
|
581872
582217
|
[
|
581873
|
-
"
|
582218
|
+
"list",
|
581874
582219
|
0
|
581875
582220
|
],
|
581876
582221
|
[
|
581877
|
-
"
|
582222
|
+
"meal",
|
581878
582223
|
0
|
581879
582224
|
],
|
581880
582225
|
[
|
581881
|
-
"
|
582226
|
+
"nugget",
|
581882
582227
|
0
|
581883
582228
|
],
|
581884
582229
|
[
|
581885
|
-
"
|
582230
|
+
"value",
|
581886
582231
|
0
|
581887
582232
|
],
|
581888
582233
|
[
|
581889
|
-
"
|
582234
|
+
"wrap",
|
581890
582235
|
0
|
581891
582236
|
]
|
581892
582237
|
],
|
@@ -581935,10 +582280,6 @@
|
|
581935
582280
|
"meal",
|
581936
582281
|
0
|
581937
582282
|
],
|
581938
|
-
[
|
581939
|
-
"nugget",
|
581940
|
-
0
|
581941
|
-
],
|
581942
582283
|
[
|
581943
582284
|
"value",
|
581944
582285
|
0
|
@@ -583193,10 +583534,6 @@
|
|
583193
583534
|
"double",
|
583194
583535
|
0
|
583195
583536
|
],
|
583196
|
-
[
|
583197
|
-
"egg",
|
583198
|
-
0
|
583199
|
-
],
|
583200
583537
|
[
|
583201
583538
|
"french",
|
583202
583539
|
0
|
@@ -583511,6 +583848,10 @@
|
|
583511
583848
|
"pancake",
|
583512
583849
|
0
|
583513
583850
|
],
|
583851
|
+
[
|
583852
|
+
"platter",
|
583853
|
+
0
|
583854
|
+
],
|
583514
583855
|
[
|
583515
583856
|
"sausage",
|
583516
583857
|
0
|
@@ -584140,6 +584481,52 @@
|
|
584140
584481
|
0
|
584141
584482
|
]
|
584142
584483
|
],
|
584484
|
+
[
|
584485
|
+
[
|
584486
|
+
"chicken",
|
584487
|
+
0
|
584488
|
+
],
|
584489
|
+
[
|
584490
|
+
"club",
|
584491
|
+
0
|
584492
|
+
],
|
584493
|
+
[
|
584494
|
+
"comma",
|
584495
|
+
0
|
584496
|
+
],
|
584497
|
+
[
|
584498
|
+
"crispy",
|
584499
|
+
0
|
584500
|
+
],
|
584501
|
+
[
|
584502
|
+
"go",
|
584503
|
+
0
|
584504
|
+
],
|
584505
|
+
[
|
584506
|
+
"is",
|
584507
|
+
0
|
584508
|
+
],
|
584509
|
+
[
|
584510
|
+
"junior",
|
584511
|
+
0
|
584512
|
+
],
|
584513
|
+
[
|
584514
|
+
"list",
|
584515
|
+
0
|
584516
|
+
],
|
584517
|
+
[
|
584518
|
+
"meal",
|
584519
|
+
0
|
584520
|
+
],
|
584521
|
+
[
|
584522
|
+
"value",
|
584523
|
+
0
|
584524
|
+
],
|
584525
|
+
[
|
584526
|
+
"wrap",
|
584527
|
+
0
|
584528
|
+
]
|
584529
|
+
],
|
584143
584530
|
[
|
584144
584531
|
[
|
584145
584532
|
"chicken",
|
@@ -585352,6 +585739,24 @@
|
|
585352
585739
|
0
|
585353
585740
|
]
|
585354
585741
|
],
|
585742
|
+
[
|
585743
|
+
[
|
585744
|
+
"combo",
|
585745
|
+
0
|
585746
|
+
],
|
585747
|
+
[
|
585748
|
+
"is",
|
585749
|
+
0
|
585750
|
+
],
|
585751
|
+
[
|
585752
|
+
"list",
|
585753
|
+
1
|
585754
|
+
],
|
585755
|
+
[
|
585756
|
+
"sizeable",
|
585757
|
+
0
|
585758
|
+
]
|
585759
|
+
],
|
585355
585760
|
[
|
585356
585761
|
[
|
585357
585762
|
"comma",
|
@@ -585442,6 +585847,10 @@
|
|
585442
585847
|
[
|
585443
585848
|
"list",
|
585444
585849
|
0
|
585850
|
+
],
|
585851
|
+
[
|
585852
|
+
"strawberry",
|
585853
|
+
0
|
585445
585854
|
]
|
585446
585855
|
],
|
585447
585856
|
[
|
@@ -585455,11 +585864,7 @@
|
|
585455
585864
|
],
|
585456
585865
|
[
|
585457
585866
|
"list",
|
585458
|
-
|
585459
|
-
],
|
585460
|
-
[
|
585461
|
-
"strawberry",
|
585462
|
-
0
|
585867
|
+
1
|
585463
585868
|
]
|
585464
585869
|
],
|
585465
585870
|
[
|
@@ -585474,6 +585879,10 @@
|
|
585474
585879
|
[
|
585475
585880
|
"list",
|
585476
585881
|
1
|
585882
|
+
],
|
585883
|
+
[
|
585884
|
+
"strawberry",
|
585885
|
+
0
|
585477
585886
|
]
|
585478
585887
|
],
|
585479
585888
|
[
|
@@ -585974,24 +586383,6 @@
|
|
585974
586383
|
1
|
585975
586384
|
]
|
585976
586385
|
],
|
585977
|
-
[
|
585978
|
-
[
|
585979
|
-
"ingredient",
|
585980
|
-
0
|
585981
|
-
],
|
585982
|
-
[
|
585983
|
-
"is",
|
585984
|
-
0
|
585985
|
-
],
|
585986
|
-
[
|
585987
|
-
"list",
|
585988
|
-
0
|
585989
|
-
],
|
585990
|
-
[
|
585991
|
-
"smoothie",
|
585992
|
-
0
|
585993
|
-
]
|
585994
|
-
],
|
585995
586386
|
[
|
585996
586387
|
[
|
585997
586388
|
"ingredient",
|
@@ -586048,6 +586439,10 @@
|
|
586048
586439
|
[
|
586049
586440
|
"smoothie",
|
586050
586441
|
0
|
586442
|
+
],
|
586443
|
+
[
|
586444
|
+
"strawberry",
|
586445
|
+
0
|
586051
586446
|
]
|
586052
586447
|
],
|
586053
586448
|
[
|
@@ -586414,6 +586809,24 @@
|
|
586414
586809
|
1
|
586415
586810
|
]
|
586416
586811
|
],
|
586812
|
+
[
|
586813
|
+
[
|
586814
|
+
"is",
|
586815
|
+
0
|
586816
|
+
],
|
586817
|
+
[
|
586818
|
+
"list",
|
586819
|
+
1
|
586820
|
+
],
|
586821
|
+
[
|
586822
|
+
"sandwich",
|
586823
|
+
0
|
586824
|
+
],
|
586825
|
+
[
|
586826
|
+
"unknown",
|
586827
|
+
1
|
586828
|
+
]
|
586829
|
+
],
|
586417
586830
|
[
|
586418
586831
|
[
|
586419
586832
|
"is",
|
@@ -586695,6 +587108,10 @@
|
|
586695
587108
|
[
|
586696
587109
|
[
|
586697
587110
|
"list",
|
587111
|
+
1
|
587112
|
+
],
|
587113
|
+
[
|
587114
|
+
"literally",
|
586698
587115
|
0
|
586699
587116
|
],
|
586700
587117
|
[
|
@@ -586702,8 +587119,8 @@
|
|
586702
587119
|
0
|
586703
587120
|
],
|
586704
587121
|
[
|
586705
|
-
"
|
586706
|
-
|
587122
|
+
"potato",
|
587123
|
+
0
|
586707
587124
|
]
|
586708
587125
|
],
|
586709
587126
|
[
|
@@ -586747,16 +587164,18 @@
|
|
586747
587164
|
"list",
|
586748
587165
|
1
|
586749
587166
|
],
|
586750
|
-
[
|
586751
|
-
"literally",
|
586752
|
-
0
|
586753
|
-
],
|
586754
587167
|
[
|
586755
587168
|
"modifies",
|
586756
587169
|
0
|
587170
|
+
]
|
587171
|
+
],
|
587172
|
+
[
|
587173
|
+
[
|
587174
|
+
"list",
|
587175
|
+
1
|
586757
587176
|
],
|
586758
587177
|
[
|
586759
|
-
"
|
587178
|
+
"modifies",
|
586760
587179
|
0
|
586761
587180
|
]
|
586762
587181
|
],
|
@@ -586778,6 +587197,10 @@
|
|
586778
587197
|
[
|
586779
587198
|
"modifies",
|
586780
587199
|
0
|
587200
|
+
],
|
587201
|
+
[
|
587202
|
+
"potato",
|
587203
|
+
0
|
586781
587204
|
]
|
586782
587205
|
],
|
586783
587206
|
[
|
@@ -586788,6 +587211,10 @@
|
|
586788
587211
|
[
|
586789
587212
|
"modifies",
|
586790
587213
|
0
|
587214
|
+
],
|
587215
|
+
[
|
587216
|
+
"potato",
|
587217
|
+
0
|
586791
587218
|
]
|
586792
587219
|
],
|
586793
587220
|
[
|
@@ -586814,8 +587241,12 @@
|
|
586814
587241
|
0
|
586815
587242
|
],
|
586816
587243
|
[
|
586817
|
-
"
|
587244
|
+
"strawberry",
|
586818
587245
|
0
|
587246
|
+
],
|
587247
|
+
[
|
587248
|
+
"unknown",
|
587249
|
+
1
|
586819
587250
|
]
|
586820
587251
|
],
|
586821
587252
|
[
|
@@ -586828,8 +587259,12 @@
|
|
586828
587259
|
0
|
586829
587260
|
],
|
586830
587261
|
[
|
586831
|
-
"
|
587262
|
+
"strawberry",
|
586832
587263
|
0
|
587264
|
+
],
|
587265
|
+
[
|
587266
|
+
"unknown",
|
587267
|
+
1
|
586833
587268
|
]
|
586834
587269
|
],
|
586835
587270
|
[
|