ekms 8.0.0-beta.5 → 8.0.0-beta.50

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. package/common/animals.instance.json +2855 -1363
  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/avatar.js +5 -9
  6. package/common/characters.js +22 -28
  7. package/common/colors.instance.json +6978 -3493
  8. package/common/colors.js +4 -8
  9. package/common/colors.test.json +345 -780
  10. package/common/comparable.js +5 -22
  11. package/common/concept.js +120 -118
  12. package/common/countable.js +18 -12
  13. package/common/countable.test.json +1050 -0
  14. package/common/crew.instance.json +13032 -6570
  15. package/common/crew.js +36 -41
  16. package/common/crew.test.json +714 -452
  17. package/common/currency.js +27 -45
  18. package/common/dialogues.js +158 -282
  19. package/common/dimension.instance.json +273 -272
  20. package/common/dimension.js +16 -22
  21. package/common/dimension.test.json +446 -1640
  22. package/common/edible.instance.json +19911 -9877
  23. package/common/edible.js +3 -8
  24. package/common/emotions.instance.json +146 -128
  25. package/common/emotions.js +35 -38
  26. package/common/evaluate.instance.json +2 -0
  27. package/common/evaluate.js +49 -0
  28. package/common/evaluate.test.json +574 -0
  29. package/common/events.js +9 -13
  30. package/common/fastfood.instance.json +221141 -111240
  31. package/common/fastfood.js +70 -80
  32. package/common/formulas.instance.json +251 -265
  33. package/common/formulas.js +17 -24
  34. package/common/gdefaults.js +24 -26
  35. package/common/help.js +7 -12
  36. package/common/help.test.json +22 -22
  37. package/common/helpers/concept.js +9 -6
  38. package/common/helpers/dialogues.js +2 -3
  39. package/common/helpers/properties.js +52 -58
  40. package/common/helpers.js +1 -1
  41. package/common/hierarchy.js +16 -24
  42. package/common/javascript.js +11 -18
  43. package/common/kirk.instance.json +583 -289
  44. package/common/kirk.js +5 -8
  45. package/common/length.instance.json +5530 -4754
  46. package/common/length.js +4 -8
  47. package/common/listener.js +48 -0
  48. package/common/listener.test.json +104 -0
  49. package/common/math.instance.json +192 -1184
  50. package/common/math.js +15 -19
  51. package/common/meta.js +23 -47
  52. package/common/nameable.instance.json +2 -0
  53. package/common/nameable.js +135 -0
  54. package/common/nameable.test.json +2121 -0
  55. package/common/negation.instance.json +2 -0
  56. package/common/negation.js +38 -0
  57. package/common/negation.test.json +308 -0
  58. package/common/numbers.js +6 -10
  59. package/common/ordering.instance.json +340 -160
  60. package/common/ordering.js +80 -86
  61. package/common/people.instance.json +2066 -1014
  62. package/common/people.js +8 -13
  63. package/common/percentages.instance.json +2 -0
  64. package/common/percentages.js +53 -0
  65. package/common/percentages.test.json +751 -0
  66. package/common/pipboy.instance.json +7999 -6269
  67. package/common/pipboy.js +32 -43
  68. package/common/pokemon.instance.json +4207 -2069
  69. package/common/pokemon.js +7 -20
  70. package/common/pos.js +4 -5
  71. package/common/pressure.instance.json +1341 -1189
  72. package/common/pressure.js +4 -8
  73. package/common/properties.instance.json +130 -60
  74. package/common/properties.js +56 -133
  75. package/common/punctuation.js +6 -6
  76. package/common/reports.instance.json +595 -557
  77. package/common/reports.js +64 -89
  78. package/common/scorekeeper.js +18 -30
  79. package/common/sdefaults.js +16 -7
  80. package/common/sizeable.js +5 -9
  81. package/common/spock.instance.json +583 -289
  82. package/common/spock.js +5 -8
  83. package/common/stgame.js +19 -19
  84. package/common/stm.js +163 -26
  85. package/common/stm.test.json +1734 -1
  86. package/common/tell.js +14 -18
  87. package/common/temperature.instance.json +1461 -1293
  88. package/common/temperature.js +4 -8
  89. package/common/tester.js +3 -3
  90. package/common/testing.js +8 -12
  91. package/common/time.js +20 -25
  92. package/common/tokenize.js +4 -5
  93. package/common/ui.instance.json +257 -258
  94. package/common/ui.js +11 -17
  95. package/common/weight.instance.json +5212 -4233
  96. package/common/weight.js +4 -8
  97. package/common/yesno.js +5 -5
  98. package/main.js +59 -46
  99. package/package.json +27 -5
