ekms 8.0.0-beta.9 → 8.0.0-beta.90

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 (112) 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 +51 -62
  79. package/common/pokemon.instance.json +4300 -2285
  80. package/common/pokemon.js +8 -21
  81. package/common/pos.js +16 -14
  82. package/common/pressure.instance.json +2325 -1340
  83. package/common/pressure.js +5 -9
  84. package/common/properties.instance.json +148 -88
  85. package/common/properties.js +149 -160
  86. package/common/punctuation.js +16 -8
  87. package/common/reports.instance.json +1019 -551
  88. package/common/reports.js +77 -101
  89. package/common/reports.test.json +15623 -10458
  90. package/common/scorekeeper.js +19 -31
  91. package/common/sdefaults.js +17 -8
  92. package/common/sizeable.js +7 -11
  93. package/common/spock.instance.json +582 -298
  94. package/common/spock.js +6 -9
  95. package/common/stgame.js +20 -20
  96. package/common/stm.js +173 -31
  97. package/common/stm.test.json +1734 -1
  98. package/common/tell.js +15 -19
  99. package/common/temperature.instance.json +2430 -1429
  100. package/common/temperature.js +5 -9
  101. package/common/tester.js +15 -4
  102. package/common/testing.js +8 -12
  103. package/common/time.js +21 -26
  104. package/common/tokenize.js +6 -7
  105. package/common/ui.instance.json +150 -463
  106. package/common/ui.js +22 -33
  107. package/common/ui.test.json +641 -5357
  108. package/common/weight.instance.json +8034 -4503
  109. package/common/weight.js +5 -9
  110. package/common/yesno.js +6 -6
  111. package/main.js +20 -4
  112. package/package.json +37 -6
@@ -43,7 +43,7 @@
43
43
  {
44
44
  "where": "/home/dev/code/theprogrammablemind/kms/common/dimension.js:77",
45
45
  "match": "({context}) => context.marker == 'noconversion'",
46
- "apply": "({context, gp}) => `there is no conversion between ${gp(context.from)} and ${gp(context.to)}`"
46
+ "apply": "async ({context, gp}) => `there is no conversion between ${await gp(context.from)} and ${await gp(context.to)}`"
47
47
  }
48
48
  ],
49
49
  "bridges": [
@@ -75,7 +75,7 @@
75
75
  "isA": [
76
76
  "amount"
77
77
  ],
78
- "generatorp": "({context, g}) => (context.amount) ? `${g(context.amount)} ${context.word}` : context.word",
78
+ "generatorp": "async ({context, g}) => (context.amount) ? `${await g(context.amount)} ${context.word}` : context.word",
79
79
  "bridge": "{ ...next(operator), value: before[0].value, amount: before[0] }"
80
80
  },
81
81
  {
@@ -91,6 +91,12 @@
91
91
  "expression",
92
92
  "queryable"
93
93
  ],
94
+ "localHierarchy": [
95
+ [
96
+ "unknown",
97
+ "dimension"
98
+ ]
99
+ ],
94
100
  "after": [
95
101
  [
96
102
  "possession",
@@ -101,11 +107,14 @@
101
107
  1
102
108
  ]
103
109
  ],
