ekms 8.1.0 → 8.3.0

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.
@@ -48,6 +48,9 @@ let config = {
48
48
  "([is:queryBridge|] ([queryable]) ([queryable]))",
49
49
  // "(([queryable]) [is:isEdBridge|is,are] ([isEdAble|]))",
50
50
  "(([queryable]) [(<isEd|> ([isEdAble|]))])",
51
+ "(([isEdee])^ <isEdAble|> ([by] ([isEder])?))",
52
+ "([isEdee|])",
53
+ "([isEder|])",
51
54
 
52
55
  // "([nevermind])",
53
56
  // { pattern: "([nevermindTestSetup] (allowed))", development: true },
@@ -78,9 +81,6 @@ let config = {
78
81
  //"arm them, what, the phasers"
79
82
  //greg is a first name
80
83
  "([yesno|])",
81
- "(([isEdee])^ <isEdAble|> ([by] ([isEder])?))",
82
- "([isEdee|])",
83
- "([isEder|])",
84
84
  { pattern: "([debug23])" },
85
85
 
86
86
  "([to] ([toAble|]))",
@@ -128,7 +128,13 @@ let config = {
128
128
  }
129
129
  },
130
130
 
131
- { id: "by", level: 0, bridge: "{ ...next(operator), object: after[0] }", optional: { 1: "{ marker: 'unknown', implicit: true, concept: true }", }, },
131
+ {
132
+ id: "by",
133
+ level: 0,
134
+ bridge: "{ ...next(operator), object: after[0] }",
135
+ localHierarchy: [['unknown', 'isEder']],
136
+ optional: { 1: "{ marker: 'unknown', implicit: true, concept: true }", },
137
+ },
132
138
 
133
139
  { id: "debug23", level: 0, bridge: "{ ...next(operator) }" },
134
140
  // { id: "what", level: 0, bridge: "{ ...next(operator), ...after[0], query: ['what'], determined: true }" },
@@ -326,6 +332,7 @@ let config = {
326
332
  ['a', 'articlePOS'],
327
333
  ['the', 'articlePOS'],
328
334
  ['unknown', 'theAble'],
335
+ ['theAble', 'queryable'],
329
336
  ['unknown', 'queryable'],
330
337
  ['it', 'queryable'],
331
338
  ['what', 'queryable'],
@@ -849,7 +849,7 @@
849
849
  ],
850
850
  [
851
851
  "theAble",
852
- "theAble",
852
+ "queryable",
853
853
  false
854
854
  ],
855
855
  [
@@ -1103,6 +1103,7 @@
1103
1103
  },
1104
1104
  "types": [
1105
1105
  "list",
1106
+ "queryable",
1106
1107
  "unknown"
1107
1108
  ],
1108
1109
  "listable": true,
@@ -1118,6 +1119,10 @@
1118
1119
  "start": 0,
1119
1120
  "end": 8
1120
1121
  },
1122
+ "types": [
1123
+ "queryable",
1124
+ "unknown"
1125
+ ],
1121
1126
  "dead": true,
1122
1127
  "level": 1
1123
1128
  },
@@ -1131,6 +1136,10 @@
1131
1136
  "start": 14,
1132
1137
  "end": 17
1133
1138
  },
1139
+ "types": [
1140
+ "queryable",
1141
+ "unknown"
1142
+ ],
1134
1143
  "dead": true,
1135
1144
  "level": 1
1136
1145
  }
@@ -280,7 +280,7 @@
280
280
  ],
281
281
  [
282
282
  "theAble",
283
- "theAble",
283
+ "queryable",
284
284
  false
285
285
  ],
286
286
  [
@@ -514,6 +514,7 @@
514
514
  },
515
515
  "types": [
516
516
  "list",
517
+ "queryable",
517
518
  "unknown"
518
519
  ],
519
520
  "listable": true,
@@ -529,6 +530,10 @@
529
530
  "start": 0,
530
531
  "end": 3
531
532
  },
533
+ "types": [
534
+ "queryable",
535
+ "unknown"
536
+ ],
532
537
  "dead": true,
533
538
  "level": 1
534
539
  },