@@ -8,721 +8,745 @@
8
8
  "resultss": [
9
9
  {
10
10
  "hierarchy": [
11
- [
12
- "*",
13
- "hierarchyAble"
14
- ],
15
- [
16
- "*",
17
- "isEdee"
18
- ],
19
- [
20
- "*",
21
- "isEder"
22
- ],
23
- [
24
- "*",
25
- "mathematical_operator"
26
- ],
27
- [
28
- "*",
29
- "object"
30
- ],
31
- [
32
- "*",
33
- "property"
34
- ],
35
- [
36
- "*",
37
- "queryable"
38
- ],
39
- [
40
- "*",
41
- "theAble"
42
- ],
43
- [
44
- "+",
45
- "hierarchyAble"
46
- ],
47
- [
48
- "+",
49
- "isEdee"
50
- ],
51
- [
52
- "+",
53
- "isEder"
54
- ],
55
- [
56
- "+",
57
- "mathematical_operator"
58
- ],
59
- [
60
- "+",
61
- "object"
62
- ],
63
- [
64
- "+",
65
- "property"
66
- ],
67
- [
68
- "+",
69
- "queryable"
70
- ],
71
- [
72
- "+",
73
- "theAble"
74
- ],
75
- [
76
- "-",
77
- "hierarchyAble"
78
- ],
79
- [
80
- "-",
81
- "isEdee"
82
- ],
83
- [
84
- "-",
85
- "isEder"
86
- ],
87
- [
88
- "-",
89
- "mathematical_operator"
90
- ],
91
- [
92
- "-",
93
- "object"
94
- ],
95
- [
96
- "-",
97
- "property"
98
- ],
99
- [
100
- "-",
101
- "queryable"
102
- ],
103
- [
104
- "-",
105
- "theAble"
106
- ],
107
- [
108
- "/",
109
- "hierarchyAble"
110
- ],
111
- [
112
- "/",
113
- "isEdee"
114
- ],
115
- [
116
- "/",
117
- "isEder"
118
- ],
119
- [
120
- "/",
121
- "mathematical_operator"
122
- ],
123
- [
124
- "/",
125
- "object"
126
- ],
127
- [
128
- "/",
129
- "property"
130
- ],
131
- [
132
- "/",
133
- "queryable"
134
- ],
135
- [
136
- "/",
137
- "theAble"
138
- ],
139
11
  [
140
12
  "a",
141
- "articlePOS"
13
+ "articlePOS",
14
+ false
142
15
  ],
143
16
  [
144
17
  "adjective",
145
- "adjective"
18
+ "adjective",
19
+ false
146
20
  ],
147
21
  [
148
22
  "all",
149
- "quantifier"
23
+ "quantifier",
24
+ false
150
25
  ],
151
26
  [
152
27
  "amount",
153
- "amount"
28
+ "amount",
29
+ false
154
30
  ],
155
31
  [
156
32
  "articlePOS",
157
- "articlePOS"
33
+ "articlePOS",
34
+ false
158
35
  ],
159
36
  [
160
37
  "between",
161
- "preposition"
38
+ "preposition",
39
+ false
162
40
  ],
163
41
  [
164
42
  "calculate",
165
- "verby"
43
+ "verby",
44
+ false
166
45
  ],
167
46
  [
168
47
  "canBeDoQuestion",
169
- "canBeDoQuestion"
48
+ "canBeDoQuestion",
49
+ false
170
50
  ],
171
51
  [
172
52
  "canBeQuestion",
173
- "canBeQuestion"
53
+ "canBeQuestion",
54
+ false
174
55
  ],
175
56
  [
176
57
  "concept",
177
- "queryable"
58
+ "queryable",
59
+ false
178
60
  ],
179
61
  [
180
62
  "concept",
181
- "theAble"
63
+ "theAble",
64
+ false
182
65
  ],
183
66
  [
184
67
  "condition",
185
- "condition"
68
+ "condition",
69
+ false
186
70
  ],
187
71
  [
188
72
  "convertToUnits",
189
- "expression"
73
+ "expression",
74
+ false
190
75
  ],
191
76
  [
192
77
  "convertToUnits",
193
- "queryable"
78
+ "queryable",
79
+ false
194
80
  ],
195
81
  [
196
82
  "convertToUnits",
197
- "testingValue"
83
+ "testingValue",
84
+ false
198
85
  ],
199
86
  [
200
87
  "countable",
201
- "hierarchyAble"
88
+ "hierarchyAble",
89
+ false
202
90
  ],
203
91
  [
204
92
  "degree",
205
- "amount"
93
+ "amount",
94
+ false
206
95
  ],
207
96
  [
208
97
  "dimension",
209
- "concept"
98
+ "concept",
99
+ false
210
100
  ],
211
101
  [
212
102
  "dimension",
213
- "hierarchyAble"
103
+ "hierarchyAble",
104
+ false
214
105
  ],
215
106
  [
216
107
  "dimension",
217
- "isEdee"
108
+ "isEdee",
109
+ false
218
110
  ],
219
111
  [
220
112
  "dimension",
221
- "isEder"
113
+ "isEder",
114
+ false
222
115
  ],
223
116
  [
224
117
  "dimension",
225
- "object"
118
+ "object",
119
+ false
226
120
  ],
227
121
  [
228
122
  "dimension",
229
- "property"
123
+ "property",
124
+ false
230
125
  ],
231
126
  [
232
127
  "dimension",
233
- "queryable"
128
+ "queryable",
129
+ false
234
130
  ],
235
131
  [
236
132
  "dimension",
237
- "theAble"
133
+ "theAble",
134
+ false
238
135
  ],
239
136
  [
240
137
  "divideByExpression",
241
- "mathematicalExpression"
138
+ "mathematicalExpression",
139
+ false
242
140
  ],
243
141
  [
244
142
  "divideByOperator",
245
- "mathematicalOperator"
143
+ "mathematical_operator",
144
+ false
246
145
  ],
247
146
  [
248
147
  "doubleQuote",
249
- "queryable"
148
+ "queryable",
149
+ false
250
150
  ],
251
151
  [
152
+ "evaluate",
153
+ "verby",
154
+ false
155
+ ],
156
+ [
157
+ "expression",
252
158
  "expression",
253
- "expression"
159
+ false
254
160
  ],
255
161
  [
256
162
  "forVariable",
257
- "preposition"
163
+ "preposition",
164
+ false
258
165
  ],
259
166
  [
260
167
  "formula",
261
- "concept"
168
+ "concept",
169
+ false
262
170
  ],
263
171
  [
264
172
  "formula",
265
- "hierarchyAble"
173
+ "hierarchyAble",
174
+ false
266
175
  ],
267
176
  [
268
177
  "formula",
269
- "isEdee"
178
+ "isEdee",
179
+ false
270
180
  ],
271
181
  [
272
182
  "formula",
273
- "isEder"
183
+ "isEder",
184
+ false
274
185
  ],
275
186
  [
276
187
  "formula",
277
- "object"
188
+ "object",
189
+ false
278
190
  ],
279
191
  [
280
192
  "formula",
281
- "property"
193
+ "property",
194
+ false
282
195
  ],
283
196
  [
284
197
  "formula",
285
- "queryable"
198
+ "queryable",
199
+ false
286
200
  ],
287
201
  [
288
202
  "formula",
289
- "theAble"
203
+ "theAble",
204
+ false
290
205
  ],
291
206
  [
292
207
  "formulaForVariable",
293
- "preposition"
208
+ "preposition",
209
+ false
294
210
  ],
295
211
  [
296
212
  "formulaForVariable",
297
- "queryable"
213
+ "queryable",
214
+ false
298
215
  ],
299
216
  [
300
217
  "hasCountOfPieces",
301
- "countable"
218
+ "countable",
219
+ false
302
220
  ],
303
221
  [
304
222
  "have",
305
- "canBeDoQuestion"
223
+ "canBeDoQuestion",
224
+ false
306
225
  ],
307
226
  [
308
227
  "have",
309
- "canBeQuestion"
228
+ "canBeQuestion",
229
+ false
310
230
  ],
311
231
  [
312
232
  "hierarchyAble",
313
- "queryable"
233
+ "queryable",
234
+ false
314
235
  ],
315
236
  [
316
237
  "highest",
317
- "condition"
238
+ "condition",
239
+ false
318
240
  ],
319
241
  [
320
242
  "ifAble",
321
- "ifAble"
243
+ "ifAble",
244
+ false
322
245
  ],
323
246
  [
324
247
  "is",
325
- "canBeQuestion"
248
+ "canBeQuestion",
249
+ false
326
250
  ],
327
251
  [
328
252
  "is",
329
- "verby"
253
+ "verby",
254
+ false
330
255
  ],
331
256
  [
332
257
  "isEdee",
333
- "isEdee"
258
+ "isEdee",
259
+ false
334
260
  ],
335
261
  [
336
262
  "isEder",
337
- "isEder"
263
+ "isEder",
264
+ false
338
265
  ],
339
266
  [
340
267
  "it",
341
- "pronoun"
268
+ "pronoun",
269
+ false
342
270
  ],
343
271
  [
344
272
  "it",
345
- "queryable"
273
+ "queryable",
274
+ false
346
275
  ],
347
276
  [
348
277
  "it",
349
- "thisitthat"
278
+ "thisitthat",
279
+ false
350
280
  ],
351
281
  [
352
282
  "it",
353
- "toAble"
283
+ "toAble",
284
+ false
354
285
  ],
355
286
  [
356
287
  "length",
357
- "dimension"
288
+ "dimension",
289
+ false
358
290
  ],
359
291
  [
360
292
  "lowest",
361
- "condition"
293
+ "condition",
294
+ false
362
295
  ],
363
296
  [
364
297
  "mathematical",
365
- "hierarchyAble"
298
+ "hierarchyAble",
299
+ false
366
300
  ],
367
301
  [
368
302
  "mathematical",
369
- "isEdee"
303
+ "isEdee",
304
+ false
370
305
  ],
371
306
  [
372
307
  "mathematical",
373
- "isEder"
308
+ "isEder",
309
+ false
374
310
  ],
375
311
  [
376
312
  "mathematical",
377
- "object"
313
+ "object",
314
+ false
378
315
  ],
379
316
  [
380
317
  "mathematical",
381
- "operator_modifier"
318
+ "operator_modifier",
319
+ false
382
320
  ],
383
321
  [
384
322
  "mathematical",
385
- "property"
323
+ "property",
324
+ false
386
325
  ],
387
326
  [
388
327
  "mathematical",
389
- "queryable"
328
+ "queryable",
329
+ false
390
330
  ],
391
331
  [
392
332
  "mathematical",
393
- "theAble"
333
+ "theAble",
334
+ false
394
335
  ],
395
336
  [
396
337
  "mathematicalExpression",
397
- "concept"
338
+ "concept",
339
+ false
398
340
  ],
399
341
  [
400
342
  "mathematicalExpression",
401
- "expression"
343
+ "expression",
344
+ false
402
345
  ],
403
346
  [
404
347
  "mathematicalExpression",
405
- "number"
348
+ "number",
349
+ false
406
350
  ],
407
351
  [
408
- "mathematicalOperator",
409
- "mathematicalOperator"
352
+ "mathematical_operator",
353
+ "adjective",
354
+ true
410
355
  ],
411
356
  [
412
357
  "mathematical_operator",
413
- "adjective"
358
+ "concept",
359
+ false
414
360
  ],
415
361
  [
416
362
  "mathematical_operator",
417
- "concept"
363
+ "hierarchyAble",
364
+ false
418
365
  ],
419
366
  [
420
367
  "mathematical_operator",
421
- "hierarchyAble"
368
+ "isEdee",
369
+ false
422
370
  ],
423
371
  [
424
372
  "mathematical_operator",
425
- "isEdee"
373
+ "isEder",
374
+ false
426
375
  ],
427
376
  [
428
377
  "mathematical_operator",
429
- "isEder"
378
+ "object",
379
+ false
430
380
  ],
431
381
  [
432
382
  "mathematical_operator",
433
- "object"
383
+ "operator",
384
+ false
434
385
  ],
435
386
  [
436
387
  "mathematical_operator",
437
- "operator"
388
+ "property",
389
+ false
438
390
  ],
439
391
  [
440
392
  "mathematical_operator",
441
- "property"
393
+ "queryable",
394
+ false
442
395
  ],
443
396
  [
444
397
  "mathematical_operator",
445
- "queryable"
398
+ "theAble",
399
+ false
446
400
  ],
447
401
  [
448
- "mathematical_operator",
449
- "theAble"
402
+ "memorable",
403
+ "theAble",
404
+ false
450
405
  ],
451
406
  [
452
407
  "minusExpression",
453
- "mathematicalExpression"
408
+ "mathematicalExpression",
409
+ false
454
410
  ],
455
411
  [
456
412
  "minusOperator",
457
- "mathematicalOperator"
413
+ "mathematical_operator",
414
+ false
458
415
  ],
459
416
  [
460
417
  "modifies",
461
- "verby"
462
- ],
463
- [
464
- "notAble",
465
- "notAble"
418
+ "verby",
419
+ false
466
420
  ],
467
421
  [
468
422
  "noun",
469
- "theAble"
423
+ "theAble",
424
+ false
470
425
  ],
471
426
  [
472
427
  "number",
473
- "expression"
428
+ "expression",
429
+ false
474
430
  ],
475
431
  [
476
432
  "number",
477
- "quantifier"
433
+ "quantifier",
434
+ false
478
435
  ],
479
436
  [
480
437
  "number",
481
- "queryable"
438
+ "queryable",
439
+ false
482
440
  ],
483
441
  [
484
442
  "object",
485
- "queryable"
443
+ "queryable",
444
+ false
486
445
  ],
487
446
  [
488
447
  "object",
489
- "theAble"
448
+ "theAble",
449
+ false
490
450
  ],
491
451
  [
492
452
  "operator",
493
- "concept"
453
+ "concept",
454
+ false
494
455
  ],
495
456
  [
496
457
  "operator",
497
- "hierarchyAble"
458
+ "hierarchyAble",
459
+ false
498
460
  ],
499
461
  [
500
462
  "operator",
501
- "isEdee"
463
+ "isEdee",
464
+ false
502
465
  ],
503
466
  [
504
467
  "operator",
505
- "isEder"
468
+ "isEder",
469
+ false
506
470
  ],
507
471
  [
508
472
  "operator",
509
- "object"
473
+ "object",
474
+ false
510
475
  ],
511
476
  [
512
477
  "operator",
513
- "property"
478
+ "property",
479
+ false
514
480
  ],
515
481
  [
516
482
  "operator",
517
- "queryable"
483
+ "queryable",
484
+ false
518
485
  ],
519
486
  [
520
487
  "operator",
521
- "theAble"
488
+ "theAble",
489
+ false
522
490
  ],
523
491
  [
524
492
  "operator_modifier",
525
- "operator_modifier"
493
+ "operator_modifier",
494
+ false
526
495
  ],
527
496
  [
528
497
  "orAble",
529
- "ifAble"
498
+ "ifAble",
499
+ false
530
500
  ],
531
501
  [
532
502
  "plusExpression",
533
- "mathematicalExpression"
503
+ "mathematicalExpression",
504
+ false
534
505
  ],
535
506
  [
536
507
  "plusOperator",
537
- "mathematicalOperator"
508
+ "mathematical_operator",
509
+ false
538
510
  ],
539
511
  [
540
512
  "preposition",
541
- "preposition"
513
+ "preposition",
514
+ false
542
515
  ],
543
516
  [
544
517
  "pronoun",
545
- "pronoun"
518
+ "pronoun",
519
+ false
546
520
  ],
547
521
  [
548
522
  "property",
549
- "queryable"
523
+ "queryable",
524
+ false
550
525
  ],
551
526
  [
552
527
  "property",
553
- "theAble"
528
+ "theAble",
529
+ false
554
530
  ],
555
531
  [
556
532
  "property",
557
- "unknown"
533
+ "unknown",
534
+ false
558
535
  ],
559
536
  [
560
537
  "punctuation",
561
- "punctuation"
538
+ "punctuation",
539
+ false
562
540
  ],
563
541
  [
564
542
  "quantifier",
565
- "quantifier"
543
+ "quantifier",
544
+ false
566
545
  ],
567
546
  [
568
547
  "queryable",
569
- "queryable"
548
+ "queryable",
549
+ false
570
550
  ],
571
551
  [
572
552
  "questionMark",
573
- "punctuation"
553
+ "punctuation",
554
+ false
574
555
  ],
575
556
  [
576
557
  "readonly",
577
- "queryable"
558
+ "queryable",
559
+ false
578
560
  ],
579
561
  [
580
562
  "reason",
581
- "queryable"
563
+ "queryable",
564
+ false
582
565
  ],
583
566
  [
584
567
  "reason",
585
- "theAble"
568
+ "theAble",
569
+ false
570
+ ],
571
+ [
572
+ "remember",
573
+ "verby",
574
+ false
575
+ ],
576
+ [
577
+ "stm_before",
578
+ "adjective",
579
+ false
586
580
  ],
587
581
  [
588
582
  "testingValue",
589
- "testingValue"
583
+ "testingValue",
584
+ false
590
585
  ],
591
586
  [
592
587
  "that",
593
- "thisitthat"
588
+ "thisitthat",
589
+ false
594
590
  ],
595
591
  [
596
592
  "the",
597
- "articlePOS"
593
+ "articlePOS",
594
+ false
598
595
  ],
599
596
  [
600
597
  "theAble",
601
- "theAble"
598
+ "theAble",
599
+ false
602
600
  ],
603
601
  [
604
602
  "this",
605
- "pronoun"
603
+ "pronoun",
604
+ false
606
605
  ],
607
606
  [
608
607
  "this",
609
- "queryable"
608
+ "queryable",
609
+ false
610
610
  ],
611
611
  [
612
612
  "this",
613
- "thisitthat"
613
+ "thisitthat",
614
+ false
614
615
  ],
615
616
  [
616
617
  "thisitthat",
617
- "queryable"
618
+ "queryable",
619
+ false
618
620
  ],
619
621
  [
620
622
  "timesExpression",
621
- "mathematicalExpression"
623
+ "mathematicalExpression",
624
+ false
622
625
  ],
623
626
  [
624
627
  "timesOperator",
625
- "mathematicalOperator"
628
+ "mathematical_operator",
629
+ false
626
630
  ],
627
631
  [
628
632
  "to",
629
- "preposition"
633
+ "preposition",
634
+ false
630
635
  ],
631
636
  [
632
637
  "toAble",
633
- "toAble"
638
+ "toAble",
639
+ false
634
640
  ],
635
641
  [
636
642
  "type",
637
- "property"
643
+ "property",
644
+ false
638
645
  ],
639
646
  [
640
647
  "type",
641
- "whatAble"
648
+ "whatAble",
649
+ false
642
650
  ],
643
651
  [
644
652
  "unit",
645
- "concept"
653
+ "concept",
654
+ false
646
655
  ],
647
656
  [
648
657
  "unit",
649
- "hierarchyAble"
658
+ "hierarchyAble",
659
+ false
650
660
  ],
651
661
  [
652
662
  "unit",
653
- "isEdee"
663
+ "isEdee",
664
+ false
654
665
  ],
655
666
  [
656
667
  "unit",
657
- "isEder"
668
+ "isEder",
669
+ false
658
670
  ],
659
671
  [
660
672
  "unit",
661
- "object"
673
+ "object",
674
+ false
662
675
  ],
663
676
  [
664
677
  "unit",
665
- "property"
678
+ "property",
679
+ false
666
680
  ],
667
681
  [
668
682
  "unit",
669
- "queryable"
683
+ "queryable",
684
+ false
670
685
  ],
671
686
  [
672
687
  "unit",
673
- "theAble"
674
- ],
675
- [
676
- "unknown",
677
- "hierarchyAble"
688
+ "theAble",
689
+ false
678
690
  ],
679
691
  [
680
692
  "unknown",
681
- "notAble"
693
+ "hierarchyAble",
694
+ false
682
695
  ],
683
696
  [
684
697
  "unknown",
685
- "object"
698
+ "object",
699
+ false
686
700
  ],
687
701
  [
688
702
  "unknown",
689
- "queryable"
703
+ "queryable",
704
+ false
690
705
  ],
691
706
  [
692
707
  "unknown",
693
- "theAble"
708
+ "theAble",
709
+ false
694
710
  ],
695
711
  [
696
712
  "verby",
697
- "verby"
713
+ "verby",
714
+ false
698
715
  ],
699
716
  [
700
717
  "what",
701
- "object"
718
+ "object",
719
+ false
702
720
  ],
703
721
  [
704
722
  "what",
705
- "queryable"
723
+ "queryable",
724
+ false
706
725
  ],
707
726
  [
708
727
  "whatAble",
709
- "queryable"
728
+ "queryable",
729
+ false
710
730
  ],
711
731
  [
712
732
  "whose",
713
- "object"
733
+ "object",
734
+ false
714
735
  ],
715
736
  [
716
737
  "x",
717
- "number"
738
+ "number",
739
+ false
718
740
  ],
719
741
  [
720
742
  "xfx",
721
- "queryable"
743
+ "queryable",
744
+ false
722
745
  ],
723
746
  [
724
747
  "y",
725
- "number"
748
+ "number",
749
+ false
726
750
  ]
727
751
  ],
728
752
  "metadata": {
@@ -969,752 +993,784 @@
969
993
  {
970
994
  "hierarchy": [
971
995
  [
972
- "*",
973
- "hierarchyAble"
996
+ "a",
997
+ "articlePOS",
998
+ false
974
999
  ],
975
1000
  [
976
- "*",
977
- "isEdee"
1001
+ "adjective",
1002
+ "adjective",
1003
+ false
978
1004
  ],
979
1005
  [
980
- "*",
981
- "isEder"
1006
+ "all",
1007
+ "quantifier",
1008
+ false
982
1009
  ],
983
1010
  [
984
- "*",
985
- "mathematical_operator"
1011
+ "amount",
1012
+ "amount",
1013
+ false
986
1014
  ],
987
1015
  [
988
- "*",
989
- "object"
1016
+ "articlePOS",
1017
+ "articlePOS",
1018
+ false
990
1019
  ],
991
1020
  [
992
- "*",
993
- "property"
1021
+ "between",
1022
+ "preposition",
1023
+ false
994
1024
  ],
995
1025
  [
996
- "*",
997
- "queryable"
1026
+ "calculate",
1027
+ "verby",
1028
+ false
998
1029
  ],
999
1030
  [
1000
- "*",
1001
- "theAble"
1031
+ "canBeDoQuestion",
1032
+ "canBeDoQuestion",
1033
+ false
1002
1034
  ],
1003
1035
  [
1004
- "+",
1005
- "hierarchyAble"
1036
+ "canBeQuestion",
1037
+ "canBeQuestion",
1038
+ false
1006
1039
  ],
1007
1040
  [
1008
- "+",
1009
- "isEdee"
1041
+ "concept",
1042
+ "queryable",
1043
+ false
1010
1044
  ],
1011
1045
  [
1012
- "+",
1013
- "isEder"
1046
+ "concept",
1047
+ "theAble",
1048
+ false
1014
1049
  ],
1015
1050
  [
1016
- "+",
1017
- "mathematical_operator"
1051
+ "condition",
1052
+ "condition",
1053
+ false
1018
1054
  ],
1019
1055
  [
1020
- "+",
1021
- "object"
1056
+ "convertToUnits",
1057
+ "expression",
1058
+ false
1022
1059
  ],
1023
1060
  [
1024
- "+",
1025
- "property"
1061
+ "convertToUnits",
1062
+ "queryable",
1063
+ false
1026
1064
  ],
1027
1065
  [
1028
- "+",
1029
- "queryable"
1030
- ],
1031
- [
1032
- "+",
1033
- "theAble"
1034
- ],
1035
- [
1036
- "-",
1037
- "hierarchyAble"
1038
- ],
1039
- [
1040
- "-",
1041
- "isEdee"
1042
- ],
1043
- [
1044
- "-",
1045
- "isEder"
1046
- ],
1047
- [
1048
- "-",
1049
- "mathematical_operator"
1050
- ],
1051
- [
1052
- "-",
1053
- "object"
1054
- ],
1055
- [
1056
- "-",
1057
- "property"
1058
- ],
1059
- [
1060
- "-",
1061
- "queryable"
1062
- ],
1063
- [
1064
- "-",
1065
- "theAble"
1066
- ],
1067
- [
1068
- "/",
1069
- "hierarchyAble"
1070
- ],
1071
- [
1072
- "/",
1073
- "isEdee"
1074
- ],
1075
- [
1076
- "/",
1077
- "isEder"
1078
- ],
1079
- [
1080
- "/",
1081
- "mathematical_operator"
1082
- ],
1083
- [
1084
- "/",
1085
- "object"
1086
- ],
1087
- [
1088
- "/",
1089
- "property"
1090
- ],
1091
- [
1092
- "/",
1093
- "queryable"
1094
- ],
1095
- [
1096
- "/",
1097
- "theAble"
1098
- ],
1099
- [
1100
- "a",
1101
- "articlePOS"
1102
- ],
1103
- [
1104
- "adjective",
1105
- "adjective"
1106
- ],
1107
- [
1108
- "all",
1109
- "quantifier"
1110
- ],
1111
- [
1112
- "amount",
1113
- "amount"
1114
- ],
1115
- [
1116
- "articlePOS",
1117
- "articlePOS"
1118
- ],
1119
- [
1120
- "between",
1121
- "preposition"
1122
- ],
1123
- [
1124
- "calculate",
1125
- "verby"
1126
- ],
1127
- [
1128
- "canBeDoQuestion",
1129
- "canBeDoQuestion"
1130
- ],
1131
- [
1132
- "canBeQuestion",
1133
- "canBeQuestion"
1134
- ],
1135
- [
1136
- "concept",
1137
- "queryable"
1138
- ],
1139
- [
1140
- "concept",
1141
- "theAble"
1142
- ],
1143
- [
1144
- "condition",
1145
- "condition"
1146
- ],
1147
- [
1148
- "convertToUnits",
1149
- "expression"
1150
- ],
1151
- [
1152
- "convertToUnits",
1153
- "queryable"
1154
- ],
1155
- [
1156
- "convertToUnits",
1157
- "testingValue"
1066
+ "convertToUnits",
1067
+ "testingValue",
1068
+ false
1158
1069
  ],
1159
1070
  [
1160
1071
  "countable",
1161
- "hierarchyAble"
1072
+ "hierarchyAble",
1073
+ false
1162
1074
  ],
1163
1075
  [
1164
1076
  "degree",
1165
- "amount"
1077
+ "amount",
1078
+ false
1166
1079
  ],
1167
1080
  [
1168
1081
  "dimension",
1169
- "concept"
1082
+ "concept",
1083
+ false
1170
1084
  ],
1171
1085
  [
1172
1086
  "dimension",
1173
- "hierarchyAble"
1087
+ "hierarchyAble",
1088
+ false
1174
1089
  ],
1175
1090
  [
1176
1091
  "dimension",
1177
- "isEdee"
1092
+ "isEdee",
1093
+ false
1178
1094
  ],
1179
1095
  [
1180
1096
  "dimension",
1181
- "isEder"
1097
+ "isEder",
1098
+ false
1182
1099
  ],
1183
1100
  [
1184
1101
  "dimension",
1185
- "object"
1102
+ "object",
1103
+ false
1186
1104
  ],
1187
1105
  [
1188
1106
  "dimension",
1189
- "property"
1107
+ "property",
1108
+ false
1190
1109
  ],
1191
1110
  [
1192
1111
  "dimension",
1193
- "queryable"
1112
+ "queryable",
1113
+ false
1194
1114
  ],
1195
1115
  [
1196
1116
  "dimension",
1197
- "theAble"
1117
+ "theAble",
1118
+ false
1198
1119
  ],
1199
1120
  [
1200
1121
  "divideByExpression",
1201
- "mathematicalExpression"
1122
+ "mathematicalExpression",
1123
+ false
1202
1124
  ],
1203
1125
  [
1204
1126
  "divideByOperator",
1205
- "mathematicalOperator"
1127
+ "mathematical_operator",
1128
+ false
1206
1129
  ],
1207
1130
  [
1208
1131
  "doubleQuote",
1209
- "queryable"
1132
+ "queryable",
1133
+ false
1134
+ ],
1135
+ [
1136
+ "evaluate",
1137
+ "verby",
1138
+ false
1210
1139
  ],
1211
1140
  [
1212
1141
  "expression",
1213
- "expression"
1142
+ "expression",
1143
+ false
1214
1144
  ],
1215
1145
  [
1216
1146
  "forVariable",
1217
- "preposition"
1147
+ "preposition",
1148
+ false
1218
1149
  ],
1219
1150
  [
1220
1151
  "formula",
1221
- "concept"
1152
+ "concept",
1153
+ false
1222
1154
  ],
1223
1155
  [
1224
1156
  "formula",
1225
- "hierarchyAble"
1157
+ "hierarchyAble",
1158
+ false
1226
1159
  ],
1227
1160
  [
1228
1161
  "formula",
1229
- "isEdee"
1162
+ "isEdee",
1163
+ false
1230
1164
  ],
1231
1165
  [
1232
1166
  "formula",
1233
- "isEder"
1167
+ "isEder",
1168
+ false
1234
1169
  ],
1235
1170
  [
1236
1171
  "formula",
1237
- "object"
1172
+ "object",
1173
+ false
1238
1174
  ],
1239
1175
  [
1240
1176
  "formula",
1241
- "property"
1177
+ "property",
1178
+ false
1242
1179
  ],
1243
1180
  [
1244
1181
  "formula",
1245
- "queryable"
1182
+ "queryable",
1183
+ false
1246
1184
  ],
1247
1185
  [
1248
1186
  "formula",
1249
- "theAble"
1187
+ "theAble",
1188
+ false
1250
1189
  ],
1251
1190
  [
1252
1191
  "formulaForVariable",
1253
- "preposition"
1192
+ "preposition",
1193
+ false
1254
1194
  ],
1255
1195
  [
1256
1196
  "formulaForVariable",
1257
- "queryable"
1197
+ "queryable",
1198
+ false
1258
1199
  ],
1259
1200
  [
1260
1201
  "hasCountOfPieces",
1261
- "countable"
1202
+ "countable",
1203
+ false
1262
1204
  ],
1263
1205
  [
1264
1206
  "have",
1265
- "canBeDoQuestion"
1207
+ "canBeDoQuestion",
1208
+ false
1266
1209
  ],
1267
1210
  [
1268
1211
  "have",
1269
- "canBeQuestion"
1212
+ "canBeQuestion",
1213
+ false
1270
1214
  ],
1271
1215
  [
1272
1216
  "hierarchyAble",
1273
- "queryable"
1217
+ "queryable",
1218
+ false
1274
1219
  ],
1275
1220
  [
1276
1221
  "highest",
1277
- "condition"
1222
+ "condition",
1223
+ false
1278
1224
  ],
1279
1225
  [
1280
1226
  "ifAble",
1281
- "ifAble"
1227
+ "ifAble",
1228
+ false
1282
1229
  ],
1283
1230
  [
1284
1231
  "is",
1285
- "canBeQuestion"
1232
+ "canBeQuestion",
1233
+ false
1286
1234
  ],
1287
1235
  [
1288
1236
  "is",
1289
- "verby"
1237
+ "verby",
1238
+ false
1290
1239
  ],
1291
1240
  [
1292
1241
  "isEdee",
1293
- "isEdee"
1242
+ "isEdee",
1243
+ false
1294
1244
  ],
1295
1245
  [
1296
1246
  "isEder",
1297
- "isEder"
1247
+ "isEder",
1248
+ false
1298
1249
  ],
1299
1250
  [
1300
1251
  "it",
1301
- "pronoun"
1252
+ "pronoun",
1253
+ false
1302
1254
  ],
1303
1255
  [
1304
1256
  "it",
1305
- "queryable"
1257
+ "queryable",
1258
+ false
1306
1259
  ],
1307
1260
  [
1308
1261
  "it",
1309
- "thisitthat"
1262
+ "thisitthat",
1263
+ false
1310
1264
  ],
1311
1265
  [
1312
1266
  "it",
1313
- "toAble"
1267
+ "toAble",
1268
+ false
1314
1269
  ],
1315
1270
  [
1316
1271
  "length",
1317
- "dimension"
1272
+ "dimension",
1273
+ false
1318
1274
  ],
1319
1275
  [
1320
1276
  "lowest",
1321
- "condition"
1277
+ "condition",
1278
+ false
1322
1279
  ],
1323
1280
  [
1324
1281
  "mathematical",
1325
- "hierarchyAble"
1282
+ "hierarchyAble",
1283
+ false
1326
1284
  ],
1327
1285
  [
1328
1286
  "mathematical",
1329
- "isEdee"
1287
+ "isEdee",
1288
+ false
1330
1289
  ],
1331
1290
  [
1332
1291
  "mathematical",
1333
- "isEder"
1292
+ "isEder",
1293
+ false
1334
1294
  ],
1335
1295
  [
1336
1296
  "mathematical",
1337
- "object"
1297
+ "object",
1298
+ false
1338
1299
  ],
1339
1300
  [
1340
1301
  "mathematical",
1341
- "operator_modifier"
1302
+ "operator_modifier",
1303
+ false
1342
1304
  ],
1343
1305
  [
1344
1306
  "mathematical",
1345
- "property"
1307
+ "property",
1308
+ false
1346
1309
  ],
1347
1310
  [
1348
1311
  "mathematical",
1349
- "queryable"
1312
+ "queryable",
1313
+ false
1350
1314
  ],
1351
1315
  [
1352
1316
  "mathematical",
1353
- "theAble"
1317
+ "theAble",
1318
+ false
1354
1319
  ],
1355
1320
  [
1356
1321
  "mathematicalExpression",
1357
- "concept"
1322
+ "concept",
1323
+ false
1358
1324
  ],
1359
1325
  [
1360
1326
  "mathematicalExpression",
1361
- "expression"
1327
+ "expression",
1328
+ false
1362
1329
  ],
1363
1330
  [
1364
1331
  "mathematicalExpression",
1365
- "number"
1332
+ "number",
1333
+ false
1366
1334
  ],
1367
1335
  [
1368
- "mathematicalOperator",
1369
- "mathematicalOperator"
1336
+ "mathematical_operator",
1337
+ "adjective",
1338
+ true
1370
1339
  ],
1371
1340
  [
1372
1341
  "mathematical_operator",
1373
- "adjective"
1342
+ "concept",
1343
+ false
1374
1344
  ],
1375
1345
  [
1376
1346
  "mathematical_operator",
1377
- "concept"
1347
+ "hierarchyAble",
1348
+ false
1378
1349
  ],
1379
1350
  [
1380
1351
  "mathematical_operator",
1381
- "hierarchyAble"
1352
+ "isEdee",
1353
+ false
1382
1354
  ],
1383
1355
  [
1384
1356
  "mathematical_operator",
1385
- "isEdee"
1357
+ "isEder",
1358
+ false
1386
1359
  ],
1387
1360
  [
1388
1361
  "mathematical_operator",
1389
- "isEder"
1362
+ "object",
1363
+ false
1390
1364
  ],
1391
1365
  [
1392
1366
  "mathematical_operator",
1393
- "object"
1367
+ "operator",
1368
+ false
1394
1369
  ],
1395
1370
  [
1396
1371
  "mathematical_operator",
1397
- "operator"
1372
+ "property",
1373
+ false
1398
1374
  ],
1399
1375
  [
1400
1376
  "mathematical_operator",
1401
- "property"
1377
+ "queryable",
1378
+ false
1402
1379
  ],
1403
1380
  [
1404
1381
  "mathematical_operator",
1405
- "queryable"
1382
+ "theAble",
1383
+ false
1406
1384
  ],
1407
1385
  [
1408
- "mathematical_operator",
1409
- "theAble"
1386
+ "memorable",
1387
+ "theAble",
1388
+ false
1410
1389
  ],
1411
1390
  [
1412
1391
  "minusExpression",
1413
- "mathematicalExpression"
1392
+ "mathematicalExpression",
1393
+ false
1414
1394
  ],
1415
1395
  [
1416
1396
  "minusOperator",
1417
- "mathematicalOperator"
1397
+ "mathematical_operator",
1398
+ false
1418
1399
  ],
1419
1400
  [
1420
1401
  "modifies",
1421
- "verby"
1422
- ],
1423
- [
1424
- "notAble",
1425
- "notAble"
1402
+ "verby",
1403
+ false
1426
1404
  ],
1427
1405
  [
1428
1406
  "noun",
1429
- "theAble"
1407
+ "theAble",
1408
+ false
1430
1409
  ],
1431
1410
  [
1432
1411
  "number",
1433
- "expression"
1412
+ "expression",
1413
+ false
1434
1414
  ],
1435
1415
  [
1436
1416
  "number",
1437
- "quantifier"
1417
+ "quantifier",
1418
+ false
1438
1419
  ],
1439
1420
  [
1440
1421
  "number",
1441
- "queryable"
1422
+ "queryable",
1423
+ false
1442
1424
  ],
1443
1425
  [
1444
1426
  "object",
1445
- "queryable"
1427
+ "queryable",
1428
+ false
1446
1429
  ],
1447
1430
  [
1448
1431
  "object",
1449
- "theAble"
1432
+ "theAble",
1433
+ false
1450
1434
  ],
1451
1435
  [
1452
1436
  "operator",
1453
- "concept"
1437
+ "concept",
1438
+ false
1454
1439
  ],
1455
1440
  [
1456
1441
  "operator",
1457
- "hierarchyAble"
1442
+ "hierarchyAble",
1443
+ false
1458
1444
  ],
1459
1445
  [
1460
1446
  "operator",
1461
- "isEdee"
1447
+ "isEdee",
1448
+ false
1462
1449
  ],
1463
1450
  [
1464
1451
  "operator",
1465
- "isEder"
1452
+ "isEder",
1453
+ false
1466
1454
  ],
1467
1455
  [
1468
1456
  "operator",
1469
- "object"
1457
+ "object",
1458
+ false
1470
1459
  ],
1471
1460
  [
1472
1461
  "operator",
1473
- "property"
1462
+ "property",
1463
+ false
1474
1464
  ],
1475
1465
  [
1476
1466
  "operator",
1477
- "queryable"
1467
+ "queryable",
1468
+ false
1478
1469
  ],
1479
1470
  [
1480
1471
  "operator",
1481
- "theAble"
1472
+ "theAble",
1473
+ false
1482
1474
  ],
1483
1475
  [
1484
1476
  "operator_modifier",
1485
- "operator_modifier"
1477
+ "operator_modifier",
1478
+ false
1486
1479
  ],
1487
1480
  [
1488
1481
  "orAble",
1489
- "ifAble"
1482
+ "ifAble",
1483
+ false
1490
1484
  ],
1491
1485
  [
1492
1486
  "plusExpression",
1493
- "mathematicalExpression"
1487
+ "mathematicalExpression",
1488
+ false
1494
1489
  ],
1495
1490
  [
1496
1491
  "plusOperator",
1497
- "mathematicalOperator"
1492
+ "mathematical_operator",
1493
+ false
1498
1494
  ],
1499
1495
  [
1500
1496
  "preposition",
1501
- "preposition"
1497
+ "preposition",
1498
+ false
1502
1499
  ],
1503
1500
  [
1504
1501
  "pronoun",
1505
- "pronoun"
1502
+ "pronoun",
1503
+ false
1506
1504
  ],
1507
1505
  [
1508
1506
  "property",
1509
- "queryable"
1507
+ "queryable",
1508
+ false
1510
1509
  ],
1511
1510
  [
1512
1511
  "property",
1513
- "theAble"
1512
+ "theAble",
1513
+ false
1514
1514
  ],
1515
1515
  [
1516
1516
  "property",
1517
- "unknown"
1517
+ "unknown",
1518
+ false
1518
1519
  ],
1519
1520
  [
1520
1521
  "punctuation",
1521
- "punctuation"
1522
+ "punctuation",
1523
+ false
1522
1524
  ],
1523
1525
  [
1524
1526
  "quantifier",
1525
- "quantifier"
1527
+ "quantifier",
1528
+ false
1526
1529
  ],
1527
1530
  [
1528
1531
  "queryable",
1529
- "queryable"
1532
+ "queryable",
1533
+ false
1530
1534
  ],
1531
1535
  [
1532
1536
  "questionMark",
1533
- "punctuation"
1537
+ "punctuation",
1538
+ false
1534
1539
  ],
1535
1540
  [
1536
1541
  "readonly",
1537
- "queryable"
1542
+ "queryable",
1543
+ false
1538
1544
  ],
1539
1545
  [
1540
1546
  "reason",
1541
- "queryable"
1547
+ "queryable",
1548
+ false
1542
1549
  ],
1543
1550
  [
1544
1551
  "reason",
1545
- "theAble"
1552
+ "theAble",
1553
+ false
1554
+ ],
1555
+ [
1556
+ "remember",
1557
+ "verby",
1558
+ false
1559
+ ],
1560
+ [
1561
+ "stm_before",
1562
+ "adjective",
1563
+ false
1546
1564
  ],
1547
1565
  [
1548
1566
  "temperature",
1549
- "dimension"
1567
+ "dimension",
1568
+ false
1550
1569
  ],
1551
1570
  [
1552
1571
  "temperature",
1553
- "hierarchyAble"
1572
+ "hierarchyAble",
1573
+ false
1554
1574
  ],
1555
1575
  [
1556
1576
  "temperature",
1557
- "isEdee"
1577
+ "isEdee",
1578
+ false
1558
1579
  ],
1559
1580
  [
1560
1581
  "temperature",
1561
- "isEder"
1582
+ "isEder",
1583
+ false
1562
1584
  ],
1563
1585
  [
1564
1586
  "temperature",
1565
- "object"
1587
+ "object",
1588
+ false
1566
1589
  ],
1567
1590
  [
1568
1591
  "temperature",
1569
- "property"
1592
+ "property",
1593
+ false
1570
1594
  ],
1571
1595
  [
1572
1596
  "temperature",
1573
- "queryable"
1597
+ "queryable",
1598
+ false
1574
1599
  ],
1575
1600
  [
1576
1601
  "temperature",
1577
- "theAble"
1602
+ "theAble",
1603
+ false
1578
1604
  ],
1579
1605
  [
1580
1606
  "testingValue",
1581
- "testingValue"
1607
+ "testingValue",
1608
+ false
1582
1609
  ],
1583
1610
  [
1584
1611
  "that",
1585
- "thisitthat"
1612
+ "thisitthat",
1613
+ false
1586
1614
  ],
1587
1615
  [
1588
1616
  "the",
1589
- "articlePOS"
1617
+ "articlePOS",
1618
+ false
1590
1619
  ],
1591
1620
  [
1592
1621
  "theAble",
1593
- "theAble"
1622
+ "theAble",
1623
+ false
1594
1624
  ],
1595
1625
  [
1596
1626
  "this",
1597
- "pronoun"
1627
+ "pronoun",
1628
+ false
1598
1629
  ],
1599
1630
  [
1600
1631
  "this",
1601
- "queryable"
1632
+ "queryable",
1633
+ false
1602
1634
  ],
1603
1635
  [
1604
1636
  "this",
1605
- "thisitthat"
1637
+ "thisitthat",
1638
+ false
1606
1639
  ],
1607
1640
  [
1608
1641
  "thisitthat",
1609
- "queryable"
1642
+ "queryable",
1643
+ false
1610
1644
  ],
1611
1645
  [
1612
1646
  "timesExpression",
1613
- "mathematicalExpression"
1647
+ "mathematicalExpression",
1648
+ false
1614
1649
  ],
1615
1650
  [
1616
1651
  "timesOperator",
1617
- "mathematicalOperator"
1652
+ "mathematical_operator",
1653
+ false
1618
1654
  ],
1619
1655
  [
1620
1656
  "to",
1621
- "preposition"
1657
+ "preposition",
1658
+ false
1622
1659
  ],
1623
1660
  [
1624
1661
  "toAble",
1625
- "toAble"
1662
+ "toAble",
1663
+ false
1626
1664
  ],
1627
1665
  [
1628
1666
  "type",
1629
- "property"
1667
+ "property",
1668
+ false
1630
1669
  ],
1631
1670
  [
1632
1671
  "type",
1633
- "whatAble"
1672
+ "whatAble",
1673
+ false
1634
1674
  ],
1635
1675
  [
1636
1676
  "unit",
1637
- "concept"
1677
+ "concept",
1678
+ false
1638
1679
  ],
1639
1680
  [
1640
1681
  "unit",
1641
- "hierarchyAble"
1682
+ "hierarchyAble",
1683
+ false
1642
1684
  ],
1643
1685
  [
1644
1686
  "unit",
1645
- "isEdee"
1687
+ "isEdee",
1688
+ false
1646
1689
  ],
1647
1690
  [
1648
1691
  "unit",
1649
- "isEder"
1692
+ "isEder",
1693
+ false
1650
1694
  ],
1651
1695
  [
1652
1696
  "unit",
1653
- "object"
1697
+ "object",
1698
+ false
1654
1699
  ],
1655
1700
  [
1656
1701
  "unit",
1657
- "property"
1702
+ "property",
1703
+ false
1658
1704
  ],
1659
1705
  [
1660
1706
  "unit",
1661
- "queryable"
1707
+ "queryable",
1708
+ false
1662
1709
  ],
1663
1710
  [
1664
1711
  "unit",
1665
- "theAble"
1666
- ],
1667
- [
1668
- "unknown",
1669
- "hierarchyAble"
1712
+ "theAble",
1713
+ false
1670
1714
  ],
1671
1715
  [
1672
1716
  "unknown",
1673
- "notAble"
1717
+ "hierarchyAble",
1718
+ false
1674
1719
  ],
1675
1720
  [
1676
1721
  "unknown",
1677
- "object"
1722
+ "object",
1723
+ false
1678
1724
  ],
1679
1725
  [
1680
1726
  "unknown",
1681
- "queryable"
1727
+ "queryable",
1728
+ false
1682
1729
  ],
1683
1730
  [
1684
1731
  "unknown",
1685
- "theAble"
1732
+ "theAble",
1733
+ false
1686
1734
  ],
1687
1735
  [
1688
1736
  "verby",
1689
- "verby"
1737
+ "verby",
1738
+ false
1690
1739
  ],
1691
1740
  [
1692
1741
  "what",
1693
- "object"
1742
+ "object",
1743
+ false
1694
1744
  ],
1695
1745
  [
1696
1746
  "what",
1697
- "queryable"
1747
+ "queryable",
1748
+ false
1698
1749
  ],
1699
1750
  [
1700
1751
  "whatAble",
1701
- "queryable"
1752
+ "queryable",
1753
+ false
1702
1754
  ],
1703
1755
  [
1704
1756
  "whose",
1705
- "object"
1757
+ "object",
1758
+ false
1706
1759
  ],
1707
1760
  [
1708
1761
  "x",
1709
- "number"
1762
+ "number",
1763
+ false
1710
1764
  ],
1711
1765
  [
1712
1766
  "xfx",
1713
- "queryable"
1767
+ "queryable",
1768
+ false
1714
1769
  ],
1715
1770
  [
1716
1771
  "y",
1717
- "number"
1772
+ "number",
1773
+ false
1718
1774
  ]
1719
1775
  ],
1720
1776
  "metadata": {
@@ -2349,848 +2405,904 @@
2349
2405
  {
2350
2406
  "hierarchy": [
2351
2407
  [
2352
- "*",
2353
- "hierarchyAble"
2408
+ "a",
2409
+ "articlePOS",
2410
+ false
2354
2411
  ],
2355
2412
  [
2356
- "*",
2357
- "isEdee"
2413
+ "adjective",
2414
+ "adjective",
2415
+ false
2358
2416
  ],
2359
2417
  [
2360
- "*",
2361
- "isEder"
2418
+ "all",
2419
+ "quantifier",
2420
+ false
2362
2421
  ],
2363
2422
  [
2364
- "*",
2365
- "mathematical_operator"
2423
+ "amount",
2424
+ "amount",
2425
+ false
2366
2426
  ],
2367
2427
  [
2368
- "*",
2369
- "object"
2428
+ "articlePOS",
2429
+ "articlePOS",
2430
+ false
2370
2431
  ],
2371
2432
  [
2372
- "*",
2373
- "property"
2433
+ "between",
2434
+ "preposition",
2435
+ false
2374
2436
  ],
2375
2437
  [
2376
- "*",
2377
- "queryable"
2438
+ "calculate",
2439
+ "verby",
2440
+ false
2378
2441
  ],
2379
2442
  [
2380
- "*",
2381
- "theAble"
2443
+ "canBeDoQuestion",
2444
+ "canBeDoQuestion",
2445
+ false
2382
2446
  ],
2383
2447
  [
2384
- "+",
2385
- "hierarchyAble"
2448
+ "canBeQuestion",
2449
+ "canBeQuestion",
2450
+ false
2386
2451
  ],
2387
2452
  [
2388
- "+",
2389
- "isEdee"
2453
+ "celcius",
2454
+ "hierarchyAble",
2455
+ false
2390
2456
  ],
2391
2457
  [
2392
- "+",
2393
- "isEder"
2458
+ "celcius",
2459
+ "isEdee",
2460
+ false
2394
2461
  ],
2395
2462
  [
2396
- "+",
2397
- "mathematical_operator"
2398
- ],
2399
- [
2400
- "+",
2401
- "object"
2402
- ],
2403
- [
2404
- "+",
2405
- "property"
2406
- ],
2407
- [
2408
- "+",
2409
- "queryable"
2410
- ],
2411
- [
2412
- "+",
2413
- "theAble"
2414
- ],
2415
- [
2416
- "-",
2417
- "hierarchyAble"
2418
- ],
2419
- [
2420
- "-",
2421
- "isEdee"
2422
- ],
2423
- [
2424
- "-",
2425
- "isEder"
2426
- ],
2427
- [
2428
- "-",
2429
- "mathematical_operator"
2430
- ],
2431
- [
2432
- "-",
2433
- "object"
2434
- ],
2435
- [
2436
- "-",
2437
- "property"
2438
- ],
2439
- [
2440
- "-",
2441
- "queryable"
2442
- ],
2443
- [
2444
- "-",
2445
- "theAble"
2446
- ],
2447
- [
2448
- "/",
2449
- "hierarchyAble"
2450
- ],
2451
- [
2452
- "/",
2453
- "isEdee"
2454
- ],
2455
- [
2456
- "/",
2457
- "isEder"
2458
- ],
2459
- [
2460
- "/",
2461
- "mathematical_operator"
2462
- ],
2463
- [
2464
- "/",
2465
- "object"
2466
- ],
2467
- [
2468
- "/",
2469
- "property"
2470
- ],
2471
- [
2472
- "/",
2473
- "queryable"
2474
- ],
2475
- [
2476
- "/",
2477
- "theAble"
2478
- ],
2479
- [
2480
- "a",
2481
- "articlePOS"
2482
- ],
2483
- [
2484
- "adjective",
2485
- "adjective"
2486
- ],
2487
- [
2488
- "all",
2489
- "quantifier"
2490
- ],
2491
- [
2492
- "amount",
2493
- "amount"
2494
- ],
2495
- [
2496
- "articlePOS",
2497
- "articlePOS"
2498
- ],
2499
- [
2500
- "between",
2501
- "preposition"
2502
- ],
2503
- [
2504
- "calculate",
2505
- "verby"
2506
- ],
2507
- [
2508
- "canBeDoQuestion",
2509
- "canBeDoQuestion"
2510
- ],
2511
- [
2512
- "canBeQuestion",
2513
- "canBeQuestion"
2514
- ],
2515
- [
2516
- "celcius",
2517
- "hierarchyAble"
2518
- ],
2519
- [
2520
- "celcius",
2521
- "isEdee"
2522
- ],
2523
- [
2524
- "celcius",
2525
- "isEder"
2463
+ "celcius",
2464
+ "isEder",
2465
+ false
2526
2466
  ],
2527
2467
  [
2528
2468
  "celcius",
2529
- "object"
2469
+ "object",
2470
+ false
2530
2471
  ],
2531
2472
  [
2532
2473
  "celcius",
2533
- "property"
2474
+ "property",
2475
+ false
2534
2476
  ],
2535
2477
  [
2536
2478
  "celcius",
2537
- "queryable"
2479
+ "queryable",
2480
+ false
2538
2481
  ],
2539
2482
  [
2540
2483
  "celcius",
2541
- "theAble"
2484
+ "theAble",
2485
+ false
2542
2486
  ],
2543
2487
  [
2544
2488
  "celcius",
2545
- "unit"
2489
+ "unit",
2490
+ false
2546
2491
  ],
2547
2492
  [
2548
2493
  "concept",
2549
- "queryable"
2494
+ "queryable",
2495
+ false
2550
2496
  ],
2551
2497
  [
2552
2498
  "concept",
2553
- "theAble"
2499
+ "theAble",
2500
+ false
2554
2501
  ],
2555
2502
  [
2556
2503
  "condition",
2557
- "condition"
2504
+ "condition",
2505
+ false
2558
2506
  ],
2559
2507
  [
2560
2508
  "convertToUnits",
2561
- "expression"
2509
+ "expression",
2510
+ false
2562
2511
  ],
2563
2512
  [
2564
2513
  "convertToUnits",
2565
- "queryable"
2514
+ "queryable",
2515
+ false
2566
2516
  ],
2567
2517
  [
2568
2518
  "convertToUnits",
2569
- "testingValue"
2519
+ "testingValue",
2520
+ false
2570
2521
  ],
2571
2522
  [
2572
2523
  "countable",
2573
- "hierarchyAble"
2524
+ "hierarchyAble",
2525
+ false
2574
2526
  ],
2575
2527
  [
2576
2528
  "degree",
2577
- "amount"
2529
+ "amount",
2530
+ false
2578
2531
  ],
2579
2532
  [
2580
2533
  "dimension",
2581
- "concept"
2534
+ "concept",
2535
+ false
2582
2536
  ],
2583
2537
  [
2584
2538
  "dimension",
2585
- "hierarchyAble"
2539
+ "hierarchyAble",
2540
+ false
2586
2541
  ],
2587
2542
  [
2588
2543
  "dimension",
2589
- "isEdee"
2544
+ "isEdee",
2545
+ false
2590
2546
  ],
2591
2547
  [
2592
2548
  "dimension",
2593
- "isEder"
2549
+ "isEder",
2550
+ false
2594
2551
  ],
2595
2552
  [
2596
2553
  "dimension",
2597
- "object"
2554
+ "object",
2555
+ false
2598
2556
  ],
2599
2557
  [
2600
2558
  "dimension",
2601
- "property"
2559
+ "property",
2560
+ false
2602
2561
  ],
2603
2562
  [
2604
2563
  "dimension",
2605
- "queryable"
2564
+ "queryable",
2565
+ false
2606
2566
  ],
2607
2567
  [
2608
2568
  "dimension",
2609
- "theAble"
2569
+ "theAble",
2570
+ false
2610
2571
  ],
2611
2572
  [
2612
2573
  "divideByExpression",
2613
- "mathematicalExpression"
2574
+ "mathematicalExpression",
2575
+ false
2614
2576
  ],
2615
2577
  [
2616
2578
  "divideByOperator",
2617
- "mathematicalOperator"
2579
+ "mathematical_operator",
2580
+ false
2618
2581
  ],
2619
2582
  [
2620
2583
  "doubleQuote",
2621
- "queryable"
2584
+ "queryable",
2585
+ false
2586
+ ],
2587
+ [
2588
+ "evaluate",
2589
+ "verby",
2590
+ false
2622
2591
  ],
2623
2592
  [
2624
2593
  "expression",
2625
- "expression"
2594
+ "expression",
2595
+ false
2626
2596
  ],
2627
2597
  [
2628
2598
  "fahrenheit",
2629
- "hierarchyAble"
2599
+ "hierarchyAble",
2600
+ false
2630
2601
  ],
2631
2602
  [
2632
2603
  "fahrenheit",
2633
- "isEdee"
2604
+ "isEdee",
2605
+ false
2634
2606
  ],
2635
2607
  [
2636
2608
  "fahrenheit",
2637
- "isEder"
2609
+ "isEder",
2610
+ false
2638
2611
  ],
2639
2612
  [
2640
2613
  "fahrenheit",
2641
- "object"
2614
+ "object",
2615
+ false
2642
2616
  ],
2643
2617
  [
2644
2618
  "fahrenheit",
2645
- "property"
2619
+ "property",
2620
+ false
2646
2621
  ],
2647
2622
  [
2648
2623
  "fahrenheit",
2649
- "queryable"
2624
+ "queryable",
2625
+ false
2650
2626
  ],
2651
2627
  [
2652
2628
  "fahrenheit",
2653
- "theAble"
2629
+ "theAble",
2630
+ false
2654
2631
  ],
2655
2632
  [
2656
2633
  "fahrenheit",
2657
- "unit"
2634
+ "unit",
2635
+ false
2658
2636
  ],
2659
2637
  [
2660
2638
  "forVariable",
2661
- "preposition"
2639
+ "preposition",
2640
+ false
2662
2641
  ],
2663
2642
  [
2664
2643
  "formula",
2665
- "concept"
2644
+ "concept",
2645
+ false
2666
2646
  ],
2667
2647
  [
2668
2648
  "formula",
2669
- "hierarchyAble"
2649
+ "hierarchyAble",
2650
+ false
2670
2651
  ],
2671
2652
  [
2672
2653
  "formula",
2673
- "isEdee"
2654
+ "isEdee",
2655
+ false
2674
2656
  ],
2675
2657
  [
2676
2658
  "formula",
2677
- "isEder"
2659
+ "isEder",
2660
+ false
2678
2661
  ],
2679
2662
  [
2680
2663
  "formula",
2681
- "object"
2664
+ "object",
2665
+ false
2682
2666
  ],
2683
2667
  [
2684
2668
  "formula",
2685
- "property"
2669
+ "property",
2670
+ false
2686
2671
  ],
2687
2672
  [
2688
2673
  "formula",
2689
- "queryable"
2674
+ "queryable",
2675
+ false
2690
2676
  ],
2691
2677
  [
2692
2678
  "formula",
2693
- "theAble"
2679
+ "theAble",
2680
+ false
2694
2681
  ],
2695
2682
  [
2696
2683
  "formulaForVariable",
2697
- "preposition"
2684
+ "preposition",
2685
+ false
2698
2686
  ],
2699
2687
  [
2700
2688
  "formulaForVariable",
2701
- "queryable"
2689
+ "queryable",
2690
+ false
2702
2691
  ],
2703
2692
  [
2704
2693
  "hasCountOfPieces",
2705
- "countable"
2694
+ "countable",
2695
+ false
2706
2696
  ],
2707
2697
  [
2708
2698
  "have",
2709
- "canBeDoQuestion"
2699
+ "canBeDoQuestion",
2700
+ false
2710
2701
  ],
2711
2702
  [
2712
2703
  "have",
2713
- "canBeQuestion"
2704
+ "canBeQuestion",
2705
+ false
2714
2706
  ],
2715
2707
  [
2716
2708
  "hierarchyAble",
2717
- "queryable"
2709
+ "queryable",
2710
+ false
2718
2711
  ],
2719
2712
  [
2720
2713
  "highest",
2721
- "condition"
2714
+ "condition",
2715
+ false
2722
2716
  ],
2723
2717
  [
2724
2718
  "ifAble",
2725
- "ifAble"
2719
+ "ifAble",
2720
+ false
2726
2721
  ],
2727
2722
  [
2728
2723
  "is",
2729
- "canBeQuestion"
2724
+ "canBeQuestion",
2725
+ false
2730
2726
  ],
2731
2727
  [
2732
2728
  "is",
2733
- "verby"
2729
+ "verby",
2730
+ false
2734
2731
  ],
2735
2732
  [
2736
2733
  "isEdee",
2737
- "isEdee"
2734
+ "isEdee",
2735
+ false
2738
2736
  ],
2739
2737
  [
2740
2738
  "isEder",
2741
- "isEder"
2739
+ "isEder",
2740
+ false
2742
2741
  ],
2743
2742
  [
2744
2743
  "it",
2745
- "pronoun"
2744
+ "pronoun",
2745
+ false
2746
2746
  ],
2747
2747
  [
2748
2748
  "it",
2749
- "queryable"
2749
+ "queryable",
2750
+ false
2750
2751
  ],
2751
2752
  [
2752
2753
  "it",
2753
- "thisitthat"
2754
+ "thisitthat",
2755
+ false
2754
2756
  ],
2755
2757
  [
2756
2758
  "it",
2757
- "toAble"
2759
+ "toAble",
2760
+ false
2758
2761
  ],
2759
2762
  [
2760
2763
  "kelvin",
2761
- "hierarchyAble"
2764
+ "hierarchyAble",
2765
+ false
2762
2766
  ],
2763
2767
  [
2764
2768
  "kelvin",
2765
- "isEdee"
2769
+ "isEdee",
2770
+ false
2766
2771
  ],
2767
2772
  [
2768
2773
  "kelvin",
2769
- "isEder"
2774
+ "isEder",
2775
+ false
2770
2776
  ],
2771
2777
  [
2772
2778
  "kelvin",
2773
- "object"
2779
+ "object",
2780
+ false
2774
2781
  ],
2775
2782
  [
2776
2783
  "kelvin",
2777
- "property"
2784
+ "property",
2785
+ false
2778
2786
  ],
2779
2787
  [
2780
2788
  "kelvin",
2781
- "queryable"
2789
+ "queryable",
2790
+ false
2782
2791
  ],
2783
2792
  [
2784
2793
  "kelvin",
2785
- "theAble"
2794
+ "theAble",
2795
+ false
2786
2796
  ],
2787
2797
  [
2788
2798
  "kelvin",
2789
- "unit"
2799
+ "unit",
2800
+ false
2790
2801
  ],
2791
2802
  [
2792
2803
  "length",
2793
- "dimension"
2804
+ "dimension",
2805
+ false
2794
2806
  ],
2795
2807
  [
2796
2808
  "lowest",
2797
- "condition"
2809
+ "condition",
2810
+ false
2798
2811
  ],
2799
2812
  [
2800
2813
  "mathematical",
2801
- "hierarchyAble"
2814
+ "hierarchyAble",
2815
+ false
2802
2816
  ],
2803
2817
  [
2804
2818
  "mathematical",
2805
- "isEdee"
2819
+ "isEdee",
2820
+ false
2806
2821
  ],
2807
2822
  [
2808
2823
  "mathematical",
2809
- "isEder"
2824
+ "isEder",
2825
+ false
2810
2826
  ],
2811
2827
  [
2812
2828
  "mathematical",
2813
- "object"
2829
+ "object",
2830
+ false
2814
2831
  ],
2815
2832
  [
2816
2833
  "mathematical",
2817
- "operator_modifier"
2834
+ "operator_modifier",
2835
+ false
2818
2836
  ],
2819
2837
  [
2820
2838
  "mathematical",
2821
- "property"
2839
+ "property",
2840
+ false
2822
2841
  ],
2823
2842
  [
2824
2843
  "mathematical",
2825
- "queryable"
2844
+ "queryable",
2845
+ false
2826
2846
  ],
2827
2847
  [
2828
2848
  "mathematical",
2829
- "theAble"
2849
+ "theAble",
2850
+ false
2830
2851
  ],
2831
2852
  [
2832
2853
  "mathematicalExpression",
2833
- "concept"
2854
+ "concept",
2855
+ false
2834
2856
  ],
2835
2857
  [
2836
2858
  "mathematicalExpression",
2837
- "expression"
2859
+ "expression",
2860
+ false
2838
2861
  ],
2839
2862
  [
2840
2863
  "mathematicalExpression",
2841
- "number"
2864
+ "number",
2865
+ false
2842
2866
  ],
2843
2867
  [
2844
- "mathematicalOperator",
2845
- "mathematicalOperator"
2868
+ "mathematical_operator",
2869
+ "adjective",
2870
+ true
2846
2871
  ],
2847
2872
  [
2848
2873
  "mathematical_operator",
2849
- "adjective"
2874
+ "concept",
2875
+ false
2850
2876
  ],
2851
2877
  [
2852
2878
  "mathematical_operator",
2853
- "concept"
2879
+ "hierarchyAble",
2880
+ false
2854
2881
  ],
2855
2882
  [
2856
2883
  "mathematical_operator",
2857
- "hierarchyAble"
2884
+ "isEdee",
2885
+ false
2858
2886
  ],
2859
2887
  [
2860
2888
  "mathematical_operator",
2861
- "isEdee"
2889
+ "isEder",
2890
+ false
2862
2891
  ],
2863
2892
  [
2864
2893
  "mathematical_operator",
2865
- "isEder"
2894
+ "object",
2895
+ false
2866
2896
  ],
2867
2897
  [
2868
2898
  "mathematical_operator",
2869
- "object"
2899
+ "operator",
2900
+ false
2870
2901
  ],
2871
2902
  [
2872
2903
  "mathematical_operator",
2873
- "operator"
2904
+ "property",
2905
+ false
2874
2906
  ],
2875
2907
  [
2876
2908
  "mathematical_operator",
2877
- "property"
2909
+ "queryable",
2910
+ false
2878
2911
  ],
2879
2912
  [
2880
2913
  "mathematical_operator",
2881
- "queryable"
2914
+ "theAble",
2915
+ false
2882
2916
  ],
2883
2917
  [
2884
- "mathematical_operator",
2885
- "theAble"
2918
+ "memorable",
2919
+ "theAble",
2920
+ false
2886
2921
  ],
2887
2922
  [
2888
2923
  "minusExpression",
2889
- "mathematicalExpression"
2924
+ "mathematicalExpression",
2925
+ false
2890
2926
  ],
2891
2927
  [
2892
2928
  "minusOperator",
2893
- "mathematicalOperator"
2929
+ "mathematical_operator",
2930
+ false
2894
2931
  ],
2895
2932
  [
2896
2933
  "modifies",
2897
- "verby"
2898
- ],
2899
- [
2900
- "notAble",
2901
- "notAble"
2934
+ "verby",
2935
+ false
2902
2936
  ],
2903
2937
  [
2904
2938
  "noun",
2905
- "theAble"
2939
+ "theAble",
2940
+ false
2906
2941
  ],
2907
2942
  [
2908
2943
  "number",
2909
- "expression"
2944
+ "expression",
2945
+ false
2910
2946
  ],
2911
2947
  [
2912
2948
  "number",
2913
- "quantifier"
2949
+ "quantifier",
2950
+ false
2914
2951
  ],
2915
2952
  [
2916
2953
  "number",
2917
- "queryable"
2954
+ "queryable",
2955
+ false
2918
2956
  ],
2919
2957
  [
2920
2958
  "object",
2921
- "queryable"
2959
+ "queryable",
2960
+ false
2922
2961
  ],
2923
2962
  [
2924
2963
  "object",
2925
- "theAble"
2964
+ "theAble",
2965
+ false
2926
2966
  ],
2927
2967
  [
2928
2968
  "operator",
2929
- "concept"
2969
+ "concept",
2970
+ false
2930
2971
  ],
2931
2972
  [
2932
2973
  "operator",
2933
- "hierarchyAble"
2974
+ "hierarchyAble",
2975
+ false
2934
2976
  ],
2935
2977
  [
2936
2978
  "operator",
2937
- "isEdee"
2979
+ "isEdee",
2980
+ false
2938
2981
  ],
2939
2982
  [
2940
2983
  "operator",
2941
- "isEder"
2984
+ "isEder",
2985
+ false
2942
2986
  ],
2943
2987
  [
2944
2988
  "operator",
2945
- "object"
2989
+ "object",
2990
+ false
2946
2991
  ],
2947
2992
  [
2948
2993
  "operator",
2949
- "property"
2994
+ "property",
2995
+ false
2950
2996
  ],
2951
2997
  [
2952
2998
  "operator",
2953
- "queryable"
2999
+ "queryable",
3000
+ false
2954
3001
  ],
2955
3002
  [
2956
3003
  "operator",
2957
- "theAble"
3004
+ "theAble",
3005
+ false
2958
3006
  ],
2959
3007
  [
2960
3008
  "operator_modifier",
2961
- "operator_modifier"
3009
+ "operator_modifier",
3010
+ false
2962
3011
  ],
2963
3012
  [
2964
3013
  "orAble",
2965
- "ifAble"
3014
+ "ifAble",
3015
+ false
2966
3016
  ],
2967
3017
  [
2968
3018
  "plusExpression",
2969
- "mathematicalExpression"
3019
+ "mathematicalExpression",
3020
+ false
2970
3021
  ],
2971
3022
  [
2972
3023
  "plusOperator",
2973
- "mathematicalOperator"
3024
+ "mathematical_operator",
3025
+ false
2974
3026
  ],
2975
3027
  [
2976
3028
  "preposition",
2977
- "preposition"
3029
+ "preposition",
3030
+ false
2978
3031
  ],
2979
3032
  [
2980
3033
  "pronoun",
2981
- "pronoun"
3034
+ "pronoun",
3035
+ false
2982
3036
  ],
2983
3037
  [
2984
3038
  "property",
2985
- "queryable"
3039
+ "queryable",
3040
+ false
2986
3041
  ],
2987
3042
  [
2988
3043
  "property",
2989
- "theAble"
3044
+ "theAble",
3045
+ false
2990
3046
  ],
2991
3047
  [
2992
3048
  "property",
2993
- "unknown"
3049
+ "unknown",
3050
+ false
2994
3051
  ],
2995
3052
  [
2996
3053
  "punctuation",
2997
- "punctuation"
3054
+ "punctuation",
3055
+ false
2998
3056
  ],
2999
3057
  [
3000
3058
  "quantifier",
3001
- "quantifier"
3059
+ "quantifier",
3060
+ false
3002
3061
  ],
3003
3062
  [
3004
3063
  "queryable",
3005
- "queryable"
3064
+ "queryable",
3065
+ false
3006
3066
  ],
3007
3067
  [
3008
3068
  "questionMark",
3009
- "punctuation"
3069
+ "punctuation",
3070
+ false
3010
3071
  ],
3011
3072
  [
3012
3073
  "readonly",
3013
- "queryable"
3074
+ "queryable",
3075
+ false
3014
3076
  ],
3015
3077
  [
3016
3078
  "reason",
3017
- "queryable"
3079
+ "queryable",
3080
+ false
3018
3081
  ],
3019
3082
  [
3020
3083
  "reason",
3021
- "theAble"
3084
+ "theAble",
3085
+ false
3086
+ ],
3087
+ [
3088
+ "remember",
3089
+ "verby",
3090
+ false
3091
+ ],
3092
+ [
3093
+ "stm_before",
3094
+ "adjective",
3095
+ false
3022
3096
  ],
3023
3097
  [
3024
3098
  "temperature",
3025
- "dimension"
3099
+ "dimension",
3100
+ false
3026
3101
  ],
3027
3102
  [
3028
3103
  "temperature",
3029
- "hierarchyAble"
3104
+ "hierarchyAble",
3105
+ false
3030
3106
  ],
3031
3107
  [
3032
3108
  "temperature",
3033
- "isEdee"
3109
+ "isEdee",
3110
+ false
3034
3111
  ],
3035
3112
  [
3036
3113
  "temperature",
3037
- "isEder"
3114
+ "isEder",
3115
+ false
3038
3116
  ],
3039
3117
  [
3040
3118
  "temperature",
3041
- "object"
3119
+ "object",
3120
+ false
3042
3121
  ],
3043
3122
  [
3044
3123
  "temperature",
3045
- "property"
3124
+ "property",
3125
+ false
3046
3126
  ],
3047
3127
  [
3048
3128
  "temperature",
3049
- "queryable"
3129
+ "queryable",
3130
+ false
3050
3131
  ],
3051
3132
  [
3052
3133
  "temperature",
3053
- "theAble"
3134
+ "theAble",
3135
+ false
3054
3136
  ],
3055
3137
  [
3056
3138
  "testingValue",
3057
- "testingValue"
3139
+ "testingValue",
3140
+ false
3058
3141
  ],
3059
3142
  [
3060
3143
  "that",
3061
- "thisitthat"
3144
+ "thisitthat",
3145
+ false
3062
3146
  ],
3063
3147
  [
3064
3148
  "the",
3065
- "articlePOS"
3149
+ "articlePOS",
3150
+ false
3066
3151
  ],
3067
3152
  [
3068
3153
  "theAble",
3069
- "theAble"
3154
+ "theAble",
3155
+ false
3070
3156
  ],
3071
3157
  [
3072
3158
  "this",
3073
- "pronoun"
3159
+ "pronoun",
3160
+ false
3074
3161
  ],
3075
3162
  [
3076
3163
  "this",
3077
- "queryable"
3164
+ "queryable",
3165
+ false
3078
3166
  ],
3079
3167
  [
3080
3168
  "this",
3081
- "thisitthat"
3169
+ "thisitthat",
3170
+ false
3082
3171
  ],
3083
3172
  [
3084
3173
  "thisitthat",
3085
- "queryable"
3174
+ "queryable",
3175
+ false
3086
3176
  ],
3087
3177
  [
3088
3178
  "timesExpression",
3089
- "mathematicalExpression"
3179
+ "mathematicalExpression",
3180
+ false
3090
3181
  ],
3091
3182
  [
3092
3183
  "timesOperator",
3093
- "mathematicalOperator"
3184
+ "mathematical_operator",
3185
+ false
3094
3186
  ],
3095
3187
  [
3096
3188
  "to",
3097
- "preposition"
3189
+ "preposition",
3190
+ false
3098
3191
  ],
3099
3192
  [
3100
3193
  "toAble",
3101
- "toAble"
3194
+ "toAble",
3195
+ false
3102
3196
  ],
3103
3197
  [
3104
3198
  "type",
3105
- "property"
3199
+ "property",
3200
+ false
3106
3201
  ],
3107
3202
  [
3108
3203
  "type",
3109
- "whatAble"
3204
+ "whatAble",
3205
+ false
3110
3206
  ],
3111
3207
  [
3112
3208
  "unit",
3113
- "concept"
3209
+ "concept",
3210
+ false
3114
3211
  ],
3115
3212
  [
3116
3213
  "unit",
3117
- "hierarchyAble"
3214
+ "hierarchyAble",
3215
+ false
3118
3216
  ],
3119
3217
  [
3120
3218
  "unit",
3121
- "isEdee"
3219
+ "isEdee",
3220
+ false
3122
3221
  ],
3123
3222
  [
3124
3223
  "unit",
3125
- "isEder"
3224
+ "isEder",
3225
+ false
3126
3226
  ],
3127
3227
  [
3128
3228
  "unit",
3129
- "object"
3229
+ "object",
3230
+ false
3130
3231
  ],
3131
3232
  [
3132
3233
  "unit",
3133
- "property"
3234
+ "property",
3235
+ false
3134
3236
  ],
3135
3237
  [
3136
3238
  "unit",
3137
- "queryable"
3239
+ "queryable",
3240
+ false
3138
3241
  ],
3139
3242
  [
3140
3243
  "unit",
3141
- "theAble"
3142
- ],
3143
- [
3144
- "unknown",
3145
- "hierarchyAble"
3244
+ "theAble",
3245
+ false
3146
3246
  ],
3147
3247
  [
3148
3248
  "unknown",
3149
- "notAble"
3249
+ "hierarchyAble",
3250
+ false
3150
3251
  ],
3151
3252
  [
3152
3253
  "unknown",
3153
- "object"
3254
+ "object",
3255
+ false
3154
3256
  ],
3155
3257
  [
3156
3258
  "unknown",
3157
- "queryable"
3259
+ "queryable",
3260
+ false
3158
3261
  ],
3159
3262
  [
3160
3263
  "unknown",
3161
- "theAble"
3264
+ "theAble",
3265
+ false
3162
3266
  ],
3163
3267
  [
3164
3268
  "verby",
3165
- "verby"
3269
+ "verby",
3270
+ false
3166
3271
  ],
3167
3272
  [
3168
3273
  "what",
3169
- "object"
3274
+ "object",
3275
+ false
3170
3276
  ],
3171
3277
  [
3172
3278
  "what",
3173
- "queryable"
3279
+ "queryable",
3280
+ false
3174
3281
  ],
3175
3282
  [
3176
3283
  "whatAble",
3177
- "queryable"
3284
+ "queryable",
3285
+ false
3178
3286
  ],
3179
3287
  [
3180
3288
  "whose",
3181
- "object"
3289
+ "object",
3290
+ false
3182
3291
  ],
3183
3292
  [
3184
3293
  "x",
3185
- "number"
3294
+ "number",
3295
+ false
3186
3296
  ],
3187
3297
  [
3188
3298
  "xfx",
3189
- "queryable"
3299
+ "queryable",
3300
+ false
3190
3301
  ],
3191
3302
  [
3192
3303
  "y",
3193
- "number"
3304
+ "number",
3305
+ false
3194
3306
  ]
3195
3307
  ],
3196
3308
  "metadata": {
@@ -3689,917 +3801,973 @@
3689
3801
  "celcius",
3690
3802
  0
3691
3803
  ],
3692
- [
3693
- "divideByOperator",
3694
- 0
3695
- ],
3696
- [
3697
- "equals",
3698
- 0
3699
- ],
3700
- [
3701
- "plusOperator",
3702
- 0
3703
- ],
3704
- [
3705
- "timesOperator",
3706
- 0
3707
- ]
3708
- ],
3709
- [
3710
- [
3711
- "divideByOperator",
3712
- 0
3713
- ],
3714
- [
3715
- "equals",
3716
- 0
3717
- ],
3718
- [
3719
- "plusOperator",
3720
- 0
3721
- ]
3722
- ],
3723
- [
3724
- [
3725
- "divideByOperator",
3726
- 0
3727
- ],
3728
- [
3729
- "equals",
3730
- 0
3731
- ],
3732
- [
3733
- "plusOperator",
3734
- 0
3735
- ],
3736
- [
3737
- "timesOperator",
3738
- 0
3739
- ]
3740
- ],
3741
- [
3742
- [
3743
- "equals",
3744
- 0
3745
- ],
3746
- [
3747
- "plusOperator",
3748
- 0
3749
- ]
3750
- ]
3751
- ],
3752
- "learned_contextual_priorities": [],
3753
- "query": "fahrenheit = celcius*9/5 + 32",
3754
- "key": {
3755
- "query": "fahrenheit = celcius*9/5 + 32"
3756
- }
3757
- },
3758
- {
3759
- "hierarchy": [
3760
- [
3761
- "*",
3762
- "hierarchyAble"
3763
- ],
3764
- [
3765
- "*",
3766
- "isEdee"
3767
- ],
3768
- [
3769
- "*",
3770
- "isEder"
3771
- ],
3772
- [
3773
- "*",
3774
- "mathematical_operator"
3775
- ],
3776
- [
3777
- "*",
3778
- "object"
3779
- ],
3780
- [
3781
- "*",
3782
- "property"
3783
- ],
3784
- [
3785
- "*",
3786
- "queryable"
3787
- ],
3788
- [
3789
- "*",
3790
- "theAble"
3791
- ],
3792
- [
3793
- "+",
3794
- "hierarchyAble"
3795
- ],
3796
- [
3797
- "+",
3798
- "isEdee"
3799
- ],
3800
- [
3801
- "+",
3802
- "isEder"
3803
- ],
3804
- [
3805
- "+",
3806
- "mathematical_operator"
3807
- ],
3808
- [
3809
- "+",
3810
- "object"
3811
- ],
3812
- [
3813
- "+",
3814
- "property"
3815
- ],
3816
- [
3817
- "+",
3818
- "queryable"
3819
- ],
3820
- [
3821
- "+",
3822
- "theAble"
3823
- ],
3824
- [
3825
- "-",
3826
- "hierarchyAble"
3827
- ],
3828
- [
3829
- "-",
3830
- "isEdee"
3831
- ],
3832
- [
3833
- "-",
3834
- "isEder"
3835
- ],
3836
- [
3837
- "-",
3838
- "mathematical_operator"
3839
- ],
3840
- [
3841
- "-",
3842
- "object"
3843
- ],
3844
- [
3845
- "-",
3846
- "property"
3847
- ],
3848
- [
3849
- "-",
3850
- "queryable"
3851
- ],
3852
- [
3853
- "-",
3854
- "theAble"
3855
- ],
3856
- [
3857
- "/",
3858
- "hierarchyAble"
3859
- ],
3860
- [
3861
- "/",
3862
- "isEdee"
3863
- ],
3864
- [
3865
- "/",
3866
- "isEder"
3867
- ],
3868
- [
3869
- "/",
3870
- "mathematical_operator"
3871
- ],
3872
- [
3873
- "/",
3874
- "object"
3804
+ [
3805
+ "divideByOperator",
3806
+ 0
3807
+ ],
3808
+ [
3809
+ "equals",
3810
+ 0
3811
+ ],
3812
+ [
3813
+ "plusOperator",
3814
+ 0
3815
+ ],
3816
+ [
3817
+ "timesOperator",
3818
+ 0
3819
+ ]
3875
3820
  ],
3876
3821
  [
3877
- "/",
3878
- "property"
3822
+ [
3823
+ "divideByOperator",
3824
+ 0
3825
+ ],
3826
+ [
3827
+ "equals",
3828
+ 0
3829
+ ],
3830
+ [
3831
+ "plusOperator",
3832
+ 0
3833
+ ]
3879
3834
  ],
3880
3835
  [
3881
- "/",
3882
- "queryable"
3836
+ [
3837
+ "divideByOperator",
3838
+ 0
3839
+ ],
3840
+ [
3841
+ "equals",
3842
+ 0
3843
+ ],
3844
+ [
3845
+ "plusOperator",
3846
+ 0
3847
+ ],
3848
+ [
3849
+ "timesOperator",
3850
+ 0
3851
+ ]
3883
3852
  ],
3884
3853
  [
3885
- "/",
3886
- "theAble"
3887
- ],
3854
+ [
3855
+ "equals",
3856
+ 0
3857
+ ],
3858
+ [
3859
+ "plusOperator",
3860
+ 0
3861
+ ]
3862
+ ]
3863
+ ],
3864
+ "learned_contextual_priorities": [],
3865
+ "query": "fahrenheit = celcius*9/5 + 32",
3866
+ "key": {
3867
+ "query": "fahrenheit = celcius*9/5 + 32"
3868
+ }
3869
+ },
3870
+ {
3871
+ "hierarchy": [
3888
3872
  [
3889
3873
  "a",
3890
- "articlePOS"
3874
+ "articlePOS",
3875
+ false
3891
3876
  ],
3892
3877
  [
3893
3878
  "adjective",
3894
- "adjective"
3879
+ "adjective",
3880
+ false
3895
3881
  ],
3896
3882
  [
3897
3883
  "all",
3898
- "quantifier"
3884
+ "quantifier",
3885
+ false
3899
3886
  ],
3900
3887
  [
3901
3888
  "amount",
3902
- "amount"
3889
+ "amount",
3890
+ false
3903
3891
  ],
3904
3892
  [
3905
3893
  "articlePOS",
3906
- "articlePOS"
3894
+ "articlePOS",
3895
+ false
3907
3896
  ],
3908
3897
  [
3909
3898
  "between",
3910
- "preposition"
3899
+ "preposition",
3900
+ false
3911
3901
  ],
3912
3902
  [
3913
3903
  "calculate",
3914
- "verby"
3904
+ "verby",
3905
+ false
3915
3906
  ],
3916
3907
  [
3917
3908
  "canBeDoQuestion",
3918
- "canBeDoQuestion"
3909
+ "canBeDoQuestion",
3910
+ false
3919
3911
  ],
3920
3912
  [
3921
3913
  "canBeQuestion",
3922
- "canBeQuestion"
3914
+ "canBeQuestion",
3915
+ false
3923
3916
  ],
3924
3917
  [
3925
3918
  "celcius",
3926
- "hierarchyAble"
3919
+ "hierarchyAble",
3920
+ false
3927
3921
  ],
3928
3922
  [
3929
3923
  "celcius",
3930
- "isEdee"
3924
+ "isEdee",
3925
+ false
3931
3926
  ],
3932
3927
  [
3933
3928
  "celcius",
3934
- "isEder"
3929
+ "isEder",
3930
+ false
3935
3931
  ],
3936
3932
  [
3937
3933
  "celcius",
3938
- "object"
3934
+ "object",
3935
+ false
3939
3936
  ],
3940
3937
  [
3941
3938
  "celcius",
3942
- "property"
3939
+ "property",
3940
+ false
3943
3941
  ],
3944
3942
  [
3945
3943
  "celcius",
3946
- "queryable"
3944
+ "queryable",
3945
+ false
3947
3946
  ],
3948
3947
  [
3949
3948
  "celcius",
3950
- "theAble"
3949
+ "theAble",
3950
+ false
3951
3951
  ],
3952
3952
  [
3953
3953
  "celcius",
3954
- "unit"
3954
+ "unit",
3955
+ false
3955
3956
  ],
3956
3957
  [
3957
3958
  "concept",
3958
- "queryable"
3959
+ "queryable",
3960
+ false
3959
3961
  ],
3960
3962
  [
3961
3963
  "concept",
3962
- "theAble"
3964
+ "theAble",
3965
+ false
3963
3966
  ],
3964
3967
  [
3965
3968
  "condition",
3966
- "condition"
3969
+ "condition",
3970
+ false
3967
3971
  ],
3968
3972
  [
3969
3973
  "convertToUnits",
3970
- "expression"
3974
+ "expression",
3975
+ false
3971
3976
  ],
3972
3977
  [
3973
3978
  "convertToUnits",
3974
- "queryable"
3979
+ "queryable",
3980
+ false
3975
3981
  ],
3976
3982
  [
3977
3983
  "convertToUnits",
3978
- "testingValue"
3984
+ "testingValue",
3985
+ false
3979
3986
  ],
3980
3987
  [
3981
3988
  "countable",
3982
- "hierarchyAble"
3989
+ "hierarchyAble",
3990
+ false
3983
3991
  ],
3984
3992
  [
3985
3993
  "degree",
3986
- "amount"
3994
+ "amount",
3995
+ false
3987
3996
  ],
3988
3997
  [
3989
3998
  "dimension",
3990
- "concept"
3999
+ "concept",
4000
+ false
3991
4001
  ],
3992
4002
  [
3993
4003
  "dimension",
3994
- "hierarchyAble"
4004
+ "hierarchyAble",
4005
+ false
3995
4006
  ],
3996
4007
  [
3997
4008
  "dimension",
3998
- "isEdee"
4009
+ "isEdee",
4010
+ false
3999
4011
  ],
4000
4012
  [
4001
4013
  "dimension",
4002
- "isEder"
4014
+ "isEder",
4015
+ false
4003
4016
  ],
4004
4017
  [
4005
4018
  "dimension",
4006
- "object"
4019
+ "object",
4020
+ false
4007
4021
  ],
4008
4022
  [
4009
4023
  "dimension",
4010
- "property"
4024
+ "property",
4025
+ false
4011
4026
  ],
4012
4027
  [
4013
4028
  "dimension",
4014
- "queryable"
4029
+ "queryable",
4030
+ false
4015
4031
  ],
4016
4032
  [
4017
4033
  "dimension",
4018
- "theAble"
4034
+ "theAble",
4035
+ false
4019
4036
  ],
4020
4037
  [
4021
4038
  "divideByExpression",
4022
- "mathematicalExpression"
4039
+ "mathematicalExpression",
4040
+ false
4023
4041
  ],
4024
4042
  [
4025
4043
  "divideByOperator",
4026
- "mathematicalOperator"
4044
+ "mathematical_operator",
4045
+ false
4027
4046
  ],
4028
4047
  [
4029
4048
  "doubleQuote",
4030
- "queryable"
4049
+ "queryable",
4050
+ false
4051
+ ],
4052
+ [
4053
+ "evaluate",
4054
+ "verby",
4055
+ false
4031
4056
  ],
4032
4057
  [
4033
4058
  "expression",
4034
- "expression"
4059
+ "expression",
4060
+ false
4035
4061
  ],
4036
4062
  [
4037
4063
  "fahrenheit",
4038
- "hierarchyAble"
4064
+ "hierarchyAble",
4065
+ false
4039
4066
  ],
4040
4067
  [
4041
4068
  "fahrenheit",
4042
- "isEdee"
4069
+ "isEdee",
4070
+ false
4043
4071
  ],
4044
4072
  [
4045
4073
  "fahrenheit",
4046
- "isEder"
4074
+ "isEder",
4075
+ false
4047
4076
  ],
4048
4077
  [
4049
4078
  "fahrenheit",
4050
- "object"
4079
+ "object",
4080
+ false
4051
4081
  ],
4052
4082
  [
4053
4083
  "fahrenheit",
4054
- "property"
4084
+ "property",
4085
+ false
4055
4086
  ],
4056
4087
  [
4057
4088
  "fahrenheit",
4058
- "queryable"
4089
+ "queryable",
4090
+ false
4059
4091
  ],
4060
4092
  [
4061
4093
  "fahrenheit",
4062
- "theAble"
4094
+ "theAble",
4095
+ false
4063
4096
  ],
4064
4097
  [
4065
4098
  "fahrenheit",
4066
- "unit"
4099
+ "unit",
4100
+ false
4067
4101
  ],
4068
4102
  [
4069
4103
  "forVariable",
4070
- "preposition"
4104
+ "preposition",
4105
+ false
4071
4106
  ],
4072
4107
  [
4073
4108
  "formula",
4074
- "concept"
4109
+ "concept",
4110
+ false
4075
4111
  ],
4076
4112
  [
4077
4113
  "formula",
4078
- "hierarchyAble"
4114
+ "hierarchyAble",
4115
+ false
4079
4116
  ],
4080
4117
  [
4081
4118
  "formula",
4082
- "isEdee"
4119
+ "isEdee",
4120
+ false
4083
4121
  ],
4084
4122
  [
4085
4123
  "formula",
4086
- "isEder"
4124
+ "isEder",
4125
+ false
4087
4126
  ],
4088
4127
  [
4089
4128
  "formula",
4090
- "object"
4129
+ "object",
4130
+ false
4091
4131
  ],
4092
4132
  [
4093
4133
  "formula",
4094
- "property"
4134
+ "property",
4135
+ false
4095
4136
  ],
4096
4137
  [
4097
4138
  "formula",
4098
- "queryable"
4139
+ "queryable",
4140
+ false
4099
4141
  ],
4100
4142
  [
4101
4143
  "formula",
4102
- "theAble"
4144
+ "theAble",
4145
+ false
4103
4146
  ],
4104
4147
  [
4105
4148
  "formulaForVariable",
4106
- "preposition"
4149
+ "preposition",
4150
+ false
4107
4151
  ],
4108
4152
  [
4109
4153
  "formulaForVariable",
4110
- "queryable"
4154
+ "queryable",
4155
+ false
4111
4156
  ],
4112
4157
  [
4113
4158
  "hasCountOfPieces",
4114
- "countable"
4159
+ "countable",
4160
+ false
4115
4161
  ],
4116
4162
  [
4117
4163
  "have",
4118
- "canBeDoQuestion"
4164
+ "canBeDoQuestion",
4165
+ false
4119
4166
  ],
4120
4167
  [
4121
4168
  "have",
4122
- "canBeQuestion"
4169
+ "canBeQuestion",
4170
+ false
4123
4171
  ],
4124
4172
  [
4125
4173
  "hierarchyAble",
4126
- "queryable"
4174
+ "queryable",
4175
+ false
4127
4176
  ],
4128
4177
  [
4129
4178
  "highest",
4130
- "condition"
4179
+ "condition",
4180
+ false
4131
4181
  ],
4132
4182
  [
4133
4183
  "ifAble",
4134
- "ifAble"
4184
+ "ifAble",
4185
+ false
4135
4186
  ],
4136
4187
  [
4137
4188
  "is",
4138
- "canBeQuestion"
4189
+ "canBeQuestion",
4190
+ false
4139
4191
  ],
4140
4192
  [
4141
4193
  "is",
4142
- "verby"
4194
+ "verby",
4195
+ false
4143
4196
  ],
4144
4197
  [
4145
4198
  "isEdee",
4146
- "isEdee"
4199
+ "isEdee",
4200
+ false
4147
4201
  ],
4148
4202
  [
4149
4203
  "isEder",
4150
- "isEder"
4204
+ "isEder",
4205
+ false
4151
4206
  ],
4152
4207
  [
4153
4208
  "it",
4154
- "pronoun"
4209
+ "pronoun",
4210
+ false
4155
4211
  ],
4156
4212
  [
4157
4213
  "it",
4158
- "queryable"
4214
+ "queryable",
4215
+ false
4159
4216
  ],
4160
4217
  [
4161
4218
  "it",
4162
- "thisitthat"
4219
+ "thisitthat",
4220
+ false
4163
4221
  ],
4164
4222
  [
4165
4223
  "it",
4166
- "toAble"
4224
+ "toAble",
4225
+ false
4167
4226
  ],
4168
4227
  [
4169
4228
  "kelvin",
4170
- "hierarchyAble"
4229
+ "hierarchyAble",
4230
+ false
4171
4231
  ],
4172
4232
  [
4173
4233
  "kelvin",
4174
- "isEdee"
4234
+ "isEdee",
4235
+ false
4175
4236
  ],
4176
4237
  [
4177
4238
  "kelvin",
4178
- "isEder"
4239
+ "isEder",
4240
+ false
4179
4241
  ],
4180
4242
  [
4181
4243
  "kelvin",
4182
- "object"
4244
+ "object",
4245
+ false
4183
4246
  ],
4184
4247
  [
4185
4248
  "kelvin",
4186
- "property"
4249
+ "property",
4250
+ false
4187
4251
  ],
4188
4252
  [
4189
4253
  "kelvin",
4190
- "queryable"
4254
+ "queryable",
4255
+ false
4191
4256
  ],
4192
4257
  [
4193
4258
  "kelvin",
4194
- "theAble"
4259
+ "theAble",
4260
+ false
4195
4261
  ],
4196
4262
  [
4197
4263
  "kelvin",
4198
- "unit"
4264
+ "unit",
4265
+ false
4199
4266
  ],
4200
4267
  [
4201
4268
  "length",
4202
- "dimension"
4269
+ "dimension",
4270
+ false
4203
4271
  ],
4204
4272
  [
4205
4273
  "lowest",
4206
- "condition"
4274
+ "condition",
4275
+ false
4207
4276
  ],
4208
4277
  [
4209
4278
  "mathematical",
4210
- "hierarchyAble"
4279
+ "hierarchyAble",
4280
+ false
4211
4281
  ],
4212
4282
  [
4213
4283
  "mathematical",
4214
- "isEdee"
4284
+ "isEdee",
4285
+ false
4215
4286
  ],
4216
4287
  [
4217
4288
  "mathematical",
4218
- "isEder"
4289
+ "isEder",
4290
+ false
4219
4291
  ],
4220
4292
  [
4221
4293
  "mathematical",
4222
- "object"
4294
+ "object",
4295
+ false
4223
4296
  ],
4224
4297
  [
4225
4298
  "mathematical",
4226
- "operator_modifier"
4299
+ "operator_modifier",
4300
+ false
4227
4301
  ],
4228
4302
  [
4229
4303
  "mathematical",
4230
- "property"
4304
+ "property",
4305
+ false
4231
4306
  ],
4232
4307
  [
4233
4308
  "mathematical",
4234
- "queryable"
4309
+ "queryable",
4310
+ false
4235
4311
  ],
4236
4312
  [
4237
4313
  "mathematical",
4238
- "theAble"
4314
+ "theAble",
4315
+ false
4239
4316
  ],
4240
4317
  [
4241
4318
  "mathematicalExpression",
4242
- "concept"
4319
+ "concept",
4320
+ false
4243
4321
  ],
4244
4322
  [
4245
4323
  "mathematicalExpression",
4246
- "expression"
4324
+ "expression",
4325
+ false
4247
4326
  ],
4248
4327
  [
4249
4328
  "mathematicalExpression",
4250
- "number"
4329
+ "number",
4330
+ false
4251
4331
  ],
4252
4332
  [
4253
- "mathematicalOperator",
4254
- "mathematicalOperator"
4333
+ "mathematical_operator",
4334
+ "adjective",
4335
+ true
4255
4336
  ],
4256
4337
  [
4257
4338
  "mathematical_operator",
4258
- "adjective"
4339
+ "concept",
4340
+ false
4259
4341
  ],
4260
4342
  [
4261
4343
  "mathematical_operator",
4262
- "concept"
4344
+ "hierarchyAble",
4345
+ false
4263
4346
  ],
4264
4347
  [
4265
4348
  "mathematical_operator",
4266
- "hierarchyAble"
4349
+ "isEdee",
4350
+ false
4267
4351
  ],
4268
4352
  [
4269
4353
  "mathematical_operator",
4270
- "isEdee"
4354
+ "isEder",
4355
+ false
4271
4356
  ],
4272
4357
  [
4273
4358
  "mathematical_operator",
4274
- "isEder"
4359
+ "object",
4360
+ false
4275
4361
  ],
4276
4362
  [
4277
4363
  "mathematical_operator",
4278
- "object"
4364
+ "operator",
4365
+ false
4279
4366
  ],
4280
4367
  [
4281
4368
  "mathematical_operator",
4282
- "operator"
4369
+ "property",
4370
+ false
4283
4371
  ],
4284
4372
  [
4285
4373
  "mathematical_operator",
4286
- "property"
4374
+ "queryable",
4375
+ false
4287
4376
  ],
4288
4377
  [
4289
4378
  "mathematical_operator",
4290
- "queryable"
4379
+ "theAble",
4380
+ false
4291
4381
  ],
4292
4382
  [
4293
- "mathematical_operator",
4294
- "theAble"
4383
+ "memorable",
4384
+ "theAble",
4385
+ false
4295
4386
  ],
4296
4387
  [
4297
4388
  "minusExpression",
4298
- "mathematicalExpression"
4389
+ "mathematicalExpression",
4390
+ false
4299
4391
  ],
4300
4392
  [
4301
4393
  "minusOperator",
4302
- "mathematicalOperator"
4394
+ "mathematical_operator",
4395
+ false
4303
4396
  ],
4304
4397
  [
4305
4398
  "modifies",
4306
- "verby"
4307
- ],
4308
- [
4309
- "notAble",
4310
- "notAble"
4399
+ "verby",
4400
+ false
4311
4401
  ],
4312
4402
  [
4313
4403
  "noun",
4314
- "theAble"
4404
+ "theAble",
4405
+ false
4315
4406
  ],
4316
4407
  [
4317
4408
  "number",
4318
- "expression"
4409
+ "expression",
4410
+ false
4319
4411
  ],
4320
4412
  [
4321
4413
  "number",
4322
- "quantifier"
4414
+ "quantifier",
4415
+ false
4323
4416
  ],
4324
4417
  [
4325
4418
  "number",
4326
- "queryable"
4419
+ "queryable",
4420
+ false
4327
4421
  ],
4328
4422
  [
4329
4423
  "object",
4330
- "queryable"
4424
+ "queryable",
4425
+ false
4331
4426
  ],
4332
4427
  [
4333
4428
  "object",
4334
- "theAble"
4429
+ "theAble",
4430
+ false
4335
4431
  ],
4336
4432
  [
4337
4433
  "operator",
4338
- "concept"
4434
+ "concept",
4435
+ false
4339
4436
  ],
4340
4437
  [
4341
4438
  "operator",
4342
- "hierarchyAble"
4439
+ "hierarchyAble",
4440
+ false
4343
4441
  ],
4344
4442
  [
4345
4443
  "operator",
4346
- "isEdee"
4444
+ "isEdee",
4445
+ false
4347
4446
  ],
4348
4447
  [
4349
4448
  "operator",
4350
- "isEder"
4449
+ "isEder",
4450
+ false
4351
4451
  ],
4352
4452
  [
4353
4453
  "operator",
4354
- "object"
4454
+ "object",
4455
+ false
4355
4456
  ],
4356
4457
  [
4357
4458
  "operator",
4358
- "property"
4459
+ "property",
4460
+ false
4359
4461
  ],
4360
4462
  [
4361
4463
  "operator",
4362
- "queryable"
4464
+ "queryable",
4465
+ false
4363
4466
  ],
4364
4467
  [
4365
4468
  "operator",
4366
- "theAble"
4469
+ "theAble",
4470
+ false
4367
4471
  ],
4368
4472
  [
4369
4473
  "operator_modifier",
4370
- "operator_modifier"
4474
+ "operator_modifier",
4475
+ false
4371
4476
  ],
4372
4477
  [
4373
4478
  "orAble",
4374
- "ifAble"
4479
+ "ifAble",
4480
+ false
4375
4481
  ],
4376
4482
  [
4377
4483
  "plusExpression",
4378
- "mathematicalExpression"
4484
+ "mathematicalExpression",
4485
+ false
4379
4486
  ],
4380
4487
  [
4381
4488
  "plusOperator",
4382
- "mathematicalOperator"
4489
+ "mathematical_operator",
4490
+ false
4383
4491
  ],
4384
4492
  [
4385
4493
  "preposition",
4386
- "preposition"
4494
+ "preposition",
4495
+ false
4387
4496
  ],
4388
4497
  [
4389
4498
  "pronoun",
4390
- "pronoun"
4499
+ "pronoun",
4500
+ false
4391
4501
  ],
4392
4502
  [
4393
4503
  "property",
4394
- "queryable"
4504
+ "queryable",
4505
+ false
4395
4506
  ],
4396
4507
  [
4397
4508
  "property",
4398
- "theAble"
4509
+ "theAble",
4510
+ false
4399
4511
  ],
4400
4512
  [
4401
4513
  "property",
4402
- "unknown"
4514
+ "unknown",
4515
+ false
4403
4516
  ],
4404
4517
  [
4405
4518
  "punctuation",
4406
- "punctuation"
4519
+ "punctuation",
4520
+ false
4407
4521
  ],
4408
4522
  [
4409
4523
  "quantifier",
4410
- "quantifier"
4524
+ "quantifier",
4525
+ false
4411
4526
  ],
4412
4527
  [
4413
4528
  "queryable",
4414
- "queryable"
4529
+ "queryable",
4530
+ false
4415
4531
  ],
4416
4532
  [
4417
4533
  "questionMark",
4418
- "punctuation"
4534
+ "punctuation",
4535
+ false
4419
4536
  ],
4420
4537
  [
4421
4538
  "readonly",
4422
- "queryable"
4539
+ "queryable",
4540
+ false
4423
4541
  ],
4424
4542
  [
4425
4543
  "reason",
4426
- "queryable"
4544
+ "queryable",
4545
+ false
4427
4546
  ],
4428
4547
  [
4429
4548
  "reason",
4430
- "theAble"
4549
+ "theAble",
4550
+ false
4551
+ ],
4552
+ [
4553
+ "remember",
4554
+ "verby",
4555
+ false
4556
+ ],
4557
+ [
4558
+ "stm_before",
4559
+ "adjective",
4560
+ false
4431
4561
  ],
4432
4562
  [
4433
4563
  "temperature",
4434
- "dimension"
4564
+ "dimension",
4565
+ false
4435
4566
  ],
4436
4567
  [
4437
4568
  "temperature",
4438
- "hierarchyAble"
4569
+ "hierarchyAble",
4570
+ false
4439
4571
  ],
4440
4572
  [
4441
4573
  "temperature",
4442
- "isEdee"
4574
+ "isEdee",
4575
+ false
4443
4576
  ],
4444
4577
  [
4445
4578
  "temperature",
4446
- "isEder"
4579
+ "isEder",
4580
+ false
4447
4581
  ],
4448
4582
  [
4449
4583
  "temperature",
4450
- "object"
4584
+ "object",
4585
+ false
4451
4586
  ],
4452
4587
  [
4453
4588
  "temperature",
4454
- "property"
4589
+ "property",
4590
+ false
4455
4591
  ],
4456
4592
  [
4457
4593
  "temperature",
4458
- "queryable"
4594
+ "queryable",
4595
+ false
4459
4596
  ],
4460
4597
  [
4461
4598
  "temperature",
4462
- "theAble"
4599
+ "theAble",
4600
+ false
4463
4601
  ],
4464
4602
  [
4465
4603
  "testingValue",
4466
- "testingValue"
4604
+ "testingValue",
4605
+ false
4467
4606
  ],
4468
4607
  [
4469
4608
  "that",
4470
- "thisitthat"
4609
+ "thisitthat",
4610
+ false
4471
4611
  ],
4472
4612
  [
4473
4613
  "the",
4474
- "articlePOS"
4614
+ "articlePOS",
4615
+ false
4475
4616
  ],
4476
4617
  [
4477
4618
  "theAble",
4478
- "theAble"
4619
+ "theAble",
4620
+ false
4479
4621
  ],
4480
4622
  [
4481
4623
  "this",
4482
- "pronoun"
4624
+ "pronoun",
4625
+ false
4483
4626
  ],
4484
4627
  [
4485
4628
  "this",
4486
- "queryable"
4629
+ "queryable",
4630
+ false
4487
4631
  ],
4488
4632
  [
4489
4633
  "this",
4490
- "thisitthat"
4634
+ "thisitthat",
4635
+ false
4491
4636
  ],
4492
4637
  [
4493
4638
  "thisitthat",
4494
- "queryable"
4639
+ "queryable",
4640
+ false
4495
4641
  ],
4496
4642
  [
4497
4643
  "timesExpression",
4498
- "mathematicalExpression"
4644
+ "mathematicalExpression",
4645
+ false
4499
4646
  ],
4500
4647
  [
4501
4648
  "timesOperator",
4502
- "mathematicalOperator"
4649
+ "mathematical_operator",
4650
+ false
4503
4651
  ],
4504
4652
  [
4505
4653
  "to",
4506
- "preposition"
4654
+ "preposition",
4655
+ false
4507
4656
  ],
4508
4657
  [
4509
4658
  "toAble",
4510
- "toAble"
4659
+ "toAble",
4660
+ false
4511
4661
  ],
4512
4662
  [
4513
4663
  "type",
4514
- "property"
4664
+ "property",
4665
+ false
4515
4666
  ],
4516
4667
  [
4517
4668
  "type",
4518
- "whatAble"
4669
+ "whatAble",
4670
+ false
4519
4671
  ],
4520
4672
  [
4521
4673
  "unit",
4522
- "concept"
4674
+ "concept",
4675
+ false
4523
4676
  ],
4524
4677
  [
4525
4678
  "unit",
4526
- "hierarchyAble"
4679
+ "hierarchyAble",
4680
+ false
4527
4681
  ],
4528
4682
  [
4529
4683
  "unit",
4530
- "isEdee"
4684
+ "isEdee",
4685
+ false
4531
4686
  ],
4532
4687
  [
4533
4688
  "unit",
4534
- "isEder"
4689
+ "isEder",
4690
+ false
4535
4691
  ],
4536
4692
  [
4537
4693
  "unit",
4538
- "object"
4694
+ "object",
4695
+ false
4539
4696
  ],
4540
4697
  [
4541
4698
  "unit",
4542
- "property"
4699
+ "property",
4700
+ false
4543
4701
  ],
4544
4702
  [
4545
4703
  "unit",
4546
- "queryable"
4704
+ "queryable",
4705
+ false
4547
4706
  ],
4548
4707
  [
4549
4708
  "unit",
4550
- "theAble"
4551
- ],
4552
- [
4553
- "unknown",
4554
- "hierarchyAble"
4709
+ "theAble",
4710
+ false
4555
4711
  ],
4556
4712
  [
4557
4713
  "unknown",
4558
- "notAble"
4714
+ "hierarchyAble",
4715
+ false
4559
4716
  ],
4560
4717
  [
4561
4718
  "unknown",
4562
- "object"
4719
+ "object",
4720
+ false
4563
4721
  ],
4564
4722
  [
4565
4723
  "unknown",
4566
- "queryable"
4724
+ "queryable",
4725
+ false
4567
4726
  ],
4568
4727
  [
4569
4728
  "unknown",
4570
- "theAble"
4729
+ "theAble",
4730
+ false
4571
4731
  ],
4572
4732
  [
4573
4733
  "verby",
4574
- "verby"
4734
+ "verby",
4735
+ false
4575
4736
  ],
4576
4737
  [
4577
4738
  "what",
4578
- "object"
4739
+ "object",
4740
+ false
4579
4741
  ],
4580
4742
  [
4581
4743
  "what",
4582
- "queryable"
4744
+ "queryable",
4745
+ false
4583
4746
  ],
4584
4747
  [
4585
4748
  "whatAble",
4586
- "queryable"
4749
+ "queryable",
4750
+ false
4587
4751
  ],
4588
4752
  [
4589
4753
  "whose",
4590
- "object"
4754
+ "object",
4755
+ false
4591
4756
  ],
4592
4757
  [
4593
4758
  "x",
4594
- "number"
4759
+ "number",
4760
+ false
4595
4761
  ],
4596
4762
  [
4597
4763
  "xfx",
4598
- "queryable"
4764
+ "queryable",
4765
+ false
4599
4766
  ],
4600
4767
  [
4601
4768
  "y",
4602
- "number"
4769
+ "number",
4770
+ false
4603
4771
  ]
4604
4772
  ],
4605
4773
  "metadata": {