ekms 8.0.0-beta.7 → 8.0.0-beta.71
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +2871 -1379
- package/common/animals.js +17 -20
- package/common/articles.js +103 -0
- package/common/articles.test.json +310 -0
- package/common/avatar.js +5 -9
- package/common/characters.js +22 -28
- package/common/colors.instance.json +7170 -3657
- package/common/colors.js +4 -8
- package/common/colors.test.json +345 -780
- package/common/comparable.instance.json +1750 -0
- package/common/comparable.js +36 -28
- package/common/comparable.test.json +438 -2
- package/common/concept.js +120 -118
- package/common/countable.js +19 -13
- package/common/countable.test.json +1050 -0
- package/common/crew.instance.json +13066 -6469
- package/common/crew.js +36 -41
- package/common/crew.test.json +714 -452
- package/common/currency.js +27 -45
- package/common/dialogues.js +161 -285
- package/common/dimension.instance.json +474 -253
- package/common/dimension.js +16 -22
- package/common/dimension.test.json +446 -1640
- package/common/edible.instance.json +20053 -10093
- package/common/edible.js +3 -8
- package/common/emotions.instance.json +147 -69
- package/common/emotions.js +35 -38
- package/common/evaluate.instance.json +2 -0
- package/common/evaluate.js +49 -0
- package/common/evaluate.test.json +574 -0
- package/common/events.js +10 -14
- package/common/fastfood.instance.json +221166 -111223
- package/common/fastfood.js +75 -85
- package/common/fastfood.test.json +268 -90
- package/common/formulas.instance.json +455 -249
- package/common/formulas.js +19 -26
- package/common/gdefaults.js +24 -26
- package/common/help.js +7 -12
- package/common/help.test.json +63 -8
- package/common/helpers/concept.js +10 -7
- package/common/helpers/dialogues.js +2 -3
- package/common/helpers/properties.js +54 -62
- package/common/helpers.js +6 -5
- package/common/hierarchy.js +16 -24
- package/common/javascript.js +11 -18
- package/common/kirk.instance.json +584 -290
- package/common/kirk.js +5 -8
- package/common/length.instance.json +8834 -4757
- package/common/length.js +4 -8
- package/common/listener.js +48 -0
- package/common/listener.test.json +104 -0
- package/common/math.instance.json +425 -1187
- package/common/math.js +16 -20
- package/common/meta.js +23 -47
- package/common/nameable.instance.json +2 -0
- package/common/nameable.js +144 -0
- package/common/nameable.test.json +3191 -0
- package/common/negation.instance.json +2 -0
- package/common/negation.js +38 -0
- package/common/negation.test.json +308 -0
- package/common/numbers.js +27 -31
- package/common/ordering.instance.json +366 -246
- package/common/ordering.js +80 -86
- package/common/people.instance.json +2074 -1022
- package/common/people.js +8 -13
- package/common/percentages.instance.json +2 -0
- package/common/percentages.js +53 -0
- package/common/percentages.test.json +751 -0
- package/common/pipboy.instance.json +11745 -6329
- package/common/pipboy.js +48 -59
- package/common/pokemon.instance.json +4226 -2081
- package/common/pokemon.js +7 -20
- package/common/pos.js +15 -13
- package/common/pressure.instance.json +2208 -1175
- package/common/pressure.js +4 -8
- package/common/properties.instance.json +131 -61
- package/common/properties.js +57 -134
- package/common/punctuation.js +15 -7
- package/common/reports.instance.json +1018 -530
- package/common/reports.js +77 -100
- package/common/reports.test.json +15623 -10458
- package/common/scorekeeper.js +18 -30
- package/common/sdefaults.js +16 -7
- package/common/sizeable.js +6 -10
- package/common/spock.instance.json +584 -290
- package/common/spock.js +5 -8
- package/common/stgame.js +19 -19
- package/common/stm.js +164 -27
- package/common/stm.test.json +1734 -1
- package/common/tell.js +14 -18
- package/common/temperature.instance.json +2271 -1222
- package/common/temperature.js +4 -8
- package/common/tester.js +15 -4
- package/common/testing.js +8 -12
- package/common/time.js +20 -25
- package/common/tokenize.js +5 -6
- package/common/ui.instance.json +459 -240
- package/common/ui.js +16 -22
- package/common/weight.instance.json +7646 -4026
- package/common/weight.js +4 -8
- package/common/yesno.js +5 -5
- package/main.js +14 -2
- package/package.json +28 -5
@@ -22790,6 +22790,16 @@
|
|
22790
22790
|
},
|
22791
22791
|
{
|
22792
22792
|
"associations": [
|
22793
|
+
[
|
22794
|
+
[
|
22795
|
+
"combo",
|
22796
|
+
0
|
22797
|
+
],
|
22798
|
+
[
|
22799
|
+
"list",
|
22800
|
+
0
|
22801
|
+
]
|
22802
|
+
],
|
22793
22803
|
[
|
22794
22804
|
[
|
22795
22805
|
"combo",
|
@@ -22850,8 +22860,9 @@
|
|
22850
22860
|
"word": "one"
|
22851
22861
|
},
|
22852
22862
|
{
|
22863
|
+
"dead": true,
|
22853
22864
|
"instance": true,
|
22854
|
-
"level":
|
22865
|
+
"level": 1,
|
22855
22866
|
"marker": "number",
|
22856
22867
|
"range": {
|
22857
22868
|
"end": 16,
|
@@ -22895,6 +22906,7 @@
|
|
22895
22906
|
"verbatim": "What drinks do you want?"
|
22896
22907
|
}
|
22897
22908
|
],
|
22909
|
+
"developerTest": false,
|
22898
22910
|
"generatedParenthesized": [
|
22899
22911
|
"",
|
22900
22912
|
"(What drinks do you want?)"
|
@@ -22929,7 +22941,7 @@
|
|
22929
22941
|
{
|
22930
22942
|
"counter": 2,
|
22931
22943
|
"op": [
|
22932
|
-
"
|
22944
|
+
"number",
|
22933
22945
|
0
|
22934
22946
|
],
|
22935
22947
|
"ops": [
|
@@ -22949,6 +22961,23 @@
|
|
22949
22961
|
},
|
22950
22962
|
{
|
22951
22963
|
"counter": 3,
|
22964
|
+
"op": [
|
22965
|
+
"list",
|
22966
|
+
0
|
22967
|
+
],
|
22968
|
+
"ops": [
|
22969
|
+
[
|
22970
|
+
"comboNumber",
|
22971
|
+
0
|
22972
|
+
],
|
22973
|
+
[
|
22974
|
+
"list",
|
22975
|
+
0
|
22976
|
+
]
|
22977
|
+
]
|
22978
|
+
},
|
22979
|
+
{
|
22980
|
+
"counter": 4,
|
22952
22981
|
"op": [
|
22953
22982
|
"comboNumber",
|
22954
22983
|
0
|
@@ -22972,15 +23001,18 @@
|
|
22972
23001
|
},
|
22973
23002
|
"objects": {
|
22974
23003
|
"nameToUUID": {
|
23004
|
+
"articles": "articles2",
|
22975
23005
|
"concept": "concept2",
|
22976
23006
|
"countable": "countable2",
|
22977
23007
|
"dialogues": "dialogues2",
|
22978
23008
|
"edible": "edible2",
|
23009
|
+
"evaluate": "evaluate2",
|
22979
23010
|
"events": "events2",
|
22980
23011
|
"fastfood": "fastfood1",
|
22981
23012
|
"gdefaults": "gdefaults2",
|
22982
23013
|
"hierarchy": "hierarchy2",
|
22983
23014
|
"meta": "meta2",
|
23015
|
+
"negation": "negation2",
|
22984
23016
|
"numbers": "numbers2",
|
22985
23017
|
"pos": "pos2",
|
22986
23018
|
"properties": "properties2",
|
@@ -22991,6 +23023,8 @@
|
|
22991
23023
|
"tokenize": "tokenize2"
|
22992
23024
|
},
|
22993
23025
|
"namespaced": {
|
23026
|
+
"articles2": {
|
23027
|
+
},
|
22994
23028
|
"concept2": {
|
22995
23029
|
"defaultTypesForHierarchy": {
|
22996
23030
|
},
|
@@ -23008,6 +23042,8 @@
|
|
23008
23042
|
},
|
23009
23043
|
"edible2": {
|
23010
23044
|
},
|
23045
|
+
"evaluate2": {
|
23046
|
+
},
|
23011
23047
|
"events2": {
|
23012
23048
|
},
|
23013
23049
|
"fastfood1": {
|
@@ -23044,6 +23080,9 @@
|
|
23044
23080
|
"end": 16,
|
23045
23081
|
"start": 0
|
23046
23082
|
},
|
23083
|
+
"stm": {
|
23084
|
+
"id": 1
|
23085
|
+
},
|
23047
23086
|
"text": "combo one and two",
|
23048
23087
|
"topLevel": true,
|
23049
23088
|
"touchedBy": [
|
@@ -23065,8 +23104,9 @@
|
|
23065
23104
|
"combo": true,
|
23066
23105
|
"food": {
|
23067
23106
|
"comboNumber": {
|
23107
|
+
"dead": true,
|
23068
23108
|
"instance": true,
|
23069
|
-
"level":
|
23109
|
+
"level": 1,
|
23070
23110
|
"marker": "number",
|
23071
23111
|
"range": {
|
23072
23112
|
"end": 16,
|
@@ -23091,6 +23131,9 @@
|
|
23091
23131
|
"end": 16,
|
23092
23132
|
"start": 0
|
23093
23133
|
},
|
23134
|
+
"stm": {
|
23135
|
+
"id": 2
|
23136
|
+
},
|
23094
23137
|
"text": "combo one and two",
|
23095
23138
|
"topLevel": true,
|
23096
23139
|
"touchedBy": [
|
@@ -23120,12 +23163,17 @@
|
|
23120
23163
|
},
|
23121
23164
|
"meta2": {
|
23122
23165
|
},
|
23166
|
+
"negation2": {
|
23167
|
+
},
|
23123
23168
|
"numbers2": {
|
23124
23169
|
},
|
23125
23170
|
"pos2": {
|
23126
23171
|
},
|
23127
23172
|
"properties2": {
|
23128
23173
|
"children": {
|
23174
|
+
"adjective": [
|
23175
|
+
"stm_before"
|
23176
|
+
],
|
23129
23177
|
"articlePOS": [
|
23130
23178
|
"a",
|
23131
23179
|
"the"
|
@@ -23228,7 +23276,7 @@
|
|
23228
23276
|
"ifAble": [
|
23229
23277
|
"orAble"
|
23230
23278
|
],
|
23231
|
-
"
|
23279
|
+
"kid_meal": [
|
23232
23280
|
"hamburger",
|
23233
23281
|
"cheeseburger",
|
23234
23282
|
"crispy_chicken",
|
@@ -23253,9 +23301,6 @@
|
|
23253
23301
|
"fry",
|
23254
23302
|
"drink"
|
23255
23303
|
],
|
23256
|
-
"notAble": [
|
23257
|
-
"unknown"
|
23258
|
-
],
|
23259
23304
|
"object": [
|
23260
23305
|
"unknown",
|
23261
23306
|
"what",
|
@@ -23288,14 +23333,14 @@
|
|
23288
23333
|
"object",
|
23289
23334
|
"xfx",
|
23290
23335
|
"concept",
|
23336
|
+
"doubleQuote",
|
23291
23337
|
"unknown",
|
23292
23338
|
"it",
|
23293
23339
|
"what",
|
23294
23340
|
"whatAble",
|
23295
23341
|
"this",
|
23296
|
-
"thisitthat",
|
23297
23342
|
"reason",
|
23298
|
-
"
|
23343
|
+
"thisitthat"
|
23299
23344
|
],
|
23300
23345
|
"sandwich": [
|
23301
23346
|
"hamburger",
|
@@ -23330,8 +23375,9 @@
|
|
23330
23375
|
"object",
|
23331
23376
|
"concept",
|
23332
23377
|
"unknown",
|
23333
|
-
"
|
23334
|
-
"
|
23378
|
+
"reason",
|
23379
|
+
"memorable",
|
23380
|
+
"noun"
|
23335
23381
|
],
|
23336
23382
|
"thisitthat": [
|
23337
23383
|
"it",
|
@@ -23357,9 +23403,11 @@
|
|
23357
23403
|
"potato",
|
23358
23404
|
"broccoli"
|
23359
23405
|
],
|
23360
|
-
"
|
23406
|
+
"verb": [
|
23361
23407
|
"modifies",
|
23362
|
-
"is"
|
23408
|
+
"is",
|
23409
|
+
"remember",
|
23410
|
+
"evaluate"
|
23363
23411
|
]
|
23364
23412
|
},
|
23365
23413
|
"concepts": [
|
@@ -23381,7 +23429,8 @@
|
|
23381
23429
|
"preposition",
|
23382
23430
|
"concept",
|
23383
23431
|
"modifies",
|
23384
|
-
"
|
23432
|
+
"verb",
|
23433
|
+
"doubleQuote",
|
23385
23434
|
"it",
|
23386
23435
|
"pronoun",
|
23387
23436
|
"this",
|
@@ -23390,18 +23439,21 @@
|
|
23390
23439
|
"a",
|
23391
23440
|
"articlePOS",
|
23392
23441
|
"the",
|
23393
|
-
"notAble",
|
23394
23442
|
"whatAble",
|
23395
23443
|
"is",
|
23396
23444
|
"toAble",
|
23397
23445
|
"to",
|
23398
|
-
"noun",
|
23399
|
-
"thisitthat",
|
23400
23446
|
"reason",
|
23401
|
-
"
|
23447
|
+
"memorable",
|
23448
|
+
"remember",
|
23449
|
+
"stm_before",
|
23450
|
+
"adjective",
|
23402
23451
|
"orAble",
|
23403
23452
|
"ifAble",
|
23404
|
-
"
|
23453
|
+
"evaluate",
|
23454
|
+
"noun",
|
23455
|
+
"thisitthat",
|
23456
|
+
"that",
|
23405
23457
|
"food",
|
23406
23458
|
"edible",
|
23407
23459
|
"drink",
|
@@ -23489,7 +23541,7 @@
|
|
23489
23541
|
"iced_tea",
|
23490
23542
|
"modification",
|
23491
23543
|
"bottled_water",
|
23492
|
-
"
|
23544
|
+
"kid_meal",
|
23493
23545
|
"crispy_chicken",
|
23494
23546
|
"value_meal",
|
23495
23547
|
"junior_bacon_cheeseburger",
|
@@ -23550,7 +23602,7 @@
|
|
23550
23602
|
],
|
23551
23603
|
"cheeseburger": [
|
23552
23604
|
"hamburger",
|
23553
|
-
"
|
23605
|
+
"kid_meal"
|
23554
23606
|
],
|
23555
23607
|
"chicken_go_wrap": [
|
23556
23608
|
"value_meal"
|
@@ -23592,7 +23644,7 @@
|
|
23592
23644
|
"queryable"
|
23593
23645
|
],
|
23594
23646
|
"crispy_chicken": [
|
23595
|
-
"
|
23647
|
+
"kid_meal"
|
23596
23648
|
],
|
23597
23649
|
"diet_coke": [
|
23598
23650
|
"pop"
|
@@ -23616,6 +23668,9 @@
|
|
23616
23668
|
"egg_muffin": [
|
23617
23669
|
"breakfast_meal"
|
23618
23670
|
],
|
23671
|
+
"evaluate": [
|
23672
|
+
"verb"
|
23673
|
+
],
|
23619
23674
|
"fanta": [
|
23620
23675
|
"pop"
|
23621
23676
|
],
|
@@ -23656,7 +23711,7 @@
|
|
23656
23711
|
],
|
23657
23712
|
"hamburger": [
|
23658
23713
|
"sandwich",
|
23659
|
-
"
|
23714
|
+
"kid_meal"
|
23660
23715
|
],
|
23661
23716
|
"have": [
|
23662
23717
|
"canBeDoQuestion",
|
@@ -23677,7 +23732,7 @@
|
|
23677
23732
|
],
|
23678
23733
|
"is": [
|
23679
23734
|
"canBeQuestion",
|
23680
|
-
"
|
23735
|
+
"verb"
|
23681
23736
|
],
|
23682
23737
|
"it": [
|
23683
23738
|
"pronoun",
|
@@ -23707,11 +23762,14 @@
|
|
23707
23762
|
"meat": [
|
23708
23763
|
"food"
|
23709
23764
|
],
|
23765
|
+
"memorable": [
|
23766
|
+
"theAble"
|
23767
|
+
],
|
23710
23768
|
"milk": [
|
23711
23769
|
"drink"
|
23712
23770
|
],
|
23713
23771
|
"modifies": [
|
23714
|
-
"
|
23772
|
+
"verb"
|
23715
23773
|
],
|
23716
23774
|
"muffin": [
|
23717
23775
|
"bread"
|
@@ -23721,7 +23779,7 @@
|
|
23721
23779
|
],
|
23722
23780
|
"nugget": [
|
23723
23781
|
"food",
|
23724
|
-
"
|
23782
|
+
"kid_meal",
|
23725
23783
|
"value_meal"
|
23726
23784
|
],
|
23727
23785
|
"oatmeal": [
|
@@ -23779,6 +23837,9 @@
|
|
23779
23837
|
"theAble",
|
23780
23838
|
"queryable"
|
23781
23839
|
],
|
23840
|
+
"remember": [
|
23841
|
+
"verb"
|
23842
|
+
],
|
23782
23843
|
"salad": [
|
23783
23844
|
"food"
|
23784
23845
|
],
|
@@ -23808,6 +23869,9 @@
|
|
23808
23869
|
"sprite": [
|
23809
23870
|
"pop"
|
23810
23871
|
],
|
23872
|
+
"stm_before": [
|
23873
|
+
"adjective"
|
23874
|
+
],
|
23811
23875
|
"strawberry": [
|
23812
23876
|
"countable",
|
23813
23877
|
"smoothie_ingredient"
|
@@ -23849,7 +23913,6 @@
|
|
23849
23913
|
"unknown": [
|
23850
23914
|
"hierarchyAble",
|
23851
23915
|
"object",
|
23852
|
-
"notAble",
|
23853
23916
|
"theAble",
|
23854
23917
|
"queryable"
|
23855
23918
|
],
|
@@ -23886,6 +23949,8 @@
|
|
23886
23949
|
"root": {
|
23887
23950
|
"a": {
|
23888
23951
|
},
|
23952
|
+
"adjective": {
|
23953
|
+
},
|
23889
23954
|
"apple": {
|
23890
23955
|
},
|
23891
23956
|
"articlePOS": {
|
@@ -23970,6 +24035,8 @@
|
|
23970
24035
|
},
|
23971
24036
|
"egg_muffin": {
|
23972
24037
|
},
|
24038
|
+
"evaluate": {
|
24039
|
+
},
|
23973
24040
|
"fanta": {
|
23974
24041
|
},
|
23975
24042
|
"food": {
|
@@ -24016,7 +24083,7 @@
|
|
24016
24083
|
},
|
24017
24084
|
"junior_crispy_chicken_club": {
|
24018
24085
|
},
|
24019
|
-
"
|
24086
|
+
"kid_meal": {
|
24020
24087
|
},
|
24021
24088
|
"lemonade": {
|
24022
24089
|
},
|
@@ -24026,6 +24093,8 @@
|
|
24026
24093
|
},
|
24027
24094
|
"meat": {
|
24028
24095
|
},
|
24096
|
+
"memorable": {
|
24097
|
+
},
|
24029
24098
|
"milk": {
|
24030
24099
|
},
|
24031
24100
|
"modification": {
|
@@ -24034,8 +24103,6 @@
|
|
24034
24103
|
},
|
24035
24104
|
"muffin": {
|
24036
24105
|
},
|
24037
|
-
"notAble": {
|
24038
|
-
},
|
24039
24106
|
"noun": {
|
24040
24107
|
},
|
24041
24108
|
"nugget": {
|
@@ -24080,6 +24147,8 @@
|
|
24080
24147
|
},
|
24081
24148
|
"reason": {
|
24082
24149
|
},
|
24150
|
+
"remember": {
|
24151
|
+
},
|
24083
24152
|
"salad": {
|
24084
24153
|
},
|
24085
24154
|
"sandwich": {
|
@@ -24102,6 +24171,8 @@
|
|
24102
24171
|
},
|
24103
24172
|
"sprite": {
|
24104
24173
|
},
|
24174
|
+
"stm_before": {
|
24175
|
+
},
|
24105
24176
|
"strawberry": {
|
24106
24177
|
},
|
24107
24178
|
"strawberry_banana": {
|
@@ -24134,7 +24205,7 @@
|
|
24134
24205
|
},
|
24135
24206
|
"vegetable": {
|
24136
24207
|
},
|
24137
|
-
"
|
24208
|
+
"verb": {
|
24138
24209
|
},
|
24139
24210
|
"waffle_fry": {
|
24140
24211
|
},
|
@@ -24167,8 +24238,9 @@
|
|
24167
24238
|
"mentioned": [
|
24168
24239
|
{
|
24169
24240
|
"comboNumber": {
|
24241
|
+
"dead": true,
|
24170
24242
|
"instance": true,
|
24171
|
-
"level":
|
24243
|
+
"level": 1,
|
24172
24244
|
"marker": "number",
|
24173
24245
|
"range": {
|
24174
24246
|
"end": 16,
|
@@ -24193,6 +24265,9 @@
|
|
24193
24265
|
"end": 16,
|
24194
24266
|
"start": 0
|
24195
24267
|
},
|
24268
|
+
"stm": {
|
24269
|
+
"id": 2
|
24270
|
+
},
|
24196
24271
|
"text": "combo one and two",
|
24197
24272
|
"topLevel": true,
|
24198
24273
|
"touchedBy": [
|
@@ -24233,6 +24308,9 @@
|
|
24233
24308
|
"end": 16,
|
24234
24309
|
"start": 0
|
24235
24310
|
},
|
24311
|
+
"stm": {
|
24312
|
+
"id": 1
|
24313
|
+
},
|
24236
24314
|
"text": "combo one and two",
|
24237
24315
|
"topLevel": true,
|
24238
24316
|
"touchedBy": [
|
@@ -24300,8 +24378,9 @@
|
|
24300
24378
|
"word": "one"
|
24301
24379
|
},
|
24302
24380
|
{
|
24381
|
+
"dead": true,
|
24303
24382
|
"instance": true,
|
24304
|
-
"level":
|
24383
|
+
"level": 1,
|
24305
24384
|
"marker": "number",
|
24306
24385
|
"range": {
|
24307
24386
|
"end": 16,
|
@@ -24416,6 +24495,7 @@
|
|
24416
24495
|
"level": 1,
|
24417
24496
|
"marker": "chili",
|
24418
24497
|
"no_convolutions": true,
|
24498
|
+
"number": "one",
|
24419
24499
|
"range": {
|
24420
24500
|
"end": 13,
|
24421
24501
|
"start": 8
|
@@ -24563,6 +24643,7 @@
|
|
24563
24643
|
"modifier_bacon": {
|
24564
24644
|
"level": 0,
|
24565
24645
|
"marker": "bacon",
|
24646
|
+
"number": "one",
|
24566
24647
|
"range": {
|
24567
24648
|
"end": 20,
|
24568
24649
|
"start": 16
|
@@ -24578,6 +24659,7 @@
|
|
24578
24659
|
"dead": true,
|
24579
24660
|
"level": 1,
|
24580
24661
|
"marker": "junior",
|
24662
|
+
"number": "one",
|
24581
24663
|
"range": {
|
24582
24664
|
"end": 14,
|
24583
24665
|
"start": 9
|
@@ -24631,6 +24713,7 @@
|
|
24631
24713
|
"modifier_go": {
|
24632
24714
|
"level": 0,
|
24633
24715
|
"marker": "go",
|
24716
|
+
"number": "one",
|
24634
24717
|
"range": {
|
24635
24718
|
"end": 46,
|
24636
24719
|
"start": 45
|
@@ -24673,6 +24756,7 @@
|
|
24673
24756
|
"modifier_crispy": {
|
24674
24757
|
"level": 0,
|
24675
24758
|
"marker": "crispy",
|
24759
|
+
"number": "one",
|
24676
24760
|
"range": {
|
24677
24761
|
"end": 70,
|
24678
24762
|
"start": 65
|
@@ -24704,6 +24788,7 @@
|
|
24704
24788
|
"dead": true,
|
24705
24789
|
"level": 1,
|
24706
24790
|
"marker": "junior",
|
24791
|
+
"number": "one",
|
24707
24792
|
"range": {
|
24708
24793
|
"end": 63,
|
24709
24794
|
"start": 58
|
@@ -24755,6 +24840,7 @@
|
|
24755
24840
|
"modifier_value": {
|
24756
24841
|
"level": 0,
|
24757
24842
|
"marker": "value",
|
24843
|
+
"number": "one",
|
24758
24844
|
"range": {
|
24759
24845
|
"end": 94,
|
24760
24846
|
"start": 90
|
@@ -24808,6 +24894,7 @@
|
|
24808
24894
|
"modifier_crispy": {
|
24809
24895
|
"level": 0,
|
24810
24896
|
"marker": "crispy",
|
24897
|
+
"number": "one",
|
24811
24898
|
"range": {
|
24812
24899
|
"end": 21,
|
24813
24900
|
"start": 16
|
@@ -24860,6 +24947,7 @@
|
|
24860
24947
|
"dead": true,
|
24861
24948
|
"level": 1,
|
24862
24949
|
"marker": "junior",
|
24950
|
+
"number": "one",
|
24863
24951
|
"range": {
|
24864
24952
|
"end": 5,
|
24865
24953
|
"start": 0
|
@@ -24978,6 +25066,7 @@
|
|
24978
25066
|
"modifier_crispy": {
|
24979
25067
|
"level": 0,
|
24980
25068
|
"marker": "crispy",
|
25069
|
+
"number": "one",
|
24981
25070
|
"range": {
|
24982
25071
|
"end": 32,
|
24983
25072
|
"start": 27
|
@@ -25035,23 +25124,24 @@
|
|
25035
25124
|
"concept": true,
|
25036
25125
|
"dead": true,
|
25037
25126
|
"level": 1,
|
25038
|
-
"marker": "
|
25039
|
-
"
|
25127
|
+
"marker": "kid_meal",
|
25128
|
+
"modifier_kid": {
|
25040
25129
|
"level": 0,
|
25041
|
-
"marker": "
|
25130
|
+
"marker": "kid",
|
25131
|
+
"number": "many",
|
25042
25132
|
"range": {
|
25043
25133
|
"end": 61,
|
25044
25134
|
"start": 58
|
25045
25135
|
},
|
25046
25136
|
"text": "kids",
|
25047
25137
|
"types": [
|
25048
|
-
"
|
25138
|
+
"kid"
|
25049
25139
|
],
|
25050
|
-
"value": "
|
25140
|
+
"value": "kid",
|
25051
25141
|
"word": "kids"
|
25052
25142
|
},
|
25053
25143
|
"modifiers": [
|
25054
|
-
"
|
25144
|
+
"modifier_kid"
|
25055
25145
|
],
|
25056
25146
|
"number": "many",
|
25057
25147
|
"range": {
|
@@ -25060,10 +25150,10 @@
|
|
25060
25150
|
},
|
25061
25151
|
"text": "kids meals",
|
25062
25152
|
"types": [
|
25063
|
-
"
|
25153
|
+
"kid_meal",
|
25064
25154
|
"meal"
|
25065
25155
|
],
|
25066
|
-
"value": "
|
25156
|
+
"value": "kid_meal",
|
25067
25157
|
"word": "meals"
|
25068
25158
|
},
|
25069
25159
|
"word": "are"
|
@@ -25142,8 +25232,9 @@
|
|
25142
25232
|
"word": "one"
|
25143
25233
|
},
|
25144
25234
|
{
|
25235
|
+
"dead": true,
|
25145
25236
|
"instance": true,
|
25146
|
-
"level":
|
25237
|
+
"level": 1,
|
25147
25238
|
"marker": "number",
|
25148
25239
|
"range": {
|
25149
25240
|
"end": 17,
|
@@ -25157,8 +25248,10 @@
|
|
25157
25248
|
"word": "and"
|
25158
25249
|
},
|
25159
25250
|
"dead": true,
|
25251
|
+
"disqualified_floaters": [
|
25252
|
+
"instance"
|
25253
|
+
],
|
25160
25254
|
"flatten": true,
|
25161
|
-
"instance": true,
|
25162
25255
|
"level": 1,
|
25163
25256
|
"marker": "numberNumberCombo",
|
25164
25257
|
"postModifiers": [
|
@@ -25182,6 +25275,7 @@
|
|
25182
25275
|
"verbatim": "What drinks do you want?"
|
25183
25276
|
}
|
25184
25277
|
],
|
25278
|
+
"developerTest": false,
|
25185
25279
|
"generatedParenthesized": [
|
25186
25280
|
"",
|
25187
25281
|
"(What drinks do you want?)"
|
@@ -25245,7 +25339,7 @@
|
|
25245
25339
|
{
|
25246
25340
|
"counter": 3,
|
25247
25341
|
"op": [
|
25248
|
-
"
|
25342
|
+
"number",
|
25249
25343
|
0
|
25250
25344
|
],
|
25251
25345
|
"ops": [
|
@@ -25266,33 +25360,49 @@
|
|
25266
25360
|
{
|
25267
25361
|
"counter": 4,
|
25268
25362
|
"op": [
|
25269
|
-
"
|
25363
|
+
"list",
|
25270
25364
|
0
|
25271
25365
|
],
|
25272
25366
|
"ops": [
|
25273
25367
|
[
|
25274
25368
|
"list",
|
25275
|
-
|
25369
|
+
0
|
25276
25370
|
],
|
25277
25371
|
[
|
25278
25372
|
"numberNumberCombo",
|
25279
25373
|
0
|
25280
25374
|
]
|
25281
25375
|
]
|
25376
|
+
},
|
25377
|
+
{
|
25378
|
+
"counter": 5,
|
25379
|
+
"op": [
|
25380
|
+
"numberNumberCombo",
|
25381
|
+
0
|
25382
|
+
],
|
25383
|
+
"ops": [
|
25384
|
+
[
|
25385
|
+
"numberNumberCombo",
|
25386
|
+
0
|
25387
|
+
]
|
25388
|
+
]
|
25282
25389
|
}
|
25283
25390
|
]
|
25284
25391
|
},
|
25285
25392
|
"objects": {
|
25286
25393
|
"nameToUUID": {
|
25394
|
+
"articles": "articles2",
|
25287
25395
|
"concept": "concept2",
|
25288
25396
|
"countable": "countable2",
|
25289
25397
|
"dialogues": "dialogues2",
|
25290
25398
|
"edible": "edible2",
|
25399
|
+
"evaluate": "evaluate2",
|
25291
25400
|
"events": "events2",
|
25292
25401
|
"fastfood": "fastfood1",
|
25293
25402
|
"gdefaults": "gdefaults2",
|
25294
25403
|
"hierarchy": "hierarchy2",
|
25295
25404
|
"meta": "meta2",
|
25405
|
+
"negation": "negation2",
|
25296
25406
|
"numbers": "numbers2",
|
25297
25407
|
"pos": "pos2",
|
25298
25408
|
"properties": "properties2",
|
@@ -25303,6 +25413,8 @@
|
|
25303
25413
|
"tokenize": "tokenize2"
|
25304
25414
|
},
|
25305
25415
|
"namespaced": {
|
25416
|
+
"articles2": {
|
25417
|
+
},
|
25306
25418
|
"concept2": {
|
25307
25419
|
"defaultTypesForHierarchy": {
|
25308
25420
|
},
|
@@ -25320,6 +25432,8 @@
|
|
25320
25432
|
},
|
25321
25433
|
"edible2": {
|
25322
25434
|
},
|
25435
|
+
"evaluate2": {
|
25436
|
+
},
|
25323
25437
|
"events2": {
|
25324
25438
|
},
|
25325
25439
|
"fastfood1": {
|
@@ -25343,9 +25457,11 @@
|
|
25343
25457
|
"word": "one"
|
25344
25458
|
},
|
25345
25459
|
"dead": true,
|
25460
|
+
"disqualified_floaters": [
|
25461
|
+
"instance"
|
25462
|
+
],
|
25346
25463
|
"flatten": false,
|
25347
25464
|
"fromSTM": true,
|
25348
|
-
"instance": true,
|
25349
25465
|
"level": 1,
|
25350
25466
|
"marker": "numberNumberCombo",
|
25351
25467
|
"postModifiers": [
|
@@ -25356,6 +25472,9 @@
|
|
25356
25472
|
"end": 17,
|
25357
25473
|
"start": 0
|
25358
25474
|
},
|
25475
|
+
"stm": {
|
25476
|
+
"id": 1
|
25477
|
+
},
|
25359
25478
|
"text": "number one and two",
|
25360
25479
|
"topLevel": true,
|
25361
25480
|
"touchedBy": [
|
@@ -25374,8 +25493,9 @@
|
|
25374
25493
|
"food": {
|
25375
25494
|
"combo": true,
|
25376
25495
|
"comboNumber": {
|
25496
|
+
"dead": true,
|
25377
25497
|
"instance": true,
|
25378
|
-
"level":
|
25498
|
+
"level": 1,
|
25379
25499
|
"marker": "number",
|
25380
25500
|
"range": {
|
25381
25501
|
"end": 17,
|
@@ -25386,9 +25506,11 @@
|
|
25386
25506
|
"word": "two"
|
25387
25507
|
},
|
25388
25508
|
"dead": true,
|
25509
|
+
"disqualified_floaters": [
|
25510
|
+
"instance"
|
25511
|
+
],
|
25389
25512
|
"flatten": false,
|
25390
25513
|
"fromSTM": true,
|
25391
|
-
"instance": true,
|
25392
25514
|
"level": 1,
|
25393
25515
|
"marker": "numberNumberCombo",
|
25394
25516
|
"postModifiers": [
|
@@ -25399,6 +25521,9 @@
|
|
25399
25521
|
"end": 17,
|
25400
25522
|
"start": 0
|
25401
25523
|
},
|
25524
|
+
"stm": {
|
25525
|
+
"id": 2
|
25526
|
+
},
|
25402
25527
|
"text": "number one and two",
|
25403
25528
|
"topLevel": true,
|
25404
25529
|
"touchedBy": [
|
@@ -25424,12 +25549,17 @@
|
|
25424
25549
|
},
|
25425
25550
|
"meta2": {
|
25426
25551
|
},
|
25552
|
+
"negation2": {
|
25553
|
+
},
|
25427
25554
|
"numbers2": {
|
25428
25555
|
},
|
25429
25556
|
"pos2": {
|
25430
25557
|
},
|
25431
25558
|
"properties2": {
|
25432
25559
|
"children": {
|
25560
|
+
"adjective": [
|
25561
|
+
"stm_before"
|
25562
|
+
],
|
25433
25563
|
"articlePOS": [
|
25434
25564
|
"a",
|
25435
25565
|
"the"
|
@@ -25532,7 +25662,7 @@
|
|
25532
25662
|
"ifAble": [
|
25533
25663
|
"orAble"
|
25534
25664
|
],
|
25535
|
-
"
|
25665
|
+
"kid_meal": [
|
25536
25666
|
"hamburger",
|
25537
25667
|
"cheeseburger",
|
25538
25668
|
"crispy_chicken",
|
@@ -25557,9 +25687,6 @@
|
|
25557
25687
|
"fry",
|
25558
25688
|
"drink"
|
25559
25689
|
],
|
25560
|
-
"notAble": [
|
25561
|
-
"unknown"
|
25562
|
-
],
|
25563
25690
|
"object": [
|
25564
25691
|
"unknown",
|
25565
25692
|
"what",
|
@@ -25592,14 +25719,14 @@
|
|
25592
25719
|
"object",
|
25593
25720
|
"xfx",
|
25594
25721
|
"concept",
|
25722
|
+
"doubleQuote",
|
25595
25723
|
"unknown",
|
25596
25724
|
"it",
|
25597
25725
|
"what",
|
25598
25726
|
"whatAble",
|
25599
25727
|
"this",
|
25600
|
-
"thisitthat",
|
25601
25728
|
"reason",
|
25602
|
-
"
|
25729
|
+
"thisitthat"
|
25603
25730
|
],
|
25604
25731
|
"sandwich": [
|
25605
25732
|
"hamburger",
|
@@ -25634,8 +25761,9 @@
|
|
25634
25761
|
"object",
|
25635
25762
|
"concept",
|
25636
25763
|
"unknown",
|
25637
|
-
"
|
25638
|
-
"
|
25764
|
+
"reason",
|
25765
|
+
"memorable",
|
25766
|
+
"noun"
|
25639
25767
|
],
|
25640
25768
|
"thisitthat": [
|
25641
25769
|
"it",
|
@@ -25661,9 +25789,11 @@
|
|
25661
25789
|
"potato",
|
25662
25790
|
"broccoli"
|
25663
25791
|
],
|
25664
|
-
"
|
25792
|
+
"verb": [
|
25665
25793
|
"modifies",
|
25666
|
-
"is"
|
25794
|
+
"is",
|
25795
|
+
"remember",
|
25796
|
+
"evaluate"
|
25667
25797
|
]
|
25668
25798
|
},
|
25669
25799
|
"concepts": [
|
@@ -25685,7 +25815,8 @@
|
|
25685
25815
|
"preposition",
|
25686
25816
|
"concept",
|
25687
25817
|
"modifies",
|
25688
|
-
"
|
25818
|
+
"verb",
|
25819
|
+
"doubleQuote",
|
25689
25820
|
"it",
|
25690
25821
|
"pronoun",
|
25691
25822
|
"this",
|
@@ -25694,18 +25825,21 @@
|
|
25694
25825
|
"a",
|
25695
25826
|
"articlePOS",
|
25696
25827
|
"the",
|
25697
|
-
"notAble",
|
25698
25828
|
"whatAble",
|
25699
25829
|
"is",
|
25700
25830
|
"toAble",
|
25701
25831
|
"to",
|
25702
|
-
"noun",
|
25703
|
-
"thisitthat",
|
25704
25832
|
"reason",
|
25705
|
-
"
|
25833
|
+
"memorable",
|
25834
|
+
"remember",
|
25835
|
+
"stm_before",
|
25836
|
+
"adjective",
|
25706
25837
|
"orAble",
|
25707
25838
|
"ifAble",
|
25708
|
-
"
|
25839
|
+
"evaluate",
|
25840
|
+
"noun",
|
25841
|
+
"thisitthat",
|
25842
|
+
"that",
|
25709
25843
|
"food",
|
25710
25844
|
"edible",
|
25711
25845
|
"drink",
|
@@ -25793,7 +25927,7 @@
|
|
25793
25927
|
"iced_tea",
|
25794
25928
|
"modification",
|
25795
25929
|
"bottled_water",
|
25796
|
-
"
|
25930
|
+
"kid_meal",
|
25797
25931
|
"crispy_chicken",
|
25798
25932
|
"value_meal",
|
25799
25933
|
"junior_bacon_cheeseburger",
|
@@ -25854,7 +25988,7 @@
|
|
25854
25988
|
],
|
25855
25989
|
"cheeseburger": [
|
25856
25990
|
"hamburger",
|
25857
|
-
"
|
25991
|
+
"kid_meal"
|
25858
25992
|
],
|
25859
25993
|
"chicken_go_wrap": [
|
25860
25994
|
"value_meal"
|
@@ -25896,7 +26030,7 @@
|
|
25896
26030
|
"queryable"
|
25897
26031
|
],
|
25898
26032
|
"crispy_chicken": [
|
25899
|
-
"
|
26033
|
+
"kid_meal"
|
25900
26034
|
],
|
25901
26035
|
"diet_coke": [
|
25902
26036
|
"pop"
|
@@ -25920,6 +26054,9 @@
|
|
25920
26054
|
"egg_muffin": [
|
25921
26055
|
"breakfast_meal"
|
25922
26056
|
],
|
26057
|
+
"evaluate": [
|
26058
|
+
"verb"
|
26059
|
+
],
|
25923
26060
|
"fanta": [
|
25924
26061
|
"pop"
|
25925
26062
|
],
|
@@ -25960,7 +26097,7 @@
|
|
25960
26097
|
],
|
25961
26098
|
"hamburger": [
|
25962
26099
|
"sandwich",
|
25963
|
-
"
|
26100
|
+
"kid_meal"
|
25964
26101
|
],
|
25965
26102
|
"have": [
|
25966
26103
|
"canBeDoQuestion",
|
@@ -25981,7 +26118,7 @@
|
|
25981
26118
|
],
|
25982
26119
|
"is": [
|
25983
26120
|
"canBeQuestion",
|
25984
|
-
"
|
26121
|
+
"verb"
|
25985
26122
|
],
|
25986
26123
|
"it": [
|
25987
26124
|
"pronoun",
|
@@ -26011,11 +26148,14 @@
|
|
26011
26148
|
"meat": [
|
26012
26149
|
"food"
|
26013
26150
|
],
|
26151
|
+
"memorable": [
|
26152
|
+
"theAble"
|
26153
|
+
],
|
26014
26154
|
"milk": [
|
26015
26155
|
"drink"
|
26016
26156
|
],
|
26017
26157
|
"modifies": [
|
26018
|
-
"
|
26158
|
+
"verb"
|
26019
26159
|
],
|
26020
26160
|
"muffin": [
|
26021
26161
|
"bread"
|
@@ -26025,7 +26165,7 @@
|
|
26025
26165
|
],
|
26026
26166
|
"nugget": [
|
26027
26167
|
"food",
|
26028
|
-
"
|
26168
|
+
"kid_meal",
|
26029
26169
|
"value_meal"
|
26030
26170
|
],
|
26031
26171
|
"oatmeal": [
|
@@ -26083,6 +26223,9 @@
|
|
26083
26223
|
"theAble",
|
26084
26224
|
"queryable"
|
26085
26225
|
],
|
26226
|
+
"remember": [
|
26227
|
+
"verb"
|
26228
|
+
],
|
26086
26229
|
"salad": [
|
26087
26230
|
"food"
|
26088
26231
|
],
|
@@ -26112,6 +26255,9 @@
|
|
26112
26255
|
"sprite": [
|
26113
26256
|
"pop"
|
26114
26257
|
],
|
26258
|
+
"stm_before": [
|
26259
|
+
"adjective"
|
26260
|
+
],
|
26115
26261
|
"strawberry": [
|
26116
26262
|
"countable",
|
26117
26263
|
"smoothie_ingredient"
|
@@ -26153,7 +26299,6 @@
|
|
26153
26299
|
"unknown": [
|
26154
26300
|
"hierarchyAble",
|
26155
26301
|
"object",
|
26156
|
-
"notAble",
|
26157
26302
|
"theAble",
|
26158
26303
|
"queryable"
|
26159
26304
|
],
|
@@ -26190,6 +26335,8 @@
|
|
26190
26335
|
"root": {
|
26191
26336
|
"a": {
|
26192
26337
|
},
|
26338
|
+
"adjective": {
|
26339
|
+
},
|
26193
26340
|
"apple": {
|
26194
26341
|
},
|
26195
26342
|
"articlePOS": {
|
@@ -26274,6 +26421,8 @@
|
|
26274
26421
|
},
|
26275
26422
|
"egg_muffin": {
|
26276
26423
|
},
|
26424
|
+
"evaluate": {
|
26425
|
+
},
|
26277
26426
|
"fanta": {
|
26278
26427
|
},
|
26279
26428
|
"food": {
|
@@ -26320,7 +26469,7 @@
|
|
26320
26469
|
},
|
26321
26470
|
"junior_crispy_chicken_club": {
|
26322
26471
|
},
|
26323
|
-
"
|
26472
|
+
"kid_meal": {
|
26324
26473
|
},
|
26325
26474
|
"lemonade": {
|
26326
26475
|
},
|
@@ -26330,6 +26479,8 @@
|
|
26330
26479
|
},
|
26331
26480
|
"meat": {
|
26332
26481
|
},
|
26482
|
+
"memorable": {
|
26483
|
+
},
|
26333
26484
|
"milk": {
|
26334
26485
|
},
|
26335
26486
|
"modification": {
|
@@ -26338,8 +26489,6 @@
|
|
26338
26489
|
},
|
26339
26490
|
"muffin": {
|
26340
26491
|
},
|
26341
|
-
"notAble": {
|
26342
|
-
},
|
26343
26492
|
"noun": {
|
26344
26493
|
},
|
26345
26494
|
"nugget": {
|
@@ -26384,6 +26533,8 @@
|
|
26384
26533
|
},
|
26385
26534
|
"reason": {
|
26386
26535
|
},
|
26536
|
+
"remember": {
|
26537
|
+
},
|
26387
26538
|
"salad": {
|
26388
26539
|
},
|
26389
26540
|
"sandwich": {
|
@@ -26406,6 +26557,8 @@
|
|
26406
26557
|
},
|
26407
26558
|
"sprite": {
|
26408
26559
|
},
|
26560
|
+
"stm_before": {
|
26561
|
+
},
|
26409
26562
|
"strawberry": {
|
26410
26563
|
},
|
26411
26564
|
"strawberry_banana": {
|
@@ -26438,7 +26591,7 @@
|
|
26438
26591
|
},
|
26439
26592
|
"vegetable": {
|
26440
26593
|
},
|
26441
|
-
"
|
26594
|
+
"verb": {
|
26442
26595
|
},
|
26443
26596
|
"waffle_fry": {
|
26444
26597
|
},
|
@@ -26472,8 +26625,9 @@
|
|
26472
26625
|
{
|
26473
26626
|
"combo": true,
|
26474
26627
|
"comboNumber": {
|
26628
|
+
"dead": true,
|
26475
26629
|
"instance": true,
|
26476
|
-
"level":
|
26630
|
+
"level": 1,
|
26477
26631
|
"marker": "number",
|
26478
26632
|
"range": {
|
26479
26633
|
"end": 17,
|
@@ -26484,9 +26638,11 @@
|
|
26484
26638
|
"word": "two"
|
26485
26639
|
},
|
26486
26640
|
"dead": true,
|
26641
|
+
"disqualified_floaters": [
|
26642
|
+
"instance"
|
26643
|
+
],
|
26487
26644
|
"flatten": false,
|
26488
26645
|
"fromSTM": true,
|
26489
|
-
"instance": true,
|
26490
26646
|
"level": 1,
|
26491
26647
|
"marker": "numberNumberCombo",
|
26492
26648
|
"postModifiers": [
|
@@ -26497,6 +26653,9 @@
|
|
26497
26653
|
"end": 17,
|
26498
26654
|
"start": 0
|
26499
26655
|
},
|
26656
|
+
"stm": {
|
26657
|
+
"id": 2
|
26658
|
+
},
|
26500
26659
|
"text": "number one and two",
|
26501
26660
|
"topLevel": true,
|
26502
26661
|
"touchedBy": [
|
@@ -26520,9 +26679,11 @@
|
|
26520
26679
|
"word": "one"
|
26521
26680
|
},
|
26522
26681
|
"dead": true,
|
26682
|
+
"disqualified_floaters": [
|
26683
|
+
"instance"
|
26684
|
+
],
|
26523
26685
|
"flatten": false,
|
26524
26686
|
"fromSTM": true,
|
26525
|
-
"instance": true,
|
26526
26687
|
"level": 1,
|
26527
26688
|
"marker": "numberNumberCombo",
|
26528
26689
|
"postModifiers": [
|
@@ -26533,6 +26694,9 @@
|
|
26533
26694
|
"end": 17,
|
26534
26695
|
"start": 0
|
26535
26696
|
},
|
26697
|
+
"stm": {
|
26698
|
+
"id": 1
|
26699
|
+
},
|
26536
26700
|
"text": "number one and two",
|
26537
26701
|
"topLevel": true,
|
26538
26702
|
"touchedBy": [
|
@@ -26597,8 +26761,9 @@
|
|
26597
26761
|
"word": "one"
|
26598
26762
|
},
|
26599
26763
|
{
|
26764
|
+
"dead": true,
|
26600
26765
|
"instance": true,
|
26601
|
-
"level":
|
26766
|
+
"level": 1,
|
26602
26767
|
"marker": "number",
|
26603
26768
|
"range": {
|
26604
26769
|
"end": 17,
|
@@ -26612,8 +26777,10 @@
|
|
26612
26777
|
"word": "and"
|
26613
26778
|
},
|
26614
26779
|
"dead": true,
|
26780
|
+
"disqualified_floaters": [
|
26781
|
+
"instance"
|
26782
|
+
],
|
26615
26783
|
"flatten": true,
|
26616
|
-
"instance": true,
|
26617
26784
|
"level": 1,
|
26618
26785
|
"marker": "numberNumberCombo",
|
26619
26786
|
"postModifiers": [
|
@@ -26708,6 +26875,7 @@
|
|
26708
26875
|
"level": 1,
|
26709
26876
|
"marker": "chili",
|
26710
26877
|
"no_convolutions": true,
|
26878
|
+
"number": "one",
|
26711
26879
|
"range": {
|
26712
26880
|
"end": 13,
|
26713
26881
|
"start": 8
|
@@ -26855,6 +27023,7 @@
|
|
26855
27023
|
"modifier_bacon": {
|
26856
27024
|
"level": 0,
|
26857
27025
|
"marker": "bacon",
|
27026
|
+
"number": "one",
|
26858
27027
|
"range": {
|
26859
27028
|
"end": 20,
|
26860
27029
|
"start": 16
|
@@ -26870,6 +27039,7 @@
|
|
26870
27039
|
"dead": true,
|
26871
27040
|
"level": 1,
|
26872
27041
|
"marker": "junior",
|
27042
|
+
"number": "one",
|
26873
27043
|
"range": {
|
26874
27044
|
"end": 14,
|
26875
27045
|
"start": 9
|
@@ -26923,6 +27093,7 @@
|
|
26923
27093
|
"modifier_go": {
|
26924
27094
|
"level": 0,
|
26925
27095
|
"marker": "go",
|
27096
|
+
"number": "one",
|
26926
27097
|
"range": {
|
26927
27098
|
"end": 46,
|
26928
27099
|
"start": 45
|
@@ -26965,6 +27136,7 @@
|
|
26965
27136
|
"modifier_crispy": {
|
26966
27137
|
"level": 0,
|
26967
27138
|
"marker": "crispy",
|
27139
|
+
"number": "one",
|
26968
27140
|
"range": {
|
26969
27141
|
"end": 70,
|
26970
27142
|
"start": 65
|
@@ -26996,6 +27168,7 @@
|
|
26996
27168
|
"dead": true,
|
26997
27169
|
"level": 1,
|
26998
27170
|
"marker": "junior",
|
27171
|
+
"number": "one",
|
26999
27172
|
"range": {
|
27000
27173
|
"end": 63,
|
27001
27174
|
"start": 58
|
@@ -27047,6 +27220,7 @@
|
|
27047
27220
|
"modifier_value": {
|
27048
27221
|
"level": 0,
|
27049
27222
|
"marker": "value",
|
27223
|
+
"number": "one",
|
27050
27224
|
"range": {
|
27051
27225
|
"end": 94,
|
27052
27226
|
"start": 90
|
@@ -27100,6 +27274,7 @@
|
|
27100
27274
|
"modifier_crispy": {
|
27101
27275
|
"level": 0,
|
27102
27276
|
"marker": "crispy",
|
27277
|
+
"number": "one",
|
27103
27278
|
"range": {
|
27104
27279
|
"end": 21,
|
27105
27280
|
"start": 16
|
@@ -27152,6 +27327,7 @@
|
|
27152
27327
|
"dead": true,
|
27153
27328
|
"level": 1,
|
27154
27329
|
"marker": "junior",
|
27330
|
+
"number": "one",
|
27155
27331
|
"range": {
|
27156
27332
|
"end": 5,
|
27157
27333
|
"start": 0
|
@@ -27270,6 +27446,7 @@
|
|
27270
27446
|
"modifier_crispy": {
|
27271
27447
|
"level": 0,
|
27272
27448
|
"marker": "crispy",
|
27449
|
+
"number": "one",
|
27273
27450
|
"range": {
|
27274
27451
|
"end": 32,
|
27275
27452
|
"start": 27
|
@@ -27327,23 +27504,24 @@
|
|
27327
27504
|
"concept": true,
|
27328
27505
|
"dead": true,
|
27329
27506
|
"level": 1,
|
27330
|
-
"marker": "
|
27331
|
-
"
|
27507
|
+
"marker": "kid_meal",
|
27508
|
+
"modifier_kid": {
|
27332
27509
|
"level": 0,
|
27333
|
-
"marker": "
|
27510
|
+
"marker": "kid",
|
27511
|
+
"number": "many",
|
27334
27512
|
"range": {
|
27335
27513
|
"end": 61,
|
27336
27514
|
"start": 58
|
27337
27515
|
},
|
27338
27516
|
"text": "kids",
|
27339
27517
|
"types": [
|
27340
|
-
"
|
27518
|
+
"kid"
|
27341
27519
|
],
|
27342
|
-
"value": "
|
27520
|
+
"value": "kid",
|
27343
27521
|
"word": "kids"
|
27344
27522
|
},
|
27345
27523
|
"modifiers": [
|
27346
|
-
"
|
27524
|
+
"modifier_kid"
|
27347
27525
|
],
|
27348
27526
|
"number": "many",
|
27349
27527
|
"range": {
|
@@ -27352,10 +27530,10 @@
|
|
27352
27530
|
},
|
27353
27531
|
"text": "kids meals",
|
27354
27532
|
"types": [
|
27355
|
-
"
|
27533
|
+
"kid_meal",
|
27356
27534
|
"meal"
|
27357
27535
|
],
|
27358
|
-
"value": "
|
27536
|
+
"value": "kid_meal",
|
27359
27537
|
"word": "meals"
|
27360
27538
|
},
|
27361
27539
|
"word": "are"
|