@@ -542,6 +547,10 @@
542
547
  "start": 9,
543
548
  "end": 14
544
549
  },
550
+ "types": [
551
+ "queryable",
552
+ "unknown"
553
+ ],
545
554
  "dead": true,
546
555
  "level": 1
547
556
  }
@@ -1011,7 +1020,7 @@
1011
1020
  ],
1012
1021
  [
1013
1022
  "theAble",
1014
- "theAble",
1023
+ "queryable",
1015
1024
  false
1016
1025
  ],
1017
1026
  [
@@ -1750,7 +1759,7 @@
1750
1759
  ],
1751
1760
  [
1752
1761
  "theAble",
1753
- "theAble",
1762
+ "queryable",
1754
1763
  false
1755
1764
  ],
1756
1765
  [
@@ -2593,7 +2602,7 @@
2593
2602
  ],
2594
2603
  [
2595
2604
  "theAble",
2596
- "theAble",
2605
+ "queryable",
2597
2606
  false
2598
2607
  ],
2599
2608
  [
@@ -3837,7 +3846,7 @@
3837
3846
  ],
3838
3847
  [
3839
3848
  "theAble",
3840
- "theAble",
3849
+ "queryable",
3841
3850
  false
3842
3851
  ],
3843
3852
  [
@@ -4753,7 +4762,7 @@
4753
4762
  ],
4754
4763
  [
4755
4764
  "theAble",
4756
- "theAble",
4765
+ "queryable",
4757
4766
  false
4758
4767
  ],
4759
4768
  [
@@ -5037,6 +5046,7 @@
5037
5046
  },
5038
5047
  "types": [
5039
5048
  "list",
5049
+ "queryable",
5040
5050
  "unknown"
5041
5051
  ],
5042
5052
  "listable": true,
@@ -5053,6 +5063,10 @@
5053
5063
  "end": 5
5054
5064
  },
5055
5065
  "dead": true,
5066
+ "types": [
5067
+ "queryable",
5068
+ "unknown"
5069
+ ],
5056
5070
  "level": 1
5057
5071
  },
5058
5072
  {
@@ -5065,6 +5079,10 @@
5065
5079
  "start": 7,
5066
5080
  "end": 13
5067
5081
  },
5082
+ "types": [
5083
+ "queryable",
5084
+ "unknown"
5085
+ ],
5068
5086
  "dead": true,
5069
5087
  "level": 1
5070
5088
  },
@@ -5078,6 +5096,10 @@
5078
5096
  "start": 19,
5079
5097
  "end": 25
5080
5098
  },
5099
+ "types": [
5100
+ "queryable",
5101
+ "unknown"
5102
+ ],
5081
5103
  "dead": true,
5082
5104
  "level": 1
5083
5105
  }
@@ -5992,7 +6014,7 @@
5992
6014
  ],
5993
6015
  [
5994
6016
  "theAble",
5995
- "theAble",
6017
+ "queryable",
5996
6018
  false
5997
6019
  ],
5998
6020
  [
@@ -7176,7 +7198,7 @@
7176
7198
  ],
7177
7199
  [
7178
7200
  "theAble",
7179
- "theAble",
7201
+ "queryable",
7180
7202
  false
7181
7203
  ],
7182
7204
  [
@@ -8465,7 +8487,7 @@
8465
8487
  ],
8466
8488
  [
8467
8489
  "theAble",
8468
- "theAble",
8490
+ "queryable",
8469
8491
  false
8470
8492
  ],
8471
8493
  [
@@ -9750,7 +9772,7 @@
9750
9772
  ],
9751
9773
  [
9752
9774
  "theAble",
9753
- "theAble",
9775
+ "queryable",
9754
9776
  false
9755
9777
  ],
9756
9778
  [
@@ -11149,7 +11171,7 @@
11149
11171
  ],
11150
11172
  [
11151
11173
  "theAble",
11152
- "theAble",
11174
+ "queryable",
11153
11175
  false
11154
11176
  ],
11155
11177
  [
@@ -12560,7 +12582,7 @@
12560
12582
  ],
12561
12583
  [
12562
12584
  "theAble",
12563
- "theAble",
12585
+ "queryable",
12564
12586
  false
12565
12587
  ],
