ekms 8.0.0 → 8.1.0-beta.1

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 (124) hide show
  1. package/common/animals.instance.json +3055 -1651
  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 -30
  10. package/common/colors.instance.json +25666 -0
  11. package/common/colors.js +67 -0
  12. package/common/colors.test.json +4425 -0
  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/concept.test.json +688 -0
  18. package/common/conjunction.instance.json +2 -0
  19. package/common/conjunction.js +104 -0
  20. package/common/conjunction.test.json +322 -0
  21. package/common/countable.js +20 -14
  22. package/common/countable.test.json +1050 -0
  23. package/common/crew.instance.json +16432 -9850
  24. package/common/crew.js +39 -42
  25. package/common/crew.test.json +714 -452
  26. package/common/currency.js +28 -46
  27. package/common/dialogues.js +187 -429
  28. package/common/dialogues.test.json +684 -450
  29. package/common/dimension.instance.json +517 -289
  30. package/common/dimension.js +22 -24
  31. package/common/dimension.test.json +727 -1944
  32. package/common/edible.instance.json +20506 -10664
  33. package/common/edible.js +4 -9
  34. package/common/emotions.instance.json +195 -123
  35. package/common/emotions.js +36 -39
  36. package/common/evaluate.instance.json +2 -0
  37. package/common/evaluate.js +53 -0
  38. package/common/evaluate.test.json +574 -0
  39. package/common/events.js +11 -15
  40. package/common/fastfood.instance.json +223185 -113172
  41. package/common/fastfood.js +77 -87
  42. package/common/fastfood.test.json +8205 -3733
  43. package/common/formulas.instance.json +444 -244
  44. package/common/formulas.js +20 -27
  45. package/common/formulas.test.json +1027 -955
  46. package/common/gdefaults.js +45 -32
  47. package/common/help.js +9 -14
  48. package/common/help.test.json +71 -18
  49. package/common/helpers/concept.js +37 -10
  50. package/common/helpers/dialogues.js +22 -4
  51. package/common/helpers/formulas.js +0 -14
  52. package/common/helpers/meta.js +0 -1
  53. package/common/helpers/properties.js +92 -84
  54. package/common/helpers.js +35 -24
  55. package/common/hierarchy.js +18 -25
  56. package/common/javascript.js +12 -19
  57. package/common/kirk.instance.json +583 -300
  58. package/common/kirk.js +6 -9
  59. package/common/length.instance.json +8995 -4964
  60. package/common/length.js +5 -9
  61. package/common/listener.js +48 -0
  62. package/common/listener.test.json +104 -0
  63. package/common/math.instance.json +409 -1202
  64. package/common/math.js +17 -21
  65. package/common/meta.js +24 -50
  66. package/common/nameable.instance.json +2 -0
  67. package/common/nameable.js +144 -0
  68. package/common/nameable.test.json +3191 -0
  69. package/common/negation.instance.json +2 -0
  70. package/common/negation.js +38 -0
  71. package/common/negation.test.json +308 -0
  72. package/common/numbers.js +28 -32
  73. package/common/ordering.instance.json +459 -274
  74. package/common/ordering.js +81 -87
  75. package/common/ordinals.instance.json +2 -0
  76. package/common/ordinals.js +61 -0
  77. package/common/ordinals.test.json +412 -0
  78. package/common/people.instance.json +2138 -1321
  79. package/common/people.js +9 -14
  80. package/common/people.test.json +1815 -1073
  81. package/common/percentages.instance.json +2 -0
  82. package/common/percentages.js +53 -0
  83. package/common/percentages.test.json +751 -0
  84. package/common/pipboy.instance.json +12261 -6898
  85. package/common/pipboy.js +53 -62
  86. package/common/pipboy.test.json +2835 -0
  87. package/common/pokemon.instance.json +4432 -2351
  88. package/common/pokemon.js +8 -21
  89. package/common/pos.js +16 -14
  90. package/common/pressure.instance.json +2311 -1303
  91. package/common/pressure.js +5 -9
  92. package/common/properties.instance.json +151 -87
  93. package/common/properties.js +164 -167
  94. package/common/properties.test.json +17605 -4030
  95. package/common/punctuation.js +24 -8
  96. package/common/punctuation.test.json +233 -5
  97. package/common/reports.instance.json +1037 -551
  98. package/common/reports.js +77 -103
  99. package/common/reports.test.json +15623 -10458
  100. package/common/scorekeeper.js +19 -31
  101. package/common/sdefaults.js +17 -8
  102. package/common/sizeable.js +13 -12
  103. package/common/spock.instance.json +582 -299
  104. package/common/spock.js +6 -9
  105. package/common/stgame.js +20 -20
  106. package/common/stm.js +182 -29
  107. package/common/stm.test.json +1734 -1
  108. package/common/tell.js +15 -19
  109. package/common/temperature.instance.json +2379 -1355
  110. package/common/temperature.js +5 -9
  111. package/common/tester.js +15 -4
  112. package/common/testing.js +8 -13
  113. package/common/time.js +21 -26
  114. package/common/tokenize.js +8 -8
  115. package/common/tokenize.test.json +86 -1
  116. package/common/ui.instance.json +151 -460
  117. package/common/ui.js +22 -34
  118. package/common/ui.test.json +641 -5357
  119. package/common/weight.instance.json +7957 -4350
  120. package/common/weight.js +5 -9
  121. package/common/weight.test.json +242 -238
  122. package/common/yesno.js +6 -6
  123. package/main.js +68 -45
  124. package/package.json +44 -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,263 +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
