ekms 8.0.0-beta.5 → 8.0.0-beta.51
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +2855 -1363
- package/common/animals.js +17 -20
- package/common/articles.js +103 -0
- package/common/articles.test.json +310 -0
- package/common/avatar.js +5 -9
- package/common/characters.js +22 -28
- package/common/colors.instance.json +6978 -3493
- package/common/colors.js +4 -8
- package/common/colors.test.json +345 -780
- package/common/comparable.js +5 -22
- package/common/concept.js +120 -118
- package/common/countable.js +18 -12
- package/common/countable.test.json +1050 -0
- package/common/crew.instance.json +13032 -6570
- package/common/crew.js +36 -41
- package/common/crew.test.json +714 -452
- package/common/currency.js +27 -45
- package/common/dialogues.js +158 -282
- package/common/dimension.instance.json +273 -272
- package/common/dimension.js +16 -22
- package/common/dimension.test.json +446 -1640
- package/common/edible.instance.json +19911 -9877
- package/common/edible.js +3 -8
- package/common/emotions.instance.json +146 -128
- package/common/emotions.js +35 -38
- package/common/evaluate.instance.json +2 -0
- package/common/evaluate.js +49 -0
- package/common/evaluate.test.json +574 -0
- package/common/events.js +9 -13
- package/common/fastfood.instance.json +221141 -111240
- package/common/fastfood.js +70 -80
- package/common/formulas.instance.json +251 -265
- package/common/formulas.js +17 -24
- package/common/gdefaults.js +24 -26
- package/common/help.js +7 -12
- package/common/help.test.json +22 -22
- package/common/helpers/concept.js +9 -6
- package/common/helpers/dialogues.js +2 -3
- package/common/helpers/properties.js +54 -62
- package/common/helpers.js +1 -1
- package/common/hierarchy.js +16 -24
- package/common/javascript.js +11 -18
- package/common/kirk.instance.json +583 -289
- package/common/kirk.js +5 -8
- package/common/length.instance.json +5530 -4754
- package/common/length.js +4 -8
- package/common/listener.js +48 -0
- package/common/listener.test.json +104 -0
- package/common/math.instance.json +192 -1184
- package/common/math.js +15 -19
- package/common/meta.js +23 -47
- package/common/nameable.instance.json +2 -0
- package/common/nameable.js +135 -0
- package/common/nameable.test.json +2121 -0
- package/common/negation.instance.json +2 -0
- package/common/negation.js +38 -0
- package/common/negation.test.json +308 -0
- package/common/numbers.js +6 -10
- package/common/ordering.instance.json +340 -160
- package/common/ordering.js +80 -86
- package/common/people.instance.json +2066 -1014
- package/common/people.js +8 -13
- package/common/percentages.instance.json +2 -0
- package/common/percentages.js +53 -0
- package/common/percentages.test.json +751 -0
- package/common/pipboy.instance.json +7999 -6269
- package/common/pipboy.js +32 -43
- package/common/pokemon.instance.json +4207 -2069
- package/common/pokemon.js +7 -20
- package/common/pos.js +4 -5
- package/common/pressure.instance.json +1341 -1189
- package/common/pressure.js +4 -8
- package/common/properties.instance.json +130 -60
- package/common/properties.js +57 -134
- package/common/punctuation.js +6 -6
- package/common/reports.instance.json +595 -557
- package/common/reports.js +64 -89
- package/common/scorekeeper.js +18 -30
- package/common/sdefaults.js +16 -7
- package/common/sizeable.js +5 -9
- package/common/spock.instance.json +583 -289
- package/common/spock.js +5 -8
- package/common/stgame.js +19 -19
- package/common/stm.js +163 -26
- package/common/stm.test.json +1734 -1
- package/common/tell.js +14 -18
- package/common/temperature.instance.json +1461 -1293
- package/common/temperature.js +4 -8
- package/common/tester.js +3 -3
- package/common/testing.js +8 -12
- package/common/time.js +20 -25
- package/common/tokenize.js +4 -5
- package/common/ui.instance.json +257 -258
- package/common/ui.js +11 -17
- package/common/weight.instance.json +5212 -4233
- package/common/weight.js +4 -8
- package/common/yesno.js +5 -5
- package/main.js +59 -46
- package/package.json +27 -5
package/common/pokemon.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
const {
|
1
|
+
const { knowledgeModule, where } = require('./runtime').theprogrammablemind
|
2
2
|
const { defaultContextCheck } = require('./helpers')
|
3
3
|
const hierarchy = require('./hierarchy')
|
4
4
|
const pokemon_tests = require('./pokemon.test.json')
|
@@ -29,19 +29,7 @@ const template = {
|
|
29
29
|
// 'ashe owns pikachu who owns pikachu'
|
30
30
|
// TODO does ashe own pikachu / ash owns pikachu? / 'ashe likes pikachu does ashe like pikachu'
|
31
31
|
|
32
|
-
const
|
33
|
-
const config = new Config({
|
34
|
-
name: 'pokemon',
|
35
|
-
hierarchy: [
|
36
|
-
// ['pokemon', 'theAble'],
|
37
|
-
// ['pokemon', 'theAble'],
|
38
|
-
// ['pokemon', 'queryable'],
|
39
|
-
// ['pokemon', 'whatAble'],
|
40
|
-
],
|
41
|
-
})
|
42
|
-
config.stop_auto_rebuild()
|
43
|
-
config.add(hierarchy())
|
44
|
-
config.initializer( ({config, apis}) => {
|
32
|
+
const initializer = ({config, apis}) => {
|
45
33
|
const api = apis('properties')
|
46
34
|
/*
|
47
35
|
api.createActionPrefix({
|
@@ -61,16 +49,15 @@ const createConfig = () => {
|
|
61
49
|
relation: true,
|
62
50
|
config
|
63
51
|
})
|
64
|
-
}
|
65
|
-
config.restart_auto_rebuild()
|
66
|
-
// config.load(template, pokemon_instance)
|
67
|
-
return config
|
68
|
-
}
|
52
|
+
}
|
69
53
|
|
70
54
|
knowledgeModule( {
|
55
|
+
config: { name: 'pokemon' },
|
56
|
+
includes: [hierarchy],
|
57
|
+
initializer,
|
58
|
+
|
71
59
|
module,
|
72
60
|
description: 'Knowledge about the pokemon using a KM template',
|
73
|
-
createConfig,
|
74
61
|
test: {
|
75
62
|
name: './pokemon.test.json',
|
76
63
|
contents: pokemon_tests,
|
package/common/pos.js
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
const {
|
1
|
+
const { knowledgeModule, where } = require('./runtime').theprogrammablemind
|
2
2
|
const { defaultContextCheck } = require('./helpers')
|
3
3
|
const pos_tests = require('./pos.test.json')
|
4
4
|
|
5
|
-
let
|
5
|
+
let config = {
|
6
6
|
name: 'pos',
|
7
7
|
operators: [
|
8
8
|
"([adjective])",
|
@@ -36,11 +36,10 @@ let configStruct = {
|
|
36
36
|
|
37
37
|
};
|
38
38
|
|
39
|
-
createConfig = () => new Config(configStruct, module)
|
40
|
-
|
41
39
|
knowledgeModule( {
|
40
|
+
config,
|
41
|
+
|
42
42
|
module,
|
43
|
-
createConfig,
|
44
43
|
description: 'parts of speech',
|
45
44
|
test: {
|
46
45
|
name: './pos.test.json',
|