12566
12588
  [
@@ -13976,7 +13998,7 @@
13976
13998
  ],
13977
13999
  [
13978
14000
  "theAble",
13979
- "theAble",
14001
+ "queryable",
13980
14002
  false
13981
14003
  ],
13982
14004
  [
@@ -15397,7 +15419,7 @@
15397
15419
  ],
15398
15420
  [
15399
15421
  "theAble",
15400
- "theAble",
15422
+ "queryable",
15401
15423
  false
15402
15424
  ],
15403
15425
  [
@@ -15631,6 +15653,7 @@
15631
15653
  },
15632
15654
  "types": [
15633
15655
  "list",
15656
+ "queryable",
15634
15657
  "unknown"
15635
15658
  ],
15636
15659
  "listable": true,
@@ -15646,6 +15669,10 @@
15646
15669
  "start": 0,
15647
15670
  "end": 2
15648
15671
  },
15672
+ "types": [
15673
+ "queryable",
15674
+ "unknown"
15675
+ ],
15649
15676
  "dead": true,
15650
15677
  "level": 1
15651
15678
  },
@@ -15659,6 +15686,10 @@
15659
15686
  "start": 8,
15660
15687
  "end": 12
15661
15688
  },
15689
+ "types": [
15690
+ "queryable",
15691
+ "unknown"
15692
+ ],
15662
15693
  "dead": true,
15663
15694
  "level": 1
15664
15695
  }
@@ -17040,7 +17071,7 @@
17040
17071
  ],
17041
17072
  [
17042
17073
  "theAble",
17043
- "theAble",
17074
+ "queryable",
17044
17075
  false
17045
17076
  ],
17046
17077
  [
@@ -18589,7 +18620,7 @@
18589
18620
  ],
18590
18621
  [
18591
18622
  "theAble",
18592
- "theAble",
18623
+ "queryable",
18593
18624
  false
18594
18625
  ],
18595
18626
  [
@@ -20210,7 +20241,7 @@
20210
20241
  ],
20211
20242
  [
20212
20243
  "theAble",
20213
- "theAble",
20244
+ "queryable",
20214
20245
  false
20215
20246
  ],
20216
20247
  [
@@ -20753,6 +20784,7 @@
20753
20784
  },
20754
20785
  "types": [
20755
20786
  "list",
20787
+ "queryable",
20756
20788
  "unknown"
20757
20789
  ],
20758
20790
  "listable": true,
@@ -20784,6 +20816,10 @@
20784
20816
  }
20785
20817
  },
20786
20818
  "no_convolutions": true,
20819
+ "types": [
20820
+ "queryable",
20821
+ "unknown"
20822
+ ],
20787
20823
  "level": 1
20788
20824
  },
20789
20825
  {
@@ -20812,6 +20848,10 @@
20812
20848
  }
20813
20849
  },
20814
20850
  "no_convolutions": true,
20851
+ "types": [
20852
+ "queryable",
20853
+ "unknown"
20854
+ ],
20815
20855
  "level": 1
20816
20856
  },
20817
20857
  {
@@ -20840,6 +20880,10 @@
20840
20880
  }
20841
20881
  },
20842
20882
  "no_convolutions": true,
20883
+ "types": [
20884
+ "queryable",
20885
+ "unknown"
20886
+ ],
20843
20887
  "level": 1
20844
20888
  },
20845
20889
  {
@@ -20852,6 +20896,10 @@
20852
20896
  "start": 24,
20853
20897
  "end": 31
20854
20898
  },
20899
+ "types": [
20900
+ "queryable",
20901
+ "unknown"
20902
+ ],
20855
20903
  "dead": true,
20856
20904
  "level": 1
20857
20905
  },
@@ -20865,6 +20913,10 @@
20865
20913
  "start": 37,
20866
20914
  "end": 44
20867
20915
  },
20916
+ "types": [
20917
+ "queryable",
20918
+ "unknown"
20919
+ ],
20868
20920
  "dead": true,
20869
20921
  "level": 1
20870
20922
  }
@@ -22559,7 +22611,7 @@
22559
22611
  ],