346
+ ],
347
+ [
348
+ "doubleQuote",
349
+ "queryable",
350
+ false
351
+ ],
352
+ [
353
+ "evaluate",
354
+ "verb",
355
+ false
252
356
  ],
253
357
  [
254
358
  "hasCountOfPieces",
255
- "countable"
359
+ "countable",
360
+ false
256
361
  ],
257
362
  [
258
363
  "have",
259
- "canBeDoQuestion"
364
+ "canBeDoQuestion",
365
+ false
260
366
  ],
261
367
  [
262
368
  "have",
263
- "canBeQuestion"
369
+ "canBeQuestion",
370
+ false
264
371
  ],
265
372
  [
266
373
  "hierarchyAble",
267
- "queryable"
374
+ "queryable",
375
+ false
268
376
  ],
269
377
  [
270
378
  "highest",
271
- "condition"
379
+ "condition",
380
+ false
272
381
  ],
273
382
  [
274
383
  "ifAble",
275
- "ifAble"
384
+ "ifAble",
385
+ false
276
386
  ],
277
387
  [
278
388
  "is",
279
- "canBeQuestion"
389
+ "canBeQuestion",
390
+ false
280
391
  ],
281
392
  [
282
393
  "is",
283
- "verby"
394
+ "verb",
395
+ false
396
+ ],
397
+ [
398
+ "isEdee",
399
+ "isEdee",
400
+ false
401
+ ],
402
+ [
403
+ "isEder",
404
+ "isEder",
405
+ false
284
406
  ],
285
407
  [
286
408
  "it",
287
- "pronoun"
409
+ "pronoun",
410
+ false
288
411
  ],
289
412
  [
290
413
  "it",
291
- "queryable"
414
+ "queryable",
415
+ false
292
416
  ],
293
417
  [
294
418
  "it",
295
- "thisitthat"
419
+ "thisitthat",
420
+ false
296
421
  ],
297
422
  [
298
423
  "it",
299
- "toAble"
424
+ "toAble",
425
+ false
300
426
  ],
301
427
  [
302
428
  "lowest",
303
- "condition"
429
+ "condition",
430
+ false
304
431
  ],
305
432
  [
306
- "modifies",
307
- "verby"
433
+ "memorable",
434
+ "theAble",
435
+ false
308
436
  ],
309
437
  [
310
- "notAble",
311
- "notAble"
438
+ "modifies",
439
+ "verb",
440
+ false
312
441
  ],
313
442
  [
314
443
  "noun",
315
- "theAble"
444
+ "theAble",
445
+ false
316
446
  ],
317
447
  [
318
448
  "number",
319
- "quantifier"
449
+ "quantifier",
450
+ false
320
451
  ],
321
452
  [
322
453
  "number",
323
- "queryable"
454
+ "queryable",
455
+ false
324
456
  ],
325
457
  [
326
458
  "object",
327
- "queryable"
459
+ "queryable",
460
+ false
328
461
  ],
329
462
  [
330
463
  "object",
331
- "theAble"
464
+ "theAble",
465
+ false
332
466
  ],
333
467
  [
334
468
  "orAble",
335
- "ifAble"
469
+ "ifAble",
470
+ false
336
471
  ],
337
472
  [
338
- "preposition",
339
- "preposition"
473
+ "ordering",
474
+ "concept",
475
+ false
340
476
  ],
341
477
  [
342
- "pronoun",
343
- "pronoun"
478
+ "ordering",
479
+ "hierarchyAble",
480
+ false
481
+ ],
482
+ [
483
+ "ordering",
484
+ "isEdee",
485
+ false
486
+ ],
487
+ [
488
+ "ordering",
489
+ "isEder",
490
+ false
344
491
  ],
