ekms 8.0.0-beta.9 → 8.0.0-beta.91

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.
Files changed (113) hide show
  1. package/common/animals.instance.json +2915 -1553
  2. package/common/animals.js +17 -20
  3. package/common/articles.js +103 -0
  4. package/common/articles.test.json +310 -0
  5. package/common/asking.instance.json +2 -0
  6. package/common/asking.js +253 -0
  7. package/common/asking.test.json +2290 -0
  8. package/common/avatar.js +6 -10
  9. package/common/characters.js +23 -29
  10. package/common/colors.instance.json +7487 -4114
  11. package/common/colors.js +5 -9
  12. package/common/colors.test.json +345 -780
  13. package/common/comparable.instance.json +1750 -0
  14. package/common/comparable.js +36 -28
  15. package/common/comparable.test.json +1196 -2
  16. package/common/concept.js +121 -119
  17. package/common/conjunction.instance.json +2 -0
  18. package/common/conjunction.js +104 -0
  19. package/common/conjunction.test.json +322 -0
  20. package/common/countable.js +20 -14
  21. package/common/countable.test.json +1050 -0
  22. package/common/crew.instance.json +13553 -7026
  23. package/common/crew.js +37 -42
  24. package/common/crew.test.json +714 -452
  25. package/common/currency.js +28 -46
  26. package/common/dialogues.js +150 -426
  27. package/common/dialogues.test.json +0 -786
  28. package/common/dimension.instance.json +491 -262
  29. package/common/dimension.js +22 -24
  30. package/common/dimension.test.json +508 -1702
  31. package/common/edible.instance.json +20446 -10806
  32. package/common/edible.js +4 -9
  33. package/common/emotions.instance.json +192 -124
  34. package/common/emotions.js +36 -39
  35. package/common/evaluate.instance.json +2 -0
  36. package/common/evaluate.js +53 -0
  37. package/common/evaluate.test.json +574 -0
  38. package/common/events.js +11 -15
  39. package/common/fastfood.instance.json +222642 -113618
  40. package/common/fastfood.js +76 -86
  41. package/common/fastfood.test.json +268 -90
  42. package/common/formulas.instance.json +443 -247
  43. package/common/formulas.js +20 -27
  44. package/common/gdefaults.js +40 -27
  45. package/common/help.js +9 -14
  46. package/common/help.test.json +65 -16
  47. package/common/helpers/concept.js +10 -7
  48. package/common/helpers/dialogues.js +5 -3
  49. package/common/helpers/properties.js +67 -64
  50. package/common/helpers.js +35 -24
  51. package/common/hierarchy.js +17 -25
  52. package/common/javascript.js +12 -19
  53. package/common/kirk.instance.json +583 -299
  54. package/common/kirk.js +6 -9
  55. package/common/length.instance.json +9005 -5001
  56. package/common/length.js +5 -9
  57. package/common/listener.js +48 -0
  58. package/common/listener.test.json +104 -0
  59. package/common/math.instance.json +406 -1178
  60. package/common/math.js +17 -21
  61. package/common/meta.js +24 -48
  62. package/common/nameable.instance.json +2 -0
  63. package/common/nameable.js +144 -0
  64. package/common/nameable.test.json +3191 -0
  65. package/common/negation.js +11 -7
  66. package/common/numbers.js +28 -32
  67. package/common/ordering.instance.json +443 -343
  68. package/common/ordering.js +81 -87
  69. package/common/ordinals.instance.json +2 -0
  70. package/common/ordinals.js +60 -0
  71. package/common/ordinals.test.json +306 -0
  72. package/common/people.instance.json +2210 -1150
  73. package/common/people.js +9 -14
  74. package/common/percentages.instance.json +2 -0
  75. package/common/percentages.js +53 -0
  76. package/common/percentages.test.json +751 -0
  77. package/common/pipboy.instance.json +11845 -6590
  78. package/common/pipboy.js +53 -62
  79. package/common/pipboy.test.json +2835 -0
  80. package/common/pokemon.instance.json +4300 -2285
  81. package/common/pokemon.js +8 -21
  82. package/common/pos.js +16 -14
  83. package/common/pressure.instance.json +2325 -1340
  84. package/common/pressure.js +5 -9
  85. package/common/properties.instance.json +148 -88
  86. package/common/properties.js +149 -160
  87. package/common/punctuation.js +16 -8
  88. package/common/reports.instance.json +1019 -551
  89. package/common/reports.js +77 -101
  90. package/common/reports.test.json +15623 -10458
  91. package/common/scorekeeper.js +19 -31
  92. package/common/sdefaults.js +17 -8
  93. package/common/sizeable.js +7 -11
  94. package/common/spock.instance.json +582 -298
  95. package/common/spock.js +6 -9
  96. package/common/stgame.js +20 -20
  97. package/common/stm.js +173 -31
  98. package/common/stm.test.json +1734 -1
  99. package/common/tell.js +15 -19
  100. package/common/temperature.instance.json +2430 -1429
  101. package/common/temperature.js +5 -9
  102. package/common/tester.js +15 -4
  103. package/common/testing.js +8 -12
  104. package/common/time.js +21 -26
  105. package/common/tokenize.js +6 -7
  106. package/common/ui.instance.json +150 -463
  107. package/common/ui.js +22 -33
  108. package/common/ui.test.json +641 -5357
  109. package/common/weight.instance.json +8034 -4503
  110. package/common/weight.js +5 -9
  111. package/common/yesno.js +6 -6
  112. package/main.js +20 -4
  113. package/package.json +37 -6