22560
22612
  [
22561
22613
  "theAble",
22562
- "theAble",
22614
+ "queryable",
22563
22615
  false
22564
22616
  ],
22565
22617
  [
@@ -24586,7 +24638,7 @@
24586
24638
  ],
24587
24639
  [
24588
24640
  "theAble",
24589
- "theAble",
24641
+ "queryable",
24590
24642
  false
24591
24643
  ],
24592
24644
  [
@@ -26524,7 +26576,7 @@
26524
26576
  ],
26525
26577
  [
26526
26578
  "theAble",
26527
- "theAble",
26579
+ "queryable",
26528
26580
  false
26529
26581
  ],
26530
26582
  [
@@ -26966,6 +27018,7 @@
26966
27018
  },
26967
27019
  "types": [
26968
27020
  "list",
27021
+ "queryable",
26969
27022
  "unknown"
26970
27023
  ],
26971
27024
  "listable": true,
@@ -26997,6 +27050,10 @@
26997
27050
  }
26998
27051
  },
26999
27052
  "no_convolutions": true,
27053
+ "types": [
27054
+ "queryable",
27055
+ "unknown"
27056
+ ],
27000
27057
  "level": 1
27001
27058
  },
27002
27059
  {
@@ -29009,7 +29066,7 @@
29009
29066
  ],
29010
29067
  [
29011
29068
  "theAble",
29012
- "theAble",
29069
+ "queryable",
29013
29070
  false
29014
29071
  ],
29015
29072
  [
@@ -31199,7 +31256,7 @@
31199
31256
  ],
31200
31257
  [
31201
31258
  "theAble",
31202
- "theAble",
31259
+ "queryable",
31203
31260
  false
31204
31261
  ],
31205
31262
  [
@@ -33407,7 +33464,7 @@
33407
33464
  ],
33408
33465
  [
33409
33466
  "theAble",
33410
- "theAble",
33467
+ "queryable",
33411
33468
  false
33412
33469
  ],
33413
33470
  [
@@ -35779,7 +35836,7 @@
35779
35836
  ],
35780
35837
  [
35781
35838
  "theAble",
35782
- "theAble",
35839
+ "queryable",
35783
35840
  false
35784
35841
  ],
35785
35842
  [
@@ -38090,7 +38147,7 @@
38090
38147
  ],
38091
38148
  [
38092
38149
  "theAble",
38093
- "theAble",
38150
+ "queryable",
38094
38151
  false
38095
38152
  ],
38096
38153
  [
@@ -40507,7 +40564,7 @@
40507
40564
  ],
40508
40565
  [
40509
40566
  "theAble",
40510
- "theAble",
40567
+ "queryable",
40511
40568
  false
40512
40569
  ],
40513
40570
  [
@@ -42964,7 +43021,7 @@
42964
43021
  ],
42965
43022
  [
42966
43023
  "theAble",
42967
- "theAble",
43024
+ "queryable",
42968
43025
  false
42969
43026
  ],
42970
43027
  [
@@ -45414,7 +45471,7 @@
45414
45471
  ],
45415
45472
  [
45416
45473
  "theAble",
45417
- "theAble",
45474
+ "queryable",
45418
45475
  false
45419
45476
  ],
45420
45477
  [
@@ -47904,7 +47961,7 @@
47904
47961
  ],
47905
47962
  [
47906
47963
  "theAble",
47907
- "theAble",
47964
+ "queryable",
47908
47965
  false
47909
47966
  ],
47910
47967
  [
@@ -48838,6 +48895,7 @@
48838
48895
  },
48839
48896
  "types": [
48840
48897
  "list",
48898
+ "queryable",
48841
48899
  "unknown"
48842
48900
  ],
48843
48901
  "listable": true,
@@ -48869,6 +48927,10 @@
48869
48927
  }
48870
48928
  },
48871
48929
  "no_convolutions": true,
48930
+ "types": [
48931
+ "queryable",
48932
+ "unknown"
48933
+ ],
48872
48934
  "level": 1
48873
48935
  },
48874
48936
  {
@@ -48897,6 +48959,10 @@
48897
48959
  }
48898
48960
  },
