tpmkms_4wp 9.5.1-beta.3 → 9.5.1-beta.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/common/animals.instance.json +21 -61
- package/common/asking.js +112 -102
- package/common/avatar.test.json +1001 -860
- package/common/can.instance.json +2174 -0
- package/common/can.js +254 -0
- package/common/can.test.json +51307 -0
- package/common/characters.js +3 -3
- package/common/colors.instance.json +10 -10
- package/common/comparable.instance.json +2 -2
- package/common/concept.js +19 -22
- package/common/concept.test.json +54 -40
- package/common/conjunction.js +13 -5
- package/common/conjunction.test.json +32 -42
- package/common/crew.instance.json +164 -150
- package/common/crew.js +1 -1
- package/common/currency.js +1 -1
- package/common/dateTimeSelectors.instance.json +2 -2
- package/common/dateTimeSelectors.js +3 -3
- package/common/dateTimeSelectors.test.json +76935 -35739
- package/common/dates.instance.json +3 -3
- package/common/dates.test.json +284 -287
- package/common/dialogues.js +41 -119
- package/common/dialogues.test.json +1171 -996
- package/common/dimension.instance.json +21374 -562
- package/common/dimension.js +145 -51
- package/common/dimension.test.json +8753 -3495
- package/common/drone.instance.json +23710 -0
- package/common/drone.js +429 -0
- package/common/drone.test.json +61113 -0
- package/common/edible.instance.json +23 -95
- package/common/emotions.instance.json +53 -80
- package/common/emotions.js +1 -1
- package/common/english_helpers.js +277 -67
- package/common/fastfood.instance.json +180 -372
- package/common/fastfood.js +4 -4
- package/common/fastfood.test.json +6970 -6829
- package/common/formulas.instance.json +1 -1
- package/common/gdefaults.js +94 -17
- package/common/help.js +11 -11
- package/common/help.test.json +65 -11
- package/common/helpers/concept.js +1 -1
- package/common/helpers/conjunction.js +54 -44
- package/common/helpers/dateTimeSelectors.js +2 -2
- package/common/helpers/dialogues.js +7 -2
- package/common/helpers/formulas.js +13 -11
- package/common/helpers/menus.js +12 -12
- package/common/helpers/meta.js +8 -8
- package/common/helpers/properties.js +104 -23
- package/common/helpers.js +114 -48
- package/common/hierarchy.js +6 -4
- package/common/kirk.instance.json +1 -1
- package/common/kirk.test.json +600 -424
- package/common/latin.instance.json +10 -10
- package/common/latin.js +5 -5
- package/common/length.instance.json +27612 -2890
- package/common/length.js +6 -1
- package/common/length.test.json +45315 -3925
- package/common/math.instance.json +20 -20
- package/common/math.js +45 -44
- package/common/menus.instance.json +6 -9
- package/common/menus.js +2 -9
- package/common/meta.js +50 -33
- package/common/nameable.js +13 -6
- package/common/nameable.test.json +436 -0
- package/common/numbers.js +1 -1
- package/common/ordering.instance.json +20 -30
- package/common/ordering.js +1 -1
- package/common/ordering.test.json +414 -426
- package/common/people.instance.json +82 -348
- package/common/people.js +1 -1
- package/common/people.test.json +952 -681
- package/common/pipboy.instance.json +16 -16
- package/common/pokemon.instance.json +8 -8
- package/common/pokemon.js +1 -1
- package/common/pressure.instance.json +3579 -1610
- package/common/pressure.test.json +433 -477
- package/common/properties.instance.json +6 -17
- package/common/properties.js +19 -6
- package/common/properties.test.json +8746 -6638
- package/common/rates.instance.json +59 -0
- package/common/rates.js +97 -0
- package/common/rates.test.json +27702 -0
- package/common/reminders.js +1 -1
- package/common/reminders.test.json +64635 -25787
- package/common/reports.instance.json +3 -3
- package/common/reports.js +18 -16
- package/common/scorekeeper.js +4 -4
- package/common/sdefaults.js +22 -2
- package/common/spock.instance.json +1 -1
- package/common/spock.test.json +606 -430
- package/common/stgame.js +1 -1
- package/common/stm.js +15 -4
- package/common/tell.js +1 -1
- package/common/temperature.instance.json +3786 -1705
- package/common/temperature.test.json +433 -477
- package/common/tester.js +3 -3
- package/common/time.instance.json +24762 -0
- package/common/time.js +137 -141
- package/common/time.test.json +31876 -3757
- package/common/tokenize.js +1 -1
- package/common/ui.instance.json +2 -5
- package/common/ui.js +1 -8
- package/common/weight.instance.json +10359 -4077
- package/common/weight.test.json +2601 -2263
- package/common/words.instance.json +9 -0
- package/common/words.js +53 -0
- package/common/words.test.json +2 -0
- package/common/wp.instance.json +336 -8
- package/common/wp.js +8 -4
- package/common/wp.test.json +7385 -6906
- package/main.js +4 -2
- package/package.json +18 -5
- package/common/listener.js +0 -50
- package/common/listener.test.json +0 -142
|
@@ -5204,31 +5204,6 @@
|
|
|
5204
5204
|
],
|
|
5205
5205
|
"counter": 2
|
|
5206
5206
|
},
|
|
5207
|
-
{
|
|
5208
|
-
"op": [
|
|
5209
|
-
"unknown",
|
|
5210
|
-
0
|
|
5211
|
-
],
|
|
5212
|
-
"ops": [
|
|
5213
|
-
[
|
|
5214
|
-
"isEd",
|
|
5215
|
-
0
|
|
5216
|
-
],
|
|
5217
|
-
[
|
|
5218
|
-
"means",
|
|
5219
|
-
0
|
|
5220
|
-
],
|
|
5221
|
-
[
|
|
5222
|
-
"owns",
|
|
5223
|
-
0
|
|
5224
|
-
],
|
|
5225
|
-
[
|
|
5226
|
-
"unknown",
|
|
5227
|
-
0
|
|
5228
|
-
]
|
|
5229
|
-
],
|
|
5230
|
-
"counter": 3
|
|
5231
|
-
},
|
|
5232
5207
|
{
|
|
5233
5208
|
"op": [
|
|
5234
5209
|
"isEd",
|
|
@@ -5248,7 +5223,7 @@
|
|
|
5248
5223
|
0
|
|
5249
5224
|
]
|
|
5250
5225
|
],
|
|
5251
|
-
"counter":
|
|
5226
|
+
"counter": 3
|
|
5252
5227
|
},
|
|
5253
5228
|
{
|
|
5254
5229
|
"op": [
|
|
@@ -5269,7 +5244,7 @@
|
|
|
5269
5244
|
0
|
|
5270
5245
|
]
|
|
5271
5246
|
],
|
|
5272
|
-
"counter":
|
|
5247
|
+
"counter": 4
|
|
5273
5248
|
},
|
|
5274
5249
|
{
|
|
5275
5250
|
"op": [
|
|
@@ -5286,7 +5261,7 @@
|
|
|
5286
5261
|
0
|
|
5287
5262
|
]
|
|
5288
5263
|
],
|
|
5289
|
-
"counter":
|
|
5264
|
+
"counter": 5
|
|
5290
5265
|
},
|
|
5291
5266
|
{
|
|
5292
5267
|
"op": [
|
|
@@ -5303,7 +5278,7 @@
|
|
|
5303
5278
|
1
|
|
5304
5279
|
]
|
|
5305
5280
|
],
|
|
5306
|
-
"counter":
|
|
5281
|
+
"counter": 6
|
|
5307
5282
|
}
|
|
5308
5283
|
]
|
|
5309
5284
|
},
|
|
@@ -5355,19 +5330,18 @@
|
|
|
5355
5330
|
"level": 0
|
|
5356
5331
|
},
|
|
5357
5332
|
"number": "one",
|
|
5333
|
+
"marker": "ownee",
|
|
5358
5334
|
"value": "ownee",
|
|
5359
|
-
"
|
|
5335
|
+
"default": true,
|
|
5360
5336
|
"text": "ownee",
|
|
5361
|
-
"
|
|
5337
|
+
"dead": true,
|
|
5362
5338
|
"word": "ownee",
|
|
5363
5339
|
"range": {
|
|
5364
5340
|
"start": 0,
|
|
5365
|
-
"end":
|
|
5341
|
+
"end": 4
|
|
5366
5342
|
},
|
|
5367
|
-
"dead": true,
|
|
5368
5343
|
"types": [
|
|
5369
|
-
"ownee"
|
|
5370
|
-
"unknown"
|
|
5344
|
+
"ownee"
|
|
5371
5345
|
],
|
|
5372
5346
|
"level": 0
|
|
5373
5347
|
},
|
|
@@ -5391,6 +5365,7 @@
|
|
|
5391
5365
|
},
|
|
5392
5366
|
"to": {
|
|
5393
5367
|
"value": "owns",
|
|
5368
|
+
"isVerb": true,
|
|
5394
5369
|
"number": "one",
|
|
5395
5370
|
"text": "owner owns ownee",
|
|
5396
5371
|
"marker": "owns",
|
|
@@ -5401,12 +5376,7 @@
|
|
|
5401
5376
|
},
|
|
5402
5377
|
"do": {
|
|
5403
5378
|
"left": "owner",
|
|
5404
|
-
"right": "ownee"
|
|
5405
|
-
"range": {
|
|
5406
|
-
"start": 30,
|
|
5407
|
-
"end": 45
|
|
5408
|
-
},
|
|
5409
|
-
"text": ""
|
|
5379
|
+
"right": "ownee"
|
|
5410
5380
|
},
|
|
5411
5381
|
"owner": {
|
|
5412
5382
|
"marker": "owner",
|
|
@@ -5442,17 +5412,17 @@
|
|
|
5442
5412
|
},
|
|
5443
5413
|
"operator": {
|
|
5444
5414
|
"value": "owns",
|
|
5415
|
+
"isVerb": true,
|
|
5445
5416
|
"number": "one",
|
|
5446
5417
|
"text": "owns",
|
|
5447
5418
|
"marker": "owns",
|
|
5448
5419
|
"word": "owns",
|
|
5449
5420
|
"range": {
|
|
5450
|
-
"start":
|
|
5451
|
-
"end":
|
|
5421
|
+
"start": 36,
|
|
5422
|
+
"end": 39
|
|
5452
5423
|
},
|
|
5453
5424
|
"evaluateWord": true,
|
|
5454
5425
|
"imperative": false,
|
|
5455
|
-
"isVerb": true,
|
|
5456
5426
|
"level": 0
|
|
5457
5427
|
},
|
|
5458
5428
|
"unflatten": [
|
|
@@ -5468,7 +5438,8 @@
|
|
|
5468
5438
|
"property": "owner"
|
|
5469
5439
|
},
|
|
5470
5440
|
{
|
|
5471
|
-
"property": "operator"
|
|
5441
|
+
"property": "operator",
|
|
5442
|
+
"number": "owner"
|
|
5472
5443
|
},
|
|
5473
5444
|
{
|
|
5474
5445
|
"property": "ownee"
|
|
@@ -5555,10 +5526,6 @@
|
|
|
5555
5526
|
]
|
|
5556
5527
|
],
|
|
5557
5528
|
[
|
|
5558
|
-
[
|
|
5559
|
-
"isEd",
|
|
5560
|
-
0
|
|
5561
|
-
],
|
|
5562
5529
|
[
|
|
5563
5530
|
"means",
|
|
5564
5531
|
0
|
|
@@ -5578,36 +5545,6 @@
|
|
|
5578
5545
|
[
|
|
5579
5546
|
"owns",
|
|
5580
5547
|
0
|
|
5581
|
-
],
|
|
5582
|
-
[
|
|
5583
|
-
"unknown",
|
|
5584
|
-
0
|
|
5585
|
-
]
|
|
5586
|
-
],
|
|
5587
|
-
[
|
|
5588
|
-
[
|
|
5589
|
-
"means",
|
|
5590
|
-
0
|
|
5591
|
-
],
|
|
5592
|
-
[
|
|
5593
|
-
"owned",
|
|
5594
|
-
0
|
|
5595
|
-
],
|
|
5596
|
-
[
|
|
5597
|
-
"ownee",
|
|
5598
|
-
0
|
|
5599
|
-
],
|
|
5600
|
-
[
|
|
5601
|
-
"owner",
|
|
5602
|
-
0
|
|
5603
|
-
],
|
|
5604
|
-
[
|
|
5605
|
-
"owns",
|
|
5606
|
-
0
|
|
5607
|
-
],
|
|
5608
|
-
[
|
|
5609
|
-
"unknown",
|
|
5610
|
-
0
|
|
5611
5548
|
]
|
|
5612
5549
|
],
|
|
5613
5550
|
[
|
|
@@ -5826,7 +5763,7 @@
|
|
|
5826
5763
|
"operators": [
|
|
5827
5764
|
{
|
|
5828
5765
|
"marker": [
|
|
5829
|
-
"
|
|
5766
|
+
"ownee",
|
|
5830
5767
|
0
|
|
5831
5768
|
],
|
|
5832
5769
|
"range": {
|
|
@@ -5899,86 +5836,11 @@
|
|
|
5899
5836
|
},
|
|
5900
5837
|
{
|
|
5901
5838
|
"operators": [
|
|
5902
|
-
{
|
|
5903
|
-
"marker": [
|
|
5904
|
-
"unknown",
|
|
5905
|
-
0
|
|
5906
|
-
],
|
|
5907
|
-
"range": {
|
|
5908
|
-
"start": 0,
|
|
5909
|
-
"end": 4
|
|
5910
|
-
}
|
|
5911
|
-
},
|
|
5912
|
-
{
|
|
5913
|
-
"marker": [
|
|
5914
|
-
"isEd",
|
|
5915
|
-
0
|
|
5916
|
-
],
|
|
5917
|
-
"range": {
|
|
5918
|
-
"start": 6,
|
|
5919
|
-
"end": 7
|
|
5920
|
-
}
|
|
5921
|
-
},
|
|
5922
|
-
{
|
|
5923
|
-
"marker": [
|
|
5924
|
-
"owned",
|
|
5925
|
-
0
|
|
5926
|
-
],
|
|
5927
|
-
"range": {
|
|
5928
|
-
"start": 9,
|
|
5929
|
-
"end": 13
|
|
5930
|
-
}
|
|
5931
|
-
},
|
|
5932
|
-
{
|
|
5933
|
-
"marker": [
|
|
5934
|
-
"means",
|
|
5935
|
-
0
|
|
5936
|
-
],
|
|
5937
|
-
"range": {
|
|
5938
|
-
"start": 24,
|
|
5939
|
-
"end": 28
|
|
5940
|
-
}
|
|
5941
|
-
},
|
|
5942
|
-
{
|
|
5943
|
-
"marker": [
|
|
5944
|
-
"owner",
|
|
5945
|
-
0
|
|
5946
|
-
],
|
|
5947
|
-
"range": {
|
|
5948
|
-
"start": 30,
|
|
5949
|
-
"end": 34
|
|
5950
|
-
}
|
|
5951
|
-
},
|
|
5952
|
-
{
|
|
5953
|
-
"marker": [
|
|
5954
|
-
"owns",
|
|
5955
|
-
0
|
|
5956
|
-
],
|
|
5957
|
-
"range": {
|
|
5958
|
-
"start": 36,
|
|
5959
|
-
"end": 39
|
|
5960
|
-
}
|
|
5961
|
-
},
|
|
5962
5839
|
{
|
|
5963
5840
|
"marker": [
|
|
5964
5841
|
"ownee",
|
|
5965
5842
|
0
|
|
5966
5843
|
],
|
|
5967
|
-
"range": {
|
|
5968
|
-
"start": 41,
|
|
5969
|
-
"end": 45
|
|
5970
|
-
}
|
|
5971
|
-
}
|
|
5972
|
-
],
|
|
5973
|
-
"counter": 4
|
|
5974
|
-
},
|
|
5975
|
-
{
|
|
5976
|
-
"operators": [
|
|
5977
|
-
{
|
|
5978
|
-
"marker": [
|
|
5979
|
-
"unknown",
|
|
5980
|
-
0
|
|
5981
|
-
],
|
|
5982
5844
|
"range": {
|
|
5983
5845
|
"start": 0,
|
|
5984
5846
|
"end": 4
|
|
@@ -6035,7 +5897,7 @@
|
|
|
6035
5897
|
}
|
|
6036
5898
|
}
|
|
6037
5899
|
],
|
|
6038
|
-
"counter":
|
|
5900
|
+
"counter": 4
|
|
6039
5901
|
},
|
|
6040
5902
|
{
|
|
6041
5903
|
"operators": [
|
|
@@ -6090,7 +5952,7 @@
|
|
|
6090
5952
|
}
|
|
6091
5953
|
}
|
|
6092
5954
|
],
|
|
6093
|
-
"counter":
|
|
5955
|
+
"counter": 5
|
|
6094
5956
|
},
|
|
6095
5957
|
{
|
|
6096
5958
|
"operators": [
|
|
@@ -6125,7 +5987,7 @@
|
|
|
6125
5987
|
}
|
|
6126
5988
|
}
|
|
6127
5989
|
],
|
|
6128
|
-
"counter":
|
|
5990
|
+
"counter": 6
|
|
6129
5991
|
},
|
|
6130
5992
|
{
|
|
6131
5993
|
"operators": [
|
|
@@ -6140,7 +6002,7 @@
|
|
|
6140
6002
|
}
|
|
6141
6003
|
}
|
|
6142
6004
|
],
|
|
6143
|
-
"counter":
|
|
6005
|
+
"counter": 7
|
|
6144
6006
|
}
|
|
6145
6007
|
],
|
|
6146
6008
|
"length": 1
|
|
@@ -6962,7 +6824,7 @@
|
|
|
6962
6824
|
],
|
|
6963
6825
|
"ops": [
|
|
6964
6826
|
[
|
|
6965
|
-
"
|
|
6827
|
+
"is",
|
|
6966
6828
|
0
|
|
6967
6829
|
],
|
|
6968
6830
|
[
|
|
@@ -7020,14 +6882,13 @@
|
|
|
7020
6882
|
"word": "ownervar",
|
|
7021
6883
|
"range": {
|
|
7022
6884
|
"start": 0,
|
|
7023
|
-
"end":
|
|
6885
|
+
"end": 7
|
|
7024
6886
|
},
|
|
7025
6887
|
"dead": true,
|
|
7026
6888
|
"types": [
|
|
7027
6889
|
"unknown"
|
|
7028
6890
|
],
|
|
7029
|
-
"level": 0
|
|
7030
|
-
"concept": true
|
|
6891
|
+
"level": 0
|
|
7031
6892
|
},
|
|
7032
6893
|
"two": {
|
|
7033
6894
|
"value": "owneevar",
|
|
@@ -7057,30 +6918,15 @@
|
|
|
7057
6918
|
"types": [
|
|
7058
6919
|
"owner"
|
|
7059
6920
|
],
|
|
7060
|
-
"word": "owner"
|
|
7061
|
-
"range": {
|
|
7062
|
-
"start": 12,
|
|
7063
|
-
"end": 28
|
|
7064
|
-
},
|
|
7065
|
-
"text": ""
|
|
6921
|
+
"word": "owner"
|
|
7066
6922
|
},
|
|
7067
6923
|
"ownee": {
|
|
7068
6924
|
"marker": "ownee",
|
|
7069
6925
|
"types": [
|
|
7070
6926
|
"ownee"
|
|
7071
6927
|
],
|
|
7072
|
-
"word": "ownee"
|
|
7073
|
-
|
|
7074
|
-
"start": 12,
|
|
7075
|
-
"end": 28
|
|
7076
|
-
},
|
|
7077
|
-
"text": ""
|
|
7078
|
-
},
|
|
7079
|
-
"range": {
|
|
7080
|
-
"start": 12,
|
|
7081
|
-
"end": 28
|
|
7082
|
-
},
|
|
7083
|
-
"text": "ed by by"
|
|
6928
|
+
"word": "ownee"
|
|
6929
|
+
}
|
|
7084
6930
|
},
|
|
7085
6931
|
"constraint": {
|
|
7086
6932
|
"marker": "owned",
|
|
@@ -7088,8 +6934,8 @@
|
|
|
7088
6934
|
"word": "owned",
|
|
7089
6935
|
"text": "owned",
|
|
7090
6936
|
"range": {
|
|
7091
|
-
"start":
|
|
7092
|
-
"end":
|
|
6937
|
+
"start": 21,
|
|
6938
|
+
"end": 25
|
|
7093
6939
|
},
|
|
7094
6940
|
"dead": true,
|
|
7095
6941
|
"constrained": true,
|
|
@@ -7111,7 +6957,7 @@
|
|
|
7111
6957
|
"word": "owneevar",
|
|
7112
6958
|
"range": {
|
|
7113
6959
|
"start": 12,
|
|
7114
|
-
"end":
|
|
6960
|
+
"end": 19
|
|
7115
6961
|
},
|
|
7116
6962
|
"dead": true,
|
|
7117
6963
|
"types": [
|
|
@@ -7129,10 +6975,7 @@
|
|
|
7129
6975
|
"level": 2,
|
|
7130
6976
|
"context_index": 1,
|
|
7131
6977
|
"topLevel": true,
|
|
7132
|
-
"context_id": 2
|
|
7133
|
-
"touchedBy": [
|
|
7134
|
-
"people#call2"
|
|
7135
|
-
]
|
|
6978
|
+
"context_id": 2
|
|
7136
6979
|
}
|
|
7137
6980
|
],
|
|
7138
6981
|
"generated": [
|
|
@@ -7171,7 +7014,7 @@
|
|
|
7171
7014
|
0
|
|
7172
7015
|
],
|
|
7173
7016
|
[
|
|
7174
|
-
"
|
|
7017
|
+
"owned",
|
|
7175
7018
|
0
|
|
7176
7019
|
],
|
|
7177
7020
|
[
|
|
@@ -7181,7 +7024,11 @@
|
|
|
7181
7024
|
],
|
|
7182
7025
|
[
|
|
7183
7026
|
[
|
|
7184
|
-
"
|
|
7027
|
+
"is",
|
|
7028
|
+
0
|
|
7029
|
+
],
|
|
7030
|
+
[
|
|
7031
|
+
"ownee",
|
|
7185
7032
|
0
|
|
7186
7033
|
],
|
|
7187
7034
|
[
|
|
@@ -7372,7 +7219,7 @@
|
|
|
7372
7219
|
},
|
|
7373
7220
|
{
|
|
7374
7221
|
"marker": [
|
|
7375
|
-
"
|
|
7222
|
+
"is",
|
|
7376
7223
|
0
|
|
7377
7224
|
],
|
|
7378
7225
|
"range": {
|
|
@@ -7485,7 +7332,7 @@
|
|
|
7485
7332
|
"learned_contextual_priorities": [],
|
|
7486
7333
|
"rtf_associations": [],
|
|
7487
7334
|
"query": "ownervar is owneevar owned by",
|
|
7488
|
-
"skipSemantics":
|
|
7335
|
+
"skipSemantics": true,
|
|
7489
7336
|
"key": {
|
|
7490
7337
|
"query": "ownervar is owneevar owned by"
|
|
7491
7338
|
}
|
|
@@ -8007,31 +7854,6 @@
|
|
|
8007
7854
|
"isEder",
|
|
8008
7855
|
false
|
|
8009
7856
|
],
|
|
8010
|
-
[
|
|
8011
|
-
"ownervar",
|
|
8012
|
-
"isEdee",
|
|
8013
|
-
false
|
|
8014
|
-
],
|
|
8015
|
-
[
|
|
8016
|
-
"ownervar",
|
|
8017
|
-
"isEder",
|
|
8018
|
-
false
|
|
8019
|
-
],
|
|
8020
|
-
[
|
|
8021
|
-
"ownervar",
|
|
8022
|
-
"ownee",
|
|
8023
|
-
false
|
|
8024
|
-
],
|
|
8025
|
-
[
|
|
8026
|
-
"ownervar",
|
|
8027
|
-
"queryable",
|
|
8028
|
-
false
|
|
8029
|
-
],
|
|
8030
|
-
[
|
|
8031
|
-
"ownervar",
|
|
8032
|
-
"theAble",
|
|
8033
|
-
false
|
|
8034
|
-
],
|
|
8035
7857
|
[
|
|
8036
7858
|
"owns",
|
|
8037
7859
|
"canBeDoQuestion",
|
|
@@ -8259,7 +8081,7 @@
|
|
|
8259
8081
|
0
|
|
8260
8082
|
],
|
|
8261
8083
|
[
|
|
8262
|
-
"
|
|
8084
|
+
"unknown",
|
|
8263
8085
|
0
|
|
8264
8086
|
],
|
|
8265
8087
|
[
|
|
@@ -8271,7 +8093,7 @@
|
|
|
8271
8093
|
},
|
|
8272
8094
|
{
|
|
8273
8095
|
"op": [
|
|
8274
|
-
"
|
|
8096
|
+
"unknown",
|
|
8275
8097
|
0
|
|
8276
8098
|
],
|
|
8277
8099
|
"ops": [
|
|
@@ -8288,7 +8110,7 @@
|
|
|
8288
8110
|
0
|
|
8289
8111
|
],
|
|
8290
8112
|
[
|
|
8291
|
-
"
|
|
8113
|
+
"unknown",
|
|
8292
8114
|
0
|
|
8293
8115
|
]
|
|
8294
8116
|
],
|
|
@@ -8385,6 +8207,10 @@
|
|
|
8385
8207
|
"default": true,
|
|
8386
8208
|
"word": "owned",
|
|
8387
8209
|
"text": "owned",
|
|
8210
|
+
"range": {
|
|
8211
|
+
"start": 12,
|
|
8212
|
+
"end": 16
|
|
8213
|
+
},
|
|
8388
8214
|
"types": [
|
|
8389
8215
|
"owned"
|
|
8390
8216
|
],
|
|
@@ -8398,6 +8224,10 @@
|
|
|
8398
8224
|
"text": "owneevar",
|
|
8399
8225
|
"marker": "unknown",
|
|
8400
8226
|
"word": "owneevar",
|
|
8227
|
+
"range": {
|
|
8228
|
+
"start": 0,
|
|
8229
|
+
"end": 7
|
|
8230
|
+
},
|
|
8401
8231
|
"dead": true,
|
|
8402
8232
|
"types": [
|
|
8403
8233
|
"ownee",
|
|
@@ -8407,23 +8237,32 @@
|
|
|
8407
8237
|
},
|
|
8408
8238
|
"owner": {
|
|
8409
8239
|
"value": "ownervar",
|
|
8410
|
-
"
|
|
8240
|
+
"unknown": true,
|
|
8411
8241
|
"text": "ownervar",
|
|
8412
|
-
"marker": "
|
|
8242
|
+
"marker": "unknown",
|
|
8413
8243
|
"word": "ownervar",
|
|
8244
|
+
"range": {
|
|
8245
|
+
"start": 21,
|
|
8246
|
+
"end": 28
|
|
8247
|
+
},
|
|
8414
8248
|
"dead": true,
|
|
8415
8249
|
"types": [
|
|
8416
|
-
"
|
|
8250
|
+
"unknown",
|
|
8251
|
+
{
|
|
8252
|
+
"marker": "or",
|
|
8253
|
+
"value": [
|
|
8254
|
+
"by_after_isEder_owner",
|
|
8255
|
+
"isEder",
|
|
8256
|
+
"owner"
|
|
8257
|
+
]
|
|
8258
|
+
}
|
|
8417
8259
|
],
|
|
8418
8260
|
"level": 0
|
|
8419
8261
|
},
|
|
8420
8262
|
"level": 1,
|
|
8421
8263
|
"context_index": 1,
|
|
8422
8264
|
"topLevel": true,
|
|
8423
|
-
"context_id": 2
|
|
8424
|
-
"touchedBy": [
|
|
8425
|
-
"people#call2"
|
|
8426
|
-
]
|
|
8265
|
+
"context_id": 2
|
|
8427
8266
|
}
|
|
8428
8267
|
],
|
|
8429
8268
|
"generated": [
|
|
@@ -8528,7 +8367,7 @@
|
|
|
8528
8367
|
},
|
|
8529
8368
|
{
|
|
8530
8369
|
"marker": [
|
|
8531
|
-
"
|
|
8370
|
+
"unknown",
|
|
8532
8371
|
0
|
|
8533
8372
|
],
|
|
8534
8373
|
"range": {
|
|
@@ -8583,7 +8422,7 @@
|
|
|
8583
8422
|
},
|
|
8584
8423
|
{
|
|
8585
8424
|
"marker": [
|
|
8586
|
-
"
|
|
8425
|
+
"unknown",
|
|
8587
8426
|
0
|
|
8588
8427
|
],
|
|
8589
8428
|
"range": {
|
|
@@ -8638,7 +8477,7 @@
|
|
|
8638
8477
|
},
|
|
8639
8478
|
{
|
|
8640
8479
|
"marker": [
|
|
8641
|
-
"
|
|
8480
|
+
"unknown",
|
|
8642
8481
|
0
|
|
8643
8482
|
],
|
|
8644
8483
|
"range": {
|
|
@@ -8776,7 +8615,7 @@
|
|
|
8776
8615
|
"learned_contextual_priorities": [],
|
|
8777
8616
|
"rtf_associations": [],
|
|
8778
8617
|
"query": "owneevar is owned by ownervar",
|
|
8779
|
-
"skipSemantics":
|
|
8618
|
+
"skipSemantics": true,
|
|
8780
8619
|
"key": {
|
|
8781
8620
|
"query": "owneevar is owned by ownervar"
|
|
8782
8621
|
}
|
|
@@ -8906,7 +8745,7 @@
|
|
|
8906
8745
|
0
|
|
8907
8746
|
],
|
|
8908
8747
|
[
|
|
8909
|
-
"
|
|
8748
|
+
"owned",
|
|
8910
8749
|
0
|
|
8911
8750
|
],
|
|
8912
8751
|
[
|
|
@@ -8916,15 +8755,7 @@
|
|
|
8916
8755
|
],
|
|
8917
8756
|
[
|
|
8918
8757
|
[
|
|
8919
|
-
"
|
|
8920
|
-
0
|
|
8921
|
-
],
|
|
8922
|
-
[
|
|
8923
|
-
"means",
|
|
8924
|
-
0
|
|
8925
|
-
],
|
|
8926
|
-
[
|
|
8927
|
-
"owned",
|
|
8758
|
+
"is",
|
|
8928
8759
|
0
|
|
8929
8760
|
],
|
|
8930
8761
|
[
|
|
@@ -8932,11 +8763,7 @@
|
|
|
8932
8763
|
0
|
|
8933
8764
|
],
|
|
8934
8765
|
[
|
|
8935
|
-
"
|
|
8936
|
-
0
|
|
8937
|
-
],
|
|
8938
|
-
[
|
|
8939
|
-
"owns",
|
|
8766
|
+
"unknown",
|
|
8940
8767
|
0
|
|
8941
8768
|
]
|
|
8942
8769
|
],
|
|
@@ -8964,10 +8791,6 @@
|
|
|
8964
8791
|
[
|
|
8965
8792
|
"owns",
|
|
8966
8793
|
0
|
|
8967
|
-
],
|
|
8968
|
-
[
|
|
8969
|
-
"unknown",
|
|
8970
|
-
0
|
|
8971
8794
|
]
|
|
8972
8795
|
],
|
|
8973
8796
|
[
|
|
@@ -9036,10 +8859,6 @@
|
|
|
9036
8859
|
[
|
|
9037
8860
|
"owns",
|
|
9038
8861
|
0
|
|
9039
|
-
],
|
|
9040
|
-
[
|
|
9041
|
-
"unknown",
|
|
9042
|
-
0
|
|
9043
8862
|
]
|
|
9044
8863
|
],
|
|
9045
8864
|
[
|
|
@@ -9128,16 +8947,6 @@
|
|
|
9128
8947
|
0
|
|
9129
8948
|
]
|
|
9130
8949
|
],
|
|
9131
|
-
[
|
|
9132
|
-
[
|
|
9133
|
-
"owned",
|
|
9134
|
-
0
|
|
9135
|
-
],
|
|
9136
|
-
[
|
|
9137
|
-
"unknown",
|
|
9138
|
-
0
|
|
9139
|
-
]
|
|
9140
|
-
],
|
|
9141
8950
|
[
|
|
9142
8951
|
[
|
|
9143
8952
|
"owned",
|
|
@@ -10011,7 +9820,7 @@
|
|
|
10011
9820
|
"operators": [
|
|
10012
9821
|
{
|
|
10013
9822
|
"marker": [
|
|
10014
|
-
"
|
|
9823
|
+
"ownee",
|
|
10015
9824
|
0
|
|
10016
9825
|
],
|
|
10017
9826
|
"range": {
|
|
@@ -10084,86 +9893,11 @@
|
|
|
10084
9893
|
},
|
|
10085
9894
|
{
|
|
10086
9895
|
"operators": [
|
|
10087
|
-
{
|
|
10088
|
-
"marker": [
|
|
10089
|
-
"unknown",
|
|
10090
|
-
0
|
|
10091
|
-
],
|
|
10092
|
-
"range": {
|
|
10093
|
-
"start": 0,
|
|
10094
|
-
"end": 4
|
|
10095
|
-
}
|
|
10096
|
-
},
|
|
10097
|
-
{
|
|
10098
|
-
"marker": [
|
|
10099
|
-
"isEd",
|
|
10100
|
-
0
|
|
10101
|
-
],
|
|
10102
|
-
"range": {
|
|
10103
|
-
"start": 6,
|
|
10104
|
-
"end": 7
|
|
10105
|
-
}
|
|
10106
|
-
},
|
|
10107
|
-
{
|
|
10108
|
-
"marker": [
|
|
10109
|
-
"owned",
|
|
10110
|
-
0
|
|
10111
|
-
],
|
|
10112
|
-
"range": {
|
|
10113
|
-
"start": 9,
|
|
10114
|
-
"end": 13
|
|
10115
|
-
}
|
|
10116
|
-
},
|
|
10117
|
-
{
|
|
10118
|
-
"marker": [
|
|
10119
|
-
"means",
|
|
10120
|
-
0
|
|
10121
|
-
],
|
|
10122
|
-
"range": {
|
|
10123
|
-
"start": 24,
|
|
10124
|
-
"end": 28
|
|
10125
|
-
}
|
|
10126
|
-
},
|
|
10127
|
-
{
|
|
10128
|
-
"marker": [
|
|
10129
|
-
"owner",
|
|
10130
|
-
0
|
|
10131
|
-
],
|
|
10132
|
-
"range": {
|
|
10133
|
-
"start": 30,
|
|
10134
|
-
"end": 34
|
|
10135
|
-
}
|
|
10136
|
-
},
|
|
10137
|
-
{
|
|
10138
|
-
"marker": [
|
|
10139
|
-
"owns",
|
|
10140
|
-
0
|
|
10141
|
-
],
|
|
10142
|
-
"range": {
|
|
10143
|
-
"start": 36,
|
|
10144
|
-
"end": 39
|
|
10145
|
-
}
|
|
10146
|
-
},
|
|
10147
9896
|
{
|
|
10148
9897
|
"marker": [
|
|
10149
9898
|
"ownee",
|
|
10150
9899
|
0
|
|
10151
9900
|
],
|
|
10152
|
-
"range": {
|
|
10153
|
-
"start": 41,
|
|
10154
|
-
"end": 45
|
|
10155
|
-
}
|
|
10156
|
-
}
|
|
10157
|
-
],
|
|
10158
|
-
"counter": 4
|
|
10159
|
-
},
|
|
10160
|
-
{
|
|
10161
|
-
"operators": [
|
|
10162
|
-
{
|
|
10163
|
-
"marker": [
|
|
10164
|
-
"unknown",
|
|
10165
|
-
0
|
|
10166
|
-
],
|
|
10167
9901
|
"range": {
|
|
10168
9902
|
"start": 0,
|
|
10169
9903
|
"end": 4
|
|
@@ -10220,7 +9954,7 @@
|
|
|
10220
9954
|
}
|
|
10221
9955
|
}
|
|
10222
9956
|
],
|
|
10223
|
-
"counter":
|
|
9957
|
+
"counter": 4
|
|
10224
9958
|
},
|
|
10225
9959
|
{
|
|
10226
9960
|
"operators": [
|
|
@@ -10275,7 +10009,7 @@
|
|
|
10275
10009
|
}
|
|
10276
10010
|
}
|
|
10277
10011
|
],
|
|
10278
|
-
"counter":
|
|
10012
|
+
"counter": 5
|
|
10279
10013
|
},
|
|
10280
10014
|
{
|
|
10281
10015
|
"operators": [
|
|
@@ -10310,7 +10044,7 @@
|
|
|
10310
10044
|
}
|
|
10311
10045
|
}
|
|
10312
10046
|
],
|
|
10313
|
-
"counter":
|
|
10047
|
+
"counter": 6
|
|
10314
10048
|
},
|
|
10315
10049
|
{
|
|
10316
10050
|
"operators": [
|
|
@@ -10325,7 +10059,7 @@
|
|
|
10325
10059
|
}
|
|
10326
10060
|
}
|
|
10327
10061
|
],
|
|
10328
|
-
"counter":
|
|
10062
|
+
"counter": 7
|
|
10329
10063
|
}
|
|
10330
10064
|
],
|
|
10331
10065
|
"length": 1
|
|
@@ -10511,7 +10245,7 @@
|
|
|
10511
10245
|
},
|
|
10512
10246
|
{
|
|
10513
10247
|
"marker": [
|
|
10514
|
-
"
|
|
10248
|
+
"is",
|
|
10515
10249
|
0
|
|
10516
10250
|
],
|
|
10517
10251
|
"range": {
|
|
@@ -10666,7 +10400,7 @@
|
|
|
10666
10400
|
},
|
|
10667
10401
|
{
|
|
10668
10402
|
"marker": [
|
|
10669
|
-
"
|
|
10403
|
+
"unknown",
|
|
10670
10404
|
0
|
|
10671
10405
|
],
|
|
10672
10406
|
"range": {
|
|
@@ -10721,7 +10455,7 @@
|
|
|
10721
10455
|
},
|
|
10722
10456
|
{
|
|
10723
10457
|
"marker": [
|
|
10724
|
-
"
|
|
10458
|
+
"unknown",
|
|
10725
10459
|
0
|
|
10726
10460
|
],
|
|
10727
10461
|
"range": {
|
|
@@ -10776,7 +10510,7 @@
|
|
|
10776
10510
|
},
|
|
10777
10511
|
{
|
|
10778
10512
|
"marker": [
|
|
10779
|
-
"
|
|
10513
|
+
"unknown",
|
|
10780
10514
|
0
|
|
10781
10515
|
],
|
|
10782
10516
|
"range": {
|