ekms 8.7.0 → 8.8.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.
- 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/crew.js +3 -3
- 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/emotions.js +4 -4
- package/common/fastfood.instance.json +1178 -529
- 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 +222 -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 +99 -14
- package/common/pressure.instance.json +25 -13
- package/common/pressure.js +4 -4
- 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",
|
@@ -4799,6 +4901,79 @@
|
|
4799
4901
|
"key": {
|
4800
4902
|
"query": "ownee is owned by owner means owner owns ownee"
|
4801
4903
|
}
|
4904
|
+
},
|
4905
|
+
{
|
4906
|
+
"extraConfig": true,
|
4907
|
+
"associations": {
|
4908
|
+
"positive": [
|
4909
|
+
[
|
4910
|
+
[
|
4911
|
+
"unknown",
|
4912
|
+
0
|
4913
|
+
],
|
4914
|
+
[
|
4915
|
+
"is",
|
4916
|
+
0
|
4917
|
+
],
|
4918
|
+
[
|
4919
|
+
"unknown",
|
4920
|
+
0
|
4921
|
+
],
|
4922
|
+
[
|
4923
|
+
"owned",
|
4924
|
+
0
|
4925
|
+
],
|
4926
|
+
[
|
4927
|
+
"by",
|
4928
|
+
0
|
4929
|
+
]
|
4930
|
+
],
|
4931
|
+
[
|
4932
|
+
[
|
4933
|
+
"unknown",
|
4934
|
+
1
|
4935
|
+
],
|
4936
|
+
[
|
4937
|
+
"is",
|
4938
|
+
0
|
4939
|
+
],
|
4940
|
+
[
|
4941
|
+
"unknown",
|
4942
|
+
0
|
4943
|
+
],
|
4944
|
+
[
|
4945
|
+
"owned",
|
4946
|
+
0
|
4947
|
+
],
|
4948
|
+
[
|
4949
|
+
"by",
|
4950
|
+
0
|
4951
|
+
]
|
4952
|
+
],
|
4953
|
+
[
|
4954
|
+
[
|
4955
|
+
"unknown",
|
4956
|
+
1
|
4957
|
+
],
|
4958
|
+
[
|
4959
|
+
"is",
|
4960
|
+
0
|
4961
|
+
],
|
4962
|
+
[
|
4963
|
+
"unknown",
|
4964
|
+
1
|
4965
|
+
],
|
4966
|
+
[
|
4967
|
+
"owned",
|
4968
|
+
0
|
4969
|
+
],
|
4970
|
+
[
|
4971
|
+
"by",
|
4972
|
+
0
|
4973
|
+
]
|
4974
|
+
]
|
4975
|
+
]
|
4976
|
+
}
|
4802
4977
|
}
|
4803
4978
|
],
|
4804
4979
|
"fragments": [
|
@@ -5324,6 +5499,11 @@
|
|
5324
5499
|
"theAble",
|
5325
5500
|
false
|
5326
5501
|
],
|
5502
|
+
[
|
5503
|
+
"propertyOf",
|
5504
|
+
"preposition",
|
5505
|
+
false
|
5506
|
+
],
|
5327
5507
|
[
|
5328
5508
|
"punctuation",
|
5329
5509
|
"punctuation",
|
@@ -6374,6 +6554,11 @@
|
|
6374
6554
|
"theAble",
|
6375
6555
|
false
|
6376
6556
|
],
|
6557
|
+
[
|
6558
|
+
"propertyOf",
|
6559
|
+
"preposition",
|
6560
|
+
false
|
6561
|
+
],
|
6377
6562
|
[
|
6378
6563
|
"punctuation",
|
6379
6564
|
"punctuation",
|
@@ -6761,6 +6946,24 @@
|
|
6761
6946
|
1
|
6762
6947
|
]
|
6763
6948
|
],
|
6949
|
+
[
|
6950
|
+
[
|
6951
|
+
"by",
|
6952
|
+
0
|
6953
|
+
],
|
6954
|
+
[
|
6955
|
+
"isEd",
|
6956
|
+
0
|
6957
|
+
],
|
6958
|
+
[
|
6959
|
+
"owned",
|
6960
|
+
0
|
6961
|
+
],
|
6962
|
+
[
|
6963
|
+
"unknown",
|
6964
|
+
1
|
6965
|
+
]
|
6966
|
+
],
|
6764
6967
|
[
|
6765
6968
|
[
|
6766
6969
|
"isEd",
|
@@ -6946,6 +7149,24 @@
|
|
6946
7149
|
1
|
6947
7150
|
]
|
6948
7151
|
],
|
7152
|
+
[
|
7153
|
+
[
|
7154
|
+
"by",
|
7155
|
+
0
|
7156
|
+
],
|
7157
|
+
[
|
7158
|
+
"isEd",
|
7159
|
+
0
|
7160
|
+
],
|
7161
|
+
[
|
7162
|
+
"owned",
|
7163
|
+
0
|
7164
|
+
],
|
7165
|
+
[
|
7166
|
+
"unknown",
|
7167
|
+
1
|
7168
|
+
]
|
7169
|
+
],
|
6949
7170
|
[
|
6950
7171
|
[
|
6951
7172
|
"first",
|
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}) => {
|