345
492
  [
493
+ "ordering",
494
+ "object",
495
+ false
496
+ ],
497
+ [
498
+ "ordering",
346
499
  "property",
347
- "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
348
526
  ],
349
527
  [
350
528
  "property",
351
- "theAble"
529
+ "queryable",
530
+ false
352
531
  ],
353
532
  [
354
533
  "property",
355
- "unknown"
534
+ "theAble",
535
+ false
356
536
  ],
357
537
  [
358
538
  "punctuation",
359
- "punctuation"
539
+ "punctuation",
540
+ false
360
541
  ],
361
542
  [
362
543
  "quantifier",
363
- "quantifier"
544
+ "quantifier",
545
+ false
364
546
  ],
365
547
  [
366
548
  "queryable",
367
- "queryable"
549
+ "queryable",
550
+ false
368
551
  ],
369
552
  [
370
553
  "questionMark",
371
- "punctuation"
554
+ "punctuation",
555
+ false
372
556
  ],
373
557
  [
374
558
  "readonly",
375
- "queryable"
559
+ "queryable",
560
+ false
376
561
  ],
377
562
  [
378
563
  "reason",
379
- "queryable"
564
+ "queryable",
565
+ false
380
566
  ],
381
567
  [
382
568
  "reason",
383
- "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
384
676
  ],
385
677
  [
386
678
  "that",
387
- "thisitthat"
679
+ "thisitthat",
680
+ false
388
681
  ],
389
682
  [
390
683
  "the",
391
- "articlePOS"
684
+ "articlePOS",
685
+ false
392
686
  ],
393
687
  [
394
688
  "theAble",
395
- "theAble"
689
+ "queryable",
690
+ false
396
691
  ],
397
692
  [
398
693
  "this",
399
- "pronoun"
694
+ "pronoun",
695
+ false
400
696
  ],
401
697
  [
402
698
  "this",
403
- "queryable"
699
+ "queryable",
700
+ false
404
701
  ],
405
702
  [
406
703
  "this",
407
- "thisitthat"
704
+ "thisitthat",
705
+ false
408
706
  ],
409
707
  [
410
708
  "thisitthat",
411
- "queryable"
709
+ "queryable",
710
+ false
412
711
  ],
413
712
  [
414
713
  "to",
415
- "preposition"
714
+ "preposition",
715
+ false
416
716
  ],
417
717
  [
418
718
  "toAble",
419
- "toAble"
719
+ "toAble",
720
+ false
420
721
  ],
421
722
  [
422
723
  "type",
423
- "property"
724
+ "property",
725
+ false
424
726
  ],
425
727
  [
426
728
  "type",
427
- "whatAble"
428
- ],
429
- [
430
- "unknown",
431
- "hierarchyAble"
432
- ],
433
- [
434
- "unknown",
435
- "notAble"
729
+ "whatAble",
730
+ false
436
731
  ],
437
732
  [
438
733
  "unknown",
439
- "object"
734
+ "hierarchyAble",
735
+ false
440
736
  ],
441
737
  [
442
738
  "unknown",
443
- "queryable"
739
+ "queryable",
740
+ false
444
741
  ],
445
742
  [
446
743
  "unknown",
447
- "theAble"
744
+ "theAble",
745
+ false
448
746
  ],
449
747
  [
450
- "verby",
451
- "verby"
748
+ "verb",
749
+ "verb",
750
+ false
452
751
  ],
453
752
  [
454
753
  "what",
455
- "object"
754
+ "object",
755
+ false
456
756
  ],
457
757
  [
458
758
  "what",
459
- "queryable"
759
+ "queryable",
760
+ false
460
761
  ],
461
762
  [
462
763
  "whatAble",
463
- "queryable"
764
+ "queryable",
765
+ false
464
766
  ],
465
767
  [
466
768
  "whose",
467
- "object"
769
+ "object",
770
+ false
468
771
  ],
469
772
  [
470
773
  "xfx",
471
- "queryable"
774
+ "queryable",
775
+ false
472
776
  ]
473
777
  ],
474
778
  "metadata": {
@@ -480,11 +784,11 @@
480
784
  ],
481
785
  "ops": [
482
786
  [
483
- "unknown",
787
+ "modifies",
484
788
  0
485
789
  ],
486
790
  [
487
- "modifies",
791
+ "unknown",
488
792
  0
489
793
  ],
490
794
  [
@@ -627,989 +931,12 @@
627
931
  "query": "mathematical modifies operator"
628
932
  }
629
933
  },