@@ -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
- "([mathematicalOperator])",
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": "mathematicalOperator",
35
+ "id": "mathematical_operator",
37
36
  "before": [
38
- "verby"
37
+ "verb"
39
38
  ],
40
39
  "after": [
41
40
  "adjective"
@@ -65,7 +64,7 @@
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
- "mathematicalOperator"
67
+ "mathematical_operator"
69
68
  ],
70
69
  "before": [],
71
70
  "localHierarchy": [
@@ -78,7 +77,7 @@
78
77
  "plus",
79
78
  "+"
80
79
  ],
81
- "generatorp": "({gp, context}) => context.word"
80
+ "generatorp": "({context}) => context.word"
82
81
  },
83
82
  {
84
83
  "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
@@ -88,8 +87,8 @@
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
94
  "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
@@ -97,7 +96,7 @@
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
- "mathematicalOperator"
99
+ "mathematical_operator"
101
100
  ],
102
101
  "before": [],
103
102
  "localHierarchy": [
@@ -110,7 +109,7 @@
110
109
  "minus",
111
110
  "-"
112
111
  ],
113
- "generatorp": "({gp, context}) => context.word"
112
+ "generatorp": "({context}) => context.word"
114
113
  },
115
114
  {
116
115
  "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
@@ -120,8 +119,8 @@
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
126
  "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
@@ -129,7 +128,7 @@
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
- "mathematicalOperator"
131
+ "mathematical_operator"
133
132
  ],
134
133
  "before": [
135
134
  [
@@ -151,7 +150,7 @@
151
150
  "times",
152
151
  "*"
153
152
  ],
154
- "generatorp": "({gp, context}) => context.word"
153
+ "generatorp": "({context}) => context.word"
155
154
  },
156
155
  {
157
156
  "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
@@ -161,8 +160,8 @@
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
167
  "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
@@ -170,7 +169,7 @@
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
- "mathematicalOperator"
172
+ "mathematical_operator"
174
173
  ],
175
174
  "before": [
176
175
  [
@@ -191,7 +190,7 @@
191
190
  "words": [
192
191
  "/"
193
192
  ],
194
- "generatorp": "({gp, context}) => context.word"
193
+ "generatorp": "({context}) => context.word"
195
194
  },
196
195
  {
197
196
  "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
@@ -201,8 +200,8 @@
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,568 @@
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
- "verby"
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
- "modifies",
311
- "verby"
433
+ "memorable",
434
+ "theAble",
435
+ false
312
436
  ],
313
437
  [
314
- "notAble",
315
- "notAble"
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
340
471
  ],
341
472
  [
342
- "preposition",
343
- "preposition"
473
+ "ordering",
474
+ "concept",
475
+ false
344
476
  ],
345
477
  [
346
- "pronoun",
347
- "pronoun"
478
+ "ordering",
479
+ "hierarchyAble",
480
+ false
348
481
  ],
349
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",
350
499
  "property",
351
- "queryable"
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
516
+ ],
517
+ [
518
+ "preposition",
519
+ "preposition",
520
+ false
521
+ ],
522
+ [
523
+ "pronoun",
524
+ "pronoun",
525
+ false
352
526
  ],
