ekms 8.0.0-beta.63 → 8.0.0-beta.65
Sign up to get free protection for your applications and to get access to all the features.
- package/common/colors.instance.json +0 -28
- package/common/edible.instance.json +58 -58
- package/common/fastfood.instance.json +1242 -699
- package/common/nameable.js +13 -4
- package/common/nameable.test.json +1070 -0
- package/common/ordering.instance.json +68 -0
- package/common/people.instance.json +14 -46
- package/common/pipboy.instance.json +0 -56
- package/common/reports.instance.json +1 -1
- package/common/reports.js +5 -4
- package/common/reports.test.json +15623 -10458
- package/common/tokenize.js +1 -1
- package/package.json +2 -2
@@ -2117,5 +2117,1075 @@
|
|
2117
2117
|
"",
|
2118
2118
|
""
|
2119
2119
|
]
|
2120
|
+
},
|
2121
|
+
{
|
2122
|
+
"associations": [
|
2123
|
+
],
|
2124
|
+
"config": {
|
2125
|
+
"words": {
|
2126
|
+
"hierarchy": [
|
2127
|
+
{
|
2128
|
+
"child": " ",
|
2129
|
+
"parent": "space"
|
2130
|
+
},
|
2131
|
+
{
|
2132
|
+
"child": "0",
|
2133
|
+
"parent": "digit"
|
2134
|
+
},
|
2135
|
+
{
|
2136
|
+
"child": "1",
|
2137
|
+
"parent": "digit"
|
2138
|
+
},
|
2139
|
+
{
|
2140
|
+
"child": "2",
|
2141
|
+
"parent": "digit"
|
2142
|
+
},
|
2143
|
+
{
|
2144
|
+
"child": "3",
|
2145
|
+
"parent": "digit"
|
2146
|
+
},
|
2147
|
+
{
|
2148
|
+
"child": "4",
|
2149
|
+
"parent": "digit"
|
2150
|
+
},
|
2151
|
+
{
|
2152
|
+
"child": "5",
|
2153
|
+
"parent": "digit"
|
2154
|
+
},
|
2155
|
+
{
|
2156
|
+
"child": "6",
|
2157
|
+
"parent": "digit"
|
2158
|
+
},
|
2159
|
+
{
|
2160
|
+
"child": "7",
|
2161
|
+
"parent": "digit"
|
2162
|
+
},
|
2163
|
+
{
|
2164
|
+
"child": "8",
|
2165
|
+
"parent": "digit"
|
2166
|
+
},
|
2167
|
+
{
|
2168
|
+
"child": "9",
|
2169
|
+
"parent": "digit"
|
2170
|
+
},
|
2171
|
+
{
|
2172
|
+
"child": "lower",
|
2173
|
+
"parent": "letter"
|
2174
|
+
},
|
2175
|
+
{
|
2176
|
+
"child": "upper",
|
2177
|
+
"parent": "letter"
|
2178
|
+
},
|
2179
|
+
{
|
2180
|
+
"child": "a",
|
2181
|
+
"parent": "lower"
|
2182
|
+
},
|
2183
|
+
{
|
2184
|
+
"child": "b",
|
2185
|
+
"parent": "lower"
|
2186
|
+
},
|
2187
|
+
{
|
2188
|
+
"child": "c",
|
2189
|
+
"parent": "lower"
|
2190
|
+
},
|
2191
|
+
{
|
2192
|
+
"child": "d",
|
2193
|
+
"parent": "lower"
|
2194
|
+
},
|
2195
|
+
{
|
2196
|
+
"child": "e",
|
2197
|
+
"parent": "lower"
|
2198
|
+
},
|
2199
|
+
{
|
2200
|
+
"child": "f",
|
2201
|
+
"parent": "lower"
|
2202
|
+
},
|
2203
|
+
{
|
2204
|
+
"child": "g",
|
2205
|
+
"parent": "lower"
|
2206
|
+
},
|
2207
|
+
{
|
2208
|
+
"child": "h",
|
2209
|
+
"parent": "lower"
|
2210
|
+
},
|
2211
|
+
{
|
2212
|
+
"child": "i",
|
2213
|
+
"parent": "lower"
|
2214
|
+
},
|
2215
|
+
{
|
2216
|
+
"child": "j",
|
2217
|
+
"parent": "lower"
|
2218
|
+
},
|
2219
|
+
{
|
2220
|
+
"child": "k",
|
2221
|
+
"parent": "lower"
|
2222
|
+
},
|
2223
|
+
{
|
2224
|
+
"child": "l",
|
2225
|
+
"parent": "lower"
|
2226
|
+
},
|
2227
|
+
{
|
2228
|
+
"child": "m",
|
2229
|
+
"parent": "lower"
|
2230
|
+
},
|
2231
|
+
{
|
2232
|
+
"child": "n",
|
2233
|
+
"parent": "lower"
|
2234
|
+
},
|
2235
|
+
{
|
2236
|
+
"child": "o",
|
2237
|
+
"parent": "lower"
|
2238
|
+
},
|
2239
|
+
{
|
2240
|
+
"child": "p",
|
2241
|
+
"parent": "lower"
|
2242
|
+
},
|
2243
|
+
{
|
2244
|
+
"child": "q",
|
2245
|
+
"parent": "lower"
|
2246
|
+
},
|
2247
|
+
{
|
2248
|
+
"child": "r",
|
2249
|
+
"parent": "lower"
|
2250
|
+
},
|
2251
|
+
{
|
2252
|
+
"child": "s",
|
2253
|
+
"parent": "lower"
|
2254
|
+
},
|
2255
|
+
{
|
2256
|
+
"child": "t",
|
2257
|
+
"parent": "lower"
|
2258
|
+
},
|
2259
|
+
{
|
2260
|
+
"child": "u",
|
2261
|
+
"parent": "lower"
|
2262
|
+
},
|
2263
|
+
{
|
2264
|
+
"child": "v",
|
2265
|
+
"parent": "lower"
|
2266
|
+
},
|
2267
|
+
{
|
2268
|
+
"child": "w",
|
2269
|
+
"parent": "lower"
|
2270
|
+
},
|
2271
|
+
{
|
2272
|
+
"child": "x",
|
2273
|
+
"parent": "lower"
|
2274
|
+
},
|
2275
|
+
{
|
2276
|
+
"child": "y",
|
2277
|
+
"parent": "lower"
|
2278
|
+
},
|
2279
|
+
{
|
2280
|
+
"child": "z",
|
2281
|
+
"parent": "lower"
|
2282
|
+
},
|
2283
|
+
{
|
2284
|
+
"child": "A",
|
2285
|
+
"parent": "upper"
|
2286
|
+
},
|
2287
|
+
{
|
2288
|
+
"child": "B",
|
2289
|
+
"parent": "upper"
|
2290
|
+
},
|
2291
|
+
{
|
2292
|
+
"child": "C",
|
2293
|
+
"parent": "upper"
|
2294
|
+
},
|
2295
|
+
{
|
2296
|
+
"child": "D",
|
2297
|
+
"parent": "upper"
|
2298
|
+
},
|
2299
|
+
{
|
2300
|
+
"child": "E",
|
2301
|
+
"parent": "upper"
|
2302
|
+
},
|
2303
|
+
{
|
2304
|
+
"child": "F",
|
2305
|
+
"parent": "upper"
|
2306
|
+
},
|
2307
|
+
{
|
2308
|
+
"child": "G",
|
2309
|
+
"parent": "upper"
|
2310
|
+
},
|
2311
|
+
{
|
2312
|
+
"child": "H",
|
2313
|
+
"parent": "upper"
|
2314
|
+
},
|
2315
|
+
{
|
2316
|
+
"child": "I",
|
2317
|
+
"parent": "upper"
|
2318
|
+
},
|
2319
|
+
{
|
2320
|
+
"child": "J",
|
2321
|
+
"parent": "upper"
|
2322
|
+
},
|
2323
|
+
{
|
2324
|
+
"child": "K",
|
2325
|
+
"parent": "upper"
|
2326
|
+
},
|
2327
|
+
{
|
2328
|
+
"child": "L",
|
2329
|
+
"parent": "upper"
|
2330
|
+
},
|
2331
|
+
{
|
2332
|
+
"child": "M",
|
2333
|
+
"parent": "upper"
|
2334
|
+
},
|
2335
|
+
{
|
2336
|
+
"child": "N",
|
2337
|
+
"parent": "upper"
|
2338
|
+
},
|
2339
|
+
{
|
2340
|
+
"child": "O",
|
2341
|
+
"parent": "upper"
|
2342
|
+
},
|
2343
|
+
{
|
2344
|
+
"child": "P",
|
2345
|
+
"parent": "upper"
|
2346
|
+
},
|
2347
|
+
{
|
2348
|
+
"child": "Q",
|
2349
|
+
"parent": "upper"
|
2350
|
+
},
|
2351
|
+
{
|
2352
|
+
"child": "R",
|
2353
|
+
"parent": "upper"
|
2354
|
+
},
|
2355
|
+
{
|
2356
|
+
"child": "S",
|
2357
|
+
"parent": "upper"
|
2358
|
+
},
|
2359
|
+
{
|
2360
|
+
"child": "T",
|
2361
|
+
"parent": "upper"
|
2362
|
+
},
|
2363
|
+
{
|
2364
|
+
"child": "U",
|
2365
|
+
"parent": "upper"
|
2366
|
+
},
|
2367
|
+
{
|
2368
|
+
"child": "V",
|
2369
|
+
"parent": "upper"
|
2370
|
+
},
|
2371
|
+
{
|
2372
|
+
"child": "W",
|
2373
|
+
"parent": "upper"
|
2374
|
+
},
|
2375
|
+
{
|
2376
|
+
"child": "X",
|
2377
|
+
"parent": "upper"
|
2378
|
+
},
|
2379
|
+
{
|
2380
|
+
"child": "Y",
|
2381
|
+
"parent": "upper"
|
2382
|
+
},
|
2383
|
+
{
|
2384
|
+
"child": "Z",
|
2385
|
+
"parent": "upper"
|
2386
|
+
},
|
2387
|
+
{
|
2388
|
+
"child": "letter",
|
2389
|
+
"parent": "alphanumeric"
|
2390
|
+
},
|
2391
|
+
{
|
2392
|
+
"child": "digit",
|
2393
|
+
"parent": "alphanumeric"
|
2394
|
+
},
|
2395
|
+
{
|
2396
|
+
"child": "_",
|
2397
|
+
"parent": "alphanumeric"
|
2398
|
+
},
|
2399
|
+
{
|
2400
|
+
"child": "~",
|
2401
|
+
"parent": "punctuation"
|
2402
|
+
},
|
2403
|
+
{
|
2404
|
+
"child": "!",
|
2405
|
+
"parent": "punctuation"
|
2406
|
+
},
|
2407
|
+
{
|
2408
|
+
"child": "@",
|
2409
|
+
"parent": "punctuation"
|
2410
|
+
},
|
2411
|
+
{
|
2412
|
+
"child": "#",
|
2413
|
+
"parent": "punctuation"
|
2414
|
+
},
|
2415
|
+
{
|
2416
|
+
"child": "$",
|
2417
|
+
"parent": "punctuation"
|
2418
|
+
},
|
2419
|
+
{
|
2420
|
+
"child": "%",
|
2421
|
+
"parent": "punctuation"
|
2422
|
+
},
|
2423
|
+
{
|
2424
|
+
"child": "^",
|
2425
|
+
"parent": "punctuation"
|
2426
|
+
},
|
2427
|
+
{
|
2428
|
+
"child": "&",
|
2429
|
+
"parent": "punctuation"
|
2430
|
+
},
|
2431
|
+
{
|
2432
|
+
"child": "*",
|
2433
|
+
"parent": "punctuation"
|
2434
|
+
},
|
2435
|
+
{
|
2436
|
+
"child": "(",
|
2437
|
+
"parent": "punctuation"
|
2438
|
+
},
|
2439
|
+
{
|
2440
|
+
"child": ")",
|
2441
|
+
"parent": "punctuation"
|
2442
|
+
},
|
2443
|
+
{
|
2444
|
+
"child": "+",
|
2445
|
+
"parent": "punctuation"
|
2446
|
+
},
|
2447
|
+
{
|
2448
|
+
"child": "-",
|
2449
|
+
"parent": "punctuation"
|
2450
|
+
},
|
2451
|
+
{
|
2452
|
+
"child": "=",
|
2453
|
+
"parent": "punctuation"
|
2454
|
+
},
|
2455
|
+
{
|
2456
|
+
"child": "[",
|
2457
|
+
"parent": "punctuation"
|
2458
|
+
},
|
2459
|
+
{
|
2460
|
+
"child": "]",
|
2461
|
+
"parent": "punctuation"
|
2462
|
+
},
|
2463
|
+
{
|
2464
|
+
"child": "{",
|
2465
|
+
"parent": "punctuation"
|
2466
|
+
},
|
2467
|
+
{
|
2468
|
+
"child": "}",
|
2469
|
+
"parent": "punctuation"
|
2470
|
+
},
|
2471
|
+
{
|
2472
|
+
"child": "\\",
|
2473
|
+
"parent": "punctuation"
|
2474
|
+
},
|
2475
|
+
{
|
2476
|
+
"child": "|",
|
2477
|
+
"parent": "punctuation"
|
2478
|
+
},
|
2479
|
+
{
|
2480
|
+
"child": ";",
|
2481
|
+
"parent": "punctuation"
|
2482
|
+
},
|
2483
|
+
{
|
2484
|
+
"child": ":",
|
2485
|
+
"parent": "punctuation"
|
2486
|
+
},
|
2487
|
+
{
|
2488
|
+
"child": ",",
|
2489
|
+
"parent": "punctuation"
|
2490
|
+
},
|
2491
|
+
{
|
2492
|
+
"child": "<",
|
2493
|
+
"parent": "punctuation"
|
2494
|
+
},
|
2495
|
+
{
|
2496
|
+
"child": ">",
|
2497
|
+
"parent": "punctuation"
|
2498
|
+
},
|
2499
|
+
{
|
2500
|
+
"child": "/",
|
2501
|
+
"parent": "punctuation"
|
2502
|
+
},
|
2503
|
+
{
|
2504
|
+
"child": "?",
|
2505
|
+
"parent": "punctuation"
|
2506
|
+
},
|
2507
|
+
{
|
2508
|
+
"child": "'",
|
2509
|
+
"parent": "punctuation"
|
2510
|
+
},
|
2511
|
+
{
|
2512
|
+
"child": "\"",
|
2513
|
+
"parent": "punctuation"
|
2514
|
+
}
|
2515
|
+
],
|
2516
|
+
"literals": {
|
2517
|
+
"peter james chunkington": [
|
2518
|
+
{
|
2519
|
+
"id": "m1",
|
2520
|
+
"initial": "{ value: \"peter james chunkington\", pullFromContext: true, nameable_named: true }"
|
2521
|
+
}
|
2522
|
+
]
|
2523
|
+
},
|
2524
|
+
"patterns": [
|
2525
|
+
{
|
2526
|
+
"defs": [
|
2527
|
+
{
|
2528
|
+
"remove": true,
|
2529
|
+
"uuid": "tokenize2"
|
2530
|
+
}
|
2531
|
+
],
|
2532
|
+
"pattern": [
|
2533
|
+
{
|
2534
|
+
"type": "space"
|
2535
|
+
},
|
2536
|
+
{
|
2537
|
+
"repeat": true
|
2538
|
+
}
|
2539
|
+
]
|
2540
|
+
},
|
2541
|
+
{
|
2542
|
+
"check_spelling": true,
|
2543
|
+
"defs": [
|
2544
|
+
{
|
2545
|
+
"id": "unknown",
|
2546
|
+
"initial": "{ value: text, unknown: true }",
|
2547
|
+
"uuid": "tokenize2"
|
2548
|
+
}
|
2549
|
+
],
|
2550
|
+
"is_unknown": true,
|
2551
|
+
"pattern": [
|
2552
|
+
{
|
2553
|
+
"type": "alphanumeric"
|
2554
|
+
},
|
2555
|
+
{
|
2556
|
+
"repeat": true
|
2557
|
+
}
|
2558
|
+
],
|
2559
|
+
"scale": 0.8
|
2560
|
+
}
|
2561
|
+
]
|
2562
|
+
}
|
2563
|
+
},
|
2564
|
+
"contexts": [
|
2565
|
+
{
|
2566
|
+
"dead": true,
|
2567
|
+
"default": true,
|
2568
|
+
"level": 1,
|
2569
|
+
"marker": "remember",
|
2570
|
+
"postModifiers": [
|
2571
|
+
"rememberee"
|
2572
|
+
],
|
2573
|
+
"range": {
|
2574
|
+
"end": 10,
|
2575
|
+
"start": 0
|
2576
|
+
},
|
2577
|
+
"rememberee": {
|
2578
|
+
"dead": true,
|
2579
|
+
"default": true,
|
2580
|
+
"fromSTM": true,
|
2581
|
+
"level": 1,
|
2582
|
+
"marker": "m1",
|
2583
|
+
"pullFromContext": false,
|
2584
|
+
"range": {
|
2585
|
+
"end": 10,
|
2586
|
+
"start": 9
|
2587
|
+
},
|
2588
|
+
"stm": {
|
2589
|
+
"id": 1,
|
2590
|
+
"names": [
|
2591
|
+
"peter james chunkington"
|
2592
|
+
]
|
2593
|
+
},
|
2594
|
+
"text": "m1",
|
2595
|
+
"types": [
|
2596
|
+
"m1"
|
2597
|
+
],
|
2598
|
+
"value": "m1",
|
2599
|
+
"word": "m1"
|
2600
|
+
},
|
2601
|
+
"text": "remember m1",
|
2602
|
+
"topLevel": true,
|
2603
|
+
"touchedBy": [
|
2604
|
+
"nameable#call2"
|
2605
|
+
],
|
2606
|
+
"value": "remember",
|
2607
|
+
"word": "remember"
|
2608
|
+
},
|
2609
|
+
{
|
2610
|
+
"dead": true,
|
2611
|
+
"default": true,
|
2612
|
+
"level": 1,
|
2613
|
+
"marker": "call",
|
2614
|
+
"name": [
|
2615
|
+
{
|
2616
|
+
"dead": true,
|
2617
|
+
"level": 1,
|
2618
|
+
"marker": "unknown",
|
2619
|
+
"range": {
|
2620
|
+
"end": 16,
|
2621
|
+
"start": 12
|
2622
|
+
},
|
2623
|
+
"text": "peter",
|
2624
|
+
"unknown": true,
|
2625
|
+
"value": "peter",
|
2626
|
+
"word": "peter"
|
2627
|
+
},
|
2628
|
+
{
|
2629
|
+
"dead": true,
|
2630
|
+
"level": 1,
|
2631
|
+
"marker": "unknown",
|
2632
|
+
"range": {
|
2633
|
+
"end": 22,
|
2634
|
+
"start": 18
|
2635
|
+
},
|
2636
|
+
"text": "james",
|
2637
|
+
"unknown": true,
|
2638
|
+
"value": "james",
|
2639
|
+
"word": "james"
|
2640
|
+
},
|
2641
|
+
{
|
2642
|
+
"dead": true,
|
2643
|
+
"level": 1,
|
2644
|
+
"marker": "unknown",
|
2645
|
+
"range": {
|
2646
|
+
"end": 34,
|
2647
|
+
"start": 24
|
2648
|
+
},
|
2649
|
+
"text": "chunkington",
|
2650
|
+
"unknown": true,
|
2651
|
+
"value": "chunkington",
|
2652
|
+
"word": "chunkington"
|
2653
|
+
}
|
2654
|
+
],
|
2655
|
+
"nameable": {
|
2656
|
+
"concept": true,
|
2657
|
+
"dead": true,
|
2658
|
+
"default": true,
|
2659
|
+
"determiner": "the",
|
2660
|
+
"focusableForPhrase": true,
|
2661
|
+
"level": 1,
|
2662
|
+
"marker": "m1",
|
2663
|
+
"modifiers": [
|
2664
|
+
"determiner"
|
2665
|
+
],
|
2666
|
+
"pullFromContext": true,
|
2667
|
+
"range": {
|
2668
|
+
"end": 10,
|
2669
|
+
"start": 5
|
2670
|
+
},
|
2671
|
+
"text": "the m1",
|
2672
|
+
"types": [
|
2673
|
+
"m1"
|
2674
|
+
],
|
2675
|
+
"value": "m1",
|
2676
|
+
"wantsValue": true,
|
2677
|
+
"word": "m1"
|
2678
|
+
},
|
2679
|
+
"range": {
|
2680
|
+
"end": 34,
|
2681
|
+
"start": 0
|
2682
|
+
},
|
2683
|
+
"text": "call the m1 peter james chunkington",
|
2684
|
+
"topLevel": true,
|
2685
|
+
"touchedBy": [
|
2686
|
+
"nameable#call2"
|
2687
|
+
],
|
2688
|
+
"value": "call",
|
2689
|
+
"word": "call"
|
2690
|
+
},
|
2691
|
+
{
|
2692
|
+
"dead": true,
|
2693
|
+
"level": 1,
|
2694
|
+
"marker": "m1",
|
2695
|
+
"nameable_named": true,
|
2696
|
+
"pullFromContext": true,
|
2697
|
+
"range": {
|
2698
|
+
"end": 22,
|
2699
|
+
"start": 0
|
2700
|
+
},
|
2701
|
+
"text": "peter james chunkington",
|
2702
|
+
"topLevel": true,
|
2703
|
+
"touchedBy": [
|
2704
|
+
"nameable#call2"
|
2705
|
+
],
|
2706
|
+
"value": {
|
2707
|
+
"dead": true,
|
2708
|
+
"default": true,
|
2709
|
+
"fromSTM": true,
|
2710
|
+
"level": 1,
|
2711
|
+
"marker": "m1",
|
2712
|
+
"pullFromContext": false,
|
2713
|
+
"range": {
|
2714
|
+
"end": 10,
|
2715
|
+
"start": 9
|
2716
|
+
},
|
2717
|
+
"stm": {
|
2718
|
+
"id": 1,
|
2719
|
+
"names": [
|
2720
|
+
"peter james chunkington"
|
2721
|
+
]
|
2722
|
+
},
|
2723
|
+
"text": "m1",
|
2724
|
+
"types": [
|
2725
|
+
"m1"
|
2726
|
+
],
|
2727
|
+
"value": "m1",
|
2728
|
+
"word": "m1"
|
2729
|
+
},
|
2730
|
+
"word": "peter james chunkington"
|
2731
|
+
}
|
2732
|
+
],
|
2733
|
+
"developerTest": false,
|
2734
|
+
"generatedParenthesized": [
|
2735
|
+
"",
|
2736
|
+
"",
|
2737
|
+
""
|
2738
|
+
],
|
2739
|
+
"metadata": {
|
2740
|
+
"opChoices": [
|
2741
|
+
{
|
2742
|
+
"counter": 1,
|
2743
|
+
"op": [
|
2744
|
+
"m1",
|
2745
|
+
0
|
2746
|
+
],
|
2747
|
+
"ops": [
|
2748
|
+
[
|
2749
|
+
"m1",
|
2750
|
+
0
|
2751
|
+
],
|
2752
|
+
[
|
2753
|
+
"remember",
|
2754
|
+
0
|
2755
|
+
]
|
2756
|
+
]
|
2757
|
+
},
|
2758
|
+
{
|
2759
|
+
"counter": 2,
|
2760
|
+
"op": [
|
2761
|
+
"remember",
|
2762
|
+
0
|
2763
|
+
],
|
2764
|
+
"ops": [
|
2765
|
+
[
|
2766
|
+
"remember",
|
2767
|
+
0
|
2768
|
+
]
|
2769
|
+
]
|
2770
|
+
},
|
2771
|
+
{
|
2772
|
+
"counter": 1,
|
2773
|
+
"op": [
|
2774
|
+
"unknown",
|
2775
|
+
0
|
2776
|
+
],
|
2777
|
+
"ops": [
|
2778
|
+
[
|
2779
|
+
"call",
|
2780
|
+
0
|
2781
|
+
],
|
2782
|
+
[
|
2783
|
+
"m1",
|
2784
|
+
0
|
2785
|
+
],
|
2786
|
+
[
|
2787
|
+
"the",
|
2788
|
+
0
|
2789
|
+
],
|
2790
|
+
[
|
2791
|
+
"unknown",
|
2792
|
+
0
|
2793
|
+
],
|
2794
|
+
[
|
2795
|
+
"unknown",
|
2796
|
+
0
|
2797
|
+
],
|
2798
|
+
[
|
2799
|
+
"unknown",
|
2800
|
+
0
|
2801
|
+
]
|
2802
|
+
]
|
2803
|
+
},
|
2804
|
+
{
|
2805
|
+
"counter": 2,
|
2806
|
+
"op": [
|
2807
|
+
"unknown",
|
2808
|
+
0
|
2809
|
+
],
|
2810
|
+
"ops": [
|
2811
|
+
[
|
2812
|
+
"call",
|
2813
|
+
0
|
2814
|
+
],
|
2815
|
+
[
|
2816
|
+
"m1",
|
2817
|
+
0
|
2818
|
+
],
|
2819
|
+
[
|
2820
|
+
"the",
|
2821
|
+
0
|
2822
|
+
],
|
2823
|
+
[
|
2824
|
+
"unknown",
|
2825
|
+
0
|
2826
|
+
],
|
2827
|
+
[
|
2828
|
+
"unknown",
|
2829
|
+
0
|
2830
|
+
]
|
2831
|
+
]
|
2832
|
+
},
|
2833
|
+
{
|
2834
|
+
"counter": 3,
|
2835
|
+
"op": [
|
2836
|
+
"unknown",
|
2837
|
+
0
|
2838
|
+
],
|
2839
|
+
"ops": [
|
2840
|
+
[
|
2841
|
+
"call",
|
2842
|
+
0
|
2843
|
+
],
|
2844
|
+
[
|
2845
|
+
"m1",
|
2846
|
+
0
|
2847
|
+
],
|
2848
|
+
[
|
2849
|
+
"the",
|
2850
|
+
0
|
2851
|
+
],
|
2852
|
+
[
|
2853
|
+
"unknown",
|
2854
|
+
0
|
2855
|
+
]
|
2856
|
+
]
|
2857
|
+
},
|
2858
|
+
{
|
2859
|
+
"counter": 4,
|
2860
|
+
"op": [
|
2861
|
+
"m1",
|
2862
|
+
0
|
2863
|
+
],
|
2864
|
+
"ops": [
|
2865
|
+
[
|
2866
|
+
"call",
|
2867
|
+
0
|
2868
|
+
],
|
2869
|
+
[
|
2870
|
+
"m1",
|
2871
|
+
0
|
2872
|
+
],
|
2873
|
+
[
|
2874
|
+
"the",
|
2875
|
+
0
|
2876
|
+
]
|
2877
|
+
]
|
2878
|
+
},
|
2879
|
+
{
|
2880
|
+
"counter": 5,
|
2881
|
+
"op": [
|
2882
|
+
"the",
|
2883
|
+
0
|
2884
|
+
],
|
2885
|
+
"ops": [
|
2886
|
+
[
|
2887
|
+
"call",
|
2888
|
+
0
|
2889
|
+
],
|
2890
|
+
[
|
2891
|
+
"the",
|
2892
|
+
0
|
2893
|
+
]
|
2894
|
+
]
|
2895
|
+
},
|
2896
|
+
{
|
2897
|
+
"counter": 6,
|
2898
|
+
"op": [
|
2899
|
+
"call",
|
2900
|
+
0
|
2901
|
+
],
|
2902
|
+
"ops": [
|
2903
|
+
[
|
2904
|
+
"call",
|
2905
|
+
0
|
2906
|
+
]
|
2907
|
+
]
|
2908
|
+
},
|
2909
|
+
{
|
2910
|
+
"counter": 1,
|
2911
|
+
"op": [
|
2912
|
+
"m1",
|
2913
|
+
0
|
2914
|
+
],
|
2915
|
+
"ops": [
|
2916
|
+
[
|
2917
|
+
"m1",
|
2918
|
+
0
|
2919
|
+
]
|
2920
|
+
]
|
2921
|
+
}
|
2922
|
+
]
|
2923
|
+
},
|
2924
|
+
"objects": {
|
2925
|
+
"nameToUUID": {
|
2926
|
+
"articles": "articles2",
|
2927
|
+
"evaluate": "evaluate2",
|
2928
|
+
"gdefaults": "gdefaults2",
|
2929
|
+
"nameable": "nameable1",
|
2930
|
+
"pos": "pos2",
|
2931
|
+
"stm": "stm2",
|
2932
|
+
"tokenize": "tokenize2"
|
2933
|
+
},
|
2934
|
+
"namespaced": {
|
2935
|
+
"articles2": {
|
2936
|
+
},
|
2937
|
+
"evaluate2": {
|
2938
|
+
},
|
2939
|
+
"gdefaults2": {
|
2940
|
+
},
|
2941
|
+
"nameable1": {
|
2942
|
+
"named": {
|
2943
|
+
}
|
2944
|
+
},
|
2945
|
+
"pos2": {
|
2946
|
+
},
|
2947
|
+
"stm2": {
|
2948
|
+
"mentioned": [
|
2949
|
+
{
|
2950
|
+
"dead": true,
|
2951
|
+
"default": true,
|
2952
|
+
"fromSTM": true,
|
2953
|
+
"level": 1,
|
2954
|
+
"marker": "m1",
|
2955
|
+
"pullFromContext": false,
|
2956
|
+
"range": {
|
2957
|
+
"end": 10,
|
2958
|
+
"start": 9
|
2959
|
+
},
|
2960
|
+
"stm": {
|
2961
|
+
"id": 1,
|
2962
|
+
"names": [
|
2963
|
+
"peter james chunkington"
|
2964
|
+
]
|
2965
|
+
},
|
2966
|
+
"text": "m1",
|
2967
|
+
"types": [
|
2968
|
+
"m1"
|
2969
|
+
],
|
2970
|
+
"value": "m1",
|
2971
|
+
"word": "m1"
|
2972
|
+
}
|
2973
|
+
],
|
2974
|
+
"variables": {
|
2975
|
+
}
|
2976
|
+
},
|
2977
|
+
"tokenize2": {
|
2978
|
+
}
|
2979
|
+
},
|
2980
|
+
"processed": [
|
2981
|
+
{
|
2982
|
+
"context": {
|
2983
|
+
"dead": true,
|
2984
|
+
"level": 1,
|
2985
|
+
"marker": "m1",
|
2986
|
+
"nameable_named": true,
|
2987
|
+
"pullFromContext": true,
|
2988
|
+
"range": {
|
2989
|
+
"end": 22,
|
2990
|
+
"start": 0
|
2991
|
+
},
|
2992
|
+
"text": "peter james chunkington",
|
2993
|
+
"topLevel": true,
|
2994
|
+
"touchedBy": [
|
2995
|
+
"nameable#call2"
|
2996
|
+
],
|
2997
|
+
"value": {
|
2998
|
+
"dead": true,
|
2999
|
+
"default": true,
|
3000
|
+
"fromSTM": true,
|
3001
|
+
"level": 1,
|
3002
|
+
"marker": "m1",
|
3003
|
+
"pullFromContext": false,
|
3004
|
+
"range": {
|
3005
|
+
"end": 10,
|
3006
|
+
"start": 9
|
3007
|
+
},
|
3008
|
+
"stm": {
|
3009
|
+
"id": 1,
|
3010
|
+
"names": [
|
3011
|
+
"peter james chunkington"
|
3012
|
+
]
|
3013
|
+
},
|
3014
|
+
"text": "m1",
|
3015
|
+
"types": [
|
3016
|
+
"m1"
|
3017
|
+
],
|
3018
|
+
"value": "m1",
|
3019
|
+
"word": "m1"
|
3020
|
+
},
|
3021
|
+
"word": "peter james chunkington"
|
3022
|
+
},
|
3023
|
+
"generatedParenthesized": "",
|
3024
|
+
"paraphrases": "peter james chunkington",
|
3025
|
+
"paraphrasesParenthesized": "(peter james chunkington)",
|
3026
|
+
"responses": [
|
3027
|
+
""
|
3028
|
+
]
|
3029
|
+
},
|
3030
|
+
{
|
3031
|
+
"context": {
|
3032
|
+
"dead": true,
|
3033
|
+
"default": true,
|
3034
|
+
"level": 1,
|
3035
|
+
"marker": "call",
|
3036
|
+
"name": [
|
3037
|
+
{
|
3038
|
+
"dead": true,
|
3039
|
+
"level": 1,
|
3040
|
+
"marker": "unknown",
|
3041
|
+
"range": {
|
3042
|
+
"end": 16,
|
3043
|
+
"start": 12
|
3044
|
+
},
|
3045
|
+
"text": "peter",
|
3046
|
+
"unknown": true,
|
3047
|
+
"value": "peter",
|
3048
|
+
"word": "peter"
|
3049
|
+
},
|
3050
|
+
{
|
3051
|
+
"dead": true,
|
3052
|
+
"level": 1,
|
3053
|
+
"marker": "unknown",
|
3054
|
+
"range": {
|
3055
|
+
"end": 22,
|
3056
|
+
"start": 18
|
3057
|
+
},
|
3058
|
+
"text": "james",
|
3059
|
+
"unknown": true,
|
3060
|
+
"value": "james",
|
3061
|
+
"word": "james"
|
3062
|
+
},
|
3063
|
+
{
|
3064
|
+
"dead": true,
|
3065
|
+
"level": 1,
|
3066
|
+
"marker": "unknown",
|
3067
|
+
"range": {
|
3068
|
+
"end": 34,
|
3069
|
+
"start": 24
|
3070
|
+
},
|
3071
|
+
"text": "chunkington",
|
3072
|
+
"unknown": true,
|
3073
|
+
"value": "chunkington",
|
3074
|
+
"word": "chunkington"
|
3075
|
+
}
|
3076
|
+
],
|
3077
|
+
"nameable": {
|
3078
|
+
"concept": true,
|
3079
|
+
"dead": true,
|
3080
|
+
"default": true,
|
3081
|
+
"determiner": "the",
|
3082
|
+
"focusableForPhrase": true,
|
3083
|
+
"level": 1,
|
3084
|
+
"marker": "m1",
|
3085
|
+
"modifiers": [
|
3086
|
+
"determiner"
|
3087
|
+
],
|
3088
|
+
"pullFromContext": true,
|
3089
|
+
"range": {
|
3090
|
+
"end": 10,
|
3091
|
+
"start": 5
|
3092
|
+
},
|
3093
|
+
"text": "the m1",
|
3094
|
+
"types": [
|
3095
|
+
"m1"
|
3096
|
+
],
|
3097
|
+
"value": "m1",
|
3098
|
+
"wantsValue": true,
|
3099
|
+
"word": "m1"
|
3100
|
+
},
|
3101
|
+
"range": {
|
3102
|
+
"end": 34,
|
3103
|
+
"start": 0
|
3104
|
+
},
|
3105
|
+
"text": "call the m1 peter james chunkington",
|
3106
|
+
"topLevel": true,
|
3107
|
+
"touchedBy": [
|
3108
|
+
"nameable#call2"
|
3109
|
+
],
|
3110
|
+
"value": "call",
|
3111
|
+
"word": "call"
|
3112
|
+
},
|
3113
|
+
"generatedParenthesized": "",
|
3114
|
+
"paraphrases": "call the m1 peter james chunkington",
|
3115
|
+
"paraphrasesParenthesized": "(call (the (m1)) (peter) (james) (chunkington))",
|
3116
|
+
"responses": [
|
3117
|
+
""
|
3118
|
+
]
|
3119
|
+
},
|
3120
|
+
{
|
3121
|
+
"context": {
|
3122
|
+
"dead": true,
|
3123
|
+
"default": true,
|
3124
|
+
"level": 1,
|
3125
|
+
"marker": "remember",
|
3126
|
+
"postModifiers": [
|
3127
|
+
"rememberee"
|
3128
|
+
],
|
3129
|
+
"range": {
|
3130
|
+
"end": 10,
|
3131
|
+
"start": 0
|
3132
|
+
},
|
3133
|
+
"rememberee": {
|
3134
|
+
"dead": true,
|
3135
|
+
"default": true,
|
3136
|
+
"fromSTM": true,
|
3137
|
+
"level": 1,
|
3138
|
+
"marker": "m1",
|
3139
|
+
"pullFromContext": false,
|
3140
|
+
"range": {
|
3141
|
+
"end": 10,
|
3142
|
+
"start": 9
|
3143
|
+
},
|
3144
|
+
"stm": {
|
3145
|
+
"id": 1,
|
3146
|
+
"names": [
|
3147
|
+
"peter james chunkington"
|
3148
|
+
]
|
3149
|
+
},
|
3150
|
+
"text": "m1",
|
3151
|
+
"types": [
|
3152
|
+
"m1"
|
3153
|
+
],
|
3154
|
+
"value": "m1",
|
3155
|
+
"word": "m1"
|
3156
|
+
},
|
3157
|
+
"text": "remember m1",
|
3158
|
+
"topLevel": true,
|
3159
|
+
"touchedBy": [
|
3160
|
+
"nameable#call2"
|
3161
|
+
],
|
3162
|
+
"value": "remember",
|
3163
|
+
"word": "remember"
|
3164
|
+
},
|
3165
|
+
"generatedParenthesized": "",
|
3166
|
+
"paraphrases": "remember m1",
|
3167
|
+
"paraphrasesParenthesized": "((remember) (m1))",
|
3168
|
+
"responses": [
|
3169
|
+
""
|
3170
|
+
]
|
3171
|
+
}
|
3172
|
+
]
|
3173
|
+
},
|
3174
|
+
"paraphrases": [
|
3175
|
+
"remember m1",
|
3176
|
+
"call the m1 peter james chunkington",
|
3177
|
+
"peter james chunkington"
|
3178
|
+
],
|
3179
|
+
"paraphrasesParenthesized": [
|
3180
|
+
"((remember) (m1))",
|
3181
|
+
"(call (the (m1)) (peter) (james) (chunkington))",
|
3182
|
+
"(peter james chunkington)"
|
3183
|
+
],
|
3184
|
+
"query": "remember m1\\ncall the m1 peter james chunkington\\npeter james chunkington",
|
3185
|
+
"responses": [
|
3186
|
+
"",
|
3187
|
+
"",
|
3188
|
+
""
|
3189
|
+
]
|
2120
3190
|
}
|
2121
3191
|
]
|