630
- {
631
- "hierarchy": [
632
- [
633
- "a",
634
- "articlePOS"
635
- ],
636
- [
637
- "adjective",
638
- "adjective"
639
- ],
640
- [
641
- "all",
642
- "quantifier"
643
- ],
644
- [
645
- "articlePOS",
646
- "articlePOS"
647
- ],
648
- [
649
- "between",
650
- "preposition"
651
- ],
652
- [
653
- "canBeDoQuestion",
654
- "canBeDoQuestion"
655
- ],
656
- [
657
- "canBeQuestion",
658
- "canBeQuestion"
659
- ],
660
- [
661
- "concept",
662
- "queryable"
663
- ],
664
- [
665
- "concept",
666
- "theAble"
667
- ],
668
- [
669
- "condition",
670
- "condition"
671
- ],
672
- [
673
- "countable",
674
- "hierarchyAble"
675
- ],
676
- [
677
- "hasCountOfPieces",
678
- "countable"
679
- ],
680
- [
681
- "have",
682
- "canBeDoQuestion"
683
- ],
684
- [
685
- "have",
686
- "canBeQuestion"
687
- ],
688
- [
689
- "hierarchyAble",
690
- "queryable"
691
- ],
692
- [
693
- "highest",
694
- "condition"
695
- ],
696
- [
697
- "ifAble",
698
- "ifAble"
699
- ],
700
- [
701
- "is",
702
- "canBeQuestion"
703
- ],
704
- [
705
- "is",
706
- "verby"
707
- ],
708
- [
709
- "isEdee",
710
- "isEdee"
711
- ],
712
- [
713
- "isEder",
714
- "isEder"
715
- ],
716
- [
717
- "it",
718
- "pronoun"
719
- ],
720
- [
721
- "it",
722
- "queryable"
723
- ],
724
- [
725
- "it",
726
- "thisitthat"
727
- ],
728
- [
729
- "it",
730
- "toAble"
731
- ],
732
- [
733
- "lowest",
734
- "condition"
735
- ],
736
- [
737
- "mathematical",
738
- "hierarchyAble"
739
- ],
740
- [
741
- "mathematical",
742
- "isEdee"
743
- ],
744
- [
745
- "mathematical",
746
- "isEder"
747
- ],
748
- [
749
- "mathematical",
750
- "object"
751
- ],
752
- [
753
- "mathematical",
754
- "operator_modifier"
755
- ],
756
- [
757
- "mathematical",
758
- "property"
759
- ],
760
- [
761
- "mathematical",
762
- "queryable"
763
- ],
764
- [
765
- "mathematical",
766
- "theAble"
767
- ],
768
- [
769
- "mathematical_operator",
770
- "adjective"
771
- ],
772
- [
773
- "mathematical_operator",
774
- "concept"
775
- ],
776
- [
777
- "mathematical_operator",
778
- "hierarchyAble"
779
- ],
780
- [
781
- "mathematical_operator",
782
- "isEdee"
783
- ],
784
- [
785
- "mathematical_operator",
786
- "isEder"
787
- ],
788
- [
789
- "mathematical_operator",
790
- "object"
791
- ],
792
- [
793
- "mathematical_operator",
794
- "operator"
795
- ],
796
- [
797
- "mathematical_operator",
798
- "property"
799
- ],
800
- [
801
- "mathematical_operator",
802
- "queryable"
803
- ],
804
- [
805
- "mathematical_operator",
806
- "theAble"
807
- ],
808
- [
809
- "modifies",
810
- "verby"
811
- ],
812
- [
813
- "notAble",
814
- "notAble"
815
- ],
816
- [
817
- "noun",
818
- "theAble"
819
- ],
820
- [
821
- "number",
822
- "quantifier"
823
- ],
824
- [
825
- "number",
826
- "queryable"
827
- ],
828
- [
829
- "object",
830
- "queryable"
831
- ],
832
- [
833
- "object",
834
- "theAble"
835
- ],
836
- [
837
- "operator",
838
- "concept"
839
- ],
840
- [
841
- "operator",
842
- "hierarchyAble"
843
- ],
844
- [
845
- "operator",
846
- "isEdee"
847
- ],
848
- [
849
- "operator",
850
- "isEder"
851
- ],
852
- [
853
- "operator",
854
- "object"
855
- ],
856
- [
857
- "operator",
858
- "property"
859
- ],
860
- [
861
- "operator",
862
- "queryable"
863
- ],
864
- [
865
- "operator",
866
- "theAble"
867
- ],
868
- [
869
- "operator_modifier",
870
- "operator_modifier"
871
- ],
872
- [
873
- "orAble",
874
- "ifAble"
875
- ],
876
- [
877
- "preposition",
878
- "preposition"
879
- ],
880
- [
881
- "pronoun",
882
- "pronoun"
883
- ],
884
- [
885
- "property",
886
- "queryable"
887
- ],
888
- [
889
- "property",
890
- "theAble"
891
- ],
892
- [
893
- "property",
894
- "unknown"
895
- ],
896
- [
897
- "punctuation",
898
- "punctuation"
899
- ],
900
- [
901
- "quantifier",
902
- "quantifier"
903
- ],
904
- [
905
- "queryable",
906
- "queryable"
907
- ],
908
- [
909
- "questionMark",
910
- "punctuation"
911
- ],
912
- [
913
- "readonly",
914
- "queryable"
915
- ],
916
- [
917
- "reason",
918
- "queryable"
919
- ],
920
- [
921
- "reason",
922
- "theAble"
923
- ],
924
- [
925
- "that",
926
- "thisitthat"
927
- ],
928
- [
929
- "the",
930
- "articlePOS"
931
- ],
932
- [
933
- "theAble",
934
- "theAble"
935
- ],
936
- [
937
- "this",
938
- "pronoun"
939
- ],
940
- [
941
- "this",
942
- "queryable"
943
- ],
944
- [
945
- "this",
946
- "thisitthat"
947
- ],
948
- [
949
- "thisitthat",
950
- "queryable"
951
- ],
952
- [
953
- "to",
954
- "preposition"
955
- ],
956
- [
957
- "toAble",
958
- "toAble"
959
- ],
960
- [
961
- "type",
962
- "property"
963
- ],
964
- [
965
- "type",
966
- "whatAble"
967
- ],
968
- [
969
- "unknown",
970
- "hierarchyAble"
971
- ],
972
- [
973
- "unknown",
974
- "notAble"
975
- ],
976
- [
977
- "unknown",
978
- "object"
979
- ],
980
- [
981
- "unknown",
982
- "queryable"
983
- ],
984
- [
985
- "unknown",
986
- "theAble"
987
- ],
988
- [
989
- "verby",
990
- "verby"
991
- ],
992
- [
993
- "what",
994
- "object"
995
- ],
996
- [
997
- "what",
998
- "queryable"
999
- ],
1000
- [
1001
- "whatAble",
1002
- "queryable"
1003
- ],
1004
- [
1005
- "whose",
1006
- "object"
1007
- ],
1008
- [
1009
- "xfx",
1010
- "queryable"
1011
- ]
1012
- ],
1013
- "metadata": {
1014
- "opChoices": [
1015
- {
1016
- "op": [
1017
- "unknown",
1018
- 0
1019
- ],
1020
- "ops": [
1021
- [
1022
- "unknown",
1023
- 0
1024
- ],
1025
- [
1026
- "unknown",
1027
- 0
1028
- ],
1029
- [
1030
- "unknown",
1031
- 0
1032
- ],
1033
- [
1034
- "unknown",
1035
- 0
1036
- ],
1037
- [
1038
- "is",
1039
- 0
1040
- ],
1041
- [
1042
- "mathematical",
1043
- 0
1044
- ],
1045
- [
1046
- "operator",
1047
- 0
1048
- ],
1049
- [
1050
- "mathematical_operator",
1051
- 0
1052
- ],
1053
- [
1054
- "list",
1055
- 0
1056
- ]
1057
- ],
1058
- "counter": 1
1059
- },
1060
- {
1061
- "op": [
1062
- "unknown",
1063
- 0
1064
- ],
1065
- "ops": [
1066
- [
1067
- "unknown",
1068
- 0
1069
- ],
1070
- [
1071
- "unknown",
1072
- 0
1073
- ],
1074
- [
1075
- "unknown",
1076
- 0
1077
- ],
1078
- [
1079
- "is",
1080
- 0
1081
- ],
1082
- [
1083
- "mathematical",
1084
- 0
1085
- ],
1086
- [
1087
- "operator",
1088
- 0
1089
- ],
1090
- [
1091
- "mathematical_operator",
1092
- 0
1093
- ],
1094
- [
1095
- "list",
1096
- 0
1097
- ]
1098
- ],
1099
- "counter": 2
1100
- },
1101
- {
1102
- "op": [
1103
- "unknown",
1104
- 0
1105
- ],
1106
- "ops": [
1107
- [
1108
- "unknown",
1109
- 0
1110
- ],
1111
- [
1112
- "unknown",
1113
- 0
1114
- ],
1115
- [
1116
- "is",
1117
- 0
1118
- ],
1119
- [
1120
- "mathematical",
1121
- 0
1122
- ],
1123
- [
1124
- "operator",
1125
- 0
1126
- ],
1127
- [
1128
- "mathematical_operator",
1129
- 0
1130
- ],
1131
- [
1132
- "list",
1133
- 0
1134
- ]
1135
- ],
1136
- "counter": 3
1137
- },
1138
- {
1139
- "op": [
1140
- "unknown",
1141
- 0
1142
- ],
1143
- "ops": [
1144
- [
1145
- "unknown",
1146
- 0
1147
- ],
1148
- [
1149
- "is",
1150
- 0
1151
- ],
1152
- [
1153
- "mathematical",
1154
- 0
1155
- ],
1156
- [
1157
- "operator",
1158
- 0
1159
- ],
1160
- [
1161
- "mathematical_operator",
1162
- 0
1163
- ],
1164
- [
1165
- "list",
1166
- 0
1167
- ]
1168
- ],
1169
- "counter": 4
1170
- },
1171
- {
1172
- "op": [
1173
- "list",
1174
- 0
1175
- ],
1176
- "ops": [
1177
- [
1178
- "is",
1179
- 0
1180
- ],
1181
- [
1182
- "mathematical",
1183
- 0
1184
- ],
1185
- [
1186
- "operator",
1187
- 0
1188
- ],
1189
- [
1190
- "mathematical_operator",
1191
- 0
1192
- ],
1193
- [
1194
- "list",
1195
- 0
1196
- ]
1197
- ],
1198
- "counter": 5
1199
- },
1200
- {
1201
- "op": [
1202
- "list",
1203
- 1
1204
- ],
1205
- "ops": [
1206
- [
1207
- "list",
1208
- 1
1209
- ],
1210
- [
1211
- "is",
1212
- 0
1213
- ],
1214
- [
1215
- "mathematical",
1216
- 0
1217
- ],
1218
- [
1219
- "operator",
1220
- 0
1221
- ],
1222
- [
1223
- "mathematical_operator",
1224
- 0
1225
- ],
1226
- [
1227
- "list",
1228
- 1
1229
- ]
1230
- ],
1231
- "counter": 6
1232
- },
1233
- {
1234
- "op": [
1235
- "list",
1236
- 1
1237
- ],
1238
- "ops": [
1239
- [
1240
- "is",
1241
- 0
1242
- ],
1243
- [
1244
- "mathematical",
1245
- 0
1246
- ],
1247
- [
1248
- "operator",
1249
- 0
1250
- ],
1251
- [
1252
- "mathematical_operator",
1253
- 0
1254
- ],
1255
- [
1256
- "list",
1257
- 1
1258
- ]
1259
- ],
1260
- "counter": 7
1261
- },
1262
- {
1263
- "op": [
1264
- "list",
1265
- 1
1266
- ],
1267
- "ops": [
1268
- [
1269
- "is",
1270
- 0
1271
- ],
1272
- [
1273
- "mathematical",
1274
- 0
1275
- ],
1276
- [
1277
- "operator",
1278
- 0
1279
- ],
1280
- [
1281
- "mathematical_operator",
1282
- 0
1283
- ],
1284
- [
1285
- "list",
1286
- 1
1287
- ]
1288
- ],
1289
- "counter": 8
1290
- },
1291
- {
1292
- "op": [
1293
- "mathematical_operator",
1294
- 0
1295
- ],
1296
- "ops": [
1297
- [
1298
- "is",
1299
- 0
1300
- ],
1301
- [
1302
- "mathematical",
1303
- 0
1304
- ],
1305
- [
1306
- "operator",
1307
- 0
1308
- ],
1309
- [
1310
- "mathematical_operator",
1311
- 0
1312
- ]
1313
- ],
1314
- "counter": 9
1315
- },
1316
- {
1317
- "op": [
1318
- "is",
1319
- 0
1320
- ],
1321
- "ops": [
1322
- [
1323
- "is",
1324
- 0
1325
- ]
1326
- ],
1327
- "counter": 10
1328
- },
1329
- {
1330
- "op": [
1331
- "is",
1332
- 1
1333
- ],
1334
- "ops": [
1335
- [
1336
- "is",
1337
- 1
1338
- ]
1339
- ],
1340
- "counter": 11
1341
- }
1342
- ]
1343
- },
1344
- "trace": "undefined",
1345
- "contexts": [
1346
- {
1347
- "number": "many",
1348
- "text": "* + / and - are mathematical operators",
1349
- "marker": "is",
1350
- "word": "are",
1351
- "range": {
1352
- "start": 0,
1353
- "end": 37
1354
- },
1355
- "one": {
1356
- "number": "many",
1357
- "marker": "list",
1358
- "listable": true,
1359
- "value": [
1360
- {
1361
- "marker": "unknown",
1362
- "value": "*",
1363
- "word": "*",
1364
- "text": "*",
1365
- "range": {
1366
- "start": 0,
1367
- "end": 0
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": 2,
1380
- "end": 2
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": 4,
1393
- "end": 4
1394
- },
1395
- "unknown": true,
1396
- "dead": true,
1397
- "level": 2
1398
- },
1399
- {
1400
- "marker": "unknown",
1401
- "value": "-",
1402
- "word": "-",
1403
- "text": "-",
1404
- "range": {
1405
- "start": 10,
1406
- "end": 10
1407
- },
1408
- "unknown": true,
1409
- "dead": true,
1410
- "level": 2
1411
- }
1412
- ],
1413
- "range": {
1414
- "start": 0,
1415
- "end": 37
1416
- },
1417
- "types": [
1418
- "list",
1419
- "unknown"
1420
- ],
1421
- "text": "* +",
1422
- "level": 1
1423
- },
1424
- "two": {
1425
- "value": "mathematical_operator",
1426
- "number": "many",
1427
- "text": "mathematical operators",
1428
- "marker": "mathematical_operator",
1429
- "word": "operators",
1430
- "range": {
1431
- "start": 16,
1432
- "end": 37
1433
- },
1434
- "types": [
1435
- "mathematical_operator",
1436
- "operator"
1437
- ],
1438
- "modifier_mathematical": {
1439
- "value": "mathematical",
1440
- "text": "mathematical",
1441
- "marker": "mathematical",
1442
- "word": "mathematical",
1443
- "range": {
1444
- "start": 16,
1445
- "end": 27
1446
- },
1447
- "types": [
1448
- "mathematical"
1449
- ],
1450
- "level": 0
1451
- },
1452
- "atomic": true,
1453
- "dead": true,
1454
- "modifiers": [
1455
- "modifier_mathematical"
1456
- ],
1457
- "level": 1,
1458
- "concept": true
1459
- },
1460
- "dead": true,
1461
- "level": 2,
1462
- "topLevel": true,
1463
- "touchedBy": [
1464
- "math#call2"
1465
- ]
1466
- }
1467
- ],
1468
- "generated": [
1469
- ""
1470
- ],
1471
- "paraphrases": [
1472
- "*, +, / and - are mathematical operators"
1473
- ],
1474
- "paraphrasesParenthesized": [],
1475
- "generatedParenthesized": [],
1476
- "responses": [
1477
- ""
1478
- ],
1479
- "associations": [
1480
- [
1481
- [
1482
- "is",
1483
- 0
1484
- ],
1485
- [
1486
- "list",
1487
- 0
1488
- ],
1489
- [
1490
- "mathematical",
1491
- 0
1492
- ],
1493
- [
1494
- "operator",
1495
- 0
1496
- ],
1497
- [
1498
- "unknown",
1499
- 0
1500
- ]
1501
- ],
1502
- [
1503
- [
1504
- "is",
1505
- 0
1506
- ],
1507
- [
1508
- "list",
1509
- 0
1510
- ],
1511
- [
1512
- "mathematical",
1513
- 0
1514
- ],
1515
- [
1516
- "operator",
1517
- 0
1518
- ],
1519
- [
1520
- "unknown",
1521
- 0
1522
- ],
1523
- [
1524
- "unknown",
1525
- 1
1526
- ]
1527
- ],
1528
- [
1529
- [
1530
- "is",
1531
- 0
1532
- ],
1533
- [
1534
- "list",
1535
- 0
1536
- ],
1537
- [
1538
- "mathematical",
1539
- 0
1540
- ],
1541
- [
1542
- "operator",
1543
- 0
1544
- ],
1545
- [
1546
- "unknown",
1547
- 1
1548
- ]
1549
- ],
1550
- [
1551
- [
1552
- "is",
1553
- 0
1554
- ],
1555
- [
1556
- "list",
1557
- 1
1558
- ]
1559
- ],
1560
- [
1561
- [
1562
- "is",
1563
- 0
1564
- ],
1565
- [
1566
- "list",
1567
- 1
1568
- ],
1569
- [
1570
- "mathematical",
1571
- 0
1572
- ],
1573
- [
1574
- "operator",
1575
- 0
1576
- ]
1577
- ],
1578
- [
1579
- [
1580
- "is",
1581
- 0
1582
- ],
1583
- [
1584
- "list",
1585
- 1
1586
- ],
1587
- [
1588
- "mathematical",
1589
- 0
1590
- ],
1591
- [
1592
- "operator",
1593
- 0
1594
- ],
1595
- [
1596
- "unknown",
1597
- 1
1598
- ]
1599
- ]
1600
- ],
1601
- "learned_contextual_priorities": [],
1602
- "query": "* + / and - are mathematical operators",
1603
- "key": {
1604
- "query": "* + / and - are mathematical operators"
1605
- }
1606
- },
1607
934
  {
1608
935
  "extraConfig": true,
1609
936
  "name": "math",
1610
937
  "operators": [
1611
938
  "([mathematicalExpression])",
1612
- "([mathematicalOperator])",
939
+ "([mathematical_operator])",
1613
940
  "(([number|]) [plusOperator] ([number|]))",
1614
941
  "(([number|]) [minusOperator] ([number|]))",
1615
942
  "(([number|]) [timesOperator] ([number|]))",
@@ -1636,9 +963,9 @@
1636
963
  ]
1637
964
  },
