ekms 8.0.0-beta.7 → 8.0.0-beta.71
Sign up to get free protection for your applications and to get access to all the features.
- package/common/animals.instance.json +2871 -1379
- 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 +7170 -3657
- package/common/colors.js +4 -8
- package/common/colors.test.json +345 -780
- package/common/comparable.instance.json +1750 -0
- package/common/comparable.js +36 -28
- package/common/comparable.test.json +438 -2
- package/common/concept.js +120 -118
- package/common/countable.js +19 -13
- package/common/countable.test.json +1050 -0
- package/common/crew.instance.json +13066 -6469
- package/common/crew.js +36 -41
- package/common/crew.test.json +714 -452
- package/common/currency.js +27 -45
- package/common/dialogues.js +161 -285
- package/common/dimension.instance.json +474 -253
- package/common/dimension.js +16 -22
- package/common/dimension.test.json +446 -1640
- package/common/edible.instance.json +20053 -10093
- package/common/edible.js +3 -8
- package/common/emotions.instance.json +147 -69
- 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 +10 -14
- package/common/fastfood.instance.json +221166 -111223
- package/common/fastfood.js +75 -85
- package/common/fastfood.test.json +268 -90
- package/common/formulas.instance.json +455 -249
- package/common/formulas.js +19 -26
- package/common/gdefaults.js +24 -26
- package/common/help.js +7 -12
- package/common/help.test.json +63 -8
- package/common/helpers/concept.js +10 -7
- package/common/helpers/dialogues.js +2 -3
- package/common/helpers/properties.js +54 -62
- package/common/helpers.js +6 -5
- package/common/hierarchy.js +16 -24
- package/common/javascript.js +11 -18
- package/common/kirk.instance.json +584 -290
- package/common/kirk.js +5 -8
- package/common/length.instance.json +8834 -4757
- package/common/length.js +4 -8
- package/common/listener.js +48 -0
- package/common/listener.test.json +104 -0
- package/common/math.instance.json +425 -1187
- package/common/math.js +16 -20
- package/common/meta.js +23 -47
- package/common/nameable.instance.json +2 -0
- package/common/nameable.js +144 -0
- package/common/nameable.test.json +3191 -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 +27 -31
- package/common/ordering.instance.json +366 -246
- package/common/ordering.js +80 -86
- package/common/people.instance.json +2074 -1022
- 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 +11745 -6329
- package/common/pipboy.js +48 -59
- package/common/pokemon.instance.json +4226 -2081
- package/common/pokemon.js +7 -20
- package/common/pos.js +15 -13
- package/common/pressure.instance.json +2208 -1175
- package/common/pressure.js +4 -8
- package/common/properties.instance.json +131 -61
- package/common/properties.js +57 -134
- package/common/punctuation.js +15 -7
- package/common/reports.instance.json +1018 -530
- package/common/reports.js +77 -100
- package/common/reports.test.json +15623 -10458
- package/common/scorekeeper.js +18 -30
- package/common/sdefaults.js +16 -7
- package/common/sizeable.js +6 -10
- package/common/spock.instance.json +584 -290
- package/common/spock.js +5 -8
- package/common/stgame.js +19 -19
- package/common/stm.js +164 -27
- package/common/stm.test.json +1734 -1
- package/common/tell.js +14 -18
- package/common/temperature.instance.json +2271 -1222
- package/common/temperature.js +4 -8
- package/common/tester.js +15 -4
- package/common/testing.js +8 -12
- package/common/time.js +20 -25
- package/common/tokenize.js +5 -6
- package/common/ui.instance.json +459 -240
- package/common/ui.js +16 -22
- package/common/weight.instance.json +7646 -4026
- package/common/weight.js +4 -8
- package/common/yesno.js +5 -5
- package/main.js +14 -2
- package/package.json +28 -5
@@ -1,12 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"configs": [
|
3
3
|
"mathematical modifies operator",
|
4
|
-
"* + / and - are mathematical operators",
|
5
4
|
{
|
6
5
|
"name": "math",
|
7
6
|
"operators": [
|
8
7
|
"([mathematicalExpression])",
|
9
|
-
"([
|
8
|
+
"([mathematical_operator])",
|
10
9
|
"(([number|]) [plusOperator] ([number|]))",
|
11
10
|
"(([number|]) [minusOperator] ([number|]))",
|
12
11
|
"(([number|]) [timesOperator] ([number|]))",
|
@@ -33,9 +32,9 @@
|
|
33
32
|
]
|
34
33
|
},
|
35
34
|
{
|
36
|
-
"id": "
|
35
|
+
"id": "mathematical_operator",
|
37
36
|
"before": [
|
38
|
-
"
|
37
|
+
"verb"
|
39
38
|
],
|
40
39
|
"after": [
|
41
40
|
"adjective"
|
@@ -60,12 +59,12 @@
|
|
60
59
|
"development": true
|
61
60
|
},
|
62
61
|
{
|
63
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
62
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
64
63
|
"id": "plusOperator",
|
65
64
|
"level": 0,
|
66
65
|
"bridge": "{ ...next(operator), marker: next(operator('plusExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }",
|
67
66
|
"isA": [
|
68
|
-
"
|
67
|
+
"mathematical_operator"
|
69
68
|
],
|
70
69
|
"before": [],
|
71
70
|
"localHierarchy": [
|
@@ -78,26 +77,26 @@
|
|
78
77
|
"plus",
|
79
78
|
"+"
|
80
79
|
],
|
81
|
-
"generatorp": "({
|
80
|
+
"generatorp": "({context}) => context.word"
|
82
81
|
},
|
83
82
|
{
|
84
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
83
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
85
84
|
"id": "plusExpression",
|
86
85
|
"level": 0,
|
87
86
|
"bridge": "{ ...next(operator) }",
|
88
87
|
"isA": [
|
89
88
|
"mathematicalExpression"
|
90
89
|
],
|
91
|
-
"generatorp": "({gp, context}) => `${gp(context.x)} ${context.word} ${gp(context.y)}`",
|
92
|
-
"evaluator": "({e, context}) => {\n const x = toValue(e(context.x)) \n const y = toValue(e(context.y))\n if (!x || !y) {\n // context.evalue = { ...context, paraphrase: true, x: { ...context.x, value: x }, y: { ...context.y, value: y } }\n context.isResponse = false\n } else {\n context.evalue = apply(x, y)\n context.evalue.isResponse = true\n context.evalue.paraphrase = false\n // context.paraphrase = false\n // context.isResponse = true\n }\n /*\n if (!context.value) {\n context.isResponse = false\n context.paraphrase = true\n }\n */\n }"
|
90
|
+
"generatorp": "async ({gp, context}) => `${await gp(context.x)} ${context.word} ${await gp(context.y)}`",
|
91
|
+
"evaluator": "async ({e, context}) => {\n const x = toValue(await e(context.x)) \n const y = toValue(await e(context.y))\n if (!x || !y) {\n // context.evalue = { ...context, paraphrase: true, x: { ...context.x, value: x }, y: { ...context.y, value: y } }\n context.isResponse = false\n } else {\n context.evalue = apply(x, y)\n context.evalue.isResponse = true\n context.evalue.paraphrase = false\n // context.paraphrase = false\n // context.isResponse = true\n }\n /*\n if (!context.value) {\n context.isResponse = false\n context.paraphrase = true\n }\n */\n }"
|
93
92
|
},
|
94
93
|
{
|
95
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
94
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
96
95
|
"id": "minusOperator",
|
97
96
|
"level": 0,
|
98
97
|
"bridge": "{ ...next(operator), marker: next(operator('minusExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }",
|
99
98
|
"isA": [
|
100
|
-
"
|
99
|
+
"mathematical_operator"
|
101
100
|
],
|
102
101
|
"before": [],
|
103
102
|
"localHierarchy": [
|
@@ -110,26 +109,26 @@
|
|
110
109
|
"minus",
|
111
110
|
"-"
|
112
111
|
],
|
113
|
-
"generatorp": "({
|
112
|
+
"generatorp": "({context}) => context.word"
|
114
113
|
},
|
115
114
|
{
|
116
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
115
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
117
116
|
"id": "minusExpression",
|
118
117
|
"level": 0,
|
119
118
|
"bridge": "{ ...next(operator) }",
|
120
119
|
"isA": [
|
121
120
|
"mathematicalExpression"
|
122
121
|
],
|
123
|
-
"generatorp": "({gp, context}) => `${gp(context.x)} ${context.word} ${gp(context.y)}`",
|
124
|
-
"evaluator": "({e, context}) => {\n const x = toValue(e(context.x)) \n const y = toValue(e(context.y))\n if (!x || !y) {\n // context.evalue = { ...context, paraphrase: true, x: { ...context.x, value: x }, y: { ...context.y, value: y } }\n context.isResponse = false\n } else {\n context.evalue = apply(x, y)\n context.evalue.isResponse = true\n context.evalue.paraphrase = false\n // context.paraphrase = false\n // context.isResponse = true\n }\n /*\n if (!context.value) {\n context.isResponse = false\n context.paraphrase = true\n }\n */\n }"
|
122
|
+
"generatorp": "async ({gp, context}) => `${await gp(context.x)} ${context.word} ${await gp(context.y)}`",
|
123
|
+
"evaluator": "async ({e, context}) => {\n const x = toValue(await e(context.x)) \n const y = toValue(await e(context.y))\n if (!x || !y) {\n // context.evalue = { ...context, paraphrase: true, x: { ...context.x, value: x }, y: { ...context.y, value: y } }\n context.isResponse = false\n } else {\n context.evalue = apply(x, y)\n context.evalue.isResponse = true\n context.evalue.paraphrase = false\n // context.paraphrase = false\n // context.isResponse = true\n }\n /*\n if (!context.value) {\n context.isResponse = false\n context.paraphrase = true\n }\n */\n }"
|
125
124
|
},
|
126
125
|
{
|
127
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
126
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
128
127
|
"id": "timesOperator",
|
129
128
|
"level": 0,
|
130
129
|
"bridge": "{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }",
|
131
130
|
"isA": [
|
132
|
-
"
|
131
|
+
"mathematical_operator"
|
133
132
|
],
|
134
133
|
"before": [
|
135
134
|
[
|
@@ -151,26 +150,26 @@
|
|
151
150
|
"times",
|
152
151
|
"*"
|
153
152
|
],
|
154
|
-
"generatorp": "({
|
153
|
+
"generatorp": "({context}) => context.word"
|
155
154
|
},
|
156
155
|
{
|
157
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
156
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
158
157
|
"id": "timesExpression",
|
159
158
|
"level": 0,
|
160
159
|
"bridge": "{ ...next(operator) }",
|
161
160
|
"isA": [
|
162
161
|
"mathematicalExpression"
|
163
162
|
],
|
164
|
-
"generatorp": "({gp, context}) => `${gp(context.x)} ${context.word} ${gp(context.y)}`",
|
165
|
-
"evaluator": "({e, context}) => {\n const x = toValue(e(context.x)) \n const y = toValue(e(context.y))\n if (!x || !y) {\n // context.evalue = { ...context, paraphrase: true, x: { ...context.x, value: x }, y: { ...context.y, value: y } }\n context.isResponse = false\n } else {\n context.evalue = apply(x, y)\n context.evalue.isResponse = true\n context.evalue.paraphrase = false\n // context.paraphrase = false\n // context.isResponse = true\n }\n /*\n if (!context.value) {\n context.isResponse = false\n context.paraphrase = true\n }\n */\n }"
|
163
|
+
"generatorp": "async ({gp, context}) => `${await gp(context.x)} ${context.word} ${await gp(context.y)}`",
|
164
|
+
"evaluator": "async ({e, context}) => {\n const x = toValue(await e(context.x)) \n const y = toValue(await e(context.y))\n if (!x || !y) {\n // context.evalue = { ...context, paraphrase: true, x: { ...context.x, value: x }, y: { ...context.y, value: y } }\n context.isResponse = false\n } else {\n context.evalue = apply(x, y)\n context.evalue.isResponse = true\n context.evalue.paraphrase = false\n // context.paraphrase = false\n // context.isResponse = true\n }\n /*\n if (!context.value) {\n context.isResponse = false\n context.paraphrase = true\n }\n */\n }"
|
166
165
|
},
|
167
166
|
{
|
168
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
167
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
169
168
|
"id": "divideByOperator",
|
170
169
|
"level": 0,
|
171
170
|
"bridge": "{ ...next(operator), marker: next(operator('divideByExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }",
|
172
171
|
"isA": [
|
173
|
-
"
|
172
|
+
"mathematical_operator"
|
174
173
|
],
|
175
174
|
"before": [
|
176
175
|
[
|
@@ -191,18 +190,18 @@
|
|
191
190
|
"words": [
|
192
191
|
"/"
|
193
192
|
],
|
194
|
-
"generatorp": "({
|
193
|
+
"generatorp": "({context}) => context.word"
|
195
194
|
},
|
196
195
|
{
|
197
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
196
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
198
197
|
"id": "divideByExpression",
|
199
198
|
"level": 0,
|
200
199
|
"bridge": "{ ...next(operator) }",
|
201
200
|
"isA": [
|
202
201
|
"mathematicalExpression"
|
203
202
|
],
|
204
|
-
"generatorp": "({gp, context}) => `${gp(context.x)} ${context.word} ${gp(context.y)}`",
|
205
|
-
"evaluator": "({e, context}) => {\n const x = toValue(e(context.x)) \n const y = toValue(e(context.y))\n if (!x || !y) {\n // context.evalue = { ...context, paraphrase: true, x: { ...context.x, value: x }, y: { ...context.y, value: y } }\n context.isResponse = false\n } else {\n context.evalue = apply(x, y)\n context.evalue.isResponse = true\n context.evalue.paraphrase = false\n // context.paraphrase = false\n // context.isResponse = true\n }\n /*\n if (!context.value) {\n context.isResponse = false\n context.paraphrase = true\n }\n */\n }"
|
203
|
+
"generatorp": "async ({gp, context}) => `${await gp(context.x)} ${context.word} ${await gp(context.y)}`",
|
204
|
+
"evaluator": "async ({e, context}) => {\n const x = toValue(await e(context.x)) \n const y = toValue(await e(context.y))\n if (!x || !y) {\n // context.evalue = { ...context, paraphrase: true, x: { ...context.x, value: x }, y: { ...context.y, value: y } }\n context.isResponse = false\n } else {\n context.evalue = apply(x, y)\n context.evalue.isResponse = true\n context.evalue.paraphrase = false\n // context.paraphrase = false\n // context.isResponse = true\n }\n /*\n if (!context.value) {\n context.isResponse = false\n context.paraphrase = true\n }\n */\n }"
|
206
205
|
}
|
207
206
|
]
|
208
207
|
}
|
@@ -212,267 +211,578 @@
|
|
212
211
|
"hierarchy": [
|
213
212
|
[
|
214
213
|
"a",
|
215
|
-
"articlePOS"
|
214
|
+
"articlePOS",
|
215
|
+
false
|
216
|
+
],
|
217
|
+
[
|
218
|
+
"adjective",
|
219
|
+
"adjective",
|
220
|
+
false
|
216
221
|
],
|
217
222
|
[
|
218
223
|
"all",
|
219
|
-
"quantifier"
|
224
|
+
"quantifier",
|
225
|
+
false
|
220
226
|
],
|
221
227
|
[
|
222
228
|
"articlePOS",
|
223
|
-
"articlePOS"
|
229
|
+
"articlePOS",
|
230
|
+
false
|
231
|
+
],
|
232
|
+
[
|
233
|
+
"ascending",
|
234
|
+
"hierarchyAble",
|
235
|
+
false
|
236
|
+
],
|
237
|
+
[
|
238
|
+
"ascending",
|
239
|
+
"isEdee",
|
240
|
+
false
|
241
|
+
],
|
242
|
+
[
|
243
|
+
"ascending",
|
244
|
+
"isEder",
|
245
|
+
false
|
246
|
+
],
|
247
|
+
[
|
248
|
+
"ascending",
|
249
|
+
"object",
|
250
|
+
false
|
251
|
+
],
|
252
|
+
[
|
253
|
+
"ascending",
|
254
|
+
"property",
|
255
|
+
false
|
256
|
+
],
|
257
|
+
[
|
258
|
+
"ascending",
|
259
|
+
"queryable",
|
260
|
+
false
|
261
|
+
],
|
262
|
+
[
|
263
|
+
"ascending",
|
264
|
+
"sort_ordering",
|
265
|
+
false
|
266
|
+
],
|
267
|
+
[
|
268
|
+
"ascending",
|
269
|
+
"theAble",
|
270
|
+
false
|
224
271
|
],
|
225
272
|
[
|
226
273
|
"between",
|
227
|
-
"preposition"
|
274
|
+
"preposition",
|
275
|
+
false
|
228
276
|
],
|
229
277
|
[
|
230
278
|
"canBeDoQuestion",
|
231
|
-
"canBeDoQuestion"
|
279
|
+
"canBeDoQuestion",
|
280
|
+
false
|
232
281
|
],
|
233
282
|
[
|
234
283
|
"canBeQuestion",
|
235
|
-
"canBeQuestion"
|
284
|
+
"canBeQuestion",
|
285
|
+
false
|
236
286
|
],
|
237
287
|
[
|
238
288
|
"concept",
|
239
|
-
"queryable"
|
289
|
+
"queryable",
|
290
|
+
false
|
240
291
|
],
|
241
292
|
[
|
242
293
|
"concept",
|
243
|
-
"theAble"
|
294
|
+
"theAble",
|
295
|
+
false
|
244
296
|
],
|
245
297
|
[
|
246
298
|
"condition",
|
247
|
-
"condition"
|
299
|
+
"condition",
|
300
|
+
false
|
248
301
|
],
|
249
302
|
[
|
250
303
|
"countable",
|
251
|
-
"hierarchyAble"
|
304
|
+
"hierarchyAble",
|
305
|
+
false
|
306
|
+
],
|
307
|
+
[
|
308
|
+
"descending",
|
309
|
+
"hierarchyAble",
|
310
|
+
false
|
311
|
+
],
|
312
|
+
[
|
313
|
+
"descending",
|
314
|
+
"isEdee",
|
315
|
+
false
|
316
|
+
],
|
317
|
+
[
|
318
|
+
"descending",
|
319
|
+
"isEder",
|
320
|
+
false
|
321
|
+
],
|
322
|
+
[
|
323
|
+
"descending",
|
324
|
+
"object",
|
325
|
+
false
|
326
|
+
],
|
327
|
+
[
|
328
|
+
"descending",
|
329
|
+
"property",
|
330
|
+
false
|
331
|
+
],
|
332
|
+
[
|
333
|
+
"descending",
|
334
|
+
"queryable",
|
335
|
+
false
|
336
|
+
],
|
337
|
+
[
|
338
|
+
"descending",
|
339
|
+
"sort_ordering",
|
340
|
+
false
|
341
|
+
],
|
342
|
+
[
|
343
|
+
"descending",
|
344
|
+
"theAble",
|
345
|
+
false
|
252
346
|
],
|
253
347
|
[
|
254
348
|
"doubleQuote",
|
255
|
-
"queryable"
|
349
|
+
"queryable",
|
350
|
+
false
|
351
|
+
],
|
352
|
+
[
|
353
|
+
"evaluate",
|
354
|
+
"verb",
|
355
|
+
false
|
256
356
|
],
|
257
357
|
[
|
258
358
|
"hasCountOfPieces",
|
259
|
-
"countable"
|
359
|
+
"countable",
|
360
|
+
false
|
260
361
|
],
|
261
362
|
[
|
262
363
|
"have",
|
263
|
-
"canBeDoQuestion"
|
364
|
+
"canBeDoQuestion",
|
365
|
+
false
|
264
366
|
],
|
265
367
|
[
|
266
368
|
"have",
|
267
|
-
"canBeQuestion"
|
369
|
+
"canBeQuestion",
|
370
|
+
false
|
268
371
|
],
|
269
372
|
[
|
270
373
|
"hierarchyAble",
|
271
|
-
"queryable"
|
374
|
+
"queryable",
|
375
|
+
false
|
272
376
|
],
|
273
377
|
[
|
274
378
|
"highest",
|
275
|
-
"condition"
|
379
|
+
"condition",
|
380
|
+
false
|
276
381
|
],
|
277
382
|
[
|
278
383
|
"ifAble",
|
279
|
-
"ifAble"
|
384
|
+
"ifAble",
|
385
|
+
false
|
280
386
|
],
|
281
387
|
[
|
282
388
|
"is",
|
283
|
-
"canBeQuestion"
|
389
|
+
"canBeQuestion",
|
390
|
+
false
|
284
391
|
],
|
285
392
|
[
|
286
393
|
"is",
|
287
|
-
"
|
394
|
+
"verb",
|
395
|
+
false
|
396
|
+
],
|
397
|
+
[
|
398
|
+
"isEdee",
|
399
|
+
"isEdee",
|
400
|
+
false
|
401
|
+
],
|
402
|
+
[
|
403
|
+
"isEder",
|
404
|
+
"isEder",
|
405
|
+
false
|
288
406
|
],
|
289
407
|
[
|
290
408
|
"it",
|
291
|
-
"pronoun"
|
409
|
+
"pronoun",
|
410
|
+
false
|
292
411
|
],
|
293
412
|
[
|
294
413
|
"it",
|
295
|
-
"queryable"
|
414
|
+
"queryable",
|
415
|
+
false
|
296
416
|
],
|
297
417
|
[
|
298
418
|
"it",
|
299
|
-
"thisitthat"
|
419
|
+
"thisitthat",
|
420
|
+
false
|
300
421
|
],
|
301
422
|
[
|
302
423
|
"it",
|
303
|
-
"toAble"
|
424
|
+
"toAble",
|
425
|
+
false
|
304
426
|
],
|
305
427
|
[
|
306
428
|
"lowest",
|
307
|
-
"condition"
|
429
|
+
"condition",
|
430
|
+
false
|
308
431
|
],
|
309
432
|
[
|
310
|
-
"
|
311
|
-
"
|
433
|
+
"memorable",
|
434
|
+
"theAble",
|
435
|
+
false
|
312
436
|
],
|
313
437
|
[
|
314
|
-
"
|
315
|
-
"
|
438
|
+
"modifies",
|
439
|
+
"verb",
|
440
|
+
false
|
316
441
|
],
|
317
442
|
[
|
318
443
|
"noun",
|
319
|
-
"theAble"
|
444
|
+
"theAble",
|
445
|
+
false
|
320
446
|
],
|
321
447
|
[
|
322
448
|
"number",
|
323
|
-
"quantifier"
|
449
|
+
"quantifier",
|
450
|
+
false
|
324
451
|
],
|
325
452
|
[
|
326
453
|
"number",
|
327
|
-
"queryable"
|
454
|
+
"queryable",
|
455
|
+
false
|
328
456
|
],
|
329
457
|
[
|
330
458
|
"object",
|
331
|
-
"queryable"
|
459
|
+
"queryable",
|
460
|
+
false
|
332
461
|
],
|
333
462
|
[
|
334
463
|
"object",
|
335
|
-
"theAble"
|
464
|
+
"theAble",
|
465
|
+
false
|
336
466
|
],
|
337
467
|
[
|
338
468
|
"orAble",
|
339
|
-
"ifAble"
|
469
|
+
"ifAble",
|
470
|
+
false
|
471
|
+
],
|
472
|
+
[
|
473
|
+
"ordering",
|
474
|
+
"concept",
|
475
|
+
false
|
476
|
+
],
|
477
|
+
[
|
478
|
+
"ordering",
|
479
|
+
"hierarchyAble",
|
480
|
+
false
|
481
|
+
],
|
482
|
+
[
|
483
|
+
"ordering",
|
484
|
+
"isEdee",
|
485
|
+
false
|
486
|
+
],
|
487
|
+
[
|
488
|
+
"ordering",
|
489
|
+
"isEder",
|
490
|
+
false
|
491
|
+
],
|
492
|
+
[
|
493
|
+
"ordering",
|
494
|
+
"object",
|
495
|
+
false
|
496
|
+
],
|
497
|
+
[
|
498
|
+
"ordering",
|
499
|
+
"property",
|
500
|
+
false
|
501
|
+
],
|
502
|
+
[
|
503
|
+
"ordering",
|
504
|
+
"queryable",
|
505
|
+
false
|
506
|
+
],
|
507
|
+
[
|
508
|
+
"ordering",
|
509
|
+
"theAble",
|
510
|
+
false
|
511
|
+
],
|
512
|
+
[
|
513
|
+
"ordering_modifier",
|
514
|
+
"ordering_modifier",
|
515
|
+
false
|
340
516
|
],
|
341
517
|
[
|
342
518
|
"preposition",
|
343
|
-
"preposition"
|
519
|
+
"preposition",
|
520
|
+
false
|
344
521
|
],
|
345
522
|
[
|
346
523
|
"pronoun",
|
347
|
-
"pronoun"
|
524
|
+
"pronoun",
|
525
|
+
false
|
348
526
|
],
|
349
527
|
[
|
350
528
|
"property",
|
351
|
-
"queryable"
|
529
|
+
"queryable",
|
530
|
+
false
|
352
531
|
],
|
353
532
|
[
|
354
533
|
"property",
|
355
|
-
"theAble"
|
534
|
+
"theAble",
|
535
|
+
false
|
356
536
|
],
|
357
537
|
[
|
358
538
|
"property",
|
359
|
-
"unknown"
|
539
|
+
"unknown",
|
540
|
+
false
|
360
541
|
],
|
361
542
|
[
|
362
543
|
"punctuation",
|
363
|
-
"punctuation"
|
544
|
+
"punctuation",
|
545
|
+
false
|
364
546
|
],
|
365
547
|
[
|
366
548
|
"quantifier",
|
367
|
-
"quantifier"
|
549
|
+
"quantifier",
|
550
|
+
false
|
368
551
|
],
|
369
552
|
[
|
370
553
|
"queryable",
|
371
|
-
"queryable"
|
554
|
+
"queryable",
|
555
|
+
false
|
372
556
|
],
|
373
557
|
[
|
374
558
|
"questionMark",
|
375
|
-
"punctuation"
|
559
|
+
"punctuation",
|
560
|
+
false
|
376
561
|
],
|
377
562
|
[
|
378
563
|
"readonly",
|
379
|
-
"queryable"
|
564
|
+
"queryable",
|
565
|
+
false
|
380
566
|
],
|
381
567
|
[
|
382
568
|
"reason",
|
383
|
-
"queryable"
|
569
|
+
"queryable",
|
570
|
+
false
|
384
571
|
],
|
385
572
|
[
|
386
573
|
"reason",
|
387
|
-
"theAble"
|
574
|
+
"theAble",
|
575
|
+
false
|
576
|
+
],
|
577
|
+
[
|
578
|
+
"remember",
|
579
|
+
"verb",
|
580
|
+
false
|
581
|
+
],
|
582
|
+
[
|
583
|
+
"sort",
|
584
|
+
"hierarchyAble",
|
585
|
+
false
|
586
|
+
],
|
587
|
+
[
|
588
|
+
"sort",
|
589
|
+
"isEdee",
|
590
|
+
false
|
591
|
+
],
|
592
|
+
[
|
593
|
+
"sort",
|
594
|
+
"isEder",
|
595
|
+
false
|
596
|
+
],
|
597
|
+
[
|
598
|
+
"sort",
|
599
|
+
"object",
|
600
|
+
false
|
601
|
+
],
|
602
|
+
[
|
603
|
+
"sort",
|
604
|
+
"ordering_modifier",
|
605
|
+
false
|
606
|
+
],
|
607
|
+
[
|
608
|
+
"sort",
|
609
|
+
"property",
|
610
|
+
false
|
611
|
+
],
|
612
|
+
[
|
613
|
+
"sort",
|
614
|
+
"queryable",
|
615
|
+
false
|
616
|
+
],
|
617
|
+
[
|
618
|
+
"sort",
|
619
|
+
"theAble",
|
620
|
+
false
|
621
|
+
],
|
622
|
+
[
|
623
|
+
"sortOrdering",
|
624
|
+
"adjective",
|
625
|
+
false
|
626
|
+
],
|
627
|
+
[
|
628
|
+
"sort_ordering",
|
629
|
+
"adjective",
|
630
|
+
true
|
631
|
+
],
|
632
|
+
[
|
633
|
+
"sort_ordering",
|
634
|
+
"concept",
|
635
|
+
false
|
636
|
+
],
|
637
|
+
[
|
638
|
+
"sort_ordering",
|
639
|
+
"hierarchyAble",
|
640
|
+
false
|
641
|
+
],
|
642
|
+
[
|
643
|
+
"sort_ordering",
|
644
|
+
"isEdee",
|
645
|
+
false
|
646
|
+
],
|
647
|
+
[
|
648
|
+
"sort_ordering",
|
649
|
+
"isEder",
|
650
|
+
false
|
651
|
+
],
|
652
|
+
[
|
653
|
+
"sort_ordering",
|
654
|
+
"object",
|
655
|
+
false
|
656
|
+
],
|
657
|
+
[
|
658
|
+
"sort_ordering",
|
659
|
+
"ordering",
|
660
|
+
false
|
661
|
+
],
|
662
|
+
[
|
663
|
+
"sort_ordering",
|
664
|
+
"property",
|
665
|
+
false
|
666
|
+
],
|
667
|
+
[
|
668
|
+
"sort_ordering",
|
669
|
+
"queryable",
|
670
|
+
false
|
671
|
+
],
|
672
|
+
[
|
673
|
+
"sort_ordering",
|
674
|
+
"theAble",
|
675
|
+
false
|
676
|
+
],
|
677
|
+
[
|
678
|
+
"stm_before",
|
679
|
+
"adjective",
|
680
|
+
false
|
388
681
|
],
|
389
682
|
[
|
390
683
|
"that",
|
391
|
-
"thisitthat"
|
684
|
+
"thisitthat",
|
685
|
+
false
|
392
686
|
],
|
393
687
|
[
|
394
688
|
"the",
|
395
|
-
"articlePOS"
|
689
|
+
"articlePOS",
|
690
|
+
false
|
396
691
|
],
|
397
692
|
[
|
398
693
|
"theAble",
|
399
|
-
"theAble"
|
694
|
+
"theAble",
|
695
|
+
false
|
400
696
|
],
|
401
697
|
[
|
402
698
|
"this",
|
403
|
-
"pronoun"
|
699
|
+
"pronoun",
|
700
|
+
false
|
404
701
|
],
|
405
702
|
[
|
406
703
|
"this",
|
407
|
-
"queryable"
|
704
|
+
"queryable",
|
705
|
+
false
|
408
706
|
],
|
409
707
|
[
|
410
708
|
"this",
|
411
|
-
"thisitthat"
|
709
|
+
"thisitthat",
|
710
|
+
false
|
412
711
|
],
|
413
712
|
[
|
414
713
|
"thisitthat",
|
415
|
-
"queryable"
|
714
|
+
"queryable",
|
715
|
+
false
|
416
716
|
],
|
417
717
|
[
|
418
718
|
"to",
|
419
|
-
"preposition"
|
719
|
+
"preposition",
|
720
|
+
false
|
420
721
|
],
|
421
722
|
[
|
422
723
|
"toAble",
|
423
|
-
"toAble"
|
724
|
+
"toAble",
|
725
|
+
false
|
424
726
|
],
|
425
727
|
[
|
426
728
|
"type",
|
427
|
-
"property"
|
729
|
+
"property",
|
730
|
+
false
|
428
731
|
],
|
429
732
|
[
|
430
733
|
"type",
|
431
|
-
"whatAble"
|
432
|
-
|
433
|
-
[
|
434
|
-
"unknown",
|
435
|
-
"hierarchyAble"
|
734
|
+
"whatAble",
|
735
|
+
false
|
436
736
|
],
|
437
737
|
[
|
438
738
|
"unknown",
|
439
|
-
"
|
739
|
+
"hierarchyAble",
|
740
|
+
false
|
440
741
|
],
|
441
742
|
[
|
442
743
|
"unknown",
|
443
|
-
"object"
|
744
|
+
"object",
|
745
|
+
false
|
444
746
|
],
|
445
747
|
[
|
446
748
|
"unknown",
|
447
|
-
"queryable"
|
749
|
+
"queryable",
|
750
|
+
false
|
448
751
|
],
|
449
752
|
[
|
450
753
|
"unknown",
|
451
|
-
"theAble"
|
754
|
+
"theAble",
|
755
|
+
false
|
452
756
|
],
|
453
757
|
[
|
454
|
-
"
|
455
|
-
"
|
758
|
+
"verb",
|
759
|
+
"verb",
|
760
|
+
false
|
456
761
|
],
|
457
762
|
[
|
458
763
|
"what",
|
459
|
-
"object"
|
764
|
+
"object",
|
765
|
+
false
|
460
766
|
],
|
461
767
|
[
|
462
768
|
"what",
|
463
|
-
"queryable"
|
769
|
+
"queryable",
|
770
|
+
false
|
464
771
|
],
|
465
772
|
[
|
466
773
|
"whatAble",
|
467
|
-
"queryable"
|
774
|
+
"queryable",
|
775
|
+
false
|
468
776
|
],
|
469
777
|
[
|
470
778
|
"whose",
|
471
|
-
"object"
|
779
|
+
"object",
|
780
|
+
false
|
472
781
|
],
|
473
782
|
[
|
474
783
|
"xfx",
|
475
|
-
"queryable"
|
784
|
+
"queryable",
|
785
|
+
false
|
476
786
|
]
|
477
787
|
],
|
478
788
|
"metadata": {
|
@@ -631,964 +941,12 @@
|
|
631
941
|
"query": "mathematical modifies operator"
|
632
942
|
}
|
633
943
|
},
|
634
|
-
{
|
635
|
-
"hierarchy": [
|
636
|
-
[
|
637
|
-
"a",
|
638
|
-
"articlePOS"
|
639
|
-
],
|
640
|
-
[
|
641
|
-
"adjective",
|
642
|
-
"adjective"
|
643
|
-
],
|
644
|
-
[
|
645
|
-
"all",
|
646
|
-
"quantifier"
|
647
|
-
],
|
648
|
-
[
|
649
|
-
"articlePOS",
|
650
|
-
"articlePOS"
|
651
|
-
],
|
652
|
-
[
|
653
|
-
"between",
|
654
|
-
"preposition"
|
655
|
-
],
|
656
|
-
[
|
657
|
-
"canBeDoQuestion",
|
658
|
-
"canBeDoQuestion"
|
659
|
-
],
|
660
|
-
[
|
661
|
-
"canBeQuestion",
|
662
|
-
"canBeQuestion"
|
663
|
-
],
|
664
|
-
[
|
665
|
-
"concept",
|
666
|
-
"queryable"
|
667
|
-
],
|
668
|
-
[
|
669
|
-
"concept",
|
670
|
-
"theAble"
|
671
|
-
],
|
672
|
-
[
|
673
|
-
"condition",
|
674
|
-
"condition"
|
675
|
-
],
|
676
|
-
[
|
677
|
-
"countable",
|
678
|
-
"hierarchyAble"
|
679
|
-
],
|
680
|
-
[
|
681
|
-
"doubleQuote",
|
682
|
-
"queryable"
|
683
|
-
],
|
684
|
-
[
|
685
|
-
"hasCountOfPieces",
|
686
|
-
"countable"
|
687
|
-
],
|
688
|
-
[
|
689
|
-
"have",
|
690
|
-
"canBeDoQuestion"
|
691
|
-
],
|
692
|
-
[
|
693
|
-
"have",
|
694
|
-
"canBeQuestion"
|
695
|
-
],
|
696
|
-
[
|
697
|
-
"hierarchyAble",
|
698
|
-
"queryable"
|
699
|
-
],
|
700
|
-
[
|
701
|
-
"highest",
|
702
|
-
"condition"
|
703
|
-
],
|
704
|
-
[
|
705
|
-
"ifAble",
|
706
|
-
"ifAble"
|
707
|
-
],
|
708
|
-
[
|
709
|
-
"is",
|
710
|
-
"canBeQuestion"
|
711
|
-
],
|
712
|
-
[
|
713
|
-
"is",
|
714
|
-
"verby"
|
715
|
-
],
|
716
|
-
[
|
717
|
-
"isEdee",
|
718
|
-
"isEdee"
|
719
|
-
],
|
720
|
-
[
|
721
|
-
"isEder",
|
722
|
-
"isEder"
|
723
|
-
],
|
724
|
-
[
|
725
|
-
"it",
|
726
|
-
"pronoun"
|
727
|
-
],
|
728
|
-
[
|
729
|
-
"it",
|
730
|
-
"queryable"
|
731
|
-
],
|
732
|
-
[
|
733
|
-
"it",
|
734
|
-
"thisitthat"
|
735
|
-
],
|
736
|
-
[
|
737
|
-
"it",
|
738
|
-
"toAble"
|
739
|
-
],
|
740
|
-
[
|
741
|
-
"lowest",
|
742
|
-
"condition"
|
743
|
-
],
|
744
|
-
[
|
745
|
-
"mathematical",
|
746
|
-
"hierarchyAble"
|
747
|
-
],
|
748
|
-
[
|
749
|
-
"mathematical",
|
750
|
-
"isEdee"
|
751
|
-
],
|
752
|
-
[
|
753
|
-
"mathematical",
|
754
|
-
"isEder"
|
755
|
-
],
|
756
|
-
[
|
757
|
-
"mathematical",
|
758
|
-
"object"
|
759
|
-
],
|
760
|
-
[
|
761
|
-
"mathematical",
|
762
|
-
"operator_modifier"
|
763
|
-
],
|
764
|
-
[
|
765
|
-
"mathematical",
|
766
|
-
"property"
|
767
|
-
],
|
768
|
-
[
|
769
|
-
"mathematical",
|
770
|
-
"queryable"
|
771
|
-
],
|
772
|
-
[
|
773
|
-
"mathematical",
|
774
|
-
"theAble"
|
775
|
-
],
|
776
|
-
[
|
777
|
-
"mathematical_operator",
|
778
|
-
"adjective"
|
779
|
-
],
|
780
|
-
[
|
781
|
-
"mathematical_operator",
|
782
|
-
"concept"
|
783
|
-
],
|
784
|
-
[
|
785
|
-
"mathematical_operator",
|
786
|
-
"hierarchyAble"
|
787
|
-
],
|
788
|
-
[
|
789
|
-
"mathematical_operator",
|
790
|
-
"isEdee"
|
791
|
-
],
|
792
|
-
[
|
793
|
-
"mathematical_operator",
|
794
|
-
"isEder"
|
795
|
-
],
|
796
|
-
[
|
797
|
-
"mathematical_operator",
|
798
|
-
"object"
|
799
|
-
],
|
800
|
-
[
|
801
|
-
"mathematical_operator",
|
802
|
-
"operator"
|
803
|
-
],
|
804
|
-
[
|
805
|
-
"mathematical_operator",
|
806
|
-
"property"
|
807
|
-
],
|
808
|
-
[
|
809
|
-
"mathematical_operator",
|
810
|
-
"queryable"
|
811
|
-
],
|
812
|
-
[
|
813
|
-
"mathematical_operator",
|
814
|
-
"theAble"
|
815
|
-
],
|
816
|
-
[
|
817
|
-
"modifies",
|
818
|
-
"verby"
|
819
|
-
],
|
820
|
-
[
|
821
|
-
"notAble",
|
822
|
-
"notAble"
|
823
|
-
],
|
824
|
-
[
|
825
|
-
"noun",
|
826
|
-
"theAble"
|
827
|
-
],
|
828
|
-
[
|
829
|
-
"number",
|
830
|
-
"quantifier"
|
831
|
-
],
|
832
|
-
[
|
833
|
-
"number",
|
834
|
-
"queryable"
|
835
|
-
],
|
836
|
-
[
|
837
|
-
"object",
|
838
|
-
"queryable"
|
839
|
-
],
|
840
|
-
[
|
841
|
-
"object",
|
842
|
-
"theAble"
|
843
|
-
],
|
844
|
-
[
|
845
|
-
"operator",
|
846
|
-
"concept"
|
847
|
-
],
|
848
|
-
[
|
849
|
-
"operator",
|
850
|
-
"hierarchyAble"
|
851
|
-
],
|
852
|
-
[
|
853
|
-
"operator",
|
854
|
-
"isEdee"
|
855
|
-
],
|
856
|
-
[
|
857
|
-
"operator",
|
858
|
-
"isEder"
|
859
|
-
],
|
860
|
-
[
|
861
|
-
"operator",
|
862
|
-
"object"
|
863
|
-
],
|
864
|
-
[
|
865
|
-
"operator",
|
866
|
-
"property"
|
867
|
-
],
|
868
|
-
[
|
869
|
-
"operator",
|
870
|
-
"queryable"
|
871
|
-
],
|
872
|
-
[
|
873
|
-
"operator",
|
874
|
-
"theAble"
|
875
|
-
],
|
876
|
-
[
|
877
|
-
"operator_modifier",
|
878
|
-
"operator_modifier"
|
879
|
-
],
|
880
|
-
[
|
881
|
-
"orAble",
|
882
|
-
"ifAble"
|
883
|
-
],
|
884
|
-
[
|
885
|
-
"preposition",
|
886
|
-
"preposition"
|
887
|
-
],
|
888
|
-
[
|
889
|
-
"pronoun",
|
890
|
-
"pronoun"
|
891
|
-
],
|
892
|
-
[
|
893
|
-
"property",
|
894
|
-
"queryable"
|
895
|
-
],
|
896
|
-
[
|
897
|
-
"property",
|
898
|
-
"theAble"
|
899
|
-
],
|
900
|
-
[
|
901
|
-
"property",
|
902
|
-
"unknown"
|
903
|
-
],
|
904
|
-
[
|
905
|
-
"punctuation",
|
906
|
-
"punctuation"
|
907
|
-
],
|
908
|
-
[
|
909
|
-
"quantifier",
|
910
|
-
"quantifier"
|
911
|
-
],
|
912
|
-
[
|
913
|
-
"queryable",
|
914
|
-
"queryable"
|
915
|
-
],
|
916
|
-
[
|
917
|
-
"questionMark",
|
918
|
-
"punctuation"
|
919
|
-
],
|
920
|
-
[
|
921
|
-
"readonly",
|
922
|
-
"queryable"
|
923
|
-
],
|
924
|
-
[
|
925
|
-
"reason",
|
926
|
-
"queryable"
|
927
|
-
],
|
928
|
-
[
|
929
|
-
"reason",
|
930
|
-
"theAble"
|
931
|
-
],
|
932
|
-
[
|
933
|
-
"that",
|
934
|
-
"thisitthat"
|
935
|
-
],
|
936
|
-
[
|
937
|
-
"the",
|
938
|
-
"articlePOS"
|
939
|
-
],
|
940
|
-
[
|
941
|
-
"theAble",
|
942
|
-
"theAble"
|
943
|
-
],
|
944
|
-
[
|
945
|
-
"this",
|
946
|
-
"pronoun"
|
947
|
-
],
|
948
|
-
[
|
949
|
-
"this",
|
950
|
-
"queryable"
|
951
|
-
],
|
952
|
-
[
|
953
|
-
"this",
|
954
|
-
"thisitthat"
|
955
|
-
],
|
956
|
-
[
|
957
|
-
"thisitthat",
|
958
|
-
"queryable"
|
959
|
-
],
|
960
|
-
[
|
961
|
-
"to",
|
962
|
-
"preposition"
|
963
|
-
],
|
964
|
-
[
|
965
|
-
"toAble",
|
966
|
-
"toAble"
|
967
|
-
],
|
968
|
-
[
|
969
|
-
"type",
|
970
|
-
"property"
|
971
|
-
],
|
972
|
-
[
|
973
|
-
"type",
|
974
|
-
"whatAble"
|
975
|
-
],
|
976
|
-
[
|
977
|
-
"unknown",
|
978
|
-
"hierarchyAble"
|
979
|
-
],
|
980
|
-
[
|
981
|
-
"unknown",
|
982
|
-
"notAble"
|
983
|
-
],
|
984
|
-
[
|
985
|
-
"unknown",
|
986
|
-
"object"
|
987
|
-
],
|
988
|
-
[
|
989
|
-
"unknown",
|
990
|
-
"queryable"
|
991
|
-
],
|
992
|
-
[
|
993
|
-
"unknown",
|
994
|
-
"theAble"
|
995
|
-
],
|
996
|
-
[
|
997
|
-
"verby",
|
998
|
-
"verby"
|
999
|
-
],
|
1000
|
-
[
|
1001
|
-
"what",
|
1002
|
-
"object"
|
1003
|
-
],
|
1004
|
-
[
|
1005
|
-
"what",
|
1006
|
-
"queryable"
|
1007
|
-
],
|
1008
|
-
[
|
1009
|
-
"whatAble",
|
1010
|
-
"queryable"
|
1011
|
-
],
|
1012
|
-
[
|
1013
|
-
"whose",
|
1014
|
-
"object"
|
1015
|
-
],
|
1016
|
-
[
|
1017
|
-
"xfx",
|
1018
|
-
"queryable"
|
1019
|
-
]
|
1020
|
-
],
|
1021
|
-
"metadata": {
|
1022
|
-
"opChoices": [
|
1023
|
-
{
|
1024
|
-
"op": [
|
1025
|
-
"unknown",
|
1026
|
-
0
|
1027
|
-
],
|
1028
|
-
"ops": [
|
1029
|
-
[
|
1030
|
-
"unknown",
|
1031
|
-
0
|
1032
|
-
],
|
1033
|
-
[
|
1034
|
-
"unknown",
|
1035
|
-
0
|
1036
|
-
],
|
1037
|
-
[
|
1038
|
-
"unknown",
|
1039
|
-
0
|
1040
|
-
],
|
1041
|
-
[
|
1042
|
-
"unknown",
|
1043
|
-
0
|
1044
|
-
],
|
1045
|
-
[
|
1046
|
-
"is",
|
1047
|
-
0
|
1048
|
-
],
|
1049
|
-
[
|
1050
|
-
"mathematical",
|
1051
|
-
0
|
1052
|
-
],
|
1053
|
-
[
|
1054
|
-
"operator",
|
1055
|
-
0
|
1056
|
-
],
|
1057
|
-
[
|
1058
|
-
"mathematical_operator",
|
1059
|
-
0
|
1060
|
-
],
|
1061
|
-
[
|
1062
|
-
"list",
|
1063
|
-
0
|
1064
|
-
]
|
1065
|
-
],
|
1066
|
-
"counter": 1
|
1067
|
-
},
|
1068
|
-
{
|
1069
|
-
"op": [
|
1070
|
-
"unknown",
|
1071
|
-
0
|
1072
|
-
],
|
1073
|
-
"ops": [
|
1074
|
-
[
|
1075
|
-
"unknown",
|
1076
|
-
0
|
1077
|
-
],
|
1078
|
-
[
|
1079
|
-
"unknown",
|
1080
|
-
0
|
1081
|
-
],
|
1082
|
-
[
|
1083
|
-
"unknown",
|
1084
|
-
0
|
1085
|
-
],
|
1086
|
-
[
|
1087
|
-
"is",
|
1088
|
-
0
|
1089
|
-
],
|
1090
|
-
[
|
1091
|
-
"mathematical",
|
1092
|
-
0
|
1093
|
-
],
|
1094
|
-
[
|
1095
|
-
"operator",
|
1096
|
-
0
|
1097
|
-
],
|
1098
|
-
[
|
1099
|
-
"mathematical_operator",
|
1100
|
-
0
|
1101
|
-
],
|
1102
|
-
[
|
1103
|
-
"list",
|
1104
|
-
0
|
1105
|
-
]
|
1106
|
-
],
|
1107
|
-
"counter": 2
|
1108
|
-
},
|
1109
|
-
{
|
1110
|
-
"op": [
|
1111
|
-
"unknown",
|
1112
|
-
0
|
1113
|
-
],
|
1114
|
-
"ops": [
|
1115
|
-
[
|
1116
|
-
"unknown",
|
1117
|
-
0
|
1118
|
-
],
|
1119
|
-
[
|
1120
|
-
"unknown",
|
1121
|
-
0
|
1122
|
-
],
|
1123
|
-
[
|
1124
|
-
"is",
|
1125
|
-
0
|
1126
|
-
],
|
1127
|
-
[
|
1128
|
-
"mathematical",
|
1129
|
-
0
|
1130
|
-
],
|
1131
|
-
[
|
1132
|
-
"operator",
|
1133
|
-
0
|
1134
|
-
],
|
1135
|
-
[
|
1136
|
-
"mathematical_operator",
|
1137
|
-
0
|
1138
|
-
],
|
1139
|
-
[
|
1140
|
-
"list",
|
1141
|
-
0
|
1142
|
-
]
|
1143
|
-
],
|
1144
|
-
"counter": 3
|
1145
|
-
},
|
1146
|
-
{
|
1147
|
-
"op": [
|
1148
|
-
"unknown",
|
1149
|
-
0
|
1150
|
-
],
|
1151
|
-
"ops": [
|
1152
|
-
[
|
1153
|
-
"unknown",
|
1154
|
-
0
|
1155
|
-
],
|
1156
|
-
[
|
1157
|
-
"is",
|
1158
|
-
0
|
1159
|
-
],
|
1160
|
-
[
|
1161
|
-
"mathematical",
|
1162
|
-
0
|
1163
|
-
],
|
1164
|
-
[
|
1165
|
-
"operator",
|
1166
|
-
0
|
1167
|
-
],
|
1168
|
-
[
|
1169
|
-
"mathematical_operator",
|
1170
|
-
0
|
1171
|
-
],
|
1172
|
-
[
|
1173
|
-
"list",
|
1174
|
-
0
|
1175
|
-
]
|
1176
|
-
],
|
1177
|
-
"counter": 4
|
1178
|
-
},
|
1179
|
-
{
|
1180
|
-
"op": [
|
1181
|
-
"list",
|
1182
|
-
0
|
1183
|
-
],
|
1184
|
-
"ops": [
|
1185
|
-
[
|
1186
|
-
"is",
|
1187
|
-
0
|
1188
|
-
],
|
1189
|
-
[
|
1190
|
-
"mathematical",
|
1191
|
-
0
|
1192
|
-
],
|
1193
|
-
[
|
1194
|
-
"operator",
|
1195
|
-
0
|
1196
|
-
],
|
1197
|
-
[
|
1198
|
-
"mathematical_operator",
|
1199
|
-
0
|
1200
|
-
],
|
1201
|
-
[
|
1202
|
-
"list",
|
1203
|
-
0
|
1204
|
-
]
|
1205
|
-
],
|
1206
|
-
"counter": 5
|
1207
|
-
},
|
1208
|
-
{
|
1209
|
-
"op": [
|
1210
|
-
"list",
|
1211
|
-
1
|
1212
|
-
],
|
1213
|
-
"ops": [
|
1214
|
-
[
|
1215
|
-
"is",
|
1216
|
-
0
|
1217
|
-
],
|
1218
|
-
[
|
1219
|
-
"mathematical",
|
1220
|
-
0
|
1221
|
-
],
|
1222
|
-
[
|
1223
|
-
"operator",
|
1224
|
-
0
|
1225
|
-
],
|
1226
|
-
[
|
1227
|
-
"mathematical_operator",
|
1228
|
-
0
|
1229
|
-
],
|
1230
|
-
[
|
1231
|
-
"list",
|
1232
|
-
1
|
1233
|
-
]
|
1234
|
-
],
|
1235
|
-
"counter": 6
|
1236
|
-
},
|
1237
|
-
{
|
1238
|
-
"op": [
|
1239
|
-
"list",
|
1240
|
-
1
|
1241
|
-
],
|
1242
|
-
"ops": [
|
1243
|
-
[
|
1244
|
-
"is",
|
1245
|
-
0
|
1246
|
-
],
|
1247
|
-
[
|
1248
|
-
"mathematical",
|
1249
|
-
0
|
1250
|
-
],
|
1251
|
-
[
|
1252
|
-
"operator",
|
1253
|
-
0
|
1254
|
-
],
|
1255
|
-
[
|
1256
|
-
"mathematical_operator",
|
1257
|
-
0
|
1258
|
-
],
|
1259
|
-
[
|
1260
|
-
"list",
|
1261
|
-
1
|
1262
|
-
]
|
1263
|
-
],
|
1264
|
-
"counter": 7
|
1265
|
-
},
|
1266
|
-
{
|
1267
|
-
"op": [
|
1268
|
-
"mathematical_operator",
|
1269
|
-
0
|
1270
|
-
],
|
1271
|
-
"ops": [
|
1272
|
-
[
|
1273
|
-
"is",
|
1274
|
-
0
|
1275
|
-
],
|
1276
|
-
[
|
1277
|
-
"mathematical",
|
1278
|
-
0
|
1279
|
-
],
|
1280
|
-
[
|
1281
|
-
"operator",
|
1282
|
-
0
|
1283
|
-
],
|
1284
|
-
[
|
1285
|
-
"mathematical_operator",
|
1286
|
-
0
|
1287
|
-
]
|
1288
|
-
],
|
1289
|
-
"counter": 8
|
1290
|
-
},
|
1291
|
-
{
|
1292
|
-
"op": [
|
1293
|
-
"is",
|
1294
|
-
0
|
1295
|
-
],
|
1296
|
-
"ops": [
|
1297
|
-
[
|
1298
|
-
"is",
|
1299
|
-
0
|
1300
|
-
]
|
1301
|
-
],
|
1302
|
-
"counter": 9
|
1303
|
-
},
|
1304
|
-
{
|
1305
|
-
"op": [
|
1306
|
-
"is",
|
1307
|
-
1
|
1308
|
-
],
|
1309
|
-
"ops": [
|
1310
|
-
[
|
1311
|
-
"is",
|
1312
|
-
1
|
1313
|
-
]
|
1314
|
-
],
|
1315
|
-
"counter": 10
|
1316
|
-
}
|
1317
|
-
]
|
1318
|
-
},
|
1319
|
-
"trace": "undefined",
|
1320
|
-
"contexts": [
|
1321
|
-
{
|
1322
|
-
"number": "many",
|
1323
|
-
"text": "* + / and - are mathematical operators",
|
1324
|
-
"marker": "is",
|
1325
|
-
"word": "are",
|
1326
|
-
"range": {
|
1327
|
-
"start": 0,
|
1328
|
-
"end": 37
|
1329
|
-
},
|
1330
|
-
"one": {
|
1331
|
-
"number": "many",
|
1332
|
-
"marker": "list",
|
1333
|
-
"default": true,
|
1334
|
-
"word": "and",
|
1335
|
-
"text": "* + / and -",
|
1336
|
-
"range": {
|
1337
|
-
"start": 0,
|
1338
|
-
"end": 37
|
1339
|
-
},
|
1340
|
-
"types": [
|
1341
|
-
"list",
|
1342
|
-
"unknown"
|
1343
|
-
],
|
1344
|
-
"listable": true,
|
1345
|
-
"isList": true,
|
1346
|
-
"value": [
|
1347
|
-
{
|
1348
|
-
"marker": "unknown",
|
1349
|
-
"value": "*",
|
1350
|
-
"word": "*",
|
1351
|
-
"text": "*",
|
1352
|
-
"range": {
|
1353
|
-
"start": 0,
|
1354
|
-
"end": 0
|
1355
|
-
},
|
1356
|
-
"unknown": true,
|
1357
|
-
"dead": true,
|
1358
|
-
"level": 1
|
1359
|
-
},
|
1360
|
-
{
|
1361
|
-
"marker": "unknown",
|
1362
|
-
"value": "+",
|
1363
|
-
"word": "+",
|
1364
|
-
"text": "+",
|
1365
|
-
"range": {
|
1366
|
-
"start": 2,
|
1367
|
-
"end": 2
|
1368
|
-
},
|
1369
|
-
"unknown": true,
|
1370
|
-
"dead": true,
|
1371
|
-
"level": 1
|
1372
|
-
},
|
1373
|
-
{
|
1374
|
-
"marker": "unknown",
|
1375
|
-
"value": "/",
|
1376
|
-
"word": "/",
|
1377
|
-
"text": "/",
|
1378
|
-
"range": {
|
1379
|
-
"start": 4,
|
1380
|
-
"end": 4
|
1381
|
-
},
|
1382
|
-
"unknown": true,
|
1383
|
-
"dead": true,
|
1384
|
-
"level": 1
|
1385
|
-
},
|
1386
|
-
{
|
1387
|
-
"marker": "unknown",
|
1388
|
-
"value": "-",
|
1389
|
-
"word": "-",
|
1390
|
-
"text": "-",
|
1391
|
-
"range": {
|
1392
|
-
"start": 10,
|
1393
|
-
"end": 10
|
1394
|
-
},
|
1395
|
-
"unknown": true,
|
1396
|
-
"dead": true,
|
1397
|
-
"level": 1
|
1398
|
-
}
|
1399
|
-
],
|
1400
|
-
"level": 1
|
1401
|
-
},
|
1402
|
-
"two": {
|
1403
|
-
"value": "mathematical_operator",
|
1404
|
-
"number": "many",
|
1405
|
-
"text": "mathematical operators",
|
1406
|
-
"marker": "mathematical_operator",
|
1407
|
-
"word": "operators",
|
1408
|
-
"range": {
|
1409
|
-
"start": 16,
|
1410
|
-
"end": 37
|
1411
|
-
},
|
1412
|
-
"types": [
|
1413
|
-
"mathematical_operator",
|
1414
|
-
"operator"
|
1415
|
-
],
|
1416
|
-
"modifier_mathematical": {
|
1417
|
-
"value": "mathematical",
|
1418
|
-
"number": "one",
|
1419
|
-
"text": "mathematical",
|
1420
|
-
"marker": "mathematical",
|
1421
|
-
"word": "mathematical",
|
1422
|
-
"range": {
|
1423
|
-
"start": 16,
|
1424
|
-
"end": 27
|
1425
|
-
},
|
1426
|
-
"types": [
|
1427
|
-
"mathematical"
|
1428
|
-
],
|
1429
|
-
"level": 0
|
1430
|
-
},
|
1431
|
-
"atomic": true,
|
1432
|
-
"dead": true,
|
1433
|
-
"modifiers": [
|
1434
|
-
"modifier_mathematical"
|
1435
|
-
],
|
1436
|
-
"level": 1,
|
1437
|
-
"concept": true
|
1438
|
-
},
|
1439
|
-
"dead": true,
|
1440
|
-
"level": 2,
|
1441
|
-
"topLevel": true,
|
1442
|
-
"touchedBy": [
|
1443
|
-
"math#call2"
|
1444
|
-
]
|
1445
|
-
}
|
1446
|
-
],
|
1447
|
-
"generated": [
|
1448
|
-
""
|
1449
|
-
],
|
1450
|
-
"paraphrases": [
|
1451
|
-
"*, +, / and - are mathematical operators"
|
1452
|
-
],
|
1453
|
-
"paraphrasesParenthesized": [],
|
1454
|
-
"generatedParenthesized": [],
|
1455
|
-
"responses": [
|
1456
|
-
""
|
1457
|
-
],
|
1458
|
-
"associations": [
|
1459
|
-
[
|
1460
|
-
[
|
1461
|
-
"is",
|
1462
|
-
0
|
1463
|
-
],
|
1464
|
-
[
|
1465
|
-
"list",
|
1466
|
-
0
|
1467
|
-
],
|
1468
|
-
[
|
1469
|
-
"mathematical",
|
1470
|
-
0
|
1471
|
-
],
|
1472
|
-
[
|
1473
|
-
"operator",
|
1474
|
-
0
|
1475
|
-
],
|
1476
|
-
[
|
1477
|
-
"unknown",
|
1478
|
-
0
|
1479
|
-
]
|
1480
|
-
],
|
1481
|
-
[
|
1482
|
-
[
|
1483
|
-
"is",
|
1484
|
-
0
|
1485
|
-
],
|
1486
|
-
[
|
1487
|
-
"list",
|
1488
|
-
0
|
1489
|
-
],
|
1490
|
-
[
|
1491
|
-
"mathematical",
|
1492
|
-
0
|
1493
|
-
],
|
1494
|
-
[
|
1495
|
-
"operator",
|
1496
|
-
0
|
1497
|
-
],
|
1498
|
-
[
|
1499
|
-
"unknown",
|
1500
|
-
0
|
1501
|
-
],
|
1502
|
-
[
|
1503
|
-
"unknown",
|
1504
|
-
1
|
1505
|
-
]
|
1506
|
-
],
|
1507
|
-
[
|
1508
|
-
[
|
1509
|
-
"is",
|
1510
|
-
0
|
1511
|
-
],
|
1512
|
-
[
|
1513
|
-
"list",
|
1514
|
-
0
|
1515
|
-
],
|
1516
|
-
[
|
1517
|
-
"mathematical",
|
1518
|
-
0
|
1519
|
-
],
|
1520
|
-
[
|
1521
|
-
"operator",
|
1522
|
-
0
|
1523
|
-
],
|
1524
|
-
[
|
1525
|
-
"unknown",
|
1526
|
-
1
|
1527
|
-
]
|
1528
|
-
],
|
1529
|
-
[
|
1530
|
-
[
|
1531
|
-
"is",
|
1532
|
-
0
|
1533
|
-
],
|
1534
|
-
[
|
1535
|
-
"list",
|
1536
|
-
1
|
1537
|
-
]
|
1538
|
-
],
|
1539
|
-
[
|
1540
|
-
[
|
1541
|
-
"is",
|
1542
|
-
0
|
1543
|
-
],
|
1544
|
-
[
|
1545
|
-
"list",
|
1546
|
-
1
|
1547
|
-
],
|
1548
|
-
[
|
1549
|
-
"mathematical",
|
1550
|
-
0
|
1551
|
-
],
|
1552
|
-
[
|
1553
|
-
"operator",
|
1554
|
-
0
|
1555
|
-
]
|
1556
|
-
],
|
1557
|
-
[
|
1558
|
-
[
|
1559
|
-
"is",
|
1560
|
-
0
|
1561
|
-
],
|
1562
|
-
[
|
1563
|
-
"list",
|
1564
|
-
1
|
1565
|
-
],
|
1566
|
-
[
|
1567
|
-
"mathematical",
|
1568
|
-
0
|
1569
|
-
],
|
1570
|
-
[
|
1571
|
-
"operator",
|
1572
|
-
0
|
1573
|
-
],
|
1574
|
-
[
|
1575
|
-
"unknown",
|
1576
|
-
1
|
1577
|
-
]
|
1578
|
-
]
|
1579
|
-
],
|
1580
|
-
"learned_contextual_priorities": [],
|
1581
|
-
"query": "* + / and - are mathematical operators",
|
1582
|
-
"key": {
|
1583
|
-
"query": "* + / and - are mathematical operators"
|
1584
|
-
}
|
1585
|
-
},
|
1586
944
|
{
|
1587
945
|
"extraConfig": true,
|
1588
946
|
"name": "math",
|
1589
947
|
"operators": [
|
1590
948
|
"([mathematicalExpression])",
|
1591
|
-
"([
|
949
|
+
"([mathematical_operator])",
|
1592
950
|
"(([number|]) [plusOperator] ([number|]))",
|
1593
951
|
"(([number|]) [minusOperator] ([number|]))",
|
1594
952
|
"(([number|]) [timesOperator] ([number|]))",
|
@@ -1615,9 +973,9 @@
|
|
1615
973
|
]
|
1616
974
|
},
|
1617
975
|
{
|
1618
|
-
"id": "
|
976
|
+
"id": "mathematical_operator",
|
1619
977
|
"before": [
|
1620
|
-
"
|
978
|
+
"verb"
|
1621
979
|
],
|
1622
980
|
"after": [
|
1623
981
|
"adjective"
|
@@ -1642,12 +1000,12 @@
|
|
1642
1000
|
"development": true
|
1643
1001
|
},
|
1644
1002
|
{
|
1645
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
1003
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
1646
1004
|
"id": "plusOperator",
|
1647
1005
|
"level": 0,
|
1648
1006
|
"bridge": "{ ...next(operator), marker: next(operator('plusExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }",
|
1649
1007
|
"isA": [
|
1650
|
-
"
|
1008
|
+
"mathematical_operator"
|
1651
1009
|
],
|
1652
1010
|
"before": [],
|
1653
1011
|
"localHierarchy": [
|
@@ -1662,7 +1020,7 @@
|
|
1662
1020
|
]
|
1663
1021
|
},
|
1664
1022
|
{
|
1665
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
1023
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
1666
1024
|
"id": "plusExpression",
|
1667
1025
|
"level": 0,
|
1668
1026
|
"bridge": "{ ...next(operator) }",
|
@@ -1671,12 +1029,12 @@
|
|
1671
1029
|
]
|
1672
1030
|
},
|
1673
1031
|
{
|
1674
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
1032
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
1675
1033
|
"id": "minusOperator",
|
1676
1034
|
"level": 0,
|
1677
1035
|
"bridge": "{ ...next(operator), marker: next(operator('minusExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }",
|
1678
1036
|
"isA": [
|
1679
|
-
"
|
1037
|
+
"mathematical_operator"
|
1680
1038
|
],
|
1681
1039
|
"before": [],
|
1682
1040
|
"localHierarchy": [
|
@@ -1691,7 +1049,7 @@
|
|
1691
1049
|
]
|
1692
1050
|
},
|
1693
1051
|
{
|
1694
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
1052
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
1695
1053
|
"id": "minusExpression",
|
1696
1054
|
"level": 0,
|
1697
1055
|
"bridge": "{ ...next(operator) }",
|
@@ -1700,12 +1058,12 @@
|
|
1700
1058
|
]
|
1701
1059
|
},
|
1702
1060
|
{
|
1703
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
1061
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
1704
1062
|
"id": "timesOperator",
|
1705
1063
|
"level": 0,
|
1706
1064
|
"bridge": "{ ...next(operator), marker: next(operator('timesExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }",
|
1707
1065
|
"isA": [
|
1708
|
-
"
|
1066
|
+
"mathematical_operator"
|
1709
1067
|
],
|
1710
1068
|
"before": [
|
1711
1069
|
[
|
@@ -1729,7 +1087,7 @@
|
|
1729
1087
|
]
|
1730
1088
|
},
|
1731
1089
|
{
|
1732
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
1090
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
1733
1091
|
"id": "timesExpression",
|
1734
1092
|
"level": 0,
|
1735
1093
|
"bridge": "{ ...next(operator) }",
|
@@ -1738,12 +1096,12 @@
|
|
1738
1096
|
]
|
1739
1097
|
},
|
1740
1098
|
{
|
1741
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
1099
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
1742
1100
|
"id": "divideByOperator",
|
1743
1101
|
"level": 0,
|
1744
1102
|
"bridge": "{ ...next(operator), marker: next(operator('divideByExpression')), types: lub(append(['mathematicalExpression'], operator.types, before[0].types, after[0].types)), value: null, x: before[0], y: after[0], number: 'one', isResponse: true, evaluate: true }",
|
1745
1103
|
"isA": [
|
1746
|
-
"
|
1104
|
+
"mathematical_operator"
|
1747
1105
|
],
|
1748
1106
|
"before": [
|
1749
1107
|
[
|
@@ -1766,7 +1124,7 @@
|
|
1766
1124
|
]
|
1767
1125
|
},
|
1768
1126
|
{
|
1769
|
-
"where": "/home/dev/code/theprogrammablemind/kms/
|
1127
|
+
"where": "/home/dev/code/theprogrammablemind/kms/node_modules/theprogrammablemind/src/helpers.js:5",
|
1770
1128
|
"id": "divideByExpression",
|
1771
1129
|
"level": 0,
|
1772
1130
|
"bridge": "{ ...next(operator) }",
|
@@ -1780,126 +1138,6 @@
|
|
1780
1138
|
"fragments": [],
|
1781
1139
|
"semantics": [],
|
1782
1140
|
"associations": [
|
1783
|
-
[
|
1784
|
-
[
|
1785
|
-
"is",
|
1786
|
-
0
|
1787
|
-
],
|
1788
|
-
[
|
1789
|
-
"list",
|
1790
|
-
0
|
1791
|
-
],
|
1792
|
-
[
|
1793
|
-
"mathematical",
|
1794
|
-
0
|
1795
|
-
],
|
1796
|
-
[
|
1797
|
-
"operator",
|
1798
|
-
0
|
1799
|
-
],
|
1800
|
-
[
|
1801
|
-
"unknown",
|
1802
|
-
0
|
1803
|
-
]
|
1804
|
-
],
|
1805
|
-
[
|
1806
|
-
[
|
1807
|
-
"is",
|
1808
|
-
0
|
1809
|
-
],
|
1810
|
-
[
|
1811
|
-
"list",
|
1812
|
-
0
|
1813
|
-
],
|
1814
|
-
[
|
1815
|
-
"mathematical",
|
1816
|
-
0
|
1817
|
-
],
|
1818
|
-
[
|
1819
|
-
"operator",
|
1820
|
-
0
|
1821
|
-
],
|
1822
|
-
[
|
1823
|
-
"unknown",
|
1824
|
-
0
|
1825
|
-
],
|
1826
|
-
[
|
1827
|
-
"unknown",
|
1828
|
-
1
|
1829
|
-
]
|
1830
|
-
],
|
1831
|
-
[
|
1832
|
-
[
|
1833
|
-
"is",
|
1834
|
-
0
|
1835
|
-
],
|
1836
|
-
[
|
1837
|
-
"list",
|
1838
|
-
0
|
1839
|
-
],
|
1840
|
-
[
|
1841
|
-
"mathematical",
|
1842
|
-
0
|
1843
|
-
],
|
1844
|
-
[
|
1845
|
-
"operator",
|
1846
|
-
0
|
1847
|
-
],
|
1848
|
-
[
|
1849
|
-
"unknown",
|
1850
|
-
1
|
1851
|
-
]
|
1852
|
-
],
|
1853
|
-
[
|
1854
|
-
[
|
1855
|
-
"is",
|
1856
|
-
0
|
1857
|
-
],
|
1858
|
-
[
|
1859
|
-
"list",
|
1860
|
-
1
|
1861
|
-
]
|
1862
|
-
],
|
1863
|
-
[
|
1864
|
-
[
|
1865
|
-
"is",
|
1866
|
-
0
|
1867
|
-
],
|
1868
|
-
[
|
1869
|
-
"list",
|
1870
|
-
1
|
1871
|
-
],
|
1872
|
-
[
|
1873
|
-
"mathematical",
|
1874
|
-
0
|
1875
|
-
],
|
1876
|
-
[
|
1877
|
-
"operator",
|
1878
|
-
0
|
1879
|
-
]
|
1880
|
-
],
|
1881
|
-
[
|
1882
|
-
[
|
1883
|
-
"is",
|
1884
|
-
0
|
1885
|
-
],
|
1886
|
-
[
|
1887
|
-
"list",
|
1888
|
-
1
|
1889
|
-
],
|
1890
|
-
[
|
1891
|
-
"mathematical",
|
1892
|
-
0
|
1893
|
-
],
|
1894
|
-
[
|
1895
|
-
"operator",
|
1896
|
-
0
|
1897
|
-
],
|
1898
|
-
[
|
1899
|
-
"unknown",
|
1900
|
-
1
|
1901
|
-
]
|
1902
|
-
],
|
1903
1141
|
[
|
1904
1142
|
[
|
1905
1143
|
"modifies",
|