ekms 8.6.0 → 8.7.0-beta.1
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 +123 -2
- package/common/colors.instance.json +376 -286
- package/common/comparable.instance.json +30 -62
- package/common/crew.instance.json +216 -318
- package/common/dialogues.js +12 -1
- package/common/dimension.instance.json +5 -1
- package/common/edible.instance.json +239 -107
- package/common/emotions.instance.json +5 -0
- package/common/fastfood.instance.json +842 -337
- package/common/formulas.instance.json +5 -1
- package/common/kirk.instance.json +5 -0
- package/common/length.instance.json +75 -0
- package/common/math.instance.json +5 -0
- package/common/numbers.js +15 -3
- package/common/ordering.instance.json +73 -47
- package/common/people.instance.json +246 -1
- package/common/people.js +12 -0
- package/common/pipboy.instance.json +144 -83
- package/common/pipboy.js +1 -0
- package/common/pokemon.instance.json +70 -13
- package/common/pressure.instance.json +25 -13
- package/common/properties.instance.json +10 -13
- package/common/properties.js +1 -0
- package/common/reports.instance.json +11 -1
- package/common/spock.instance.json +5 -0
- package/common/temperature.instance.json +25 -13
- package/common/tokenize.js +1 -1
- package/common/weight.instance.json +110 -14
- package/package.json +2 -2
@@ -5,7 +5,79 @@
|
|
5
5
|
"surname means last name",
|
6
6
|
"given modifies name",
|
7
7
|
"given name means first name",
|
8
|
-
"ownee is owned by owner means owner owns ownee"
|
8
|
+
"ownee is owned by owner means owner owns ownee",
|
9
|
+
{
|
10
|
+
"associations": {
|
11
|
+
"positive": [
|
12
|
+
[
|
13
|
+
[
|
14
|
+
"unknown",
|
15
|
+
0
|
16
|
+
],
|
17
|
+
[
|
18
|
+
"is",
|
19
|
+
0
|
20
|
+
],
|
21
|
+
[
|
22
|
+
"unknown",
|
23
|
+
0
|
24
|
+
],
|
25
|
+
[
|
26
|
+
"owned",
|
27
|
+
0
|
28
|
+
],
|
29
|
+
[
|
30
|
+
"by",
|
31
|
+
0
|
32
|
+
]
|
33
|
+
],
|
34
|
+
[
|
35
|
+
[
|
36
|
+
"unknown",
|
37
|
+
1
|
38
|
+
],
|
39
|
+
[
|
40
|
+
"is",
|
41
|
+
0
|
42
|
+
],
|
43
|
+
[
|
44
|
+
"unknown",
|
45
|
+
0
|
46
|
+
],
|
47
|
+
[
|
48
|
+
"owned",
|
49
|
+
0
|
50
|
+
],
|
51
|
+
[
|
52
|
+
"by",
|
53
|
+
0
|
54
|
+
]
|
55
|
+
],
|
56
|
+
[
|
57
|
+
[
|
58
|
+
"unknown",
|
59
|
+
1
|
60
|
+
],
|
61
|
+
[
|
62
|
+
"is",
|
63
|
+
0
|
64
|
+
],
|
65
|
+
[
|
66
|
+
"unknown",
|
67
|
+
1
|
68
|
+
],
|
69
|
+
[
|
70
|
+
"owned",
|
71
|
+
0
|
72
|
+
],
|
73
|
+
[
|
74
|
+
"by",
|
75
|
+
0
|
76
|
+
]
|
77
|
+
]
|
78
|
+
]
|
79
|
+
}
|
80
|
+
}
|
9
81
|
],
|
10
82
|
"resultss": [
|
11
83
|
{
|
@@ -215,6 +287,11 @@
|
|
215
287
|
"theAble",
|
216
288
|
false
|
217
289
|
],
|
290
|
+
[
|
291
|
+
"propertyOf",
|
292
|
+
"preposition",
|
293
|
+
false
|
294
|
+
],
|
218
295
|
[
|
219
296
|
"punctuation",
|
220
297
|
"punctuation",
|
@@ -854,6 +931,11 @@
|
|
854
931
|
"theAble",
|
855
932
|
false
|
856
933
|
],
|
934
|
+
[
|
935
|
+
"propertyOf",
|
936
|
+
"preposition",
|
937
|
+
false
|
938
|
+
],
|
857
939
|
[
|
858
940
|
"punctuation",
|
859
941
|
"punctuation",
|
@@ -1587,6 +1669,11 @@
|
|
1587
1669
|
"theAble",
|
1588
1670
|
false
|
1589
1671
|
],
|
1672
|
+
[
|
1673
|
+
"propertyOf",
|
1674
|
+
"preposition",
|
1675
|
+
false
|
1676
|
+
],
|
1590
1677
|
[
|
1591
1678
|
"punctuation",
|
1592
1679
|
"punctuation",
|
@@ -2365,6 +2452,11 @@
|
|
2365
2452
|
"theAble",
|
2366
2453
|
false
|
2367
2454
|
],
|
2455
|
+
[
|
2456
|
+
"propertyOf",
|
2457
|
+
"preposition",
|
2458
|
+
false
|
2459
|
+
],
|
2368
2460
|
[
|
2369
2461
|
"punctuation",
|
2370
2462
|
"punctuation",
|
@@ -3188,6 +3280,11 @@
|
|
3188
3280
|
"theAble",
|
3189
3281
|
false
|
3190
3282
|
],
|
3283
|
+
[
|
3284
|
+
"propertyOf",
|
3285
|
+
"preposition",
|
3286
|
+
false
|
3287
|
+
],
|
3191
3288
|
[
|
3192
3289
|
"punctuation",
|
3193
3290
|
"punctuation",
|
@@ -4070,6 +4167,11 @@
|
|
4070
4167
|
"theAble",
|
4071
4168
|
false
|
4072
4169
|
],
|
4170
|
+
[
|
4171
|
+
"propertyOf",
|
4172
|
+
"preposition",
|
4173
|
+
false
|
4174
|
+
],
|
4073
4175
|
[
|
4074
4176
|
"punctuation",
|
4075
4177
|
"punctuation",
|
@@ -4693,6 +4795,36 @@
|
|
4693
4795
|
0
|
4694
4796
|
]
|
4695
4797
|
],
|
4798
|
+
[
|
4799
|
+
[
|
4800
|
+
"by",
|
4801
|
+
0
|
4802
|
+
],
|
4803
|
+
[
|
4804
|
+
"isEd",
|
4805
|
+
0
|
4806
|
+
],
|
4807
|
+
[
|
4808
|
+
"means",
|
4809
|
+
0
|
4810
|
+
],
|
4811
|
+
[
|
4812
|
+
"owned",
|
4813
|
+
0
|
4814
|
+
],
|
4815
|
+
[
|
4816
|
+
"ownee",
|
4817
|
+
0
|
4818
|
+
],
|
4819
|
+
[
|
4820
|
+
"owner",
|
4821
|
+
0
|
4822
|
+
],
|
4823
|
+
[
|
4824
|
+
"owns",
|
4825
|
+
0
|
4826
|
+
]
|
4827
|
+
],
|
4696
4828
|
[
|
4697
4829
|
[
|
4698
4830
|
"by",
|
@@ -4799,6 +4931,79 @@
|
|
4799
4931
|
"key": {
|
4800
4932
|
"query": "ownee is owned by owner means owner owns ownee"
|
4801
4933
|
}
|
4934
|
+
},
|
4935
|
+
{
|
4936
|
+
"extraConfig": true,
|
4937
|
+
"associations": {
|
4938
|
+
"positive": [
|
4939
|
+
[
|
4940
|
+
[
|
4941
|
+
"unknown",
|
4942
|
+
0
|
4943
|
+
],
|
4944
|
+
[
|
4945
|
+
"is",
|
4946
|
+
0
|
4947
|
+
],
|
4948
|
+
[
|
4949
|
+
"unknown",
|
4950
|
+
0
|
4951
|
+
],
|
4952
|
+
[
|
4953
|
+
"owned",
|
4954
|
+
0
|
4955
|
+
],
|
4956
|
+
[
|
4957
|
+
"by",
|
4958
|
+
0
|
4959
|
+
]
|
4960
|
+
],
|
4961
|
+
[
|
4962
|
+
[
|
4963
|
+
"unknown",
|
4964
|
+
1
|
4965
|
+
],
|
4966
|
+
[
|
4967
|
+
"is",
|
4968
|
+
0
|
4969
|
+
],
|
4970
|
+
[
|
4971
|
+
"unknown",
|
4972
|
+
0
|
4973
|
+
],
|
4974
|
+
[
|
4975
|
+
"owned",
|
4976
|
+
0
|
4977
|
+
],
|
4978
|
+
[
|
4979
|
+
"by",
|
4980
|
+
0
|
4981
|
+
]
|
4982
|
+
],
|
4983
|
+
[
|
4984
|
+
[
|
4985
|
+
"unknown",
|
4986
|
+
1
|
4987
|
+
],
|
4988
|
+
[
|
4989
|
+
"is",
|
4990
|
+
0
|
4991
|
+
],
|
4992
|
+
[
|
4993
|
+
"unknown",
|
4994
|
+
1
|
4995
|
+
],
|
4996
|
+
[
|
4997
|
+
"owned",
|
4998
|
+
0
|
4999
|
+
],
|
5000
|
+
[
|
5001
|
+
"by",
|
5002
|
+
0
|
5003
|
+
]
|
5004
|
+
]
|
5005
|
+
]
|
5006
|
+
}
|
4802
5007
|
}
|
4803
5008
|
],
|
4804
5009
|
"fragments": [
|
@@ -5324,6 +5529,11 @@
|
|
5324
5529
|
"theAble",
|
5325
5530
|
false
|
5326
5531
|
],
|
5532
|
+
[
|
5533
|
+
"propertyOf",
|
5534
|
+
"preposition",
|
5535
|
+
false
|
5536
|
+
],
|
5327
5537
|
[
|
5328
5538
|
"punctuation",
|
5329
5539
|
"punctuation",
|
@@ -6374,6 +6584,11 @@
|
|
6374
6584
|
"theAble",
|
6375
6585
|
false
|
6376
6586
|
],
|
6587
|
+
[
|
6588
|
+
"propertyOf",
|
6589
|
+
"preposition",
|
6590
|
+
false
|
6591
|
+
],
|
6377
6592
|
[
|
6378
6593
|
"punctuation",
|
6379
6594
|
"punctuation",
|
@@ -6884,6 +7099,36 @@
|
|
6884
7099
|
0
|
6885
7100
|
]
|
6886
7101
|
],
|
7102
|
+
[
|
7103
|
+
[
|
7104
|
+
"by",
|
7105
|
+
0
|
7106
|
+
],
|
7107
|
+
[
|
7108
|
+
"isEd",
|
7109
|
+
0
|
7110
|
+
],
|
7111
|
+
[
|
7112
|
+
"means",
|
7113
|
+
0
|
7114
|
+
],
|
7115
|
+
[
|
7116
|
+
"owned",
|
7117
|
+
0
|
7118
|
+
],
|
7119
|
+
[
|
7120
|
+
"ownee",
|
7121
|
+
0
|
7122
|
+
],
|
7123
|
+
[
|
7124
|
+
"owner",
|
7125
|
+
0
|
7126
|
+
],
|
7127
|
+
[
|
7128
|
+
"owns",
|
7129
|
+
0
|
7130
|
+
]
|
7131
|
+
],
|
6887
7132
|
[
|
6888
7133
|
[
|
6889
7134
|
"by",
|
package/common/people.js
CHANGED
@@ -18,7 +18,18 @@ const template = {
|
|
18
18
|
"surname means last name",
|
19
19
|
"given modifies name",
|
20
20
|
"given name means first name",
|
21
|
+
// { stop: true },
|
21
22
|
"ownee is owned by owner means owner owns ownee",
|
23
|
+
{
|
24
|
+
associations: {
|
25
|
+
positive: [
|
26
|
+
[['unknown', 0], ['is', 0], ['unknown', 0], ['owned', 0], ['by', 0]],
|
27
|
+
[['unknown', 1], ['is', 0], ['unknown', 0], ['owned', 0], ['by', 0]],
|
28
|
+
[['unknown', 1], ['is', 0], ['unknown', 1], ['owned', 0], ['by', 0]],
|
29
|
+
// [['unknown', 0], ['isEd', 0] , ['unknown', 0], ['owned', 0], ['by', 0]]
|
30
|
+
]
|
31
|
+
},
|
32
|
+
},
|
22
33
|
// "the first name of greg is greg23",
|
23
34
|
// "ownee23 is owned by owner23",
|
24
35
|
// "cleo is a cat",
|
@@ -43,6 +54,7 @@ let config = {
|
|
43
54
|
hierarchy: [
|
44
55
|
['person', 'unknown'],
|
45
56
|
],
|
57
|
+
|
46
58
|
};
|
47
59
|
|
48
60
|
const initializer = ({baseConfig, context, apis, isModule}) => {
|