ekms 7.12.8 → 8.0.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. package/common/animals.instance.json +192 -406
  2. package/common/animals.js +1 -1
  3. package/common/avatar.js +7 -5
  4. package/common/characters.js +12 -6
  5. package/common/{pipboyTemplate.instance.json → colors.instance.json} +13784 -8900
  6. package/common/colors.js +71 -0
  7. package/common/colors.test.json +4860 -0
  8. package/common/concept.js +2 -2
  9. package/common/crew.instance.json +3945 -3636
  10. package/common/crew.js +5 -3
  11. package/common/currency.js +0 -2
  12. package/common/dialogues.js +152 -20
  13. package/common/dialogues.test.json +1053 -33
  14. package/common/dimension.instance.json +750 -86
  15. package/common/dimension.js +15 -7
  16. package/common/dimension.test.json +289 -312
  17. package/common/edible.instance.json +446 -578
  18. package/common/edible.js +1 -1
  19. package/common/emotions.instance.json +67 -39
  20. package/common/emotions.js +1 -1
  21. package/common/fastfood.instance.json +1769 -2136
  22. package/common/fastfood.js +2 -2
  23. package/common/fastfood.test.json +7941 -3647
  24. package/common/formulas.instance.json +996 -0
  25. package/common/formulas.js +19 -6
  26. package/common/formulas.test.json +504 -2896
  27. package/common/gdefaults.js +2 -0
  28. package/common/help.js +7 -2
  29. package/common/help.test.json +18 -10
  30. package/common/helpers/concept.js +29 -9
  31. package/common/helpers/dialogues.js +17 -1
  32. package/common/helpers/formulas.js +0 -14
  33. package/common/helpers/meta.js +0 -1
  34. package/common/helpers/properties.js +6 -13
  35. package/common/helpers.js +5 -0
  36. package/common/javascript.js +8 -6
  37. package/common/kirk.instance.json +5 -1
  38. package/common/kirk.js +1 -1
  39. package/common/length.instance.json +417 -811
  40. package/common/length.js +1 -1
  41. package/common/math.instance.json +1938 -1
  42. package/common/math.js +17 -5
  43. package/common/meta.instance.json +1 -1
  44. package/common/meta.js +33 -10
  45. package/common/numbers.js +28 -24
  46. package/common/ordering.instance.json +98 -138
  47. package/common/ordering.js +1 -1
  48. package/common/people.instance.json +68 -121
  49. package/common/people.js +1 -1
  50. package/common/pipboy.instance.json +23411 -1076
  51. package/common/pipboy.js +31 -4
  52. package/common/pipboy.test.json +13 -9
  53. package/common/pokemon.instance.json +172 -223
  54. package/common/pokemon.js +1 -1
  55. package/common/pressure.instance.json +131 -81
  56. package/common/pressure.js +1 -1
  57. package/common/properties.instance.json +25 -49
  58. package/common/properties.js +20 -15
  59. package/common/properties.test.json +17605 -4030
  60. package/common/punctuation.js +8 -0
  61. package/common/punctuation.test.json +233 -5
  62. package/common/reports.instance.json +33 -65
  63. package/common/reports.js +9 -9
  64. package/common/scorekeeper.instance.json +1 -1
  65. package/common/scorekeeper.js +9 -7
  66. package/common/sizeable.js +7 -2
  67. package/common/spock.instance.json +5 -1
  68. package/common/spock.js +1 -1
  69. package/common/stm.js +16 -5
  70. package/common/tell.js +4 -2
  71. package/common/temperature.instance.json +142 -252
  72. package/common/temperature.js +1 -1
  73. package/common/testing.js +0 -1
  74. package/common/time.js +36 -20
  75. package/common/time.test.json +66 -44
  76. package/common/tokenize.js +47 -0
  77. package/common/tokenize.test.json +87 -0
  78. package/common/ui.instance.json +13 -1
  79. package/common/ui.js +0 -1
  80. package/common/weight.instance.json +335 -228
  81. package/common/weight.js +1 -1
  82. package/common/weight.test.json +242 -238
  83. package/main.js +6 -8
  84. package/package.json +10 -18
  85. package/common/dimensionTemplate.instance.json +0 -582
  86. package/common/dimensionTemplate.js +0 -35
  87. package/common/dimensionTemplate.test.json +0 -2
  88. package/common/formulasTemplate.instance.json +0 -483
  89. package/common/formulasTemplate.js +0 -30
  90. package/common/formulasTemplate.test.json +0 -2
  91. package/common/mathTemplate.instance.json +0 -1635
  92. package/common/mathTemplate.js +0 -32
  93. package/common/mathTemplate.test.json +0 -1422
  94. package/common/pipboyTemplate.js +0 -48
  95. package/common/pipboyTemplate.test.json +0 -2
