tpmkms_4wp 8.0.0-beta.4 → 8.0.0-beta.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/common/animals.instance.json +2855 -1363
  2. package/common/animals.js +2 -2
  3. package/common/articles.js +108 -0
  4. package/common/articles.test.json +310 -0
  5. package/common/avatar.js +2 -2
  6. package/common/characters.js +9 -11
  7. package/common/colors.instance.json +6980 -3523
  8. package/common/colors.js +2 -2
  9. package/common/colors.test.json +345 -780
  10. package/common/comparable.js +2 -15
  11. package/common/concept.js +17 -11
  12. package/common/countable.js +5 -5
  13. package/common/crew.instance.json +13032 -6570
  14. package/common/crew.js +4 -4
  15. package/common/crew.test.json +714 -452
  16. package/common/currency.js +7 -7
  17. package/common/dialogues.js +117 -238
  18. package/common/dimension.instance.json +265 -264
  19. package/common/dimension.js +13 -13
  20. package/common/dimension.test.json +446 -1640
  21. package/common/edible.instance.json +19910 -9988
  22. package/common/edible.js +2 -2
  23. package/common/emotions.instance.json +146 -128
  24. package/common/emotions.js +4 -4
  25. package/common/evaluate.instance.json +2 -0
  26. package/common/evaluate.js +55 -0
  27. package/common/evaluate.test.json +574 -0
  28. package/common/events.js +6 -6
  29. package/common/fastfood.instance.json +221110 -111293
  30. package/common/fastfood.js +25 -25
  31. package/common/formulas.instance.json +241 -255
  32. package/common/formulas.js +14 -14
  33. package/common/gdefaults.js +19 -19
  34. package/common/help.js +4 -4
  35. package/common/help.test.json +22 -22
  36. package/common/helpers/concept.js +9 -6
  37. package/common/helpers/dialogues.js +2 -3
  38. package/common/helpers/properties.js +48 -58
  39. package/common/helpers.js +1 -1
  40. package/common/hierarchy.js +12 -16
  41. package/common/javascript.js +8 -8
  42. package/common/kirk.instance.json +583 -289
  43. package/common/kirk.js +2 -2
  44. package/common/length.instance.json +5530 -4754
  45. package/common/length.js +2 -2
  46. package/common/math.instance.json +176 -1168
  47. package/common/math.js +11 -11
  48. package/common/meta.js +22 -29
  49. package/common/nameable.instance.json +2 -0
  50. package/common/nameable.js +136 -0
  51. package/common/nameable.test.json +2121 -0
  52. package/common/negation.instance.json +2 -0
  53. package/common/negation.js +38 -0
  54. package/common/negation.test.json +308 -0
  55. package/common/numbers.js +3 -3
  56. package/common/ordering.instance.json +340 -228
  57. package/common/ordering.js +5 -5
  58. package/common/people.instance.json +2066 -1014
  59. package/common/people.js +4 -5
  60. package/common/percentages.instance.json +2 -0
  61. package/common/percentages.js +57 -0
  62. package/common/percentages.test.json +751 -0
  63. package/common/pipboy.instance.json +7974 -6300
  64. package/common/pipboy.js +29 -32
  65. package/common/pokemon.instance.json +4207 -2069
  66. package/common/pokemon.js +4 -4
  67. package/common/pos.js +1 -1
  68. package/common/pressure.instance.json +1341 -1189
  69. package/common/pressure.js +2 -2
  70. package/common/properties.instance.json +130 -60
  71. package/common/properties.js +54 -125
  72. package/common/punctuation.js +2 -2
  73. package/common/reports.instance.json +595 -557
  74. package/common/reports.js +58 -76
  75. package/common/scorekeeper.js +14 -22
  76. package/common/sdefaults.js +13 -3
  77. package/common/sizeable.js +2 -2
  78. package/common/spock.instance.json +583 -289
  79. package/common/spock.js +2 -2
  80. package/common/stgame.js +13 -9
  81. package/common/stm.js +136 -19
  82. package/common/stm.test.json +1734 -1
  83. package/common/tell.js +10 -10
  84. package/common/temperature.instance.json +1484 -1204
  85. package/common/temperature.js +2 -2
  86. package/common/tester.js +2 -2
  87. package/common/testing.js +5 -5
  88. package/common/time.js +7 -7
  89. package/common/tokenize.js +1 -1
  90. package/common/ui.instance.json +257 -258
  91. package/common/ui.js +9 -9
  92. package/common/weight.instance.json +5212 -4233
  93. package/common/weight.js +2 -2
  94. package/common/yesno.js +1 -1
  95. package/main.js +57 -46
  96. package/package.json +24 -6
@@ -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
150
+ ],
151
+ [
152
+ "evaluate",
153
+ "verby",
154
+ false
250
155
  ],