104
- "generatorp": "({context, g}) => `${g(context.from)} ${context.word} ${g(context.to)}`",
105
- "evaluator": "({context, kms, e, error}) => {\n /*\n error(({context, e}) => {\n context.evalue = 'dont know...'\n })\n */\n const from = context.from;\n const to = context.to;\n let evalue;\n let efrom = from\n if (!from.unit) {\n efrom = e(from).evalue\n }\n if (to.value == efrom.unit.value) {\n evalue = efrom.amount\n } else {\n const formula = kms.formulas.api.get(to, [efrom.unit])\n if (!formula) {\n const reason = { marker: 'reason', focusableForPhrase: true, evalue: { marker: 'noconversion', from: efrom.unit, to } }\n kms.stm.api.mentioned(reason)\n error(reason)\n }\n kms.stm.api.setVariable(efrom.unit.value, efrom.amount)\n evalue = e(formula)\n }\n /*\n '{\n \"marker\":\"dimension\",\n \"unit\":{\"marker\":\"unit\",\"range\":{\"start\":19,\"end\":25},\"word\":\"celcius\",\"text\":\"celcius\",\"value\":\"celcius\",\"unknown\":true,\"types\":[\"unit\",\"unknown\"]},\n \"value\":10,\n \"amount\":{\"word\":\"degrees\",\"number\":\"many\",\"text\":\"10 degrees\",\"marker\":\"degree\",\"range\":{\"start\":8,\"end\":17},\"value\":10,\"amount\":{\"value\":10,\"text\":\"10\",\"marker\":\"number\",\"word\":\"10\",\"range\":{\"start\":8,\"end\":9},\"types\":[\"number\"]}},\n \"text\":\"10 degrees celcius\",\"range\":{\"start\":8,\"end\":25}}'\n */\n context.evalue = { \n paraphrase: true,\n marker: 'dimension',\n level: 1,\n unit: to,\n amount: { evalue, paraphrase: undefined }\n }\n }"
110
+ "generatorp": "async ({context, g}) => `${await g(context.from)} ${context.word} ${await g(context.to)}`",
111
+ "evaluator": "async ({context, kms, e, error}) => {\n /*\n error(({context, e}) => {\n context.evalue = 'dont know...'\n })\n */\n const from = context.from;\n const to = context.to;\n let evalue;\n let efrom = from\n if (!from.unit) {\n efrom = (await e(from)).evalue\n }\n if (to.value == efrom.unit.value) {\n evalue = efrom.amount\n } else {\n const formula = kms.formulas.api.get(to, [efrom.unit])\n if (!formula) {\n const reason = { marker: 'reason', focusableForPhrase: true, evalue: { marker: 'noconversion', from: efrom.unit, to } }\n kms.stm.api.mentioned({ context: reason })\n error(reason)\n }\n kms.stm.api.setVariable(efrom.unit.value, efrom.amount)\n evalue = await e(formula)\n }\n /*\n '{\n \"marker\":\"dimension\",\n \"unit\":{\"marker\":\"unit\",\"range\":{\"start\":19,\"end\":25},\"word\":\"celcius\",\"text\":\"celcius\",\"value\":\"celcius\",\"unknown\":true,\"types\":[\"unit\",\"unknown\"]},\n \"value\":10,\n \"amount\":{\"word\":\"degrees\",\"number\":\"many\",\"text\":\"10 degrees\",\"marker\":\"degree\",\"range\":{\"start\":8,\"end\":17},\"value\":10,\"amount\":{\"value\":10,\"text\":\"10\",\"marker\":\"number\",\"word\":\"10\",\"range\":{\"start\":8,\"end\":9},\"types\":[\"number\"]}},\n \"text\":\"10 degrees celcius\",\"range\":{\"start\":8,\"end\":25}}'\n */\n context.evalue = { \n paraphrase: true,\n marker: 'dimension',\n level: 1,\n unit: to,\n amount: { evalue, paraphrase: undefined }\n }\n }"
106
112
  },
107
113
  {
108
- "id": "unit"
114
+ "id": "unit",
115
+ "isA": [
116
+ "number"
117
+ ]
109
118
  }
110
119
  ]
111
120
  }