@@ -1,2 +1,1939 @@
1
1
  {
2
- }
2
+ "configs": [
3
+ "mathematical modifies operator",
4
+ "* + / and - are mathematical operators",
5
+ {
6
+ "name": "math",
7
+ "operators": [
8
+ "([mathematicalExpression])",
9
+ "([mathematicalOperator])",
10
+ "(([number|]) [plusOperator] ([number|]))",
11
+ "(([number|]) [minusOperator] ([number|]))",
12
+ "(([number|]) [timesOperator] ([number|]))",
13
+ "(([number|]) [divideByOperator|] ([number|]))",
14
+ "([plusExpression|])",
15
+ "([minusExpression|])",
16
+ "([timesExpression|])",
17
+ "([divideByExpression|])",
18
+ {
19
+ "pattern": "([x])",
20
+ "development": true
21
+ },
22
+ {
23
+ "pattern": "([y])",
24
+ "development": true
25
+ }
26
+ ],
27
+ "bridges": [
28
+ {
29
+ "id": "mathematicalExpression",
30
+ "isA": [
31
+ "concept",
32
+ "number"
33
+ ]
34
+ },
35
+ {
36
+ "id": "mathematicalOperator",
37
+ "before": [
38
+ "verby"
39
+ ],
40
+ "after": [
41
+ "adjective"
42
+ ]
43
+ },
44
+ {
45
+ "id": "x",
46
+ "isA": [
47
+ "number"
48
+ ],
49
+ "level": 0,
50
+ "bridge": "{ ...next(operator) }",
51
+ "development": true
52
+ },
53
+ {
54
+ "id": "y",
55
+ "isA": [
56
+ "number"
57
+ ],
58
+ "level": 0,
59
+ "bridge": "{ ...next(operator) }",
60
+ "development": true
61
+ },
62
+ {
63
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
64
+ "id": "plusOperator",
65
+ "level": 0,
66
+ "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
+ "isA": [
68
+ "mathematicalOperator"
69
+ ],
70
+ "before": [],
71
+ "localHierarchy": [
72
+ [
73
+ "unknown",
74
+ "number"
75
+ ]
76
+ ],
77
+ "words": [
78
+ "plus",
79
+ "+"
80
+ ],
81
+ "generatorp": "({gp, context}) => context.word"
82
+ },
83
+ {
84
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
85
+ "id": "plusExpression",
86
+ "level": 0,
87
+ "bridge": "{ ...next(operator) }",
88
+ "isA": [
89
+ "mathematicalExpression"
90
+ ],
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 }"
93
+ },
94
+ {
95
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
96
+ "id": "minusOperator",
97
+ "level": 0,
98
+ "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
+ "isA": [
100
+ "mathematicalOperator"
101
+ ],
102
+ "before": [],
103
+ "localHierarchy": [
104
+ [
105
+ "unknown",
106
+ "number"
107
+ ]
108
+ ],
109
+ "words": [
110
+ "minus",
111
+ "-"
112
+ ],
113
+ "generatorp": "({gp, context}) => context.word"
114
+ },
115
+ {
116
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
117
+ "id": "minusExpression",
118
+ "level": 0,
119
+ "bridge": "{ ...next(operator) }",
120
+ "isA": [
121
+ "mathematicalExpression"
122
+ ],
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 }"
125
+ },
126
+ {
127
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
128
+ "id": "timesOperator",
129
+ "level": 0,
130
+ "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
+ "isA": [
132
+ "mathematicalOperator"
133
+ ],
134
+ "before": [
135
+ [
136
+ "plusOperator",
137
+ 0
138
+ ],
139
+ [
140
+ "minusOperator",
141
+ 0
142
+ ]
143
+ ],
144
+ "localHierarchy": [
145
+ [
146
+ "unknown",
147
+ "number"
148
+ ]
149
+ ],
150
+ "words": [
151
+ "times",
152
+ "*"
153
+ ],
154
+ "generatorp": "({gp, context}) => context.word"
155
+ },
156
+ {
157
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
158
+ "id": "timesExpression",
159
+ "level": 0,
160
+ "bridge": "{ ...next(operator) }",
161
+ "isA": [
162
+ "mathematicalExpression"
163
+ ],
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 }"
166
+ },
167
+ {
168
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
169
+ "id": "divideByOperator",
170
+ "level": 0,
171
+ "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
+ "isA": [
173
+ "mathematicalOperator"
174
+ ],
175
+ "before": [
176
+ [
177
+ "plusOperator",
178
+ 0
179
+ ],
180
+ [
181
+ "minusOperator",
182
+ 0
183
+ ]
184
+ ],
185
+ "localHierarchy": [
186
+ [
187
+ "unknown",
188
+ "number"
189
+ ]
190
+ ],
191
+ "words": [
192
+ "/"
193
+ ],
194
+ "generatorp": "({gp, context}) => context.word"
195
+ },
196
+ {
197
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
198
+ "id": "divideByExpression",
199
+ "level": 0,
200
+ "bridge": "{ ...next(operator) }",
201
+ "isA": [
202
+ "mathematicalExpression"
203
+ ],
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 }"
206
+ }
207
+ ]
208
+ }
209
+ ],
210
+ "resultss": [
211
+ {
212
+ "hierarchy": [
213
+ [
214
+ "a",
215
+ "articlePOS"
216
+ ],
217
+ [
218
+ "all",
219
+ "quantifier"
220
+ ],
221
+ [
222
+ "articlePOS",
223
+ "articlePOS"
224
+ ],
225
+ [
226
+ "between",
227
+ "preposition"
228
+ ],
229
+ [
230
+ "canBeDoQuestion",
231
+ "canBeDoQuestion"
232
+ ],
233
+ [
234
+ "canBeQuestion",
235
+ "canBeQuestion"
236
+ ],
237
+ [
238
+ "concept",
239
+ "queryable"
240
+ ],
241
+ [
242
+ "concept",
243
+ "theAble"
244
+ ],
245
+ [
246
+ "condition",
247
+ "condition"
248
+ ],
249
+ [
250
+ "countable",
251
+ "hierarchyAble"
252
+ ],
253
+ [
254
+ "doubleQuote",
255
+ "queryable"
256
+ ],
257
+ [
258
+ "hasCountOfPieces",
259
+ "countable"
260
+ ],
261
+ [
262
+ "have",
263
+ "canBeDoQuestion"
264
+ ],
265
+ [
266
+ "have",
267
+ "canBeQuestion"
268
+ ],
269
+ [
270
+ "hierarchyAble",
271
+ "queryable"
272
+ ],
273
+ [
274
+ "highest",
275
+ "condition"
276
+ ],
277
+ [
278
+ "ifAble",
279
+ "ifAble"
280
+ ],
281
+ [
282
+ "is",
283
+ "canBeQuestion"
284
+ ],
285
+ [
286
+ "is",
287
+ "verby"
288
+ ],
289
+ [
290
+ "it",
291
+ "pronoun"
292
+ ],
293
+ [
294
+ "it",
295
+ "queryable"
296
+ ],
297
+ [
298
+ "it",
299
+ "thisitthat"
300
+ ],
301
+ [
302
+ "it",
303
+ "toAble"
304
+ ],
305
+ [
306
+ "lowest",
307
+ "condition"
308
+ ],
309
+ [
310
+ "modifies",
311
+ "verby"
312
+ ],
313
+ [
314
+ "notAble",
315
+ "notAble"
316
+ ],
317
+ [
318
+ "noun",
319
+ "theAble"
320
+ ],
321
+ [
322
+ "number",
323
+ "quantifier"
324
+ ],
325
+ [
326
+ "number",
327
+ "queryable"
328
+ ],
329
+ [
330
+ "object",
331
+ "queryable"
332
+ ],
333
+ [
334
+ "object",
335
+ "theAble"
336
+ ],
337
+ [
338
+ "orAble",
339
+ "ifAble"
340
+ ],
341
+ [
342
+ "preposition",
343
+ "preposition"
344
+ ],
345
+ [
346
+ "pronoun",
347
+ "pronoun"
348
+ ],
349
+ [
350
+ "property",
351
+ "queryable"
352
+ ],
353
+ [
354
+ "property",
355
+ "theAble"
356
+ ],
357
+ [
358
+ "property",
359
+ "unknown"
360
+ ],
361
+ [
362
+ "punctuation",
363
+ "punctuation"
364
+ ],
365
+ [
366
+ "quantifier",
367
+ "quantifier"
368
+ ],
369
+ [
370
+ "queryable",
371
+ "queryable"
372
+ ],
373
+ [
374
+ "questionMark",
375
+ "punctuation"
376
+ ],
377
+ [
378
+ "readonly",
379
+ "queryable"
380
+ ],
381
+ [
382
+ "reason",
383
+ "queryable"
384
+ ],
385
+ [
386
+ "reason",
387
+ "theAble"
388
+ ],
389
+ [
390
+ "that",
391
+ "thisitthat"
392
+ ],
393
+ [
394
+ "the",
395
+ "articlePOS"
396
+ ],
397
+ [
398
+ "theAble",
399
+ "theAble"
400
+ ],
401
+ [
402
+ "this",
403
+ "pronoun"
404
+ ],
405
+ [
406
+ "this",
407
+ "queryable"
408
+ ],
409
+ [
410
+ "this",
411
+ "thisitthat"
412
+ ],
413
+ [
414
+ "thisitthat",
415
+ "queryable"
416
+ ],
417
+ [
418
+ "to",
419
+ "preposition"
420
+ ],
421
+ [
422
+ "toAble",
423
+ "toAble"
424
+ ],
425
+ [
426
+ "type",
427
+ "property"
428
+ ],
429
+ [
430
+ "type",
431
+ "whatAble"
432
+ ],
433
+ [
434
+ "unknown",
435
+ "hierarchyAble"
436
+ ],
437
+ [
438
+ "unknown",
439
+ "notAble"
440
+ ],
441
+ [
442
+ "unknown",
443
+ "object"
444
+ ],
445
+ [
446
+ "unknown",
447
+ "queryable"
448
+ ],
449
+ [
450
+ "unknown",
451
+ "theAble"
452
+ ],
453
+ [
454
+ "verby",
455
+ "verby"
456
+ ],
457
+ [
458
+ "what",
459
+ "object"
460
+ ],
461
+ [
462
+ "what",
463
+ "queryable"
464
+ ],
465
+ [
466
+ "whatAble",
467
+ "queryable"
468
+ ],
469
+ [
470
+ "whose",
471
+ "object"
472
+ ],
473
+ [
474
+ "xfx",
475
+ "queryable"
476
+ ]
477
+ ],
478
+ "metadata": {
479
+ "opChoices": [
480
+ {
481
+ "op": [
482
+ "unknown",
483
+ 0
484
+ ],
485
+ "ops": [
486
+ [
487
+ "unknown",
488
+ 0
489
+ ],
490
+ [
491
+ "modifies",
492
+ 0
493
+ ],
494
+ [
495
+ "unknown",
496
+ 0
497
+ ]
498
+ ],
499
+ "counter": 1
500
+ },
501
+ {
502
+ "op": [
503
+ "unknown",
504
+ 0
505
+ ],
506
+ "ops": [
507
+ [
508
+ "modifies",
509
+ 0
510
+ ],
511
+ [
512
+ "unknown",
513
+ 0
514
+ ]
515
+ ],
516
+ "counter": 2
517
+ },
518
+ {
519
+ "op": [
520
+ "modifies",
521
+ 0
522
+ ],
523
+ "ops": [
524
+ [
525
+ "modifies",
526
+ 0
527
+ ]
528
+ ],
529
+ "counter": 3
530
+ }
531
+ ]
532
+ },
533
+ "trace": "undefined",
534
+ "contexts": [
535
+ {
536
+ "word": "modifies",
537
+ "number": "one",
538
+ "flatten": false,
539
+ "text": "mathematical modifies operator",
540
+ "marker": "modifies",
541
+ "range": {
542
+ "start": 0,
543
+ "end": 29
544
+ },
545
+ "dead": true,
546
+ "modifiers": [
547
+ {
548
+ "value": "mathematical",
549
+ "unknown": true,
550
+ "text": "mathematical",
551
+ "marker": "unknown",
552
+ "word": "mathematical",
553
+ "range": {
554
+ "start": 0,
555
+ "end": 11
556
+ },
557
+ "dead": true,
558
+ "level": 1
559
+ }
560
+ ],
561
+ "concept": {
562
+ "value": "operator",
563
+ "unknown": true,
564
+ "text": "operator",
565
+ "marker": "unknown",
566
+ "word": "operator",
567
+ "range": {
568
+ "start": 22,
569
+ "end": 29
570
+ },
571
+ "dead": true,
572
+ "level": 1
573
+ },
574
+ "level": 1,
575
+ "topLevel": true,
576
+ "touchedBy": [
577
+ "math#call2"
578
+ ]
579
+ }
580
+ ],
581
+ "generated": [
582
+ ""
583
+ ],
584
+ "paraphrases": [
585
+ "mathematical modifies operator"
586
+ ],
587
+ "paraphrasesParenthesized": [],
588
+ "generatedParenthesized": [],
589
+ "responses": [
590
+ ""
591
+ ],
592
+ "associations": [
593
+ [
594
+ [
595
+ "modifies",
596
+ 0
597
+ ],
598
+ [
599
+ "unknown",
600
+ 0
601
+ ]
602
+ ],
603
+ [
604
+ [
605
+ "modifies",
606
+ 0
607
+ ],
608
+ [
609
+ "unknown",
610
+ 0
611
+ ],
612
+ [
613
+ "unknown",
614
+ 1
615
+ ]
616
+ ],
617
+ [
618
+ [
619
+ "modifies",
620
+ 0
621
+ ],
622
+ [
623
+ "unknown",
624
+ 1
625
+ ]
626
+ ]
627
+ ],
628
+ "learned_contextual_priorities": [],
629
+ "query": "mathematical modifies operator",
630
+ "key": {
631
+ "query": "mathematical modifies operator"
632
+ }
633
+ },
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
+ {
1587
+ "extraConfig": true,
1588
+ "name": "math",
1589
+ "operators": [
1590
+ "([mathematicalExpression])",
1591
+ "([mathematicalOperator])",
1592
+ "(([number|]) [plusOperator] ([number|]))",
1593
+ "(([number|]) [minusOperator] ([number|]))",
1594
+ "(([number|]) [timesOperator] ([number|]))",
1595
+ "(([number|]) [divideByOperator|] ([number|]))",
1596
+ "([plusExpression|])",
1597
+ "([minusExpression|])",
1598
+ "([timesExpression|])",
1599
+ "([divideByExpression|])",
1600
+ {
1601
+ "pattern": "([x])",
1602
+ "development": true
1603
+ },
1604
+ {
1605
+ "pattern": "([y])",
1606
+ "development": true
1607
+ }
1608
+ ],
1609
+ "bridges": [
1610
+ {
1611
+ "id": "mathematicalExpression",
1612
+ "isA": [
1613
+ "concept",
1614
+ "number"
1615
+ ]
1616
+ },
1617
+ {
1618
+ "id": "mathematicalOperator",
1619
+ "before": [
1620
+ "verby"
1621
+ ],
1622
+ "after": [
1623
+ "adjective"
1624
+ ]
1625
+ },
1626
+ {
1627
+ "id": "x",
1628
+ "isA": [
1629
+ "number"
1630
+ ],
1631
+ "level": 0,
1632
+ "bridge": "{ ...next(operator) }",
1633
+ "development": true
1634
+ },
1635
+ {
1636
+ "id": "y",
1637
+ "isA": [
1638
+ "number"
1639
+ ],
1640
+ "level": 0,
1641
+ "bridge": "{ ...next(operator) }",
1642
+ "development": true
1643
+ },
1644
+ {
1645
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
1646
+ "id": "plusOperator",
1647
+ "level": 0,
1648
+ "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
+ "isA": [
1650
+ "mathematicalOperator"
1651
+ ],
1652
+ "before": [],
1653
+ "localHierarchy": [
1654
+ [
1655
+ "unknown",
1656
+ "number"
1657
+ ]
1658
+ ],
1659
+ "words": [
1660
+ "plus",
1661
+ "+"
1662
+ ]
1663
+ },
1664
+ {
1665
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
1666
+ "id": "plusExpression",
1667
+ "level": 0,
1668
+ "bridge": "{ ...next(operator) }",
1669
+ "isA": [
1670
+ "mathematicalExpression"
1671
+ ]
1672
+ },
1673
+ {
1674
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
1675
+ "id": "minusOperator",
1676
+ "level": 0,
1677
+ "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
+ "isA": [
1679
+ "mathematicalOperator"
1680
+ ],
1681
+ "before": [],
1682
+ "localHierarchy": [
1683
+ [
1684
+ "unknown",
1685
+ "number"
1686
+ ]
1687
+ ],
1688
+ "words": [
1689
+ "minus",
1690
+ "-"
1691
+ ]
1692
+ },
1693
+ {
1694
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
1695
+ "id": "minusExpression",
1696
+ "level": 0,
1697
+ "bridge": "{ ...next(operator) }",
1698
+ "isA": [
1699
+ "mathematicalExpression"
1700
+ ]
1701
+ },
1702
+ {
1703
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
1704
+ "id": "timesOperator",
1705
+ "level": 0,
1706
+ "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
+ "isA": [
1708
+ "mathematicalOperator"
1709
+ ],
1710
+ "before": [
1711
+ [
1712
+ "plusOperator",
1713
+ 0
1714
+ ],
1715
+ [
1716
+ "minusOperator",
1717
+ 0
1718
+ ]
1719
+ ],
1720
+ "localHierarchy": [
1721
+ [
1722
+ "unknown",
1723
+ "number"
1724
+ ]
1725
+ ],
1726
+ "words": [
1727
+ "times",
1728
+ "*"
1729
+ ]
1730
+ },
1731
+ {
1732
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
1733
+ "id": "timesExpression",
1734
+ "level": 0,
1735
+ "bridge": "{ ...next(operator) }",
1736
+ "isA": [
1737
+ "mathematicalExpression"
1738
+ ]
1739
+ },
1740
+ {
1741
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:32",
1742
+ "id": "divideByOperator",
1743
+ "level": 0,
1744
+ "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
+ "isA": [
1746
+ "mathematicalOperator"
1747
+ ],
1748
+ "before": [
1749
+ [
1750
+ "plusOperator",
1751
+ 0
1752
+ ],
1753
+ [
1754
+ "minusOperator",
1755
+ 0
1756
+ ]
1757
+ ],
1758
+ "localHierarchy": [
1759
+ [
1760
+ "unknown",
1761
+ "number"
1762
+ ]
1763
+ ],
1764
+ "words": [
1765
+ "/"
1766
+ ]
1767
+ },
1768
+ {
1769
+ "where": "/home/dev/code/theprogrammablemind/kms/common/math.js:44",
1770
+ "id": "divideByExpression",
1771
+ "level": 0,
1772
+ "bridge": "{ ...next(operator) }",
1773
+ "isA": [
1774
+ "mathematicalExpression"
1775
+ ]
1776
+ }
1777
+ ]
1778
+ }
1779
+ ],
1780
+ "fragments": [],
1781
+ "semantics": [],
1782
+ "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
+ [
1904
+ [
1905
+ "modifies",
1906
+ 0
1907
+ ],
1908
+ [
1909
+ "unknown",
1910
+ 0
1911
+ ]
1912
+ ],
1913
+ [
1914
+ [
1915
+ "modifies",
1916
+ 0
1917
+ ],
1918
+ [
1919
+ "unknown",
1920
+ 0
1921
+ ],
1922
+ [
1923
+ "unknown",
1924
+ 1
1925
+ ]
1926
+ ],
1927
+ [
1928
+ [
1929
+ "modifies",
1930
+ 0
1931
+ ],
1932
+ [
1933
+ "unknown",
1934
+ 1
1935
+ ]
1936
+ ]
1937
+ ],
1938
+ "learned_contextual_priorities": []
1939
+ }