tpmkms_4wp 8.9.0-beta.3 → 8.9.0-beta.4
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/countable.js +8 -2
- package/common/countable.test.json +586 -0
- package/common/hierarchy.js +5 -5
- package/common/hierarchy.test.json +1491 -0
- package/common/pipboy.instance.json +28 -28
- package/common/wp.instance.json +5986 -618
- package/common/wp.js +33 -3
- package/common/wp.test.json +1120 -0
- package/package.json +2 -2
@@ -33079,5 +33079,1496 @@
|
|
33079
33079
|
"",
|
33080
33080
|
"no"
|
33081
33081
|
]
|
33082
|
+
},
|
33083
|
+
{
|
33084
|
+
"associations": [
|
33085
|
+
[
|
33086
|
+
[
|
33087
|
+
"is",
|
33088
|
+
0
|
33089
|
+
],
|
33090
|
+
[
|
33091
|
+
"list",
|
33092
|
+
0
|
33093
|
+
],
|
33094
|
+
[
|
33095
|
+
"unknown",
|
33096
|
+
0
|
33097
|
+
]
|
33098
|
+
],
|
33099
|
+
[
|
33100
|
+
[
|
33101
|
+
"is",
|
33102
|
+
0
|
33103
|
+
],
|
33104
|
+
[
|
33105
|
+
"list",
|
33106
|
+
0
|
33107
|
+
],
|
33108
|
+
[
|
33109
|
+
"unknown",
|
33110
|
+
0
|
33111
|
+
],
|
33112
|
+
[
|
33113
|
+
"unknown",
|
33114
|
+
1
|
33115
|
+
]
|
33116
|
+
],
|
33117
|
+
[
|
33118
|
+
[
|
33119
|
+
"is",
|
33120
|
+
0
|
33121
|
+
],
|
33122
|
+
[
|
33123
|
+
"list",
|
33124
|
+
0
|
33125
|
+
],
|
33126
|
+
[
|
33127
|
+
"unknown",
|
33128
|
+
1
|
33129
|
+
]
|
33130
|
+
],
|
33131
|
+
[
|
33132
|
+
[
|
33133
|
+
"is",
|
33134
|
+
0
|
33135
|
+
],
|
33136
|
+
[
|
33137
|
+
"list",
|
33138
|
+
1
|
33139
|
+
],
|
33140
|
+
[
|
33141
|
+
"unknown",
|
33142
|
+
1
|
33143
|
+
]
|
33144
|
+
]
|
33145
|
+
],
|
33146
|
+
"config": {
|
33147
|
+
"words": {
|
33148
|
+
"hierarchy": [
|
33149
|
+
{
|
33150
|
+
"child": " ",
|
33151
|
+
"parent": "space"
|
33152
|
+
},
|
33153
|
+
{
|
33154
|
+
"child": "0",
|
33155
|
+
"parent": "digit"
|
33156
|
+
},
|
33157
|
+
{
|
33158
|
+
"child": "1",
|
33159
|
+
"parent": "digit"
|
33160
|
+
},
|
33161
|
+
{
|
33162
|
+
"child": "2",
|
33163
|
+
"parent": "digit"
|
33164
|
+
},
|
33165
|
+
{
|
33166
|
+
"child": "3",
|
33167
|
+
"parent": "digit"
|
33168
|
+
},
|
33169
|
+
{
|
33170
|
+
"child": "4",
|
33171
|
+
"parent": "digit"
|
33172
|
+
},
|
33173
|
+
{
|
33174
|
+
"child": "5",
|
33175
|
+
"parent": "digit"
|
33176
|
+
},
|
33177
|
+
{
|
33178
|
+
"child": "6",
|
33179
|
+
"parent": "digit"
|
33180
|
+
},
|
33181
|
+
{
|
33182
|
+
"child": "7",
|
33183
|
+
"parent": "digit"
|
33184
|
+
},
|
33185
|
+
{
|
33186
|
+
"child": "8",
|
33187
|
+
"parent": "digit"
|
33188
|
+
},
|
33189
|
+
{
|
33190
|
+
"child": "9",
|
33191
|
+
"parent": "digit"
|
33192
|
+
},
|
33193
|
+
{
|
33194
|
+
"child": "lower",
|
33195
|
+
"parent": "letter"
|
33196
|
+
},
|
33197
|
+
{
|
33198
|
+
"child": "upper",
|
33199
|
+
"parent": "letter"
|
33200
|
+
},
|
33201
|
+
{
|
33202
|
+
"child": "a",
|
33203
|
+
"parent": "lower"
|
33204
|
+
},
|
33205
|
+
{
|
33206
|
+
"child": "b",
|
33207
|
+
"parent": "lower"
|
33208
|
+
},
|
33209
|
+
{
|
33210
|
+
"child": "c",
|
33211
|
+
"parent": "lower"
|
33212
|
+
},
|
33213
|
+
{
|
33214
|
+
"child": "d",
|
33215
|
+
"parent": "lower"
|
33216
|
+
},
|
33217
|
+
{
|
33218
|
+
"child": "e",
|
33219
|
+
"parent": "lower"
|
33220
|
+
},
|
33221
|
+
{
|
33222
|
+
"child": "f",
|
33223
|
+
"parent": "lower"
|
33224
|
+
},
|
33225
|
+
{
|
33226
|
+
"child": "g",
|
33227
|
+
"parent": "lower"
|
33228
|
+
},
|
33229
|
+
{
|
33230
|
+
"child": "h",
|
33231
|
+
"parent": "lower"
|
33232
|
+
},
|
33233
|
+
{
|
33234
|
+
"child": "i",
|
33235
|
+
"parent": "lower"
|
33236
|
+
},
|
33237
|
+
{
|
33238
|
+
"child": "j",
|
33239
|
+
"parent": "lower"
|
33240
|
+
},
|
33241
|
+
{
|
33242
|
+
"child": "k",
|
33243
|
+
"parent": "lower"
|
33244
|
+
},
|
33245
|
+
{
|
33246
|
+
"child": "l",
|
33247
|
+
"parent": "lower"
|
33248
|
+
},
|
33249
|
+
{
|
33250
|
+
"child": "m",
|
33251
|
+
"parent": "lower"
|
33252
|
+
},
|
33253
|
+
{
|
33254
|
+
"child": "n",
|
33255
|
+
"parent": "lower"
|
33256
|
+
},
|
33257
|
+
{
|
33258
|
+
"child": "o",
|
33259
|
+
"parent": "lower"
|
33260
|
+
},
|
33261
|
+
{
|
33262
|
+
"child": "p",
|
33263
|
+
"parent": "lower"
|
33264
|
+
},
|
33265
|
+
{
|
33266
|
+
"child": "q",
|
33267
|
+
"parent": "lower"
|
33268
|
+
},
|
33269
|
+
{
|
33270
|
+
"child": "r",
|
33271
|
+
"parent": "lower"
|
33272
|
+
},
|
33273
|
+
{
|
33274
|
+
"child": "s",
|
33275
|
+
"parent": "lower"
|
33276
|
+
},
|
33277
|
+
{
|
33278
|
+
"child": "t",
|
33279
|
+
"parent": "lower"
|
33280
|
+
},
|
33281
|
+
{
|
33282
|
+
"child": "u",
|
33283
|
+
"parent": "lower"
|
33284
|
+
},
|
33285
|
+
{
|
33286
|
+
"child": "v",
|
33287
|
+
"parent": "lower"
|
33288
|
+
},
|
33289
|
+
{
|
33290
|
+
"child": "w",
|
33291
|
+
"parent": "lower"
|
33292
|
+
},
|
33293
|
+
{
|
33294
|
+
"child": "x",
|
33295
|
+
"parent": "lower"
|
33296
|
+
},
|
33297
|
+
{
|
33298
|
+
"child": "y",
|
33299
|
+
"parent": "lower"
|
33300
|
+
},
|
33301
|
+
{
|
33302
|
+
"child": "z",
|
33303
|
+
"parent": "lower"
|
33304
|
+
},
|
33305
|
+
{
|
33306
|
+
"child": "A",
|
33307
|
+
"parent": "upper"
|
33308
|
+
},
|
33309
|
+
{
|
33310
|
+
"child": "B",
|
33311
|
+
"parent": "upper"
|
33312
|
+
},
|
33313
|
+
{
|
33314
|
+
"child": "C",
|
33315
|
+
"parent": "upper"
|
33316
|
+
},
|
33317
|
+
{
|
33318
|
+
"child": "D",
|
33319
|
+
"parent": "upper"
|
33320
|
+
},
|
33321
|
+
{
|
33322
|
+
"child": "E",
|
33323
|
+
"parent": "upper"
|
33324
|
+
},
|
33325
|
+
{
|
33326
|
+
"child": "F",
|
33327
|
+
"parent": "upper"
|
33328
|
+
},
|
33329
|
+
{
|
33330
|
+
"child": "G",
|
33331
|
+
"parent": "upper"
|
33332
|
+
},
|
33333
|
+
{
|
33334
|
+
"child": "H",
|
33335
|
+
"parent": "upper"
|
33336
|
+
},
|
33337
|
+
{
|
33338
|
+
"child": "I",
|
33339
|
+
"parent": "upper"
|
33340
|
+
},
|
33341
|
+
{
|
33342
|
+
"child": "J",
|
33343
|
+
"parent": "upper"
|
33344
|
+
},
|
33345
|
+
{
|
33346
|
+
"child": "K",
|
33347
|
+
"parent": "upper"
|
33348
|
+
},
|
33349
|
+
{
|
33350
|
+
"child": "L",
|
33351
|
+
"parent": "upper"
|
33352
|
+
},
|
33353
|
+
{
|
33354
|
+
"child": "M",
|
33355
|
+
"parent": "upper"
|
33356
|
+
},
|
33357
|
+
{
|
33358
|
+
"child": "N",
|
33359
|
+
"parent": "upper"
|
33360
|
+
},
|
33361
|
+
{
|
33362
|
+
"child": "O",
|
33363
|
+
"parent": "upper"
|
33364
|
+
},
|
33365
|
+
{
|
33366
|
+
"child": "P",
|
33367
|
+
"parent": "upper"
|
33368
|
+
},
|
33369
|
+
{
|
33370
|
+
"child": "Q",
|
33371
|
+
"parent": "upper"
|
33372
|
+
},
|
33373
|
+
{
|
33374
|
+
"child": "R",
|
33375
|
+
"parent": "upper"
|
33376
|
+
},
|
33377
|
+
{
|
33378
|
+
"child": "S",
|
33379
|
+
"parent": "upper"
|
33380
|
+
},
|
33381
|
+
{
|
33382
|
+
"child": "T",
|
33383
|
+
"parent": "upper"
|
33384
|
+
},
|
33385
|
+
{
|
33386
|
+
"child": "U",
|
33387
|
+
"parent": "upper"
|
33388
|
+
},
|
33389
|
+
{
|
33390
|
+
"child": "V",
|
33391
|
+
"parent": "upper"
|
33392
|
+
},
|
33393
|
+
{
|
33394
|
+
"child": "W",
|
33395
|
+
"parent": "upper"
|
33396
|
+
},
|
33397
|
+
{
|
33398
|
+
"child": "X",
|
33399
|
+
"parent": "upper"
|
33400
|
+
},
|
33401
|
+
{
|
33402
|
+
"child": "Y",
|
33403
|
+
"parent": "upper"
|
33404
|
+
},
|
33405
|
+
{
|
33406
|
+
"child": "Z",
|
33407
|
+
"parent": "upper"
|
33408
|
+
},
|
33409
|
+
{
|
33410
|
+
"child": "letter",
|
33411
|
+
"parent": "alphanumeric"
|
33412
|
+
},
|
33413
|
+
{
|
33414
|
+
"child": "digit",
|
33415
|
+
"parent": "alphanumeric"
|
33416
|
+
},
|
33417
|
+
{
|
33418
|
+
"child": "_",
|
33419
|
+
"parent": "alphanumeric"
|
33420
|
+
},
|
33421
|
+
{
|
33422
|
+
"child": "~",
|
33423
|
+
"parent": "punctuation"
|
33424
|
+
},
|
33425
|
+
{
|
33426
|
+
"child": "!",
|
33427
|
+
"parent": "punctuation"
|
33428
|
+
},
|
33429
|
+
{
|
33430
|
+
"child": "@",
|
33431
|
+
"parent": "punctuation"
|
33432
|
+
},
|
33433
|
+
{
|
33434
|
+
"child": "#",
|
33435
|
+
"parent": "punctuation"
|
33436
|
+
},
|
33437
|
+
{
|
33438
|
+
"child": "$",
|
33439
|
+
"parent": "punctuation"
|
33440
|
+
},
|
33441
|
+
{
|
33442
|
+
"child": "%",
|
33443
|
+
"parent": "punctuation"
|
33444
|
+
},
|
33445
|
+
{
|
33446
|
+
"child": "^",
|
33447
|
+
"parent": "punctuation"
|
33448
|
+
},
|
33449
|
+
{
|
33450
|
+
"child": "&",
|
33451
|
+
"parent": "punctuation"
|
33452
|
+
},
|
33453
|
+
{
|
33454
|
+
"child": "*",
|
33455
|
+
"parent": "punctuation"
|
33456
|
+
},
|
33457
|
+
{
|
33458
|
+
"child": "(",
|
33459
|
+
"parent": "punctuation"
|
33460
|
+
},
|
33461
|
+
{
|
33462
|
+
"child": ")",
|
33463
|
+
"parent": "punctuation"
|
33464
|
+
},
|
33465
|
+
{
|
33466
|
+
"child": "+",
|
33467
|
+
"parent": "punctuation"
|
33468
|
+
},
|
33469
|
+
{
|
33470
|
+
"child": "-",
|
33471
|
+
"parent": "punctuation"
|
33472
|
+
},
|
33473
|
+
{
|
33474
|
+
"child": "=",
|
33475
|
+
"parent": "punctuation"
|
33476
|
+
},
|
33477
|
+
{
|
33478
|
+
"child": "[",
|
33479
|
+
"parent": "punctuation"
|
33480
|
+
},
|
33481
|
+
{
|
33482
|
+
"child": "]",
|
33483
|
+
"parent": "punctuation"
|
33484
|
+
},
|
33485
|
+
{
|
33486
|
+
"child": "{",
|
33487
|
+
"parent": "punctuation"
|
33488
|
+
},
|
33489
|
+
{
|
33490
|
+
"child": "}",
|
33491
|
+
"parent": "punctuation"
|
33492
|
+
},
|
33493
|
+
{
|
33494
|
+
"child": "\\",
|
33495
|
+
"parent": "punctuation"
|
33496
|
+
},
|
33497
|
+
{
|
33498
|
+
"child": "|",
|
33499
|
+
"parent": "punctuation"
|
33500
|
+
},
|
33501
|
+
{
|
33502
|
+
"child": ";",
|
33503
|
+
"parent": "punctuation"
|
33504
|
+
},
|
33505
|
+
{
|
33506
|
+
"child": ":",
|
33507
|
+
"parent": "punctuation"
|
33508
|
+
},
|
33509
|
+
{
|
33510
|
+
"child": ",",
|
33511
|
+
"parent": "punctuation"
|
33512
|
+
},
|
33513
|
+
{
|
33514
|
+
"child": "<",
|
33515
|
+
"parent": "punctuation"
|
33516
|
+
},
|
33517
|
+
{
|
33518
|
+
"child": ">",
|
33519
|
+
"parent": "punctuation"
|
33520
|
+
},
|
33521
|
+
{
|
33522
|
+
"child": "/",
|
33523
|
+
"parent": "punctuation"
|
33524
|
+
},
|
33525
|
+
{
|
33526
|
+
"child": "?",
|
33527
|
+
"parent": "punctuation"
|
33528
|
+
},
|
33529
|
+
{
|
33530
|
+
"child": "'",
|
33531
|
+
"parent": "punctuation"
|
33532
|
+
},
|
33533
|
+
{
|
33534
|
+
"child": "\"",
|
33535
|
+
"parent": "punctuation"
|
33536
|
+
}
|
33537
|
+
],
|
33538
|
+
"literals": {
|
33539
|
+
" 's": [
|
33540
|
+
{
|
33541
|
+
"id": "possession",
|
33542
|
+
"initial": "{ value: 'possession' }"
|
33543
|
+
}
|
33544
|
+
],
|
33545
|
+
"\"": [
|
33546
|
+
{
|
33547
|
+
"id": "doubleQuote",
|
33548
|
+
"initial": "{\"word\":\"\\\"\",\"depth\":\"+\"}",
|
33549
|
+
"word": "\""
|
33550
|
+
}
|
33551
|
+
],
|
33552
|
+
"(": [
|
33553
|
+
{
|
33554
|
+
"id": "leftParenthesis",
|
33555
|
+
"initial": "{\"word\":\"(\",\"value\":\"(\",\"depth\":\"+\"}",
|
33556
|
+
"word": "("
|
33557
|
+
}
|
33558
|
+
],
|
33559
|
+
")": [
|
33560
|
+
{
|
33561
|
+
"id": "rightParenthesis",
|
33562
|
+
"initial": "{\"word\":\")\",\"value\":\")\",\"depth\":\"-\"}",
|
33563
|
+
"word": ")"
|
33564
|
+
}
|
33565
|
+
],
|
33566
|
+
",": [
|
33567
|
+
{
|
33568
|
+
"id": "comma",
|
33569
|
+
"initial": "{\"word\":\",\",\"value\":\",\",\"depth\":\"+\"}",
|
33570
|
+
"word": ","
|
33571
|
+
}
|
33572
|
+
],
|
33573
|
+
".": [
|
33574
|
+
{
|
33575
|
+
"id": "endOfSentence",
|
33576
|
+
"initial": "{ value: \"endOfSentence\"}"
|
33577
|
+
}
|
33578
|
+
],
|
33579
|
+
":": [
|
33580
|
+
{
|
33581
|
+
"id": "colon",
|
33582
|
+
"initial": "{ value: \"colon\"}"
|
33583
|
+
}
|
33584
|
+
],
|
33585
|
+
"<<possession>>": [
|
33586
|
+
{
|
33587
|
+
"id": "possession",
|
33588
|
+
"initial": "{ value: 'possession' }"
|
33589
|
+
}
|
33590
|
+
],
|
33591
|
+
"?": [
|
33592
|
+
{
|
33593
|
+
"id": "questionMark",
|
33594
|
+
"initial": "{}"
|
33595
|
+
}
|
33596
|
+
],
|
33597
|
+
"are": [
|
33598
|
+
{
|
33599
|
+
"id": "is",
|
33600
|
+
"initial": "{ number: 'many' }"
|
33601
|
+
},
|
33602
|
+
{
|
33603
|
+
"id": "isEd",
|
33604
|
+
"initial": "{ number: 'many' }"
|
33605
|
+
}
|
33606
|
+
],
|
33607
|
+
"banana": [
|
33608
|
+
{
|
33609
|
+
"id": "banana",
|
33610
|
+
"initial": "{ value: \"banana\", number: \"one\" }"
|
33611
|
+
}
|
33612
|
+
],
|
33613
|
+
"bananas": [
|
33614
|
+
{
|
33615
|
+
"id": "banana",
|
33616
|
+
"initial": "{ value: \"banana\", number: \"many\" }"
|
33617
|
+
}
|
33618
|
+
],
|
33619
|
+
"brief": [
|
33620
|
+
{
|
33621
|
+
"id": "briefOrWordy",
|
33622
|
+
"initial": "{ value: 'brief' }"
|
33623
|
+
}
|
33624
|
+
],
|
33625
|
+
"dessert": [
|
33626
|
+
{
|
33627
|
+
"id": "dessert",
|
33628
|
+
"initial": "{ value: \"dessert\", number: \"one\" }"
|
33629
|
+
}
|
33630
|
+
],
|
33631
|
+
"desserts": [
|
33632
|
+
{
|
33633
|
+
"id": "dessert",
|
33634
|
+
"initial": "{ value: \"dessert\", number: \"many\" }"
|
33635
|
+
}
|
33636
|
+
],
|
33637
|
+
"do": [
|
33638
|
+
{
|
33639
|
+
"id": "does",
|
33640
|
+
"initial": "{ number: 'many' }"
|
33641
|
+
}
|
33642
|
+
],
|
33643
|
+
"does": [
|
33644
|
+
{
|
33645
|
+
"id": "does",
|
33646
|
+
"initial": "{ number: 'one' }"
|
33647
|
+
}
|
33648
|
+
],
|
33649
|
+
"doesnt": [
|
33650
|
+
{
|
33651
|
+
"id": "doesnt",
|
33652
|
+
"initial": "{ number: 'one' }"
|
33653
|
+
}
|
33654
|
+
],
|
33655
|
+
"dont": [
|
33656
|
+
{
|
33657
|
+
"id": "doesnt",
|
33658
|
+
"initial": "{ number: 'many' }"
|
33659
|
+
}
|
33660
|
+
],
|
33661
|
+
"fruit": [
|
33662
|
+
{
|
33663
|
+
"id": "fruit",
|
33664
|
+
"initial": "{ value: \"fruit\", number: \"one\" }"
|
33665
|
+
}
|
33666
|
+
],
|
33667
|
+
"fruits": [
|
33668
|
+
{
|
33669
|
+
"id": "fruit",
|
33670
|
+
"initial": "{ value: \"fruit\", number: \"many\" }"
|
33671
|
+
}
|
33672
|
+
],
|
33673
|
+
"has": [
|
33674
|
+
{
|
33675
|
+
"id": "have",
|
33676
|
+
"initial": "{ doesable: true, number: 'one' }"
|
33677
|
+
}
|
33678
|
+
],
|
33679
|
+
"have": [
|
33680
|
+
{
|
33681
|
+
"id": "have",
|
33682
|
+
"initial": "{ doesable: true, number: 'many' }"
|
33683
|
+
}
|
33684
|
+
],
|
33685
|
+
"is": [
|
33686
|
+
{
|
33687
|
+
"id": "is",
|
33688
|
+
"initial": "{ number: 'one' }"
|
33689
|
+
},
|
33690
|
+
{
|
33691
|
+
"id": "isEd",
|
33692
|
+
"initial": "{ number: 'one' }"
|
33693
|
+
}
|
33694
|
+
],
|
33695
|
+
"memorable": [
|
33696
|
+
{
|
33697
|
+
"id": "memorable",
|
33698
|
+
"initial": "{\"word\":\"memorable\",\"number\":\"one\"}",
|
33699
|
+
"word": "memorable"
|
33700
|
+
}
|
33701
|
+
],
|
33702
|
+
"memorables": [
|
33703
|
+
{
|
33704
|
+
"id": "memorable",
|
33705
|
+
"initial": "{\"word\":\"memorables\",\"number\":\"many\"}",
|
33706
|
+
"word": "memorables"
|
33707
|
+
}
|
33708
|
+
],
|
33709
|
+
"modifies": [
|
33710
|
+
{
|
33711
|
+
"id": "modifies",
|
33712
|
+
"initial": "{\"word\":\"modifies\",\"number\":\"one\",\"flatten\":false}",
|
33713
|
+
"word": "modifies"
|
33714
|
+
}
|
33715
|
+
],
|
33716
|
+
"modify": [
|
33717
|
+
{
|
33718
|
+
"id": "modifies",
|
33719
|
+
"initial": "{\"word\":\"modify\",\"number\":\"many\",\"flatten\":true}",
|
33720
|
+
"word": "modify"
|
33721
|
+
}
|
33722
|
+
],
|
33723
|
+
"negatable": [
|
33724
|
+
{
|
33725
|
+
"id": "negatable",
|
33726
|
+
"initial": "{\"word\":\"negatable\",\"number\":\"one\"}",
|
33727
|
+
"word": "negatable"
|
33728
|
+
}
|
33729
|
+
],
|
33730
|
+
"negatables": [
|
33731
|
+
{
|
33732
|
+
"id": "negatable",
|
33733
|
+
"initial": "{\"word\":\"negatables\",\"number\":\"many\"}",
|
33734
|
+
"word": "negatables"
|
33735
|
+
}
|
33736
|
+
],
|
33737
|
+
"no": [
|
33738
|
+
{
|
33739
|
+
"id": "yesno",
|
33740
|
+
"initial": "{ value: false }"
|
33741
|
+
}
|
33742
|
+
],
|
33743
|
+
"properties": [
|
33744
|
+
{
|
33745
|
+
"id": "property",
|
33746
|
+
"initial": "{ value: \"property\"}"
|
33747
|
+
}
|
33748
|
+
],
|
33749
|
+
"the": [
|
33750
|
+
{
|
33751
|
+
"id": "the",
|
33752
|
+
"initial": "{ modifiers: [] }"
|
33753
|
+
}
|
33754
|
+
],
|
33755
|
+
"who": [
|
33756
|
+
{
|
33757
|
+
"id": "what",
|
33758
|
+
"initial": "{ modifiers: [], query: true }"
|
33759
|
+
}
|
33760
|
+
],
|
33761
|
+
"wordy": [
|
33762
|
+
{
|
33763
|
+
"id": "briefOrWordy",
|
33764
|
+
"initial": "{ value: 'wordy' }"
|
33765
|
+
}
|
33766
|
+
],
|
33767
|
+
"yes": [
|
33768
|
+
{
|
33769
|
+
"id": "yesno",
|
33770
|
+
"initial": "{ value: true }"
|
33771
|
+
}
|
33772
|
+
]
|
33773
|
+
},
|
33774
|
+
"patterns": [
|
33775
|
+
{
|
33776
|
+
"defs": [
|
33777
|
+
{
|
33778
|
+
"id": "possession",
|
33779
|
+
"initial": "{ value: 'possession' }",
|
33780
|
+
"uuid": "properties2"
|
33781
|
+
}
|
33782
|
+
],
|
33783
|
+
"pattern": [
|
33784
|
+
"'s"
|
33785
|
+
]
|
33786
|
+
},
|
33787
|
+
{
|
33788
|
+
"defs": [
|
33789
|
+
{
|
33790
|
+
"remove": true,
|
33791
|
+
"uuid": "tokenize2"
|
33792
|
+
}
|
33793
|
+
],
|
33794
|
+
"pattern": [
|
33795
|
+
{
|
33796
|
+
"type": "space"
|
33797
|
+
},
|
33798
|
+
{
|
33799
|
+
"repeat": true
|
33800
|
+
}
|
33801
|
+
]
|
33802
|
+
},
|
33803
|
+
{
|
33804
|
+
"allow_partial_matches": false,
|
33805
|
+
"check_spelling": true,
|
33806
|
+
"defs": [
|
33807
|
+
{
|
33808
|
+
"id": "unknown",
|
33809
|
+
"initial": "{ value: text, unknown: true }",
|
33810
|
+
"uuid": "tokenize2"
|
33811
|
+
}
|
33812
|
+
],
|
33813
|
+
"is_unknown": true,
|
33814
|
+
"pattern": [
|
33815
|
+
{
|
33816
|
+
"type": "alphanumeric"
|
33817
|
+
},
|
33818
|
+
{
|
33819
|
+
"repeat": true
|
33820
|
+
}
|
33821
|
+
],
|
33822
|
+
"scale": 0.8
|
33823
|
+
}
|
33824
|
+
]
|
33825
|
+
}
|
33826
|
+
},
|
33827
|
+
"contexts": [
|
33828
|
+
{
|
33829
|
+
"dead": true,
|
33830
|
+
"level": 2,
|
33831
|
+
"marker": "is",
|
33832
|
+
"number": "many",
|
33833
|
+
"one": {
|
33834
|
+
"dead": true,
|
33835
|
+
"level": 1,
|
33836
|
+
"marker": "unknown",
|
33837
|
+
"number": "many",
|
33838
|
+
"range": {
|
33839
|
+
"end": 30,
|
33840
|
+
"start": 0
|
33841
|
+
},
|
33842
|
+
"text": "bananas",
|
33843
|
+
"types": [
|
33844
|
+
"unknown"
|
33845
|
+
],
|
33846
|
+
"unknown": true,
|
33847
|
+
"value": "bananas",
|
33848
|
+
"word": "bananas"
|
33849
|
+
},
|
33850
|
+
"range": {
|
33851
|
+
"end": 30,
|
33852
|
+
"start": 0
|
33853
|
+
},
|
33854
|
+
"text": "bananas are fruits and desserts",
|
33855
|
+
"topLevel": true,
|
33856
|
+
"touchedBy": [
|
33857
|
+
"hierarchy#call2"
|
33858
|
+
],
|
33859
|
+
"two": {
|
33860
|
+
"concept": true,
|
33861
|
+
"default": true,
|
33862
|
+
"isList": true,
|
33863
|
+
"level": 1,
|
33864
|
+
"listable": true,
|
33865
|
+
"marker": "list",
|
33866
|
+
"range": {
|
33867
|
+
"end": 30,
|
33868
|
+
"start": 12
|
33869
|
+
},
|
33870
|
+
"text": "fruits and desserts",
|
33871
|
+
"types": [
|
33872
|
+
"list",
|
33873
|
+
"queryable",
|
33874
|
+
"unknown"
|
33875
|
+
],
|
33876
|
+
"value": [
|
33877
|
+
{
|
33878
|
+
"dead": true,
|
33879
|
+
"level": 1,
|
33880
|
+
"marker": "unknown",
|
33881
|
+
"range": {
|
33882
|
+
"end": 17,
|
33883
|
+
"start": 12
|
33884
|
+
},
|
33885
|
+
"text": "fruits",
|
33886
|
+
"types": [
|
33887
|
+
"queryable",
|
33888
|
+
"unknown"
|
33889
|
+
],
|
33890
|
+
"unknown": true,
|
33891
|
+
"value": "fruits",
|
33892
|
+
"word": "fruits"
|
33893
|
+
},
|
33894
|
+
{
|
33895
|
+
"dead": true,
|
33896
|
+
"level": 1,
|
33897
|
+
"marker": "unknown",
|
33898
|
+
"range": {
|
33899
|
+
"end": 30,
|
33900
|
+
"start": 23
|
33901
|
+
},
|
33902
|
+
"text": "desserts",
|
33903
|
+
"types": [
|
33904
|
+
"queryable",
|
33905
|
+
"unknown"
|
33906
|
+
],
|
33907
|
+
"unknown": true,
|
33908
|
+
"value": "desserts",
|
33909
|
+
"word": "desserts"
|
33910
|
+
}
|
33911
|
+
],
|
33912
|
+
"word": "and"
|
33913
|
+
},
|
33914
|
+
"word": "are"
|
33915
|
+
}
|
33916
|
+
],
|
33917
|
+
"developerTest": false,
|
33918
|
+
"generatedParenthesized": [
|
33919
|
+
""
|
33920
|
+
],
|
33921
|
+
"metadata": {
|
33922
|
+
"opChoices": [
|
33923
|
+
{
|
33924
|
+
"counter": 1,
|
33925
|
+
"op": [
|
33926
|
+
"unknown",
|
33927
|
+
0
|
33928
|
+
],
|
33929
|
+
"ops": [
|
33930
|
+
[
|
33931
|
+
"is",
|
33932
|
+
0
|
33933
|
+
],
|
33934
|
+
[
|
33935
|
+
"list",
|
33936
|
+
0
|
33937
|
+
],
|
33938
|
+
[
|
33939
|
+
"unknown",
|
33940
|
+
0
|
33941
|
+
],
|
33942
|
+
[
|
33943
|
+
"unknown",
|
33944
|
+
0
|
33945
|
+
],
|
33946
|
+
[
|
33947
|
+
"unknown",
|
33948
|
+
0
|
33949
|
+
]
|
33950
|
+
]
|
33951
|
+
},
|
33952
|
+
{
|
33953
|
+
"counter": 2,
|
33954
|
+
"op": [
|
33955
|
+
"unknown",
|
33956
|
+
0
|
33957
|
+
],
|
33958
|
+
"ops": [
|
33959
|
+
[
|
33960
|
+
"is",
|
33961
|
+
0
|
33962
|
+
],
|
33963
|
+
[
|
33964
|
+
"list",
|
33965
|
+
0
|
33966
|
+
],
|
33967
|
+
[
|
33968
|
+
"unknown",
|
33969
|
+
0
|
33970
|
+
],
|
33971
|
+
[
|
33972
|
+
"unknown",
|
33973
|
+
0
|
33974
|
+
]
|
33975
|
+
]
|
33976
|
+
},
|
33977
|
+
{
|
33978
|
+
"counter": 3,
|
33979
|
+
"op": [
|
33980
|
+
"unknown",
|
33981
|
+
0
|
33982
|
+
],
|
33983
|
+
"ops": [
|
33984
|
+
[
|
33985
|
+
"is",
|
33986
|
+
0
|
33987
|
+
],
|
33988
|
+
[
|
33989
|
+
"list",
|
33990
|
+
0
|
33991
|
+
],
|
33992
|
+
[
|
33993
|
+
"unknown",
|
33994
|
+
0
|
33995
|
+
]
|
33996
|
+
]
|
33997
|
+
},
|
33998
|
+
{
|
33999
|
+
"counter": 4,
|
34000
|
+
"op": [
|
34001
|
+
"list",
|
34002
|
+
0
|
34003
|
+
],
|
34004
|
+
"ops": [
|
34005
|
+
[
|
34006
|
+
"is",
|
34007
|
+
0
|
34008
|
+
],
|
34009
|
+
[
|
34010
|
+
"list",
|
34011
|
+
0
|
34012
|
+
]
|
34013
|
+
]
|
34014
|
+
},
|
34015
|
+
{
|
34016
|
+
"counter": 5,
|
34017
|
+
"op": [
|
34018
|
+
"is",
|
34019
|
+
0
|
34020
|
+
],
|
34021
|
+
"ops": [
|
34022
|
+
[
|
34023
|
+
"is",
|
34024
|
+
0
|
34025
|
+
]
|
34026
|
+
]
|
34027
|
+
},
|
34028
|
+
{
|
34029
|
+
"counter": 6,
|
34030
|
+
"op": [
|
34031
|
+
"is",
|
34032
|
+
1
|
34033
|
+
],
|
34034
|
+
"ops": [
|
34035
|
+
[
|
34036
|
+
"is",
|
34037
|
+
1
|
34038
|
+
]
|
34039
|
+
]
|
34040
|
+
}
|
34041
|
+
]
|
34042
|
+
},
|
34043
|
+
"objects": {
|
34044
|
+
"nameToUUID": {
|
34045
|
+
"articles": "articles2",
|
34046
|
+
"asking": "asking2",
|
34047
|
+
"concept": "concept2",
|
34048
|
+
"conjunction": "conjunction2",
|
34049
|
+
"dialogues": "dialogues2",
|
34050
|
+
"evaluate": "evaluate2",
|
34051
|
+
"gdefaults": "gdefaults2",
|
34052
|
+
"hierarchy": "hierarchy1",
|
34053
|
+
"meta": "meta2",
|
34054
|
+
"negation": "negation2",
|
34055
|
+
"pos": "pos2",
|
34056
|
+
"properties": "properties2",
|
34057
|
+
"punctuation": "punctuation2",
|
34058
|
+
"sdefaults": "sdefaults2",
|
34059
|
+
"stm": "stm2",
|
34060
|
+
"tokenize": "tokenize2"
|
34061
|
+
},
|
34062
|
+
"namespaced": {
|
34063
|
+
"articles2": {
|
34064
|
+
},
|
34065
|
+
"asking2": {
|
34066
|
+
},
|
34067
|
+
"concept2": {
|
34068
|
+
"defaultTypesForHierarchy": {
|
34069
|
+
},
|
34070
|
+
"valueToWords": [
|
34071
|
+
]
|
34072
|
+
},
|
34073
|
+
"conjunction2": {
|
34074
|
+
},
|
34075
|
+
"dialogues2": {
|
34076
|
+
"idSuffix": "",
|
34077
|
+
"mentioned": [
|
34078
|
+
],
|
34079
|
+
"variables": {
|
34080
|
+
}
|
34081
|
+
},
|
34082
|
+
"evaluate2": {
|
34083
|
+
},
|
34084
|
+
"gdefaults2": {
|
34085
|
+
},
|
34086
|
+
"hierarchy1": {
|
34087
|
+
},
|
34088
|
+
"meta2": {
|
34089
|
+
},
|
34090
|
+
"negation2": {
|
34091
|
+
},
|
34092
|
+
"pos2": {
|
34093
|
+
},
|
34094
|
+
"properties2": {
|
34095
|
+
"children": {
|
34096
|
+
"adjective": [
|
34097
|
+
"stm_before"
|
34098
|
+
],
|
34099
|
+
"articlePOS": [
|
34100
|
+
"a",
|
34101
|
+
"the"
|
34102
|
+
],
|
34103
|
+
"canBeDoQuestion": [
|
34104
|
+
"have"
|
34105
|
+
],
|
34106
|
+
"canBeQuestion": [
|
34107
|
+
"have",
|
34108
|
+
"is"
|
34109
|
+
],
|
34110
|
+
"dessert": [
|
34111
|
+
"banana"
|
34112
|
+
],
|
34113
|
+
"fruit": [
|
34114
|
+
"banana"
|
34115
|
+
],
|
34116
|
+
"hierarchyAble": [
|
34117
|
+
"unknown"
|
34118
|
+
],
|
34119
|
+
"ifAble": [
|
34120
|
+
"orAble"
|
34121
|
+
],
|
34122
|
+
"object": [
|
34123
|
+
"what",
|
34124
|
+
"whose"
|
34125
|
+
],
|
34126
|
+
"preposition": [
|
34127
|
+
"between",
|
34128
|
+
"propertyOf",
|
34129
|
+
"to"
|
34130
|
+
],
|
34131
|
+
"pronoun": [
|
34132
|
+
"it",
|
34133
|
+
"this"
|
34134
|
+
],
|
34135
|
+
"punctuation": [
|
34136
|
+
"questionMark"
|
34137
|
+
],
|
34138
|
+
"queryable": [
|
34139
|
+
"xfx",
|
34140
|
+
"hierarchyAble",
|
34141
|
+
"readonly",
|
34142
|
+
"property",
|
34143
|
+
"object",
|
34144
|
+
"concept",
|
34145
|
+
"doubleQuote",
|
34146
|
+
"theAble",
|
34147
|
+
"unknown",
|
34148
|
+
"it",
|
34149
|
+
"what",
|
34150
|
+
"whatAble",
|
34151
|
+
"this",
|
34152
|
+
"reason",
|
34153
|
+
"thisitthat"
|
34154
|
+
],
|
34155
|
+
"theAble": [
|
34156
|
+
"property",
|
34157
|
+
"object",
|
34158
|
+
"concept",
|
34159
|
+
"unknown",
|
34160
|
+
"reason",
|
34161
|
+
"memorable",
|
34162
|
+
"noun"
|
34163
|
+
],
|
34164
|
+
"thisitthat": [
|
34165
|
+
"it",
|
34166
|
+
"this",
|
34167
|
+
"that"
|
34168
|
+
],
|
34169
|
+
"toAble": [
|
34170
|
+
"it"
|
34171
|
+
],
|
34172
|
+
"verb": [
|
34173
|
+
"modifies",
|
34174
|
+
"is",
|
34175
|
+
"remember",
|
34176
|
+
"evaluate"
|
34177
|
+
]
|
34178
|
+
},
|
34179
|
+
"concepts": [
|
34180
|
+
"properties",
|
34181
|
+
"unknown",
|
34182
|
+
"hierarchyAble",
|
34183
|
+
"what",
|
34184
|
+
"object",
|
34185
|
+
"xfx",
|
34186
|
+
"queryable",
|
34187
|
+
"between",
|
34188
|
+
"preposition",
|
34189
|
+
"readonly",
|
34190
|
+
"have",
|
34191
|
+
"canBeDoQuestion",
|
34192
|
+
"canBeQuestion",
|
34193
|
+
"property",
|
34194
|
+
"theAble",
|
34195
|
+
"propertyOf",
|
34196
|
+
"whose",
|
34197
|
+
"concept",
|
34198
|
+
"modifies",
|
34199
|
+
"verb",
|
34200
|
+
"doubleQuote",
|
34201
|
+
"it",
|
34202
|
+
"pronoun",
|
34203
|
+
"this",
|
34204
|
+
"questionMark",
|
34205
|
+
"punctuation",
|
34206
|
+
"a",
|
34207
|
+
"articlePOS",
|
34208
|
+
"the",
|
34209
|
+
"whatAble",
|
34210
|
+
"is",
|
34211
|
+
"toAble",
|
34212
|
+
"to",
|
34213
|
+
"reason",
|
34214
|
+
"memorable",
|
34215
|
+
"remember",
|
34216
|
+
"stm_before",
|
34217
|
+
"adjective",
|
34218
|
+
"orAble",
|
34219
|
+
"ifAble",
|
34220
|
+
"evaluate",
|
34221
|
+
"noun",
|
34222
|
+
"thisitthat",
|
34223
|
+
"that",
|
34224
|
+
"banana",
|
34225
|
+
"fruit",
|
34226
|
+
"dessert"
|
34227
|
+
],
|
34228
|
+
"parents": {
|
34229
|
+
"a": [
|
34230
|
+
"articlePOS"
|
34231
|
+
],
|
34232
|
+
"banana": [
|
34233
|
+
"fruit",
|
34234
|
+
"dessert"
|
34235
|
+
],
|
34236
|
+
"between": [
|
34237
|
+
"preposition"
|
34238
|
+
],
|
34239
|
+
"concept": [
|
34240
|
+
"theAble",
|
34241
|
+
"queryable"
|
34242
|
+
],
|
34243
|
+
"doubleQuote": [
|
34244
|
+
"queryable"
|
34245
|
+
],
|
34246
|
+
"evaluate": [
|
34247
|
+
"verb"
|
34248
|
+
],
|
34249
|
+
"have": [
|
34250
|
+
"canBeDoQuestion",
|
34251
|
+
"canBeQuestion"
|
34252
|
+
],
|
34253
|
+
"hierarchyAble": [
|
34254
|
+
"queryable"
|
34255
|
+
],
|
34256
|
+
"is": [
|
34257
|
+
"canBeQuestion",
|
34258
|
+
"verb"
|
34259
|
+
],
|
34260
|
+
"it": [
|
34261
|
+
"pronoun",
|
34262
|
+
"queryable",
|
34263
|
+
"toAble",
|
34264
|
+
"thisitthat"
|
34265
|
+
],
|
34266
|
+
"memorable": [
|
34267
|
+
"theAble"
|
34268
|
+
],
|
34269
|
+
"modifies": [
|
34270
|
+
"verb"
|
34271
|
+
],
|
34272
|
+
"noun": [
|
34273
|
+
"theAble"
|
34274
|
+
],
|
34275
|
+
"object": [
|
34276
|
+
"queryable",
|
34277
|
+
"theAble"
|
34278
|
+
],
|
34279
|
+
"orAble": [
|
34280
|
+
"ifAble"
|
34281
|
+
],
|
34282
|
+
"property": [
|
34283
|
+
"queryable",
|
34284
|
+
"theAble"
|
34285
|
+
],
|
34286
|
+
"propertyOf": [
|
34287
|
+
"preposition"
|
34288
|
+
],
|
34289
|
+
"questionMark": [
|
34290
|
+
"punctuation"
|
34291
|
+
],
|
34292
|
+
"readonly": [
|
34293
|
+
"queryable"
|
34294
|
+
],
|
34295
|
+
"reason": [
|
34296
|
+
"theAble",
|
34297
|
+
"queryable"
|
34298
|
+
],
|
34299
|
+
"remember": [
|
34300
|
+
"verb"
|
34301
|
+
],
|
34302
|
+
"stm_before": [
|
34303
|
+
"adjective"
|
34304
|
+
],
|
34305
|
+
"that": [
|
34306
|
+
"thisitthat"
|
34307
|
+
],
|
34308
|
+
"the": [
|
34309
|
+
"articlePOS"
|
34310
|
+
],
|
34311
|
+
"theAble": [
|
34312
|
+
"queryable"
|
34313
|
+
],
|
34314
|
+
"this": [
|
34315
|
+
"pronoun",
|
34316
|
+
"queryable",
|
34317
|
+
"thisitthat"
|
34318
|
+
],
|
34319
|
+
"thisitthat": [
|
34320
|
+
"queryable"
|
34321
|
+
],
|
34322
|
+
"to": [
|
34323
|
+
"preposition"
|
34324
|
+
],
|
34325
|
+
"unknown": [
|
34326
|
+
"hierarchyAble",
|
34327
|
+
"theAble",
|
34328
|
+
"queryable"
|
34329
|
+
],
|
34330
|
+
"what": [
|
34331
|
+
"object",
|
34332
|
+
"queryable"
|
34333
|
+
],
|
34334
|
+
"whatAble": [
|
34335
|
+
"queryable"
|
34336
|
+
],
|
34337
|
+
"whose": [
|
34338
|
+
"object"
|
34339
|
+
],
|
34340
|
+
"xfx": [
|
34341
|
+
"queryable"
|
34342
|
+
]
|
34343
|
+
},
|
34344
|
+
"properties": {
|
34345
|
+
"handlers": {
|
34346
|
+
},
|
34347
|
+
"initHandlers": [
|
34348
|
+
],
|
34349
|
+
"root": {
|
34350
|
+
"a": {
|
34351
|
+
},
|
34352
|
+
"adjective": {
|
34353
|
+
},
|
34354
|
+
"articlePOS": {
|
34355
|
+
},
|
34356
|
+
"banana": {
|
34357
|
+
},
|
34358
|
+
"between": {
|
34359
|
+
},
|
34360
|
+
"canBeDoQuestion": {
|
34361
|
+
},
|
34362
|
+
"canBeQuestion": {
|
34363
|
+
},
|
34364
|
+
"concept": {
|
34365
|
+
},
|
34366
|
+
"dessert": {
|
34367
|
+
},
|
34368
|
+
"doubleQuote": {
|
34369
|
+
},
|
34370
|
+
"evaluate": {
|
34371
|
+
},
|
34372
|
+
"fruit": {
|
34373
|
+
},
|
34374
|
+
"have": {
|
34375
|
+
},
|
34376
|
+
"hierarchyAble": {
|
34377
|
+
},
|
34378
|
+
"ifAble": {
|
34379
|
+
},
|
34380
|
+
"is": {
|
34381
|
+
},
|
34382
|
+
"it": {
|
34383
|
+
},
|
34384
|
+
"memorable": {
|
34385
|
+
},
|
34386
|
+
"modifies": {
|
34387
|
+
},
|
34388
|
+
"noun": {
|
34389
|
+
},
|
34390
|
+
"object": {
|
34391
|
+
},
|
34392
|
+
"orAble": {
|
34393
|
+
},
|
34394
|
+
"preposition": {
|
34395
|
+
},
|
34396
|
+
"pronoun": {
|
34397
|
+
},
|
34398
|
+
"property": {
|
34399
|
+
},
|
34400
|
+
"propertyOf": {
|
34401
|
+
},
|
34402
|
+
"punctuation": {
|
34403
|
+
},
|
34404
|
+
"queryable": {
|
34405
|
+
},
|
34406
|
+
"questionMark": {
|
34407
|
+
},
|
34408
|
+
"readonly": {
|
34409
|
+
},
|
34410
|
+
"reason": {
|
34411
|
+
},
|
34412
|
+
"remember": {
|
34413
|
+
},
|
34414
|
+
"stm_before": {
|
34415
|
+
},
|
34416
|
+
"that": {
|
34417
|
+
},
|
34418
|
+
"the": {
|
34419
|
+
},
|
34420
|
+
"theAble": {
|
34421
|
+
},
|
34422
|
+
"this": {
|
34423
|
+
},
|
34424
|
+
"thisitthat": {
|
34425
|
+
},
|
34426
|
+
"to": {
|
34427
|
+
},
|
34428
|
+
"toAble": {
|
34429
|
+
},
|
34430
|
+
"unknown": {
|
34431
|
+
},
|
34432
|
+
"verb": {
|
34433
|
+
},
|
34434
|
+
"what": {
|
34435
|
+
},
|
34436
|
+
"whatAble": {
|
34437
|
+
},
|
34438
|
+
"whose": {
|
34439
|
+
},
|
34440
|
+
"xfx": {
|
34441
|
+
}
|
34442
|
+
}
|
34443
|
+
},
|
34444
|
+
"property": {
|
34445
|
+
},
|
34446
|
+
"relations": [
|
34447
|
+
],
|
34448
|
+
"valueToWords": {
|
34449
|
+
}
|
34450
|
+
},
|
34451
|
+
"punctuation2": {
|
34452
|
+
},
|
34453
|
+
"sdefaults2": {
|
34454
|
+
},
|
34455
|
+
"stm2": {
|
34456
|
+
"mentioned": [
|
34457
|
+
],
|
34458
|
+
"variables": {
|
34459
|
+
}
|
34460
|
+
},
|
34461
|
+
"tokenize2": {
|
34462
|
+
}
|
34463
|
+
},
|
34464
|
+
"processed": [
|
34465
|
+
{
|
34466
|
+
"context": {
|
34467
|
+
"dead": true,
|
34468
|
+
"level": 2,
|
34469
|
+
"marker": "is",
|
34470
|
+
"number": "many",
|
34471
|
+
"one": {
|
34472
|
+
"dead": true,
|
34473
|
+
"level": 1,
|
34474
|
+
"marker": "unknown",
|
34475
|
+
"number": "many",
|
34476
|
+
"range": {
|
34477
|
+
"end": 30,
|
34478
|
+
"start": 0
|
34479
|
+
},
|
34480
|
+
"text": "bananas",
|
34481
|
+
"types": [
|
34482
|
+
"unknown"
|
34483
|
+
],
|
34484
|
+
"unknown": true,
|
34485
|
+
"value": "bananas",
|
34486
|
+
"word": "bananas"
|
34487
|
+
},
|
34488
|
+
"range": {
|
34489
|
+
"end": 30,
|
34490
|
+
"start": 0
|
34491
|
+
},
|
34492
|
+
"text": "bananas are fruits and desserts",
|
34493
|
+
"topLevel": true,
|
34494
|
+
"touchedBy": [
|
34495
|
+
"hierarchy#call2"
|
34496
|
+
],
|
34497
|
+
"two": {
|
34498
|
+
"concept": true,
|
34499
|
+
"default": true,
|
34500
|
+
"isList": true,
|
34501
|
+
"level": 1,
|
34502
|
+
"listable": true,
|
34503
|
+
"marker": "list",
|
34504
|
+
"range": {
|
34505
|
+
"end": 30,
|
34506
|
+
"start": 12
|
34507
|
+
},
|
34508
|
+
"text": "fruits and desserts",
|
34509
|
+
"types": [
|
34510
|
+
"list",
|
34511
|
+
"queryable",
|
34512
|
+
"unknown"
|
34513
|
+
],
|
34514
|
+
"value": [
|
34515
|
+
{
|
34516
|
+
"dead": true,
|
34517
|
+
"level": 1,
|
34518
|
+
"marker": "unknown",
|
34519
|
+
"range": {
|
34520
|
+
"end": 17,
|
34521
|
+
"start": 12
|
34522
|
+
},
|
34523
|
+
"text": "fruits",
|
34524
|
+
"types": [
|
34525
|
+
"queryable",
|
34526
|
+
"unknown"
|
34527
|
+
],
|
34528
|
+
"unknown": true,
|
34529
|
+
"value": "fruits",
|
34530
|
+
"word": "fruits"
|
34531
|
+
},
|
34532
|
+
{
|
34533
|
+
"dead": true,
|
34534
|
+
"level": 1,
|
34535
|
+
"marker": "unknown",
|
34536
|
+
"range": {
|
34537
|
+
"end": 30,
|
34538
|
+
"start": 23
|
34539
|
+
},
|
34540
|
+
"text": "desserts",
|
34541
|
+
"types": [
|
34542
|
+
"queryable",
|
34543
|
+
"unknown"
|
34544
|
+
],
|
34545
|
+
"unknown": true,
|
34546
|
+
"value": "desserts",
|
34547
|
+
"word": "desserts"
|
34548
|
+
}
|
34549
|
+
],
|
34550
|
+
"word": "and"
|
34551
|
+
},
|
34552
|
+
"word": "are"
|
34553
|
+
},
|
34554
|
+
"generatedParenthesized": "",
|
34555
|
+
"paraphrases": "bananas are fruits and desserts",
|
34556
|
+
"paraphrasesParenthesized": "((bananas) are ((fruits) and (desserts)))",
|
34557
|
+
"responses": [
|
34558
|
+
""
|
34559
|
+
]
|
34560
|
+
}
|
34561
|
+
]
|
34562
|
+
},
|
34563
|
+
"paraphrases": [
|
34564
|
+
"bananas are fruits and desserts"
|
34565
|
+
],
|
34566
|
+
"paraphrasesParenthesized": [
|
34567
|
+
"((bananas) are ((fruits) and (desserts)))"
|
34568
|
+
],
|
34569
|
+
"query": "bananas are fruits and desserts",
|
34570
|
+
"responses": [
|
34571
|
+
""
|
34572
|
+
]
|
33082
34573
|
}
|
33083
34574
|
]
|