1638
965
  {
1639
- "id": "mathematicalOperator",
966
+ "id": "mathematical_operator",
1640
967
  "before": [
1641
- "verby"
968
+ "verb"
1642
969
  ],
1643
970
  "after": [
1644
971
  "adjective"
@@ -1668,7 +995,7 @@
1668
995
  "level": 0,
1669
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 }",
1670
997
  "isA": [
1671
- "mathematicalOperator"
998
+ "mathematical_operator"
1672
999
  ],
1673
1000
  "before": [],
1674
1001
  "localHierarchy": [
@@ -1697,7 +1024,7 @@
1697
1024
  "level": 0,
1698
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 }",
1699
1026
  "isA": [
1700
- "mathematicalOperator"
1027
+ "mathematical_operator"
1701
1028
  ],
1702
1029
  "before": [],
1703
1030
  "localHierarchy": [
@@ -1726,7 +1053,7 @@
1726
1053
  "level": 0,
1727
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 }",
1728
1055
  "isA": [
1729
- "mathematicalOperator"
1056
+ "mathematical_operator"
1730
1057
  ],
1731
1058
  "before": [
1732
1059
  [
@@ -1764,7 +1091,7 @@
1764
1091
  "level": 0,
1765
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 }",
1766
1093
  "isA": [
1767
- "mathematicalOperator"
1094
+ "mathematical_operator"
1768
1095
  ],
1769
1096
  "before": [
1770
1097
  [
@@ -1801,126 +1128,6 @@
1801
1128
  "fragments": [],
1802
1129
  "semantics": [],
1803
1130
  "associations": [
1804
- [
1805
- [
1806
- "is",
1807
- 0
1808
- ],
1809
- [
1810
- "list",
1811
- 0
1812
- ],
1813
- [
1814
- "mathematical",
1815
- 0
1816
- ],
1817
- [
1818
- "operator",
1819
- 0
1820
- ],
1821
- [
1822
- "unknown",
1823
- 0
1824
- ]
1825
- ],
1826
- [
1827
- [
1828
- "is",
1829
- 0
1830
- ],
1831
- [
1832
- "list",
1833
- 0
1834
- ],
1835
- [
1836
- "mathematical",
1837
- 0
1838
- ],
1839
- [
1840
- "operator",
1841
- 0
1842
- ],
1843
- [
1844
- "unknown",
1845
- 0
1846
- ],
1847
- [
1848
- "unknown",
1849
- 1
1850
- ]
1851
- ],
1852
- [
1853
- [
1854
- "is",
1855
- 0
1856
- ],
1857
- [
1858
- "list",
1859
- 0
1860
- ],
1861
- [
1862
- "mathematical",
1863
- 0
1864
- ],
1865
- [
1866
- "operator",
1867
- 0
1868
- ],
1869
- [
1870
- "unknown",
1871
- 1
1872
- ]
1873
- ],
1874
- [
1875
- [
1876
- "is",
1877
- 0
1878
- ],
1879
- [
1880
- "list",
1881
- 1
1882
- ]
1883
- ],
1884
- [
1885
- [
1886
- "is",
1887
- 0
1888
- ],
1889
- [
1890
- "list",
1891
- 1
1892
- ],
1893
- [
1894
- "mathematical",
1895
- 0
1896
- ],
1897
- [
1898
- "operator",
1899
- 0
1900
- ]
1901
- ],
1902
- [
1903
- [
1904
- "is",
1905
- 0
1906
- ],
1907
- [
1908
- "list",
1909
- 1
1910
- ],
1911
- [
1912
- "mathematical",
1913
- 0
1914
- ],
1915
- [
1916
- "operator",
1917
- 0
1918
- ],
1919
- [
1920
- "unknown",
1921
- 1
1922
- ]
1923
- ],
1924
1131
  [
1925
1132
  [
1926
1133
  "modifies",