353
527
  [
354
528
  "property",
355
- "theAble"
529
+ "queryable",
530
+ false
356
531
  ],
357
532
  [
358
533
  "property",
359
- "unknown"
534
+ "theAble",
535
+ false
360
536
  ],
361
537
  [
362
538
  "punctuation",
363
- "punctuation"
539
+ "punctuation",
540
+ false
364
541
  ],
365
542
  [
366
543
  "quantifier",
367
- "quantifier"
544
+ "quantifier",
545
+ false
368
546
  ],
369
547
  [
370
548
  "queryable",
371
- "queryable"
549
+ "queryable",
550
+ false
372
551
  ],
373
552
  [
374
553
  "questionMark",
375
- "punctuation"
554
+ "punctuation",
555
+ false
376
556
  ],
377
557
  [
378
558
  "readonly",
379
- "queryable"
559
+ "queryable",
560
+ false
380
561
  ],
381
562
  [
382
563
  "reason",
383
- "queryable"
564
+ "queryable",
565
+ false
384
566
  ],
385
567
  [
386
568
  "reason",
387
- "theAble"
569
+ "theAble",
570
+ false
571
+ ],
572
+ [
573
+ "remember",
574
+ "verb",
575
+ false
576
+ ],
577
+ [
578
+ "sort",
579
+ "hierarchyAble",
580
+ false
581
+ ],
582
+ [
583
+ "sort",
584
+ "isEdee",
585
+ false
586
+ ],
587
+ [
588
+ "sort",
589
+ "isEder",
590
+ false
591
+ ],
592
+ [
593
+ "sort",
594
+ "object",
595
+ false
596
+ ],
597
+ [
598
+ "sort",
599
+ "ordering_modifier",
600
+ false
601
+ ],
602
+ [
603
+ "sort",
604
+ "property",
605
+ false
606
+ ],
607
+ [
608
+ "sort",
609
+ "queryable",
610
+ false
611
+ ],
612
+ [
613
+ "sort",
614
+ "theAble",
615
+ false
616
+ ],
617
+ [
618
+ "sortOrdering",
619
+ "adjective",
620
+ false
621
+ ],
622
+ [
623
+ "sort_ordering",
624
+ "adjective",
625
+ true
626
+ ],
627
+ [
628
+ "sort_ordering",
629
+ "concept",
630
+ false
631
+ ],
632
+ [
633
+ "sort_ordering",
634
+ "hierarchyAble",
635
+ false
636
+ ],
637
+ [
638
+ "sort_ordering",
639
+ "isEdee",
640
+ false
641
+ ],
642
+ [
643
+ "sort_ordering",
644
+ "isEder",
645
+ false
646
+ ],
647
+ [
648
+ "sort_ordering",
649
+ "object",
650
+ false
651
+ ],
652
+ [
653
+ "sort_ordering",
654
+ "ordering",
655
+ false
656
+ ],
657
+ [
658
+ "sort_ordering",
659
+ "property",
660
+ false
661
+ ],
662
+ [
663
+ "sort_ordering",
664
+ "queryable",
665
+ false
666
+ ],
667
+ [
668
+ "sort_ordering",
669
+ "theAble",
670
+ false
671
+ ],
672
+ [
673
+ "stm_before",
674
+ "adjective",
675
+ false
388
676
  ],
389
677
  [
390
678
  "that",
391
- "thisitthat"
679
+ "thisitthat",
680
+ false
392
681
  ],
393
682
  [
394
683
  "the",
395
- "articlePOS"
684
+ "articlePOS",
685
+ false
396
686
  ],
397
687
  [
398
688
  "theAble",
399
- "theAble"
689
+ "theAble",
690
+ false
400
691
  ],
401
692
  [
402
693
  "this",
403
- "pronoun"
694
+ "pronoun",
695
+ false
404
696
  ],
405
697
  [
406
698
  "this",
407
- "queryable"
699
+ "queryable",
700
+ false
408
701
  ],
409
702
  [
410
703
  "this",
411
- "thisitthat"
704
+ "thisitthat",
705
+ false
412
706
  ],
413
707
  [
414
708
  "thisitthat",
415
- "queryable"
709
+ "queryable",
710
+ false
416
711
  ],
417
712
  [
418
713
  "to",
419
- "preposition"
714
+ "preposition",
715
+ false
420
716
  ],