@@ -114,628 +123,839 @@
114
123
  {
115
124
  "hierarchy": [
116
125
  [
117
- "*",
118
- "hierarchyAble"
119
- ],
120
- [
121
- "*",
122
- "isEdee"
123
- ],
124
- [
125
- "*",
126
- "isEder"
127
- ],
128
- [
129
- "*",
130
- "mathematical_operator"
131
- ],
132
- [
133
- "*",
134
- "object"
135
- ],
136
- [
137
- "*",
138
- "property"
139
- ],
140
- [
141
- "*",
142
- "queryable"
143
- ],
144
- [
145
- "*",
146
- "theAble"
147
- ],
148
- [
149
- "+",
150
- "hierarchyAble"
151
- ],
152
- [
153
- "+",
154
- "isEdee"
155
- ],
156
- [
157
- "+",
158
- "isEder"
159
- ],
160
- [
161
- "+",
162
- "mathematical_operator"
163
- ],
164
- [
165
- "+",
166
- "object"
167
- ],
168
- [
169
- "+",
170
- "property"
171
- ],
172
- [
173
- "+",
174
- "queryable"
175
- ],
176
- [
177
- "+",
178
- "theAble"
179
- ],
180
- [
181
- "-",
182
- "hierarchyAble"
126
+ "a",
127
+ "articlePOS",
128
+ false
183
129
  ],
184
130
  [
185
- "-",
186
- "isEdee"
131
+ "adjective",
132
+ "adjective",
133
+ false
187
134
  ],
188
135
  [
189
- "-",
190
- "isEder"
136
+ "all",
137
+ "quantifier",
138
+ false
191
139
  ],
192
140
  [
193
- "-",
194
- "mathematical_operator"
141
+ "articlePOS",
142
+ "articlePOS",
143
+ false
195
144
  ],
196
145
  [
197
- "-",
198
- "object"
146
+ "ascending",
147
+ "hierarchyAble",
148
+ false
199
149
  ],
200
150
  [
201
- "-",
202
- "property"
151
+ "ascending",
152
+ "isEdee",
153
+ false
203
154
  ],
204
155
  [
205
- "-",
206
- "queryable"
156
+ "ascending",
157
+ "isEder",
158
+ false
207
159
  ],
208
160
  [
209
- "-",
210
- "theAble"
161
+ "ascending",
162
+ "object",
163
+ false
211
164
  ],
212
165
  [
213
- "/",
214
- "hierarchyAble"
166
+ "ascending",
167
+ "property",
168
+ false
215
169
  ],
216
170
  [
217
- "/",
218
- "isEdee"
171
+ "ascending",
172
+ "queryable",
173
+ false
219
174
  ],
220
175
  [
221
- "/",
222
- "isEder"
176
+ "ascending",
177
+ "sort_ordering",
178
+ false
223
179
  ],
224
180
  [
225
- "/",
226
- "mathematical_operator"
181
+ "ascending",
182
+ "theAble",
183
+ false
227
184
  ],
228
185
  [
229
- "/",
230
- "object"
186
+ "between",
187
+ "preposition",
188
+ false
231
189
  ],
232
190
  [
233
- "/",
234
- "property"
191
+ "calculate",
192
+ "verb",
193
+ false
235
194
  ],
236
195
  [
237
- "/",
238
- "queryable"
196
+ "canBeDoQuestion",
197
+ "canBeDoQuestion",
198
+ false
239
199
  ],
240
200
  [
241
- "/",
242
- "theAble"
201
+ "canBeQuestion",
202
+ "canBeQuestion",
203
+ false
243
204
  ],
244
205
  [
245
- "a",
246
- "articlePOS"
206
+ "concept",
207
+ "queryable",
208
+ false
247
209
  ],
248
210
  [
249
- "adjective",
250
- "adjective"
211
+ "concept",
212
+ "theAble",
213
+ false
251
214
  ],
252
215
  [
253
- "all",
254
- "quantifier"
216
+ "condition",
217
+ "condition",
218
+ false
255
219
  ],
256
220
  [
257
- "articlePOS",
258
- "articlePOS"
221
+ "countable",
222
+ "hierarchyAble",
223
+ false
259
224
  ],
260
225
  [
261
- "between",
262
- "preposition"
226
+ "descending",
227
+ "hierarchyAble",
228
+ false
263
229
  ],
264
230
  [
265
- "calculate",
266
- "verby"
231
+ "descending",
232
+ "isEdee",
233
+ false
267
234
  ],
268
235
  [
269
- "canBeDoQuestion",
270
- "canBeDoQuestion"
236
+ "descending",
237
+ "isEder",
238
+ false
271
239
  ],
272
240
  [
273
- "canBeQuestion",
274
- "canBeQuestion"
241
+ "descending",
242
+ "object",
243
+ false
275
244
  ],
276
245
  [
277
- "concept",
278
- "queryable"
246
+ "descending",
247
+ "property",
248
+ false
279
249
  ],
280
250
  [
281
- "concept",
282
- "theAble"
251
+ "descending",
252
+ "queryable",
253
+ false
283
254
  ],
284
255
  [
285
- "condition",
286
- "condition"
256
+ "descending",
257
+ "sort_ordering",
258
+ false
287
259
  ],
288
260
  [
289
- "countable",
290
- "hierarchyAble"
261
+ "descending",
262
+ "theAble",
263
+ false
291
264
  ],
292
265
  [
293
266
  "divideByExpression",
294
- "mathematicalExpression"
267
+ "mathematicalExpression",
268
+ false
295
269
  ],
296
270
  [
297
271
  "divideByOperator",
298
- "mathematicalOperator"
272
+ "mathematical_operator",
273
+ false
299
274
  ],
300
275
  [
301
276
  "doubleQuote",
302
- "queryable"
277
+ "queryable",
278
+ false
303
279
  ],
304
280
  [
281
+ "evaluate",
282
+ "verb",
283
+ false
284
+ ],
285
+ [
286
+ "expression",
305
287
  "expression",
306
- "expression"
288
+ false
307
289
  ],
308
290
  [
309
291
  "forVariable",
310
- "preposition"
292
+ "preposition",
293
+ false
311
294
  ],
312
295
  [
313
296
  "formula",
314
- "concept"
297
+ "concept",
298
+ false
315
299
  ],
316
300
  [
317
301
  "formula",
318
- "hierarchyAble"
302
+ "hierarchyAble",
303
+ false
319
304
  ],
320
305
  [
321
306
  "formula",
322
- "isEdee"
307
+ "isEdee",
308
+ false
323
309
  ],
324
310
  [
325
311
  "formula",
326
- "isEder"
312
+ "isEder",
313
+ false
327
314
  ],
328
315
  [
329
316
  "formula",
330
- "object"
317
+ "object",
318
+ false
331
319
  ],
332
320
  [
333
321
  "formula",
334
- "property"
322
+ "property",
323
+ false
335
324
  ],
336
325
  [
337
326
  "formula",
338
- "queryable"
327
+ "queryable",
328
+ false
339
329
  ],
340
330
  [
341
331
  "formula",
342
- "theAble"
332
+ "theAble",
333
+ false
343
334
  ],
344
335
  [
345
336
  "formulaForVariable",
346
- "preposition"
337
+ "preposition",
338
+ false
347
339
  ],
348
340
  [
349
341
  "formulaForVariable",
350
- "queryable"
342
+ "queryable",
343
+ false
351
344
  ],
352
345
  [
353
346
  "hasCountOfPieces",
354
- "countable"
347
+ "countable",
348
+ false
355
349
  ],
356
350
  [
357
351
  "have",
358
- "canBeDoQuestion"
352
+ "canBeDoQuestion",
353
+ false
359
354
  ],
360
355
  [
361
356
  "have",
362
- "canBeQuestion"
357
+ "canBeQuestion",
358
+ false
363
359
  ],
364
360
  [
365
361
  "hierarchyAble",
366
- "queryable"
362
+ "queryable",
363
+ false
367
364
  ],
368
365
  [
369
366
  "highest",
370
- "condition"
367
+ "condition",
368
+ false
371
369
  ],
372
370
  [
373
371
  "ifAble",
374
- "ifAble"
372
+ "ifAble",
373
+ false
375
374
  ],
376
375
  [
377
376
  "is",
378
- "canBeQuestion"
377
+ "canBeQuestion",
378
+ false
379
379
  ],
380
380
  [
381
381
  "is",
382
- "verby"
382
+ "verb",
383
+ false
383
384
  ],
384
385
  [
385
386
  "isEdee",
386
- "isEdee"
387
+ "isEdee",
388
+ false
387
389
  ],
388
390
  [
389
391
  "isEder",
390
- "isEder"
392
+ "isEder",
393
+ false
391
394
  ],
392
395
  [
393
396
  "it",
394
- "pronoun"
397
+ "pronoun",
398
+ false
395
399
  ],
396
400
  [
397
401
  "it",
398
- "queryable"
402
+ "queryable",
403
+ false
399
404
  ],
400
405
  [
401
406
  "it",
402
- "thisitthat"
407
+ "thisitthat",
408
+ false
403
409
  ],
404
410
  [
405
411
  "it",
406
- "toAble"
412
+ "toAble",
413
+ false
407
414
  ],
408
415
  [
409
416
  "lowest",
410
- "condition"
417
+ "condition",
418
+ false
411
419
  ],
412
420
  [
413
421
  "mathematical",
414
- "hierarchyAble"
422
+ "hierarchyAble",
423
+ false
415
424
  ],
416
425
  [
417
426
  "mathematical",
418
- "isEdee"
427
+ "isEdee",
428
+ false
419
429
  ],
420
430
  [
421
431
  "mathematical",
422
- "isEder"
432
+ "isEder",
433
+ false
423
434
  ],
424
435
  [
425
436
  "mathematical",
426
- "object"
437
+ "object",
438
+ false
427
439
  ],
428
440
  [
429
441
  "mathematical",
430
- "operator_modifier"
442
+ "operator_modifier",
443
+ false
431
444
  ],
432
445
  [
433
446
  "mathematical",
434
- "property"
447
+ "property",
448
+ false
435
449
  ],
436
450
  [
437
451
  "mathematical",
438
- "queryable"
452
+ "queryable",
453
+ false
439
454
  ],
440
455
  [
441
456
  "mathematical",
442
- "theAble"
457
+ "theAble",
458
+ false
443
459
  ],
444
460
  [
445
461
  "mathematicalExpression",
446
- "concept"
462
+ "concept",
463
+ false
447
464
  ],
448
465
  [
449
466
  "mathematicalExpression",
450
- "expression"
467
+ "expression",
468
+ false
451
469
  ],
452
470
  [
453
471
  "mathematicalExpression",
454
- "number"
472
+ "number",
473
+ false
455
474
  ],
456
475
  [
457
- "mathematicalOperator",
458
- "mathematicalOperator"
476
+ "mathematical_operator",
477
+ "adjective",
478
+ true
459
479
  ],
460
480
  [
461
481
  "mathematical_operator",
462
- "adjective"
482
+ "concept",
483
+ false
463
484
  ],
464
485
  [
465
486
  "mathematical_operator",
466
- "concept"
487
+ "hierarchyAble",
488
+ false
467
489
  ],
468
490
  [
469
491
  "mathematical_operator",
470
- "hierarchyAble"
492
+ "isEdee",
493
+ false
471
494
  ],
472
495
  [
473
496
  "mathematical_operator",
474
- "isEdee"
497
+ "isEder",
498
+ false
475
499
  ],
476
500
  [
477
501
  "mathematical_operator",
478
- "isEder"
502
+ "object",
503
+ false
479
504
  ],
480
505
  [
481
506
  "mathematical_operator",
482
- "object"
507
+ "operator",
508
+ false
483
509
  ],
484
510
  [
485
511
  "mathematical_operator",
486
- "operator"
512
+ "property",
513
+ false
487
514
  ],
488
515
  [
489
516
  "mathematical_operator",
490
- "property"
517
+ "queryable",
518
+ false
491
519
  ],
492
520
  [
493
521
  "mathematical_operator",
494
- "queryable"
522
+ "theAble",
523
+ false
495
524
  ],
496
525
  [
497
- "mathematical_operator",
498
- "theAble"
526
+ "memorable",
527
+ "theAble",
528
+ false
499
529
  ],
500
530
  [
501
531
  "minusExpression",
502
- "mathematicalExpression"
532
+ "mathematicalExpression",
533
+ false
503
534
  ],
504
535
  [
505
536
  "minusOperator",
506
- "mathematicalOperator"
537
+ "mathematical_operator",
538
+ false
507
539
  ],
508
540
  [
509
541
  "modifies",
510
- "verby"
511
- ],
512
- [
513
- "notAble",
514
- "notAble"
542
+ "verb",
543
+ false
515
544
  ],
516
545
  [
517
546
  "noun",
518
- "theAble"
547
+ "theAble",
548
+ false
519
549
  ],
520
550
  [
521
551
  "number",
522
- "expression"
552
+ "expression",
553
+ false
523
554
  ],
524
555
  [
525
556
  "number",
526
- "quantifier"
557
+ "quantifier",
558
+ false
527
559
  ],
528
560
  [
529
561
  "number",
530
- "queryable"
562
+ "queryable",
563
+ false
531
564
  ],
532
565
  [
533
566
  "object",
534
- "queryable"
567
+ "queryable",
568
+ false
535
569
  ],
536
570
  [
537
571
  "object",
538
- "theAble"
572
+ "theAble",
573
+ false
539
574
  ],
540
575
  [
541
576
  "operator",
542
- "concept"
577
+ "concept",
578
+ false
543
579
  ],
544
580
  [
545
581
  "operator",
546
- "hierarchyAble"
582
+ "hierarchyAble",
583
+ false
547
584
  ],
548
585
  [
549
586
  "operator",
550
- "isEdee"
587
+ "isEdee",
588
+ false
551
589
  ],
552
590
  [
553
591
  "operator",
554
- "isEder"
592
+ "isEder",
593
+ false
555
594
  ],
556
595
  [
557
596
  "operator",
558
- "object"
597
+ "object",
598
+ false
559
599
  ],
560
600
  [
561
601
  "operator",
562
- "property"
602
+ "property",
603
+ false
563
604
  ],
564
605
  [
565
606
  "operator",
566
- "queryable"
607
+ "queryable",
608
+ false
567
609
  ],
568
610
  [
569
611
  "operator",
570
- "theAble"
612
+ "theAble",
613
+ false
571
614
  ],
572
615
  [
573
616
  "operator_modifier",
574
- "operator_modifier"
617
+ "operator_modifier",
618
+ false
575
619
  ],
576
620
  [
577
621
  "orAble",
578
- "ifAble"
622
+ "ifAble",
623
+ false
624
+ ],
625
+ [
626
+ "ordering",
627
+ "concept",
628
+ false
629
+ ],
630
+ [
631
+ "ordering",
632
+ "hierarchyAble",
633
+ false
634
+ ],
635
+ [
636
+ "ordering",
637
+ "isEdee",
638
+ false
639
+ ],
640
+ [
641
+ "ordering",
642
+ "isEder",
643
+ false
644
+ ],
645
+ [
646
+ "ordering",
647
+ "object",
648
+ false
649
+ ],
650
+ [
651
+ "ordering",
652
+ "property",
653
+ false
654
+ ],
655
+ [
656
+ "ordering",
657
+ "queryable",
658
+ false
659
+ ],
660
+ [
661
+ "ordering",
662
+ "theAble",
663
+ false
664
+ ],
665
+ [
666
+ "ordering_modifier",
667
+ "ordering_modifier",
668
+ false
579
669
  ],
580
670
  [
581
671
  "plusExpression",
582
- "mathematicalExpression"
672
+ "mathematicalExpression",
673
+ false
583
674
  ],
584
675
  [
585
676
  "plusOperator",
586
- "mathematicalOperator"
677
+ "mathematical_operator",
678
+ false
587
679
  ],
588
680
  [
589
681
  "preposition",
590
- "preposition"
682
+ "preposition",
683
+ false
591
684
  ],
592
685
  [
593
686
  "pronoun",
594
- "pronoun"
595
- ],
596
- [
597
- "property",
598
- "queryable"
687
+ "pronoun",
688
+ false
599
689
  ],
600
690
  [
601
691
  "property",
602
- "theAble"
692
+ "queryable",
693
+ false
603
694
  ],
604
695
  [
605
696
  "property",
606
- "unknown"
697
+ "theAble",
698
+ false
607
699
  ],
608
700
  [
609
701
  "punctuation",
610
- "punctuation"
702
+ "punctuation",
703
+ false
611
704
  ],
612
705
  [
613
706
  "quantifier",
614
- "quantifier"
707
+ "quantifier",
708
+ false
615
709
  ],
616
710
  [
617
711
  "queryable",
618
- "queryable"
712
+ "queryable",
713
+ false
619
714
  ],
620
715
  [
621
716
  "questionMark",
622
- "punctuation"
717
+ "punctuation",
718
+ false
623
719
  ],
624
720
  [
625
721
  "readonly",
626
- "queryable"
722
+ "queryable",
723
+ false
627
724
  ],
628
725
  [
629
726
  "reason",
630
- "queryable"
727
+ "queryable",
728
+ false
631
729
  ],
632
730
  [
633
731
  "reason",
634
- "theAble"
732
+ "theAble",
733
+ false
734
+ ],
735
+ [
736
+ "remember",
737
+ "verb",
738
+ false
739
+ ],
740
+ [
741
+ "sort",
742
+ "hierarchyAble",
743
+ false
744
+ ],
745
+ [
746
+ "sort",
747
+ "isEdee",
748
+ false
749
+ ],
750
+ [
751
+ "sort",
752
+ "isEder",
753
+ false
754
+ ],
755
+ [
756
+ "sort",
757
+ "object",
758
+ false
759
+ ],
760
+ [
761
+ "sort",
762
+ "ordering_modifier",
763
+ false
764
+ ],
765
+ [
766
+ "sort",
767
+ "property",
768
+ false
769
+ ],
770
+ [
771
+ "sort",
772
+ "queryable",
773
+ false
774
+ ],
775
+ [
776
+ "sort",
777
+ "theAble",
778
+ false
779
+ ],
780
+ [
781
+ "sortOrdering",
782
+ "adjective",
783
+ false
784
+ ],
785
+ [
786
+ "sort_ordering",
787
+ "adjective",
788
+ true
789
+ ],
790
+ [
791
+ "sort_ordering",
792
+ "concept",
793
+ false
794
+ ],
795
+ [
796
+ "sort_ordering",
797
+ "hierarchyAble",
798
+ false
799
+ ],
800
+ [
801
+ "sort_ordering",
802
+ "isEdee",
803
+ false
804
+ ],
805
+ [
806
+ "sort_ordering",
807
+ "isEder",
808
+ false
809
+ ],
810
+ [
811
+ "sort_ordering",
812
+ "object",
813
+ false
814
+ ],
815
+ [
816
+ "sort_ordering",
817
+ "ordering",
818
+ false
819
+ ],
820
+ [
821
+ "sort_ordering",
822
+ "property",
823
+ false
824
+ ],
825
+ [
826
+ "sort_ordering",
827
+ "queryable",
828
+ false
829
+ ],
830
+ [
831
+ "sort_ordering",
832
+ "theAble",
833
+ false
834
+ ],
835
+ [
836
+ "stm_before",
837
+ "adjective",
838
+ false
635
839
  ],
636
840
  [
637
841
  "that",
638
- "thisitthat"
842
+ "thisitthat",
843
+ false
639
844
  ],
640
845
  [
641
846
  "the",
642
- "articlePOS"
847
+ "articlePOS",
848
+ false
643
849
  ],
644
850
  [
645
851
  "theAble",
646
- "theAble"
852
+ "theAble",
853
+ false
647
854
  ],
648
855
  [
649
856
  "this",
650
- "pronoun"
857
+ "pronoun",
858
+ false
651
859
  ],
652
860
  [
653
861
  "this",
654
- "queryable"
862
+ "queryable",
863
+ false
655
864
  ],
656
865
  [
657
866
  "this",
658
- "thisitthat"
867
+ "thisitthat",
868
+ false
659
869
  ],
660
870
  [
661
871
  "thisitthat",
662
- "queryable"
872
+ "queryable",
873
+ false
663
874
  ],
664
875
  [
665
876
  "timesExpression",
666
- "mathematicalExpression"
877
+ "mathematicalExpression",
878
+ false
667
879
  ],
668
880
  [
669
881
  "timesOperator",
670
- "mathematicalOperator"
882
+ "mathematical_operator",
883
+ false
671
884
  ],
672
885
  [
673
886
  "to",
674
- "preposition"
887
+ "preposition",
888
+ false
675
889
  ],
676
890
  [
677
891
  "toAble",
678
- "toAble"
892
+ "toAble",
893
+ false
679
894
  ],
680
895
  [
681
896
  "type",
682
- "property"
897
+ "property",
898
+ false
683
899
  ],
684
900
  [
685
901
  "type",
686
- "whatAble"
687
- ],
688
- [
689
- "unknown",
690
- "hierarchyAble"
691
- ],
692
- [
693
- "unknown",
694
- "notAble"
902
+ "whatAble",
903
+ false
695
904
  ],
696
905
  [
697
906
  "unknown",
698
- "object"
907
+ "hierarchyAble",
908
+ false
699
909
  ],
700
910
  [
701
911
  "unknown",
702
- "queryable"
912
+ "queryable",
913
+ false
703
914
  ],
704
915
  [
705
916
  "unknown",
706
- "theAble"
917
+ "theAble",
918
+ false
707
919
  ],
708
920
  [
709
- "verby",
710
- "verby"
921
+ "verb",
922
+ "verb",
923
+ false
711
924
  ],
712
925
  [
713
926
  "what",
714
- "object"
927
+ "object",
928
+ false
715
929
  ],
716
930
  [
717
931
  "what",
718
- "queryable"
932
+ "queryable",
933
+ false
719
934
  ],
720
935
  [
721
936
  "whatAble",
722
- "queryable"
937
+ "queryable",
938
+ false
723
939
  ],
724
940
  [
725
941
  "whose",
726
- "object"
942
+ "object",
943
+ false
727
944
  ],
728
945
  [
729
946
  "x",
730
- "number"
947
+ "number",
948
+ false
731
949
  ],
732
950
  [
733
951
  "xfx",
734
- "queryable"
952
+ "queryable",
953
+ false
735
954
  ],
736
955
  [
737
956
  "y",
738
- "number"
957
+ "number",
958
+ false
739
959
  ]
740
960
  ],
741
961
  "metadata": {
@@ -747,15 +967,15 @@
747
967
  ],
748
968
  "ops": [
749
969
  [
750
- "unknown",
970
+ "is",
751
971
  0
752
972
  ],
753
973
  [
754
- "unknown",
974
+ "list",
755
975
  0
756
976
  ],
757
977
  [
758
- "is",
978
+ "unknown",
759
979
  0
760
980
  ],
761
981
  [
@@ -763,7 +983,7 @@
763
983
  0
764
984
  ],
765
985
  [
766
- "list",
986
+ "unknown",
767
987
  0
768
988
  ]
769
989
  ],
@@ -776,11 +996,11 @@
776
996
  ],