251
156
  [
252
157
  "expression",
253
- "expression"
158
+ "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": {
@@ -968,753 +992,785 @@
968
992
  },
969
993
  {
970
994
  "hierarchy": [
971
- [
972
- "*",
973
- "hierarchyAble"
974
- ],
975
- [
976
- "*",
977
- "isEdee"
978
- ],
979
- [
980
- "*",
981
- "isEder"
982
- ],
983
- [
984
- "*",
985
- "mathematical_operator"
986
- ],
987
- [
988
- "*",
989
- "object"
990
- ],
991
- [
992
- "*",
993
- "property"
994
- ],
995
- [
996
- "*",
997
- "queryable"
998
- ],
999
- [
1000
- "*",
1001
- "theAble"
1002
- ],
1003
- [
1004
- "+",
1005
- "hierarchyAble"
1006
- ],
1007
- [
1008
- "+",
1009
- "isEdee"
1010
- ],
1011
- [
1012
- "+",
1013
- "isEder"
1014
- ],
1015
- [
1016
- "+",
1017
- "mathematical_operator"
1018
- ],
1019
- [
1020
- "+",
1021
- "object"
1022
- ],
1023
- [
1024
- "+",
1025
- "property"
1026
- ],
1027
- [
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
995
  [
1100
996
  "a",
1101
- "articlePOS"
997
+ "articlePOS",
998
+ false
1102
999
  ],
1103
1000
  [
1104
1001
  "adjective",
1105
- "adjective"
1002
+ "adjective",
1003
+ false
1106
1004
  ],
1107
1005
  [
1108
1006
  "all",
1109
- "quantifier"
1007
+ "quantifier",
1008
+ false
1110
1009
  ],
1111
1010
  [
1112
1011
  "amount",
1113
- "amount"
1012
+ "amount",
1013
+ false
1114
1014
  ],
1115
1015
  [
1116
1016
  "articlePOS",
1117
- "articlePOS"
1017
+ "articlePOS",
1018
+ false
1118
1019
  ],
1119
1020
  [
1120
1021
  "between",
1121
- "preposition"
1022
+ "preposition",
1023
+ false
1122
1024
  ],
1123
1025
  [
1124
1026
  "calculate",
1125
- "verby"
1027
+ "verby",
1028
+ false
1126
1029
  ],
1127
1030
  [
1128
1031
  "canBeDoQuestion",
1129
- "canBeDoQuestion"
1032
+ "canBeDoQuestion",
1033
+ false
1130
1034
  ],
1131
1035
  [
1132
1036
  "canBeQuestion",
1133
- "canBeQuestion"
1037
+ "canBeQuestion",
1038
+ false
1134
1039
  ],
1135
1040
  [
1136
1041
  "concept",
1137
- "queryable"
1042
+ "queryable",
1043
+ false
1138
1044
  ],
1139
1045
  [
1140
1046
  "concept",
1141
- "theAble"
1047
+ "theAble",
1048
+ false
1142
1049
  ],
1143
1050
  [
1144
1051
  "condition",
1145
- "condition"
1052
+ "condition",
1053
+ false
1146
1054
  ],
1147
1055
  [
1148
1056
  "convertToUnits",
1149
- "expression"
1057
+ "expression",
1058
+ false
1150
1059
  ],
1151
1060
  [
1152
1061
  "convertToUnits",
1153
- "queryable"
1062
+ "queryable",
1063
+ false
1154
1064
  ],
1155
1065
  [
1156
1066
  "convertToUnits",
1157
- "testingValue"
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": {
@@ -2348,849 +2404,905 @@
2348
2404
  },
2349
2405
  {
2350
2406
  "hierarchy": [
2351
- [
2352
- "*",
2353
- "hierarchyAble"
2354
- ],
2355
- [
2356
- "*",
2357
- "isEdee"
2358
- ],
2359
- [
2360
- "*",
2361
- "isEder"
2362
- ],
2363
- [
2364
- "*",
2365
- "mathematical_operator"
2366
- ],
2367
- [
2368
- "*",
2369
- "object"
2370
- ],
2371
- [
2372
- "*",
2373
- "property"
2374
- ],
2375
- [
2376
- "*",
2377
- "queryable"
2378
- ],
2379
- [
2380
- "*",
2381
- "theAble"
2382
- ],
2383
- [
2384
- "+",
2385
- "hierarchyAble"
2386
- ],
2387
- [
2388
- "+",
2389
- "isEdee"
2390
- ],
2391
- [
2392
- "+",
2393
- "isEder"
2394
- ],
2395
- [
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
2407
  [
2480
2408
  "a",
2481
- "articlePOS"
2409
+ "articlePOS",
2410
+ false
2482
2411
  ],
2483
2412
  [
2484
2413
  "adjective",
2485
- "adjective"
2414
+ "adjective",
2415
+ false
2486
2416
  ],
2487
2417
  [
2488
2418
  "all",
2489
- "quantifier"
2419
+ "quantifier",
2420
+ false
2490
2421
  ],
2491
2422
  [
2492
2423
  "amount",
2493
- "amount"
2424
+ "amount",
2425
+ false
2494
2426
  ],
2495
2427
  [
2496
2428
  "articlePOS",
2497
- "articlePOS"
2429
+ "articlePOS",
2430
+ false
2498
2431
  ],
2499
2432
  [
2500
2433
  "between",
2501
- "preposition"
2434
+ "preposition",
2435
+ false
2502
2436
  ],
2503
2437
  [
2504
2438
  "calculate",
2505
- "verby"
2439
+ "verby",
2440
+ false
2506
2441
  ],
2507
2442
  [
2508
2443
  "canBeDoQuestion",
2509
- "canBeDoQuestion"
2444
+ "canBeDoQuestion",
2445
+ false
2510
2446
  ],
2511
2447
  [
2512
2448
  "canBeQuestion",
2513
- "canBeQuestion"
2449
+ "canBeQuestion",
2450
+ false
2514
2451
  ],
2515
2452
  [
2516
2453
  "celcius",
2517
- "hierarchyAble"
2454
+ "hierarchyAble",
2455
+ false
2518
2456
  ],
2519
2457
  [
2520
2458
  "celcius",
2521
- "isEdee"
2459
+ "isEdee",
2460
+ false
2522
2461
  ],
2523
2462
  [
2524
2463
  "celcius",
2525
- "isEder"
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": {
@@ -3658,6 +3770,36 @@
3658
3770
  0
3659
3771
  ]
3660
3772
  ],
3773
+ [
3774
+ [
3775
+ "celcius",
3776
+ 0
3777
+ ],
3778
+ [
3779
+ "divideByOperator",
3780
+ 0
3781
+ ],
3782
+ [
3783
+ "equals",
3784
+ 0
3785
+ ],
3786
+ [
3787
+ "fahrenheit",
3788
+ 0
3789
+ ],
3790
+ [
3791
+ "number",
3792
+ 0
3793
+ ],
3794
+ [
3795
+ "plusOperator",
3796
+ 0
3797
+ ],
3798
+ [
3799
+ "timesOperator",
3800
+ 0
3801
+ ]
3802
+ ],
3661
3803
  [
3662
3804
  [
3663
3805
  "celcius",
@@ -3757,849 +3899,905 @@
3757
3899
  },
3758
3900
  {
3759
3901
  "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"
3875
- ],
3876
- [
3877
- "/",
3878
- "property"
3879
- ],
3880
- [
3881
- "/",
3882
- "queryable"
3883
- ],
3884
- [
3885
- "/",
3886
- "theAble"
3887
- ],
3888
3902
  [
3889
3903
  "a",
3890
- "articlePOS"
3904
+ "articlePOS",
3905
+ false
3891
3906
  ],
3892
3907
  [
3893
3908
  "adjective",
3894
- "adjective"
3909
+ "adjective",
3910
+ false
3895
3911
  ],
3896
3912
  [
3897
3913
  "all",
3898
- "quantifier"
3914
+ "quantifier",
3915
+ false
3899
3916
  ],
3900
3917
  [
3901
3918
  "amount",
3902
- "amount"
3919
+ "amount",
3920
+ false
3903
3921
  ],
3904
3922
  [
3905
3923
  "articlePOS",
3906
- "articlePOS"
3924
+ "articlePOS",
3925
+ false
3907
3926
  ],
3908
3927
  [
3909
3928
  "between",
3910
- "preposition"
3929
+ "preposition",
3930
+ false
3911
3931
  ],
3912
3932
  [
3913
3933
  "calculate",
3914
- "verby"
3934
+ "verby",
3935
+ false
3915
3936
  ],
3916
3937
  [
3917
3938
  "canBeDoQuestion",
3918
- "canBeDoQuestion"
3939
+ "canBeDoQuestion",
3940
+ false
3919
3941
  ],
3920
3942
  [
3921
3943
  "canBeQuestion",
3922
- "canBeQuestion"
3944
+ "canBeQuestion",
3945
+ false
3923
3946
  ],
3924
3947
  [
3925
3948
  "celcius",
3926
- "hierarchyAble"
3949
+ "hierarchyAble",
3950
+ false
3927
3951
  ],
3928
3952
  [
3929
3953
  "celcius",
3930
- "isEdee"
3954
+ "isEdee",
3955
+ false
3931
3956
  ],
3932
3957
  [
3933
3958
  "celcius",
3934
- "isEder"
3959
+ "isEder",
3960
+ false
3935
3961
  ],
3936
3962
  [
3937
3963
  "celcius",
3938
- "object"
3964
+ "object",
3965
+ false
3939
3966
  ],
3940
3967
  [
3941
3968
  "celcius",
3942
- "property"
3969
+ "property",
3970
+ false
3943
3971
  ],
3944
3972
  [
3945
3973
  "celcius",
3946
- "queryable"
3974
+ "queryable",
3975
+ false
3947
3976
  ],
3948
3977
  [
3949
3978
  "celcius",
3950
- "theAble"
3979
+ "theAble",
3980
+ false
3951
3981
  ],
3952
3982
  [
3953
3983
  "celcius",
3954
- "unit"
3984
+ "unit",
3985
+ false
3955
3986
  ],
3956
3987
  [
3957
3988
  "concept",
3958
- "queryable"
3989
+ "queryable",
3990
+ false
3959
3991
  ],
3960
3992
  [
3961
3993
  "concept",
3962
- "theAble"
3994
+ "theAble",
3995
+ false
3963
3996
  ],
3964
3997
  [
3965
3998
  "condition",
3966
- "condition"
3999
+ "condition",
4000
+ false
3967
4001
  ],
3968
4002
  [
3969
4003
  "convertToUnits",
3970
- "expression"
4004
+ "expression",
4005
+ false
3971
4006
  ],
3972
4007
  [
3973
4008
  "convertToUnits",
3974
- "queryable"
4009
+ "queryable",
4010
+ false
3975
4011
  ],
3976
4012
  [
3977
4013
  "convertToUnits",
3978
- "testingValue"
4014
+ "testingValue",
4015
+ false
3979
4016
  ],
3980
4017
  [
3981
4018
  "countable",
3982
- "hierarchyAble"
4019
+ "hierarchyAble",
4020
+ false
3983
4021
  ],
3984
4022
  [
3985
4023
  "degree",
3986
- "amount"
4024
+ "amount",
4025
+ false
3987
4026
  ],
3988
4027
  [
3989
4028
  "dimension",
3990
- "concept"
4029
+ "concept",
4030
+ false
3991
4031
  ],
3992
4032
  [
3993
4033
  "dimension",
3994
- "hierarchyAble"
4034
+ "hierarchyAble",
4035
+ false
3995
4036
  ],
3996
4037
  [
3997
4038
  "dimension",
3998
- "isEdee"
4039
+ "isEdee",
4040
+ false
3999
4041
  ],
4000
4042
  [
4001
4043
  "dimension",
4002
- "isEder"
4044
+ "isEder",
4045
+ false
4003
4046
  ],
4004
4047
  [
4005
4048
  "dimension",
4006
- "object"
4049
+ "object",
4050
+ false
4007
4051
  ],
4008
4052
  [
4009
4053
  "dimension",
4010
- "property"
4054
+ "property",
4055
+ false
4011
4056
  ],
4012
4057
  [
4013
4058
  "dimension",
4014
- "queryable"
4059
+ "queryable",
4060
+ false
4015
4061
  ],
4016
4062
  [
4017
4063
  "dimension",
4018
- "theAble"
4064
+ "theAble",
4065
+ false
4019
4066
  ],
4020
4067
  [
4021
4068
  "divideByExpression",
4022
- "mathematicalExpression"
4069
+ "mathematicalExpression",
4070
+ false
4023
4071
  ],
4024
4072
  [
4025
4073
  "divideByOperator",
4026
- "mathematicalOperator"
4074
+ "mathematical_operator",
4075
+ false
4027
4076
  ],
4028
4077
  [
4029
4078
  "doubleQuote",
4030
- "queryable"
4079
+ "queryable",
4080
+ false
4081
+ ],
4082
+ [
4083
+ "evaluate",
4084
+ "verby",
4085
+ false
4031
4086
  ],
4032
4087
  [
4033
4088
  "expression",
4034
- "expression"
4089
+ "expression",
4090
+ false
4035
4091
  ],
4036
4092
  [
4037
4093
  "fahrenheit",
4038
- "hierarchyAble"
4094
+ "hierarchyAble",
4095
+ false
4039
4096
  ],
4040
4097
  [
4041
4098
  "fahrenheit",
4042
- "isEdee"
4099
+ "isEdee",
4100
+ false
4043
4101
  ],
4044
4102
  [
4045
4103
  "fahrenheit",
4046
- "isEder"
4104
+ "isEder",
4105
+ false
4047
4106
  ],
4048
4107
  [
4049
4108
  "fahrenheit",
4050
- "object"
4109
+ "object",
4110
+ false
4051
4111
  ],
4052
4112
  [
4053
4113
  "fahrenheit",
4054
- "property"
4114
+ "property",
4115
+ false
4055
4116
  ],
4056
4117
  [
4057
4118
  "fahrenheit",
4058
- "queryable"
4119
+ "queryable",
4120
+ false
4059
4121
  ],
4060
4122
  [
4061
4123
  "fahrenheit",
4062
- "theAble"
4124
+ "theAble",
4125
+ false
4063
4126
  ],
4064
4127
  [
4065
4128
  "fahrenheit",
4066
- "unit"
4129
+ "unit",
4130
+ false
4067
4131
  ],
4068
4132
  [
4069
4133
  "forVariable",
4070
- "preposition"
4134
+ "preposition",
4135
+ false
4071
4136
  ],
4072
4137
  [
4073
4138
  "formula",
4074
- "concept"
4139
+ "concept",
4140
+ false
4075
4141
  ],
4076
4142
  [
4077
4143
  "formula",
4078
- "hierarchyAble"
4144
+ "hierarchyAble",
4145
+ false
4079
4146
  ],
4080
4147
  [
4081
4148
  "formula",
4082
- "isEdee"
4149
+ "isEdee",
4150
+ false
4083
4151
  ],
4084
4152
  [
4085
4153
  "formula",
4086
- "isEder"
4154
+ "isEder",
4155
+ false
4087
4156
  ],
4088
4157
  [
4089
4158
  "formula",
4090
- "object"
4159
+ "object",
4160
+ false
4091
4161
  ],
4092
4162
  [
4093
4163
  "formula",
4094
- "property"
4164
+ "property",
4165
+ false
4095
4166
  ],
4096
4167
  [
4097
4168
  "formula",
4098
- "queryable"
4169
+ "queryable",
4170
+ false
4099
4171
  ],
4100
4172
  [
4101
4173
  "formula",
4102
- "theAble"
4174
+ "theAble",
4175
+ false
4103
4176
  ],
4104
4177
  [
4105
4178
  "formulaForVariable",
4106
- "preposition"
4179
+ "preposition",
4180
+ false
4107
4181
  ],
4108
4182
  [
4109
4183
  "formulaForVariable",
4110
- "queryable"
4184
+ "queryable",
4185
+ false
4111
4186
  ],
4112
4187
  [
4113
4188
  "hasCountOfPieces",
4114
- "countable"
4189
+ "countable",
4190
+ false
4115
4191
  ],
4116
4192
  [
4117
4193
  "have",
4118
- "canBeDoQuestion"
4194
+ "canBeDoQuestion",
4195
+ false
4119
4196
  ],
4120
4197
  [
4121
4198
  "have",
4122
- "canBeQuestion"
4199
+ "canBeQuestion",
4200
+ false
4123
4201
  ],
4124
4202
  [
4125
4203
  "hierarchyAble",
4126
- "queryable"
4204
+ "queryable",
4205
+ false
4127
4206
  ],
4128
4207
  [
4129
4208
  "highest",
4130
- "condition"
4209
+ "condition",
4210
+ false
4131
4211
  ],
4132
4212
  [
4133
4213
  "ifAble",
4134
- "ifAble"
4214
+ "ifAble",
4215
+ false
4135
4216
  ],
4136
4217
  [
4137
4218
  "is",
4138
- "canBeQuestion"
4219
+ "canBeQuestion",
4220
+ false
4139
4221
  ],
4140
4222
  [
4141
4223
  "is",
4142
- "verby"
4224
+ "verby",
4225
+ false
4143
4226
  ],
4144
4227
  [
4145
4228
  "isEdee",
4146
- "isEdee"
4229
+ "isEdee",
4230
+ false
4147
4231
  ],
4148
4232
  [
4149
4233
  "isEder",
4150
- "isEder"
4234
+ "isEder",
4235
+ false
4151
4236
  ],
4152
4237
  [
4153
4238
  "it",
4154
- "pronoun"
4239
+ "pronoun",
4240
+ false
4155
4241
  ],
4156
4242
  [
4157
4243
  "it",
4158
- "queryable"
4244
+ "queryable",
4245
+ false
4159
4246
  ],
4160
4247
  [
4161
4248
  "it",
4162
- "thisitthat"
4249
+ "thisitthat",
4250
+ false
4163
4251
  ],
4164
4252
  [
4165
4253
  "it",
4166
- "toAble"
4254
+ "toAble",
4255
+ false
4167
4256
  ],
4168
4257
  [
4169
4258
  "kelvin",
4170
- "hierarchyAble"
4259
+ "hierarchyAble",
4260
+ false
4171
4261
  ],
4172
4262
  [
4173
4263
  "kelvin",
4174
- "isEdee"
4264
+ "isEdee",
4265
+ false
4175
4266
  ],
4176
4267
  [
4177
4268
  "kelvin",
4178
- "isEder"
4269
+ "isEder",
4270
+ false
4179
4271
  ],
4180
4272
  [
4181
4273
  "kelvin",
4182
- "object"
4274
+ "object",
4275
+ false
4183
4276
  ],
4184
4277
  [
4185
4278
  "kelvin",
4186
- "property"
4279
+ "property",
4280
+ false
4187
4281
  ],
4188
4282
  [
4189
4283
  "kelvin",
4190
- "queryable"
4284
+ "queryable",
4285
+ false
4191
4286
  ],
4192
4287
  [
4193
4288
  "kelvin",
4194
- "theAble"
4289
+ "theAble",
4290
+ false
4195
4291
  ],
4196
4292
  [
4197
4293
  "kelvin",
4198
- "unit"
4294
+ "unit",
4295
+ false
4199
4296
  ],
4200
4297
  [
4201
4298
  "length",
4202
- "dimension"
4299
+ "dimension",
4300
+ false
4203
4301
  ],
4204
4302
  [
4205
4303
  "lowest",
4206
- "condition"
4304
+ "condition",
4305
+ false
4207
4306
  ],
4208
4307
  [
4209
4308
  "mathematical",
4210
- "hierarchyAble"
4309
+ "hierarchyAble",
4310
+ false
4211
4311
  ],
4212
4312
  [
4213
4313
  "mathematical",
4214
- "isEdee"
4314
+ "isEdee",
4315
+ false
4215
4316
  ],
4216
4317
  [
4217
4318
  "mathematical",
4218
- "isEder"
4319
+ "isEder",
4320
+ false
4219
4321
  ],
4220
4322
  [
4221
4323
  "mathematical",
4222
- "object"
4324
+ "object",
4325
+ false
4223
4326
  ],
4224
4327
  [
4225
4328
  "mathematical",
4226
- "operator_modifier"
4329
+ "operator_modifier",
4330
+ false
4227
4331
  ],
4228
4332
  [
4229
4333
  "mathematical",
4230
- "property"
4334
+ "property",
4335
+ false
4231
4336
  ],
4232
4337
  [
4233
4338
  "mathematical",
4234
- "queryable"
4339
+ "queryable",
4340
+ false
4235
4341
  ],
4236
4342
  [
4237
4343
  "mathematical",
4238
- "theAble"
4344
+ "theAble",
4345
+ false
4239
4346
  ],
4240
4347
  [
4241
4348
  "mathematicalExpression",
4242
- "concept"
4349
+ "concept",
4350
+ false
4243
4351
  ],
4244
4352
  [
4245
4353
  "mathematicalExpression",
4246
- "expression"
4354
+ "expression",
4355
+ false
4247
4356
  ],
4248
4357
  [
4249
4358
  "mathematicalExpression",
4250
- "number"
4359
+ "number",
4360
+ false
4251
4361
  ],
4252
4362
  [
4253
- "mathematicalOperator",
4254
- "mathematicalOperator"
4363
+ "mathematical_operator",
4364
+ "adjective",
4365
+ true
4255
4366
  ],
4256
4367
  [
4257
4368
  "mathematical_operator",
4258
- "adjective"
4369
+ "concept",
4370
+ false
4259
4371
  ],
4260
4372
  [
4261
4373
  "mathematical_operator",
4262
- "concept"
4374
+ "hierarchyAble",
4375
+ false
4263
4376
  ],
4264
4377
  [
4265
4378
  "mathematical_operator",
4266
- "hierarchyAble"
4379
+ "isEdee",
4380
+ false
4267
4381
  ],
4268
4382
  [
4269
4383
  "mathematical_operator",
4270
- "isEdee"
4384
+ "isEder",
4385
+ false
4271
4386
  ],
4272
4387
  [
4273
4388
  "mathematical_operator",
4274
- "isEder"
4389
+ "object",
4390
+ false
4275
4391
  ],
4276
4392
  [
4277
4393
  "mathematical_operator",
4278
- "object"
4394
+ "operator",
4395
+ false
4279
4396
  ],
4280
4397
  [
4281
4398
  "mathematical_operator",
4282
- "operator"
4399
+ "property",
4400
+ false
4283
4401
  ],
4284
4402
  [
4285
4403
  "mathematical_operator",
4286
- "property"
4404
+ "queryable",
4405
+ false
4287
4406
  ],
4288
4407
  [
4289
4408
  "mathematical_operator",
4290
- "queryable"
4409
+ "theAble",
4410
+ false
4291
4411
  ],
4292
4412
  [
4293
- "mathematical_operator",
4294
- "theAble"
4413
+ "memorable",
4414
+ "theAble",
4415
+ false
4295
4416
  ],
4296
4417
  [
4297
4418
  "minusExpression",
4298
- "mathematicalExpression"
4419
+ "mathematicalExpression",
4420
+ false
4299
4421
  ],
4300
4422
  [
4301
4423
  "minusOperator",
4302
- "mathematicalOperator"
4424
+ "mathematical_operator",
4425
+ false
4303
4426
  ],
4304
4427
  [
4305
4428
  "modifies",
4306
- "verby"
4307
- ],
4308
- [
4309
- "notAble",
4310
- "notAble"
4429
+ "verby",
4430
+ false
4311
4431
  ],
4312
4432
  [
4313
4433
  "noun",
4314
- "theAble"
4434
+ "theAble",
4435
+ false
4315
4436
  ],
4316
4437
  [
4317
4438
  "number",
4318
- "expression"
4439
+ "expression",
4440
+ false
4319
4441
  ],
4320
4442
  [
4321
4443
  "number",
4322
- "quantifier"
4444
+ "quantifier",
4445
+ false
4323
4446
  ],
4324
4447
  [
4325
4448
  "number",
4326
- "queryable"
4449
+ "queryable",
4450
+ false
4327
4451
  ],
4328
4452
  [
4329
4453
  "object",
4330
- "queryable"
4454
+ "queryable",
4455
+ false
4331
4456
  ],
4332
4457
  [
4333
4458
  "object",
4334
- "theAble"
4459
+ "theAble",
4460
+ false
4335
4461
  ],
4336
4462
  [
4337
4463
  "operator",
4338
- "concept"
4464
+ "concept",
4465
+ false
4339
4466
  ],
4340
4467
  [
4341
4468
  "operator",
4342
- "hierarchyAble"
4469
+ "hierarchyAble",
4470
+ false
4343
4471
  ],
4344
4472
  [
4345
4473
  "operator",
4346
- "isEdee"
4474
+ "isEdee",
4475
+ false
4347
4476
  ],
4348
4477
  [
4349
4478
  "operator",
4350
- "isEder"
4479
+ "isEder",
4480
+ false
4351
4481
  ],
4352
4482
  [
4353
4483
  "operator",
4354
- "object"
4484
+ "object",
4485
+ false
4355
4486
  ],
4356
4487
  [
4357
4488
  "operator",
4358
- "property"
4489
+ "property",
4490
+ false
4359
4491
  ],
4360
4492
  [
4361
4493
  "operator",
4362
- "queryable"
4494
+ "queryable",
4495
+ false
4363
4496
  ],
4364
4497
  [
4365
4498
  "operator",
4366
- "theAble"
4499
+ "theAble",
4500
+ false
4367
4501
  ],
4368
4502
  [
4369
4503
  "operator_modifier",
4370
- "operator_modifier"
4504
+ "operator_modifier",
4505
+ false
4371
4506
  ],
4372
4507
  [
4373
4508
  "orAble",
4374
- "ifAble"
4509
+ "ifAble",
4510
+ false
4375
4511
  ],
4376
4512
  [
4377
4513
  "plusExpression",
4378
- "mathematicalExpression"
4514
+ "mathematicalExpression",
4515
+ false
4379
4516
  ],
4380
4517
  [
4381
4518
  "plusOperator",
4382
- "mathematicalOperator"
4519
+ "mathematical_operator",
4520
+ false
4383
4521
  ],
4384
4522
  [
4385
4523
  "preposition",
4386
- "preposition"
4524
+ "preposition",
4525
+ false
4387
4526
  ],
4388
4527
  [
4389
4528
  "pronoun",
4390
- "pronoun"
4529
+ "pronoun",
4530
+ false
4391
4531
  ],
4392
4532
  [
4393
4533
  "property",
4394
- "queryable"
4534
+ "queryable",
4535
+ false
4395
4536
  ],
4396
4537
  [
4397
4538
  "property",
4398
- "theAble"
4539
+ "theAble",
4540
+ false
4399
4541
  ],
4400
4542
  [
4401
4543
  "property",
4402
- "unknown"
4544
+ "unknown",
4545
+ false
4403
4546
  ],
4404
4547
  [
4405
4548
  "punctuation",
4406
- "punctuation"
4549
+ "punctuation",
4550
+ false
4407
4551
  ],
4408
4552
  [
4409
4553
  "quantifier",
4410
- "quantifier"
4554
+ "quantifier",
4555
+ false
4411
4556
  ],
4412
4557
  [
4413
4558
  "queryable",
4414
- "queryable"
4559
+ "queryable",
4560
+ false
4415
4561
  ],
4416
4562
  [
4417
4563
  "questionMark",
4418
- "punctuation"
4564
+ "punctuation",
4565
+ false
4419
4566
  ],
4420
4567
  [
4421
4568
  "readonly",
4422
- "queryable"
4569
+ "queryable",
4570
+ false
4423
4571
  ],
4424
4572
  [
4425
4573
  "reason",
4426
- "queryable"
4574
+ "queryable",
4575
+ false
4427
4576
  ],
4428
4577
  [
4429
4578
  "reason",
4430
- "theAble"
4579
+ "theAble",
4580
+ false
4581
+ ],
4582
+ [
4583
+ "remember",
4584
+ "verby",
4585
+ false
4586
+ ],
4587
+ [
4588
+ "stm_before",
4589
+ "adjective",
4590
+ false
4431
4591
  ],
4432
4592
  [
4433
4593
  "temperature",
4434
- "dimension"
4594
+ "dimension",
4595
+ false
4435
4596
  ],
4436
4597
  [
4437
4598
  "temperature",
4438
- "hierarchyAble"
4599
+ "hierarchyAble",
4600
+ false
4439
4601
  ],
4440
4602
  [
4441
4603
  "temperature",
4442
- "isEdee"
4604
+ "isEdee",
4605
+ false
4443
4606
  ],
4444
4607
  [
4445
4608
  "temperature",
4446
- "isEder"
4609
+ "isEder",
4610
+ false
4447
4611
  ],
4448
4612
  [
4449
4613
  "temperature",
4450
- "object"
4614
+ "object",
4615
+ false
4451
4616
  ],
4452
4617
  [
4453
4618
  "temperature",
4454
- "property"
4619
+ "property",
4620
+ false
4455
4621
  ],
4456
4622
  [
4457
4623
  "temperature",
4458
- "queryable"
4624
+ "queryable",
4625
+ false
4459
4626
  ],
4460
4627
  [
4461
4628
  "temperature",
4462
- "theAble"
4629
+ "theAble",
4630
+ false
4463
4631
  ],
4464
4632
  [
4465
4633
  "testingValue",
4466
- "testingValue"
4634
+ "testingValue",
4635
+ false
4467
4636
  ],
4468
4637
  [
4469
4638
  "that",
4470
- "thisitthat"
4639
+ "thisitthat",
4640
+ false
4471
4641
  ],
4472
4642
  [
4473
4643
  "the",
4474
- "articlePOS"
4644
+ "articlePOS",
4645
+ false
4475
4646
  ],
4476
4647
  [
4477
4648
  "theAble",
4478
- "theAble"
4649
+ "theAble",
4650
+ false
4479
4651
  ],
4480
4652
  [
4481
4653
  "this",
4482
- "pronoun"
4654
+ "pronoun",
4655
+ false
4483
4656
  ],
4484
4657
  [
4485
4658
  "this",
4486
- "queryable"
4659
+ "queryable",
4660
+ false
4487
4661
  ],
4488
4662
  [
4489
4663
  "this",
4490
- "thisitthat"
4664
+ "thisitthat",
4665
+ false
4491
4666
  ],
4492
4667
  [
4493
4668
  "thisitthat",
4494
- "queryable"
4669
+ "queryable",
4670
+ false
4495
4671
  ],
4496
4672
  [
4497
4673
  "timesExpression",
4498
- "mathematicalExpression"
4674
+ "mathematicalExpression",
4675
+ false
4499
4676
  ],
4500
4677
  [
4501
4678
  "timesOperator",
4502
- "mathematicalOperator"
4679
+ "mathematical_operator",
4680
+ false
4503
4681
  ],
4504
4682
  [
4505
4683
  "to",
4506
- "preposition"
4684
+ "preposition",
4685
+ false
4507
4686
  ],
4508
4687
  [
4509
4688
  "toAble",
4510
- "toAble"
4689
+ "toAble",
4690
+ false
4511
4691
  ],
4512
4692
  [
4513
4693
  "type",
4514
- "property"
4694
+ "property",
4695
+ false
4515
4696
  ],
4516
4697
  [
4517
4698
  "type",
4518
- "whatAble"
4699
+ "whatAble",
4700
+ false
4519
4701
  ],
4520
4702
  [
4521
4703
  "unit",
4522
- "concept"
4704
+ "concept",
4705
+ false
4523
4706
  ],
4524
4707
  [
4525
4708
  "unit",
4526
- "hierarchyAble"
4709
+ "hierarchyAble",
4710
+ false
4527
4711
  ],
4528
4712
  [
4529
4713
  "unit",
4530
- "isEdee"
4714
+ "isEdee",
4715
+ false
4531
4716
  ],
4532
4717
  [
4533
4718
  "unit",
4534
- "isEder"
4719
+ "isEder",
4720
+ false
4535
4721
  ],
4536
4722
  [
4537
4723
  "unit",
4538
- "object"
4724
+ "object",
4725
+ false
4539
4726
  ],
4540
4727
  [
4541
4728
  "unit",
4542
- "property"
4729
+ "property",
4730
+ false
4543
4731
  ],
4544
4732
  [
4545
4733
  "unit",
4546
- "queryable"
4734
+ "queryable",
4735
+ false
4547
4736
  ],
4548
4737
  [
4549
4738
  "unit",
4550
- "theAble"
4551
- ],
4552
- [
4553
- "unknown",
4554
- "hierarchyAble"
4739
+ "theAble",
4740
+ false
4555
4741
  ],
4556
4742
  [
4557
4743
  "unknown",
4558
- "notAble"
4744
+ "hierarchyAble",
4745
+ false
4559
4746
  ],
4560
4747
  [
4561
4748
  "unknown",
4562
- "object"
4749
+ "object",
4750
+ false
4563
4751
  ],
4564
4752
  [
4565
4753
  "unknown",
4566
- "queryable"
4754
+ "queryable",
4755
+ false
4567
4756
  ],
4568
4757
  [
4569
4758
  "unknown",
4570
- "theAble"
4759
+ "theAble",
4760
+ false
4571
4761
  ],
4572
4762
  [
4573
4763
  "verby",
4574
- "verby"
4764
+ "verby",
4765
+ false
4575
4766
  ],
4576
4767
  [
4577
4768
  "what",
4578
- "object"
4769
+ "object",
4770
+ false
4579
4771
  ],
4580
4772
  [
4581
4773
  "what",
4582
- "queryable"
4774
+ "queryable",
4775
+ false
4583
4776
  ],
4584
4777
  [
4585
4778
  "whatAble",
4586
- "queryable"
4779
+ "queryable",
4780
+ false
4587
4781
  ],
4588
4782
  [
4589
4783
  "whose",
4590
- "object"
4784
+ "object",
4785
+ false
4591
4786
  ],
4592
4787
  [
4593
4788
  "x",
4594
- "number"
4789
+ "number",
4790
+ false
4595
4791
  ],
4596
4792
  [
4597
4793
  "xfx",
4598
- "queryable"
4794
+ "queryable",
4795
+ false
4599
4796
  ],
4600
4797
  [
4601
4798
  "y",
4602
- "number"
4799
+ "number",
4800
+ false
4603
4801
  ]
4604
4802
  ],
4605
4803
  "metadata": {
@@ -5279,6 +5477,32 @@
5279
5477
  0
5280
5478
  ]
5281
5479
  ],
5480
+ [
5481
+ [
5482
+ "celcius",
5483
+ 0
5484
+ ],
5485
+ [
5486
+ "divideByOperator",
5487
+ 0
5488
+ ],
5489
+ [
5490
+ "equals",
5491
+ 0
5492
+ ],
5493
+ [
5494
+ "number",
5495
+ 0
5496
+ ],
5497
+ [
5498
+ "plusOperator",
5499
+ 0
5500
+ ],
5501
+ [
5502
+ "timesOperator",
5503
+ 0
5504
+ ]
5505
+ ],
5282
5506
  [
5283
5507
  [
5284
5508
  "celcius",
@@ -5476,6 +5700,36 @@
5476
5700
  0
5477
5701
  ]
5478
5702
  ],
5703
+ [
5704
+ [
5705
+ "celcius",
5706
+ 0
5707
+ ],
5708
+ [
5709
+ "divideByOperator",
5710
+ 0
5711
+ ],
5712
+ [
5713
+ "equals",
5714
+ 0
5715
+ ],
5716
+ [
5717
+ "fahrenheit",
5718
+ 0
5719
+ ],
5720
+ [
5721
+ "number",
5722
+ 0
5723
+ ],
5724
+ [
5725
+ "plusOperator",
5726
+ 0
5727
+ ],
5728
+ [
5729
+ "timesOperator",
5730
+ 0
5731
+ ]
5732
+ ],
5479
5733
  [
5480
5734
  [
5481
5735
  "celcius",
@@ -5630,6 +5884,32 @@
5630
5884
  0
5631
5885
  ]
5632
5886
  ],
5887
+ [
5888
+ [
5889
+ "celcius",
5890
+ 0
5891
+ ],
5892
+ [
5893
+ "divideByOperator",
5894
+ 0
5895
+ ],
5896
+ [
5897
+ "equals",
5898
+ 0
5899
+ ],
5900
+ [
5901
+ "number",
5902
+ 0
5903
+ ],
5904
+ [
5905
+ "plusOperator",
5906
+ 0
5907
+ ],
5908
+ [
5909
+ "timesOperator",
5910
+ 0
5911
+ ]
5912
+ ],
5633
5913
  [
5634
5914
  [
5635
5915
  "celcius",