421
717
  [
422
718
  "toAble",
423
- "toAble"
719
+ "toAble",
720
+ false
424
721
  ],
425
722
  [
426
723
  "type",
427
- "property"
724
+ "property",
725
+ false
428
726
  ],
429
727
  [
430
728
  "type",
431
- "whatAble"
432
- ],
433
- [
434
- "unknown",
435
- "hierarchyAble"
436
- ],
437
- [
438
- "unknown",
439
- "notAble"
729
+ "whatAble",
730
+ false
440
731
  ],
441
732
  [
442
733
  "unknown",
443
- "object"
734
+ "hierarchyAble",
735
+ false
444
736
  ],
445
737
  [
446
738
  "unknown",
447
- "queryable"
739
+ "queryable",
740
+ false
448
741
  ],
449
742
  [
450
743
  "unknown",
451
- "theAble"
744
+ "theAble",
745
+ false
452
746
  ],
453
747
  [
454
- "verby",
455
- "verby"
748
+ "verb",
749
+ "verb",
750
+ false
456
751
  ],
457
752
  [
458
753
  "what",
459
- "object"
754
+ "object",
755
+ false
460
756
  ],
461
757
  [
462
758
  "what",
463
- "queryable"
759
+ "queryable",
760
+ false
464
761
  ],
465
762
  [
466
763
  "whatAble",
467
- "queryable"
764
+ "queryable",
765
+ false
468
766
  ],
469
767
  [
470
768
  "whose",
471
- "object"
769
+ "object",
770
+ false
472
771
  ],
473
772
  [
474
773
  "xfx",
475
- "queryable"
774
+ "queryable",
775
+ false
476
776
  ]
477
777
  ],
478
778
  "metadata": {
@@ -484,11 +784,11 @@
484
784
  ],
485
785
  "ops": [
486
786
  [
487
- "unknown",
787
+ "modifies",
488
788
  0
489
789
  ],
490
790
  [
491
- "modifies",
791
+ "unknown",
492
792
  0
493
793
  ],
494
794
  [
@@ -631,964 +931,12 @@
631
931
  "query": "mathematical modifies operator"
632
932
  }
633
933
  },
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
934
  {
1587
935
  "extraConfig": true,
1588
936
  "name": "math",
1589
937
  "operators": [
1590
938
  "([mathematicalExpression])",
1591
- "([mathematicalOperator])",
939
+ "([mathematical_operator])",
1592
940
  "(([number|]) [plusOperator] ([number|]))",
1593
941
  "(([number|]) [minusOperator] ([number|]))",
1594
942
  "(([number|]) [timesOperator] ([number|]))",
@@ -1615,9 +963,9 @@
1615
963
  ]
1616
964
  },
1617
965
  {
1618
- "id": "mathematicalOperator",
966
+ "id": "mathematical_operator",
1619
967
  "before": [
1620
- "verby"
968
+ "verb"
1621
969
  ],
1622
970
  "after": [
1623
971
  "adjective"
@@ -1647,7 +995,7 @@
1647
995
  "level": 0,
1648
996
  "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
997
  "isA": [
1650
- "mathematicalOperator"
998
+ "mathematical_operator"
1651
999
  ],
1652
1000
  "before": [],
1653
1001
  "localHierarchy": [
@@ -1676,7 +1024,7 @@
1676
1024
  "level": 0,
1677
1025
  "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
1026
  "isA": [
1679
- "mathematicalOperator"
1027
+ "mathematical_operator"
1680
1028
  ],
1681
1029
  "before": [],
1682
1030
  "localHierarchy": [
@@ -1705,7 +1053,7 @@
1705
1053
  "level": 0,
1706
1054
  "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
1055
  "isA": [
1708
- "mathematicalOperator"
1056
+ "mathematical_operator"
1709
1057
  ],
1710
1058
  "before": [
1711
1059
  [
@@ -1743,7 +1091,7 @@
1743
1091
  "level": 0,
1744
1092
  "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
1093
  "isA": [
1746
- "mathematicalOperator"
1094
+ "mathematical_operator"
1747
1095
  ],
1748
1096
  "before": [
1749
1097
  [
@@ -1780,126 +1128,6 @@
1780
1128
  "fragments": [],
1781
1129
  "semantics": [],
1782
1130
  "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
1131
  [
1904
1132
  [
1905
1133
  "modifies",