777
997
  "ops": [
778
998
  [
779
- "unknown",
999
+ "is",
780
1000
  0
781
1001
  ],
782
1002
  [
783
- "is",
1003
+ "list",
784
1004
  0
785
1005
  ],
786
1006
  [
@@ -788,7 +1008,7 @@
788
1008
  0
789
1009
  ],
790
1010
  [
791
- "list",
1011
+ "unknown",
792
1012
  0
793
1013
  ]
794
1014
  ],
@@ -805,11 +1025,11 @@
805
1025
  0
806
1026
  ],
807
1027
  [
808
- "unknown",
1028
+ "list",
809
1029
  0
810
1030
  ],
811
1031
  [
812
- "list",
1032
+ "unknown",
813
1033
  0
814
1034
  ]
815
1035
  ],
@@ -1109,6 +1329,12 @@
1109
1329
  "expression",
1110
1330
  "queryable"
1111
1331
  ],
1332
+ "localHierarchy": [
1333
+ [
1334
+ "unknown",
1335
+ "dimension"
1336
+ ]
1337
+ ],
1112
1338
  "after": [
1113
1339
  [
1114
1340
  "possession",
@@ -1121,7 +1347,10 @@
1121
1347
  ]
1122
1348
  },
1123
1349
  {
1124
- "id": "unit"
1350
+ "id": "unit",
1351
+ "isA": [
1352
+ "number"
1353
+ ]
1125
1354
  }
1126
1355
  ]
1127
1356
  }