48899
48961
  "no_convolutions": true,
48962
+ "types": [
48963
+ "queryable",
48964
+ "unknown"
48965
+ ],
48900
48966
  "level": 1
48901
48967
  },
48902
48968
  {
@@ -48925,6 +48991,10 @@
48925
48991
  }
48926
48992
  },
48927
48993
  "no_convolutions": true,
48994
+ "types": [
48995
+ "queryable",
48996
+ "unknown"
48997
+ ],
48928
48998
  "level": 1
48929
48999
  },
48930
49000
  {
@@ -48953,6 +49023,10 @@
48953
49023
  }
48954
49024
  },
48955
49025
  "no_convolutions": true,
49026
+ "types": [
49027
+ "queryable",
49028
+ "unknown"
49029
+ ],
48956
49030
  "level": 1
48957
49031
  },
48958
49032
  {
@@ -48981,6 +49055,10 @@
48981
49055
  }
48982
49056
  },
48983
49057
  "no_convolutions": true,
49058
+ "types": [
49059
+ "queryable",
49060
+ "unknown"
49061
+ ],
48984
49062
  "level": 1
48985
49063
  },
48986
49064
  {
@@ -48993,6 +49071,10 @@
48993
49071
  "start": 30,
48994
49072
  "end": 35
48995
49073
  },
49074
+ "types": [
49075
+ "queryable",
49076
+ "unknown"
49077
+ ],
48996
49078
  "dead": true,
48997
49079
  "level": 1
48998
49080
  },
@@ -49006,6 +49088,10 @@
49006
49088
  "start": 41,
49007
49089
  "end": 45
49008
49090
  },
49091
+ "types": [
49092
+ "queryable",
49093
+ "unknown"
49094
+ ],
49009
49095
  "dead": true,
49010
49096
  "level": 1
49011
49097
  }
@@ -51544,7 +51630,7 @@
51544
51630
  ],
51545
51631
  [
51546
51632
  "theAble",
51547
- "theAble",
51633
+ "queryable",
51548
51634
  false
51549
51635
  ],
51550
51636
  [
@@ -54283,7 +54369,7 @@
54283
54369
  ],
54284
54370
  [
54285
54371
  "theAble",
54286
- "theAble",
54372
+ "queryable",
54287
54373
  false
54288
54374
  ],
54289
54375
  [
@@ -57136,7 +57222,7 @@
57136
57222
  ],
57137
57223
  [
57138
57224
  "theAble",
57139
- "theAble",
57225
+ "queryable",
57140
57226
  false
57141
57227
  ],
57142
57228
  [
@@ -237,7 +237,7 @@
237
237
  ],
238
238
  [
239
239
  "theAble",
240
- "theAble",
240
+ "queryable",
241
241
  false
242
242
  ],
243
243
  [
@@ -953,36 +953,6 @@
953
953
  1
954
954
  ]
955
955
  ],
956
- [
957
- [
958
- "feel",
959
- 0
960
- ],
961
- [
962
- "is",
963
- 0
964
- ],
965
- [
966
- "means",
967
- 0
968
- ],
969
- [
970
- "propertyOf",
971
- 0
972
- ],
973
- [
974
- "the",
975
- 0
976
- ],
977
- [
978
- "unknown",
979
- 0
980
- ],
981
- [
982
- "unknown",
983
- 1
984
- ]
985
- ],
986
956
  [
987
957
  [
988
958
  "feel",
@@ -1180,36 +1150,6 @@
1180
1150
  1
1181
1151
  ]
1182
1152
  ],
1183
- [
1184
- [
1185
- "feel",
1186
- 0
1187
- ],
1188
- [
1189
- "is",
1190
- 0
1191
- ],
1192
- [
1193
- "means",
1194
- 0
1195
- ],
1196
- [
1197
- "propertyOf",
1198
- 0
1199
- ],
1200
- [
1201
- "the",
1202
- 0
1203
- ],
1204
- [
1205
- "unknown",
1206
- 0
1207
- ],
1208
- [
1209
- "unknown",
1210
- 1
1211
- ]
1212
- ],
1213
1153
  [
1214
1154
  [
1215
1155
  "feel",