ekms 9.0.3 → 9.1.1-beta.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 +0 -130
- package/common/articles.js +8 -0
- package/common/avatar.js +0 -8
- package/common/colors.instance.json +136 -192
- package/common/comparable.instance.json +2 -93
- package/common/comparable.js +6 -7
- package/common/concept.js +0 -8
- package/common/conjunction.js +0 -7
- package/common/crew.instance.json +83 -903
- package/common/crew.js +0 -19
- package/common/dialogues.js +18 -63
- package/common/dimension.instance.json +2 -136
- package/common/dimension.js +0 -8
- package/common/edible.instance.json +474 -675
- package/common/edible.js +0 -13
- package/common/emotions.instance.json +0 -10
- package/common/emotions.js +0 -8
- package/common/fastfood.instance.json +3761 -7798
- package/common/fastfood.js +0 -120
- package/common/formulas.instance.json +0 -10
- package/common/help.js +0 -5
- package/common/helpers/properties.js +1 -1
- package/common/hierarchy.js +0 -9
- package/common/kirk.instance.json +0 -10
- package/common/length.instance.json +0 -150
- package/common/math.instance.json +0 -10
- package/common/menus.instance.json +2 -0
- package/common/menus.js +61 -0
- package/common/menus.test.json +2 -0
- package/common/meta.js +7 -0
- package/common/negation.js +5 -0
- package/common/ordering.instance.json +0 -20
- package/common/ordinals.js +0 -5
- package/common/people.instance.json +147 -196
- package/common/people.js +0 -4
- package/common/pipboy.instance.json +102 -753
- package/common/pipboy.js +0 -17
- package/common/pokemon.instance.json +140 -679
- package/common/pressure.instance.json +0 -40
- package/common/properties.instance.json +0 -10
- package/common/properties.js +1 -14
- package/common/reports.instance.json +1 -21
- package/common/reports.js +0 -7
- package/common/scorekeeper.js +0 -12
- package/common/spock.instance.json +0 -10
- package/common/temperature.instance.json +112 -40
- package/common/ui.instance.json +0 -10
- package/common/weight.instance.json +0 -367
- package/common/weight.js +0 -9
- package/common/wp.instance.json +45 -681
- package/common/wp.js +0 -18
- package/main.js +2 -0
- package/package.json +7 -3
package/common/wp.js
CHANGED
@@ -244,25 +244,7 @@ template = {
|
|
244
244
|
"((paragraph_wp/*) [paragraphComparisonVerb_wp] (word_wp/*))",
|
245
245
|
],
|
246
246
|
associations: {
|
247
|
-
negative: [
|
248
|
-
],
|
249
247
|
positive: [
|
250
|
-
// TODO remove these after crucible work done and fix the associator rules
|
251
|
-
// [['style_wp', 0], ['statefulElement_wp', 0], ['statefulElementInContext_wp', 0], ['every', 0], ['statefulElement_wp', 0]],
|
252
|
-
{ context: [['style_wp', 0], ['word_wp', 0], ['statefulElementInContext_wp', 0], ['paragraph_wp', 0]], choose: 0 },
|
253
|
-
{ context: [['style_wp', 0], ['letter_wp', 0], ['statefulElementInContext_wp', 0], ['word_wp', 0]], choose: 0 },
|
254
|
-
{ context: [['paragraph_wp', 0], ['thatVerb', 0], ['paragraphComparisonVerb_wp', 0], ['word_wp', 0]], choose: 0 },
|
255
|
-
{ context: [['paragraph_wp', 0], ['thatVerb', 0], ['paragraphComparisonVerb_wp', 0], ['styleModifier_wp', 0], ['word_wp', 0]], choose: 0 },
|
256
|
-
{ context: [['word_wp', 0], ['thatVerb', 0], ['wordComparison_wp', 0]], choose: 0 },
|
257
|
-
|
258
|
-
{ context: [["article",0],["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["styleModifier_wp",0],["statefulElement_wp",0]], choose: 0 },
|
259
|
-
{ context: [["article",0],["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["word_wp",0],["thatVerb",0],["wordComparisonWithVerb_wp",0],["comparisonWith_wp",0],["unknown",0]], choose: 0 },
|
260
|
-
{ context: [["article",0],["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["styleModifier_wp",0],["statefulElement_wp",0]], choose: 0 },
|
261
|
-
|
262
|
-
{ context: [["article",0],["word_wp",0],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
|
263
|
-
{ context: [["article",0],["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
|
264
|
-
{ context: [["article",0],["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",1]], choose: 0 },
|
265
|
-
|
266
248
|
{ context: [["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
|
267
249
|
]
|
268
250
|
},
|
package/main.js
CHANGED
@@ -35,6 +35,7 @@ const punctuation = require('./common/punctuation')
|
|
35
35
|
const stm = require('./common/stm')
|
36
36
|
const sdefaults = require('./common/sdefaults')
|
37
37
|
const ui = require('./common/ui')
|
38
|
+
const menus = require('./common/menus')
|
38
39
|
const math = require('./common/math')
|
39
40
|
const formulas = require('./common/formulas')
|
40
41
|
const dimension = require('./common/dimension')
|
@@ -95,6 +96,7 @@ module.exports = {
|
|
95
96
|
stm,
|
96
97
|
sdefaults,
|
97
98
|
ui,
|
99
|
+
menus,
|
98
100
|
math,
|
99
101
|
formulas,
|
100
102
|
dimension,
|
package/package.json
CHANGED
@@ -72,7 +72,8 @@
|
|
72
72
|
"punctuation",
|
73
73
|
"stm",
|
74
74
|
"sdefaults",
|
75
|
-
"ui"
|
75
|
+
"ui",
|
76
|
+
"menus"
|
76
77
|
]
|
77
78
|
},
|
78
79
|
{
|
@@ -224,6 +225,9 @@
|
|
224
225
|
"common/math.instance.json",
|
225
226
|
"common/math.js",
|
226
227
|
"common/math.test.json",
|
228
|
+
"common/menus.instance.json",
|
229
|
+
"common/menus.js",
|
230
|
+
"common/menus.test.json",
|
227
231
|
"common/meta.instance.json",
|
228
232
|
"common/meta.js",
|
229
233
|
"common/meta.test.json",
|
@@ -320,8 +324,8 @@
|
|
320
324
|
"scriptjs": "^2.5.9",
|
321
325
|
"table": "^6.7.1",
|
322
326
|
"uuid": "^9.0.0",
|
323
|
-
"theprogrammablemind": "9.0
|
327
|
+
"theprogrammablemind": "9.1.1-beta.0"
|
324
328
|
},
|
325
|
-
"version": "9.0
|
329
|
+
"version": "9.1.1-beta.0",
|
326
330
|
"license": "UNLICENSED"
|
327
331
|
}
|