tpmkms_4wp 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
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
586
570
  ],
587
571
  [
572
+ "remember",
573
+ "verby",
574
+ false
575
+ ],
576
+ [
577
+ "stm_before",
578
+ "adjective",
579
+ false
580
+ ],
581
+ [
582
+ "testingValue",
588
583
  "testingValue",
589
- "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
1210
1134
  ],
1211
1135
  [
1136
+ "evaluate",
1137
+ "verby",
1138
+ false
1139
+ ],
1140
+ [
1141
+ "expression",
1212
1142
  "expression",
1213
- "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
  "pressure",
1505
- "dimension"
1502
+ "dimension",
1503
+ false
1506
1504
  ],
1507
1505
  [
1508
1506
  "pressure",
1509
- "hierarchyAble"
1507
+ "hierarchyAble",
1508
+ false
1510
1509
  ],
1511
1510
  [
1512
1511
  "pressure",
1513
- "isEdee"
1512
+ "isEdee",
1513
+ false
1514
1514
  ],
1515
1515
  [
1516
1516
  "pressure",
1517
- "isEder"
1517
+ "isEder",
1518
+ false
1518
1519
  ],
1519
1520
  [
1520
1521
  "pressure",
1521
- "object"
1522
+ "object",
1523
+ false
1522
1524
  ],
1523
1525
  [
1524
1526
  "pressure",
1525
- "property"
1527
+ "property",
1528
+ false
1526
1529
  ],
1527
1530
  [
1528
1531
  "pressure",
1529
- "queryable"
1532
+ "queryable",
1533
+ false
1530
1534
  ],
1531
1535
  [
1532
1536
  "pressure",
1533
- "theAble"
1537
+ "theAble",
1538
+ false
1534
1539
  ],
1535
1540
  [
1536
1541
  "pronoun",
1537
- "pronoun"
1542
+ "pronoun",
1543
+ false
1538
1544
  ],
1539
1545
  [
1540
1546
  "property",
1541
- "queryable"
1547
+ "queryable",
1548
+ false
1542
1549
  ],
1543
1550
  [
1544
1551
  "property",
1545
- "theAble"
1552
+ "theAble",
1553
+ false
1546
1554
  ],
1547
1555
  [
1548
1556
  "property",
1549
- "unknown"
1557
+ "unknown",
1558
+ false
1550
1559
  ],
1551
1560
  [
1552
1561
  "punctuation",
1553
- "punctuation"
1562
+ "punctuation",
1563
+ false
1554
1564
  ],
1555
1565
  [
1556
1566
  "quantifier",
1557
- "quantifier"
1567
+ "quantifier",
1568
+ false
1558
1569
  ],
1559
1570
  [
1560
1571
  "queryable",
1561
- "queryable"
1572
+ "queryable",
1573
+ false
1562
1574
  ],
1563
1575
  [
1564
1576
  "questionMark",
1565
- "punctuation"
1577
+ "punctuation",
1578
+ false
1566
1579
  ],
1567
1580
  [
1568
1581
  "readonly",
1569
- "queryable"
1582
+ "queryable",
1583
+ false
1570
1584
  ],
1571
1585
  [
1572
1586
  "reason",
1573
- "queryable"
1587
+ "queryable",
1588
+ false
1574
1589
  ],
1575
1590
  [
1576
1591
  "reason",
1577
- "theAble"
1592
+ "theAble",
1593
+ false
1594
+ ],
1595
+ [
1596
+ "remember",
1597
+ "verby",
1598
+ false
1599
+ ],
1600
+ [
1601
+ "stm_before",
1602
+ "adjective",
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"
1634
- ],
1635
- [
1636
- "unit",
1637
- "concept"
1672
+ "whatAble",
1673
+ false
1638
1674
  ],
1639
1675
  [
1640
1676
  "unit",
1641
- "hierarchyAble"
1677
+ "concept",
1678
+ false
1642
1679
  ],
1643
1680
  [
1644
1681
  "unit",
1645
- "isEdee"
1682
+ "hierarchyAble",
1683
+ false
1646
1684
  ],
1647
1685
  [
1648
1686
  "unit",
1649
- "isEder"
1687
+ "isEdee",
1688
+ false
1650
1689
  ],
1651
1690
  [
1652
1691
  "unit",
1653
- "object"
1692
+ "isEder",
1693
+ false
1654
1694
  ],
1655
1695
  [
1656
1696
  "unit",
1657
- "property"
1697
+ "object",
1698
+ false
1658
1699
  ],
1659
1700
  [
1660
1701
  "unit",
1661
- "queryable"
1702
+ "property",
1703
+ false
1662
1704
  ],
1663
1705
  [
1664
1706
  "unit",
1665
- "theAble"
1707
+ "queryable",
1708
+ false
1666
1709
  ],
1667
1710
  [
1668
- "unknown",
1669
- "hierarchyAble"
1711
+ "unit",
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": {
@@ -2239,817 +2295,865 @@
2239
2295
  },
2240
2296
  {
2241
2297
  "hierarchy": [
2242
- [
2243
- "*",
2244
- "hierarchyAble"
2245
- ],
2246
- [
2247
- "*",
2248
- "isEdee"
2249
- ],
2250
- [
2251
- "*",
2252
- "isEder"
2253
- ],
2254
- [
2255
- "*",
2256
- "mathematical_operator"
2257
- ],
2258
- [
2259
- "*",
2260
- "object"
2261
- ],
2262
- [
2263
- "*",
2264
- "property"
2265
- ],
2266
- [
2267
- "*",
2268
- "queryable"
2269
- ],
2270
- [
2271
- "*",
2272
- "theAble"
2273
- ],
2274
- [
2275
- "+",
2276
- "hierarchyAble"
2277
- ],
2278
- [
2279
- "+",
2280
- "isEdee"
2281
- ],
2282
- [
2283
- "+",
2284
- "isEder"
2285
- ],
2286
- [
2287
- "+",
2288
- "mathematical_operator"
2289
- ],
2290
- [
2291
- "+",
2292
- "object"
2293
- ],
2294
- [
2295
- "+",
2296
- "property"
2297
- ],
2298
- [
2299
- "+",
2300
- "queryable"
2301
- ],
2302
- [
2303
- "+",
2304
- "theAble"
2305
- ],
2306
- [
2307
- "-",
2308
- "hierarchyAble"
2309
- ],
2310
- [
2311
- "-",
2312
- "isEdee"
2313
- ],
2314
- [
2315
- "-",
2316
- "isEder"
2317
- ],
2318
- [
2319
- "-",
2320
- "mathematical_operator"
2321
- ],
2322
- [
2323
- "-",
2324
- "object"
2325
- ],
2326
- [
2327
- "-",
2328
- "property"
2329
- ],
2330
- [
2331
- "-",
2332
- "queryable"
2333
- ],
2334
- [
2335
- "-",
2336
- "theAble"
2337
- ],
2338
- [
2339
- "/",
2340
- "hierarchyAble"
2341
- ],
2342
- [
2343
- "/",
2344
- "isEdee"
2345
- ],
2346
- [
2347
- "/",
2348
- "isEder"
2349
- ],
2350
- [
2351
- "/",
2352
- "mathematical_operator"
2353
- ],
2354
- [
2355
- "/",
2356
- "object"
2357
- ],
2358
- [
2359
- "/",
2360
- "property"
2361
- ],
2362
- [
2363
- "/",
2364
- "queryable"
2365
- ],
2366
- [
2367
- "/",
2368
- "theAble"
2369
- ],
2370
2298
  [
2371
2299
  "a",
2372
- "articlePOS"
2300
+ "articlePOS",
2301
+ false
2373
2302
  ],
2374
2303
  [
2375
2304
  "adjective",
2376
- "adjective"
2305
+ "adjective",
2306
+ false
2377
2307
  ],
2378
2308
  [
2379
2309
  "all",
2380
- "quantifier"
2310
+ "quantifier",
2311
+ false
2381
2312
  ],
2382
2313
  [
2383
2314
  "amount",
2384
- "amount"
2315
+ "amount",
2316
+ false
2385
2317
  ],
2386
2318
  [
2387
2319
  "articlePOS",
2388
- "articlePOS"
2320
+ "articlePOS",
2321
+ false
2389
2322
  ],
2390
2323
  [
2391
2324
  "atmosphere",
2392
- "hierarchyAble"
2325
+ "hierarchyAble",
2326
+ false
2393
2327
  ],
2394
2328
  [
2395
2329
  "atmosphere",
2396
- "isEdee"
2330
+ "isEdee",
2331
+ false
2397
2332
  ],
2398
2333
  [
2399
2334
  "atmosphere",
2400
- "isEder"
2335
+ "isEder",
2336
+ false
2401
2337
  ],
2402
2338
  [
2403
2339
  "atmosphere",
2404
- "object"
2340
+ "object",
2341
+ false
2405
2342
  ],
2406
2343
  [
2407
2344
  "atmosphere",
2408
- "property"
2345
+ "property",
2346
+ false
2409
2347
  ],
2410
2348
  [
2411
2349
  "atmosphere",
2412
- "queryable"
2350
+ "queryable",
2351
+ false
2413
2352
  ],
2414
2353
  [
2415
2354
  "atmosphere",
2416
- "theAble"
2355
+ "theAble",
2356
+ false
2417
2357
  ],
2418
2358
  [
2419
2359
  "atmosphere",
2420
- "unit"
2360
+ "unit",
2361
+ false
2421
2362
  ],
2422
2363
  [
2423
2364
  "between",
2424
- "preposition"
2365
+ "preposition",
2366
+ false
2425
2367
  ],
2426
2368
  [
2427
2369
  "calculate",
2428
- "verby"
2370
+ "verby",
2371
+ false
2429
2372
  ],
2430
2373
  [
2431
2374
  "canBeDoQuestion",
2432
- "canBeDoQuestion"
2375
+ "canBeDoQuestion",
2376
+ false
2433
2377
  ],
2434
2378
  [
2435
2379
  "canBeQuestion",
2436
- "canBeQuestion"
2380
+ "canBeQuestion",
2381
+ false
2437
2382
  ],
2438
2383
  [
2439
2384
  "concept",
2440
- "queryable"
2385
+ "queryable",
2386
+ false
2441
2387
  ],
2442
2388
  [
2443
2389
  "concept",
2444
- "theAble"
2390
+ "theAble",
2391
+ false
2445
2392
  ],
2446
2393
  [
2447
2394
  "condition",
2448
- "condition"
2395
+ "condition",
2396
+ false
2449
2397
  ],
2450
2398
  [
2451
2399
  "convertToUnits",
2452
- "expression"
2400
+ "expression",
2401
+ false
2453
2402
  ],
2454
2403
  [
2455
2404
  "convertToUnits",
2456
- "queryable"
2405
+ "queryable",
2406
+ false
2457
2407
  ],
2458
2408
  [
2459
2409
  "convertToUnits",
2460
- "testingValue"
2410
+ "testingValue",
2411
+ false
2461
2412
  ],
2462
2413
  [
2463
2414
  "countable",
2464
- "hierarchyAble"
2415
+ "hierarchyAble",
2416
+ false
2465
2417
  ],
2466
2418
  [
2467
2419
  "degree",
2468
- "amount"
2420
+ "amount",
2421
+ false
2469
2422
  ],
2470
2423
  [
2471
2424
  "dimension",
2472
- "concept"
2425
+ "concept",
2426
+ false
2473
2427
  ],
2474
2428
  [
2475
2429
  "dimension",
2476
- "hierarchyAble"
2430
+ "hierarchyAble",
2431
+ false
2477
2432
  ],
2478
2433
  [
2479
2434
  "dimension",
2480
- "isEdee"
2435
+ "isEdee",
2436
+ false
2481
2437
  ],
2482
2438
  [
2483
2439
  "dimension",
2484
- "isEder"
2440
+ "isEder",
2441
+ false
2485
2442
  ],
2486
2443
  [
2487
2444
  "dimension",
2488
- "object"
2445
+ "object",
2446
+ false
2489
2447
  ],
2490
2448
  [
2491
2449
  "dimension",
2492
- "property"
2450
+ "property",
2451
+ false
2493
2452
  ],
2494
2453
  [
2495
2454
  "dimension",
2496
- "queryable"
2455
+ "queryable",
2456
+ false
2497
2457
  ],
2498
2458
  [
2499
2459
  "dimension",
2500
- "theAble"
2460
+ "theAble",
2461
+ false
2501
2462
  ],
2502
2463
  [
2503
2464
  "divideByExpression",
2504
- "mathematicalExpression"
2465
+ "mathematicalExpression",
2466
+ false
2505
2467
  ],
2506
2468
  [
2507
2469
  "divideByOperator",
2508
- "mathematicalOperator"
2470
+ "mathematical_operator",
2471
+ false
2509
2472
  ],
2510
2473
  [
2511
2474
  "doubleQuote",
2512
- "queryable"
2475
+ "queryable",
2476
+ false
2477
+ ],
2478
+ [
2479
+ "evaluate",
2480
+ "verby",
2481
+ false
2513
2482
  ],
2514
2483
  [
2515
2484
  "expression",
2516
- "expression"
2485
+ "expression",
2486
+ false
2517
2487
  ],
2518
2488
  [
2519
2489
  "forVariable",
2520
- "preposition"
2490
+ "preposition",
2491
+ false
2521
2492
  ],
2522
2493
  [
2523
2494
  "formula",
2524
- "concept"
2495
+ "concept",
2496
+ false
2525
2497
  ],
2526
2498
  [
2527
2499
  "formula",
2528
- "hierarchyAble"
2500
+ "hierarchyAble",
2501
+ false
2529
2502
  ],
2530
2503
  [
2531
2504
  "formula",
2532
- "isEdee"
2505
+ "isEdee",
2506
+ false
2533
2507
  ],
2534
2508
  [
2535
2509
  "formula",
2536
- "isEder"
2510
+ "isEder",
2511
+ false
2537
2512
  ],
2538
2513
  [
2539
2514
  "formula",
2540
- "object"
2515
+ "object",
2516
+ false
2541
2517
  ],
2542
2518
  [
2543
2519
  "formula",
2544
- "property"
2520
+ "property",
2521
+ false
2545
2522
  ],
2546
2523
  [
2547
2524
  "formula",
2548
- "queryable"
2525
+ "queryable",
2526
+ false
2549
2527
  ],
2550
2528
  [
2551
2529
  "formula",
2552
- "theAble"
2530
+ "theAble",
2531
+ false
2553
2532
  ],
2554
2533
  [
2555
2534
  "formulaForVariable",
2556
- "preposition"
2535
+ "preposition",
2536
+ false
2557
2537
  ],
2558
2538
  [
2559
2539
  "formulaForVariable",
2560
- "queryable"
2540
+ "queryable",
2541
+ false
2561
2542
  ],
2562
2543
  [
2563
2544
  "hasCountOfPieces",
2564
- "countable"
2545
+ "countable",
2546
+ false
2565
2547
  ],
2566
2548
  [
2567
2549
  "have",
2568
- "canBeDoQuestion"
2550
+ "canBeDoQuestion",
2551
+ false
2569
2552
  ],
2570
2553
  [
2571
2554
  "have",
2572
- "canBeQuestion"
2555
+ "canBeQuestion",
2556
+ false
2573
2557
  ],
2574
2558
  [
2575
2559
  "hierarchyAble",
2576
- "queryable"
2560
+ "queryable",
2561
+ false
2577
2562
  ],
2578
2563
  [
2579
2564
  "highest",
2580
- "condition"
2565
+ "condition",
2566
+ false
2581
2567
  ],
2582
2568
  [
2583
2569
  "ifAble",
2584
- "ifAble"
2570
+ "ifAble",
2571
+ false
2585
2572
  ],
2586
2573
  [
2587
2574
  "is",
2588
- "canBeQuestion"
2575
+ "canBeQuestion",
2576
+ false
2589
2577
  ],
2590
2578
  [
2591
2579
  "is",
2592
- "verby"
2580
+ "verby",
2581
+ false
2593
2582
  ],
2594
2583
  [
2595
2584
  "isEdee",
2596
- "isEdee"
2585
+ "isEdee",
2586
+ false
2597
2587
  ],
2598
2588
  [
2599
2589
  "isEder",
2600
- "isEder"
2590
+ "isEder",
2591
+ false
2601
2592
  ],
2602
2593
  [
2603
2594
  "it",
2604
- "pronoun"
2595
+ "pronoun",
2596
+ false
2605
2597
  ],
2606
2598
  [
2607
2599
  "it",
2608
- "queryable"
2600
+ "queryable",
2601
+ false
2609
2602
  ],
2610
2603
  [
2611
2604
  "it",
2612
- "thisitthat"
2605
+ "thisitthat",
2606
+ false
2613
2607
  ],
2614
2608
  [
2615
2609
  "it",
2616
- "toAble"
2610
+ "toAble",
2611
+ false
2617
2612
  ],
2618
2613
  [
2619
2614
  "length",
2620
- "dimension"
2615
+ "dimension",
2616
+ false
2621
2617
  ],
2622
2618
  [
2623
2619
  "lowest",
2624
- "condition"
2620
+ "condition",
2621
+ false
2625
2622
  ],
2626
2623
  [
2627
2624
  "mathematical",
2628
- "hierarchyAble"
2625
+ "hierarchyAble",
2626
+ false
2629
2627
  ],
2630
2628
  [
2631
2629
  "mathematical",
2632
- "isEdee"
2630
+ "isEdee",
2631
+ false
2633
2632
  ],
2634
2633
  [
2635
2634
  "mathematical",
2636
- "isEder"
2635
+ "isEder",
2636
+ false
2637
2637
  ],
2638
2638
  [
2639
2639
  "mathematical",
2640
- "object"
2640
+ "object",
2641
+ false
2641
2642
  ],
2642
2643
  [
2643
2644
  "mathematical",
2644
- "operator_modifier"
2645
+ "operator_modifier",
2646
+ false
2645
2647
  ],
2646
2648
  [
2647
2649
  "mathematical",
2648
- "property"
2650
+ "property",
2651
+ false
2649
2652
  ],
2650
2653
  [
2651
2654
  "mathematical",
2652
- "queryable"
2655
+ "queryable",
2656
+ false
2653
2657
  ],
2654
2658
  [
2655
2659
  "mathematical",
2656
- "theAble"
2660
+ "theAble",
2661
+ false
2657
2662
  ],
2658
2663
  [
2659
2664
  "mathematicalExpression",
2660
- "concept"
2665
+ "concept",
2666
+ false
2661
2667
  ],
2662
2668
  [
2663
2669
  "mathematicalExpression",
2664
- "expression"
2670
+ "expression",
2671
+ false
2665
2672
  ],
2666
2673
  [
2667
2674
  "mathematicalExpression",
2668
- "number"
2675
+ "number",
2676
+ false
2669
2677
  ],
2670
2678
  [
2671
- "mathematicalOperator",
2672
- "mathematicalOperator"
2679
+ "mathematical_operator",
2680
+ "adjective",
2681
+ true
2673
2682
  ],
2674
2683
  [
2675
2684
  "mathematical_operator",
2676
- "adjective"
2685
+ "concept",
2686
+ false
2677
2687
  ],
2678
2688
  [
2679
2689
  "mathematical_operator",
2680
- "concept"
2690
+ "hierarchyAble",
2691
+ false
2681
2692
  ],
2682
2693
  [
2683
2694
  "mathematical_operator",
2684
- "hierarchyAble"
2695
+ "isEdee",
2696
+ false
2685
2697
  ],
2686
2698
  [
2687
2699
  "mathematical_operator",
2688
- "isEdee"
2700
+ "isEder",
2701
+ false
2689
2702
  ],
2690
2703
  [
2691
2704
  "mathematical_operator",
2692
- "isEder"
2705
+ "object",
2706
+ false
2693
2707
  ],
2694
2708
  [
2695
2709
  "mathematical_operator",
2696
- "object"
2710
+ "operator",
2711
+ false
2697
2712
  ],
2698
2713
  [
2699
2714
  "mathematical_operator",
2700
- "operator"
2715
+ "property",
2716
+ false
2701
2717
  ],
2702
2718
  [
2703
2719
  "mathematical_operator",
2704
- "property"
2720
+ "queryable",
2721
+ false
2705
2722
  ],
2706
2723
  [
2707
2724
  "mathematical_operator",
2708
- "queryable"
2725
+ "theAble",
2726
+ false
2709
2727
  ],
2710
2728
  [
2711
- "mathematical_operator",
2712
- "theAble"
2729
+ "memorable",
2730
+ "theAble",
2731
+ false
2713
2732
  ],
2714
2733
  [
2715
2734
  "minusExpression",
2716
- "mathematicalExpression"
2735
+ "mathematicalExpression",
2736
+ false
2717
2737
  ],
2718
2738
  [
2719
2739
  "minusOperator",
2720
- "mathematicalOperator"
2740
+ "mathematical_operator",
2741
+ false
2721
2742
  ],
2722
2743
  [
2723
2744
  "modifies",
2724
- "verby"
2725
- ],
2726
- [
2727
- "notAble",
2728
- "notAble"
2745
+ "verby",
2746
+ false
2729
2747
  ],
2730
2748
  [
2731
2749
  "noun",
2732
- "theAble"
2750
+ "theAble",
2751
+ false
2733
2752
  ],
2734
2753
  [
2735
2754
  "number",
2736
- "expression"
2755
+ "expression",
2756
+ false
2737
2757
  ],
2738
2758
  [
2739
2759
  "number",
2740
- "quantifier"
2760
+ "quantifier",
2761
+ false
2741
2762
  ],
2742
2763
  [
2743
2764
  "number",
2744
- "queryable"
2765
+ "queryable",
2766
+ false
2745
2767
  ],
2746
2768
  [
2747
2769
  "object",
2748
- "queryable"
2770
+ "queryable",
2771
+ false
2749
2772
  ],
2750
2773
  [
2751
2774
  "object",
2752
- "theAble"
2775
+ "theAble",
2776
+ false
2753
2777
  ],
2754
2778
  [
2755
2779
  "operator",
2756
- "concept"
2780
+ "concept",
2781
+ false
2757
2782
  ],
2758
2783
  [
2759
2784
  "operator",
2760
- "hierarchyAble"
2785
+ "hierarchyAble",
2786
+ false
2761
2787
  ],
2762
2788
  [
2763
2789
  "operator",
2764
- "isEdee"
2790
+ "isEdee",
2791
+ false
2765
2792
  ],
2766
2793
  [
2767
2794
  "operator",
2768
- "isEder"
2795
+ "isEder",
2796
+ false
2769
2797
  ],
2770
2798
  [
2771
2799
  "operator",
2772
- "object"
2800
+ "object",
2801
+ false
2773
2802
  ],
2774
2803
  [
2775
2804
  "operator",
2776
- "property"
2805
+ "property",
2806
+ false
2777
2807
  ],
2778
2808
  [
2779
2809
  "operator",
2780
- "queryable"
2810
+ "queryable",
2811
+ false
2781
2812
  ],
2782
2813
  [
2783
2814
  "operator",
2784
- "theAble"
2815
+ "theAble",
2816
+ false
2785
2817
  ],
2786
2818
  [
2787
2819
  "operator_modifier",
2788
- "operator_modifier"
2820
+ "operator_modifier",
2821
+ false
2789
2822
  ],
2790
2823
  [
2791
2824
  "orAble",
2792
- "ifAble"
2825
+ "ifAble",
2826
+ false
2793
2827
  ],
2794
2828
  [
2795
2829
  "pascal",
2796
- "hierarchyAble"
2830
+ "hierarchyAble",
2831
+ false
2797
2832
  ],
2798
2833
  [
2799
2834
  "pascal",
2800
- "isEdee"
2835
+ "isEdee",
2836
+ false
2801
2837
  ],
2802
2838
  [
2803
2839
  "pascal",
2804
- "isEder"
2840
+ "isEder",
2841
+ false
2805
2842
  ],
2806
2843
  [
2807
2844
  "pascal",
2808
- "object"
2845
+ "object",
2846
+ false
2809
2847
  ],
2810
2848
  [
2811
2849
  "pascal",
2812
- "property"
2850
+ "property",
2851
+ false
2813
2852
  ],
2814
2853
  [
2815
2854
  "pascal",
2816
- "queryable"
2855
+ "queryable",
2856
+ false
2817
2857
  ],
2818
2858
  [
2819
2859
  "pascal",
2820
- "theAble"
2860
+ "theAble",
2861
+ false
2821
2862
  ],
2822
2863
  [
2823
2864
  "pascal",
2824
- "unit"
2865
+ "unit",
2866
+ false
2825
2867
  ],
2826
2868
  [
2827
2869
  "plusExpression",
2828
- "mathematicalExpression"
2870
+ "mathematicalExpression",
2871
+ false
2829
2872
  ],
2830
2873
  [
2831
2874
  "plusOperator",
2832
- "mathematicalOperator"
2875
+ "mathematical_operator",
2876
+ false
2833
2877
  ],
2834
2878
  [
2835
2879
  "preposition",
2836
- "preposition"
2880
+ "preposition",
2881
+ false
2837
2882
  ],
2838
2883
  [
2839
2884
  "pressure",
2840
- "dimension"
2885
+ "dimension",
2886
+ false
2841
2887
  ],
2842
2888
  [
2843
2889
  "pressure",
2844
- "hierarchyAble"
2890
+ "hierarchyAble",
2891
+ false
2845
2892
  ],
2846
2893
  [
2847
2894
  "pressure",
2848
- "isEdee"
2895
+ "isEdee",
2896
+ false
2849
2897
  ],
2850
2898
  [
2851
2899
  "pressure",
2852
- "isEder"
2900
+ "isEder",
2901
+ false
2853
2902
  ],
2854
2903
  [
2855
2904
  "pressure",
2856
- "object"
2905
+ "object",
2906
+ false
2857
2907
  ],
2858
2908
  [
2859
2909
  "pressure",
2860
- "property"
2910
+ "property",
2911
+ false
2861
2912
  ],
2862
2913
  [
2863
2914
  "pressure",
2864
- "queryable"
2915
+ "queryable",
2916
+ false
2865
2917
  ],
2866
2918
  [
2867
2919
  "pressure",
2868
- "theAble"
2920
+ "theAble",
2921
+ false
2869
2922
  ],
2870
2923
  [
2871
2924
  "pronoun",
2872
- "pronoun"
2925
+ "pronoun",
2926
+ false
2873
2927
  ],
2874
2928
  [
2875
2929
  "property",
2876
- "queryable"
2930
+ "queryable",
2931
+ false
2877
2932
  ],
2878
2933
  [
2879
2934
  "property",
2880
- "theAble"
2935
+ "theAble",
2936
+ false
2881
2937
  ],
2882
2938
  [
2883
2939
  "property",
2884
- "unknown"
2940
+ "unknown",
2941
+ false
2885
2942
  ],
2886
2943
  [
2887
2944
  "punctuation",
2888
- "punctuation"
2945
+ "punctuation",
2946
+ false
2889
2947
  ],
2890
2948
  [
2891
2949
  "quantifier",
2892
- "quantifier"
2950
+ "quantifier",
2951
+ false
2893
2952
  ],
2894
2953
  [
2895
2954
  "queryable",
2896
- "queryable"
2955
+ "queryable",
2956
+ false
2897
2957
  ],
2898
2958
  [
2899
2959
  "questionMark",
2900
- "punctuation"
2960
+ "punctuation",
2961
+ false
2901
2962
  ],
2902
2963
  [
2903
2964
  "readonly",
2904
- "queryable"
2965
+ "queryable",
2966
+ false
2905
2967
  ],
2906
2968
  [
2907
2969
  "reason",
2908
- "queryable"
2970
+ "queryable",
2971
+ false
2909
2972
  ],
2910
2973
  [
2911
2974
  "reason",
2912
- "theAble"
2975
+ "theAble",
2976
+ false
2977
+ ],
2978
+ [
2979
+ "remember",
2980
+ "verby",
2981
+ false
2982
+ ],
2983
+ [
2984
+ "stm_before",
2985
+ "adjective",
2986
+ false
2913
2987
  ],
2914
2988
  [
2915
2989
  "testingValue",
2916
- "testingValue"
2990
+ "testingValue",
2991
+ false
2917
2992
  ],
2918
2993
  [
2919
2994
  "that",
2920
- "thisitthat"
2995
+ "thisitthat",
2996
+ false
2921
2997
  ],
2922
2998
  [
2923
2999
  "the",
2924
- "articlePOS"
3000
+ "articlePOS",
3001
+ false
2925
3002
  ],
2926
3003
  [
2927
3004
  "theAble",
2928
- "theAble"
3005
+ "theAble",
3006
+ false
2929
3007
  ],
2930
3008
  [
2931
3009
  "this",
2932
- "pronoun"
3010
+ "pronoun",
3011
+ false
2933
3012
  ],
2934
3013
  [
2935
3014
  "this",
2936
- "queryable"
3015
+ "queryable",
3016
+ false
2937
3017
  ],
2938
3018
  [
2939
3019
  "this",
2940
- "thisitthat"
3020
+ "thisitthat",
3021
+ false
2941
3022
  ],
2942
3023
  [
2943
3024
  "thisitthat",
2944
- "queryable"
3025
+ "queryable",
3026
+ false
2945
3027
  ],
2946
3028
  [
2947
3029
  "timesExpression",
2948
- "mathematicalExpression"
3030
+ "mathematicalExpression",
3031
+ false
2949
3032
  ],
2950
3033
  [
2951
3034
  "timesOperator",
2952
- "mathematicalOperator"
3035
+ "mathematical_operator",
3036
+ false
2953
3037
  ],
2954
3038
  [
2955
3039
  "to",
2956
- "preposition"
3040
+ "preposition",
3041
+ false
2957
3042
  ],
2958
3043
  [
2959
3044
  "toAble",
2960
- "toAble"
3045
+ "toAble",
3046
+ false
2961
3047
  ],
2962
3048
  [
2963
3049
  "type",
2964
- "property"
3050
+ "property",
3051
+ false
2965
3052
  ],
2966
3053
  [
2967
3054
  "type",
2968
- "whatAble"
3055
+ "whatAble",
3056
+ false
2969
3057
  ],
2970
3058
  [
2971
3059
  "unit",
2972
- "concept"
3060
+ "concept",
3061
+ false
2973
3062
  ],
2974
3063
  [
2975
3064
  "unit",
2976
- "hierarchyAble"
3065
+ "hierarchyAble",
3066
+ false
2977
3067
  ],
2978
3068
  [
2979
3069
  "unit",
2980
- "isEdee"
3070
+ "isEdee",
3071
+ false
2981
3072
  ],
2982
3073
  [
2983
3074
  "unit",
2984
- "isEder"
3075
+ "isEder",
3076
+ false
2985
3077
  ],
2986
3078
  [
2987
3079
  "unit",
2988
- "object"
3080
+ "object",
3081
+ false
2989
3082
  ],
2990
3083
  [
2991
3084
  "unit",
2992
- "property"
3085
+ "property",
3086
+ false
2993
3087
  ],
2994
3088
  [
2995
3089
  "unit",
2996
- "queryable"
3090
+ "queryable",
3091
+ false
2997
3092
  ],
2998
3093
  [
2999
3094
  "unit",
3000
- "theAble"
3001
- ],
3002
- [
3003
- "unknown",
3004
- "hierarchyAble"
3095
+ "theAble",
3096
+ false
3005
3097
  ],
3006
3098
  [
3007
3099
  "unknown",
3008
- "notAble"
3100
+ "hierarchyAble",
3101
+ false
3009
3102
  ],
3010
3103
  [
3011
3104
  "unknown",
3012
- "object"
3105
+ "object",
3106
+ false
3013
3107
  ],
3014
3108
  [
3015
3109
  "unknown",
3016
- "queryable"
3110
+ "queryable",
3111
+ false
3017
3112
  ],
3018
3113
  [
3019
3114
  "unknown",
3020
- "theAble"
3115
+ "theAble",
3116
+ false
3021
3117
  ],
3022
3118
  [
3023
3119
  "verby",
3024
- "verby"
3120
+ "verby",
3121
+ false
3025
3122
  ],
3026
3123
  [
3027
3124
  "what",
3028
- "object"
3125
+ "object",
3126
+ false
3029
3127
  ],
3030
3128
  [
3031
3129
  "what",
3032
- "queryable"
3130
+ "queryable",
3131
+ false
3033
3132
  ],
3034
3133
  [
3035
3134
  "whatAble",
3036
- "queryable"
3135
+ "queryable",
3136
+ false
3037
3137
  ],
3038
3138
  [
3039
3139
  "whose",
3040
- "object"
3140
+ "object",
3141
+ false
3041
3142
  ],
3042
3143
  [
3043
3144
  "x",
3044
- "number"
3145
+ "number",
3146
+ false
3045
3147
  ],
3046
3148
  [
3047
3149
  "xfx",
3048
- "queryable"
3150
+ "queryable",
3151
+ false
3049
3152
  ],
3050
3153
  [
3051
3154
  "y",
3052
- "number"
3155
+ "number",
3156
+ false
3053
3157
  ]
3054
3158
  ],
3055
3159
  "metadata": {
@@ -3334,817 +3438,865 @@
3334
3438
  },
3335
3439
  {
3336
3440
  "hierarchy": [
3337
- [
3338
- "*",
3339
- "hierarchyAble"
3340
- ],
3341
- [
3342
- "*",
3343
- "isEdee"
3344
- ],
3345
- [
3346
- "*",
3347
- "isEder"
3348
- ],
3349
- [
3350
- "*",
3351
- "mathematical_operator"
3352
- ],
3353
- [
3354
- "*",
3355
- "object"
3356
- ],
3357
- [
3358
- "*",
3359
- "property"
3360
- ],
3361
- [
3362
- "*",
3363
- "queryable"
3364
- ],
3365
- [
3366
- "*",
3367
- "theAble"
3368
- ],
3369
- [
3370
- "+",
3371
- "hierarchyAble"
3372
- ],
3373
- [
3374
- "+",
3375
- "isEdee"
3376
- ],
3377
- [
3378
- "+",
3379
- "isEder"
3380
- ],
3381
- [
3382
- "+",
3383
- "mathematical_operator"
3384
- ],
3385
- [
3386
- "+",
3387
- "object"
3388
- ],
3389
- [
3390
- "+",
3391
- "property"
3392
- ],
3393
- [
3394
- "+",
3395
- "queryable"
3396
- ],
3397
- [
3398
- "+",
3399
- "theAble"
3400
- ],
3401
- [
3402
- "-",
3403
- "hierarchyAble"
3404
- ],
3405
- [
3406
- "-",
3407
- "isEdee"
3408
- ],
3409
- [
3410
- "-",
3411
- "isEder"
3412
- ],
3413
- [
3414
- "-",
3415
- "mathematical_operator"
3416
- ],
3417
- [
3418
- "-",
3419
- "object"
3420
- ],
3421
- [
3422
- "-",
3423
- "property"
3424
- ],
3425
- [
3426
- "-",
3427
- "queryable"
3428
- ],
3429
- [
3430
- "-",
3431
- "theAble"
3432
- ],
3433
- [
3434
- "/",
3435
- "hierarchyAble"
3436
- ],
3437
- [
3438
- "/",
3439
- "isEdee"
3440
- ],
3441
- [
3442
- "/",
3443
- "isEder"
3444
- ],
3445
- [
3446
- "/",
3447
- "mathematical_operator"
3448
- ],
3449
- [
3450
- "/",
3451
- "object"
3452
- ],
3453
- [
3454
- "/",
3455
- "property"
3456
- ],
3457
- [
3458
- "/",
3459
- "queryable"
3460
- ],
3461
- [
3462
- "/",
3463
- "theAble"
3464
- ],
3465
3441
  [
3466
3442
  "a",
3467
- "articlePOS"
3443
+ "articlePOS",
3444
+ false
3468
3445
  ],
3469
3446
  [
3470
3447
  "adjective",
3471
- "adjective"
3448
+ "adjective",
3449
+ false
3472
3450
  ],
3473
3451
  [
3474
3452
  "all",
3475
- "quantifier"
3453
+ "quantifier",
3454
+ false
3476
3455
  ],
3477
3456
  [
3478
3457
  "amount",
3479
- "amount"
3458
+ "amount",
3459
+ false
3480
3460
  ],
3481
3461
  [
3482
3462
  "articlePOS",
3483
- "articlePOS"
3463
+ "articlePOS",
3464
+ false
3484
3465
  ],
3485
3466
  [
3486
3467
  "atmosphere",
3487
- "hierarchyAble"
3468
+ "hierarchyAble",
3469
+ false
3488
3470
  ],
3489
3471
  [
3490
3472
  "atmosphere",
3491
- "isEdee"
3473
+ "isEdee",
3474
+ false
3492
3475
  ],
3493
3476
  [
3494
3477
  "atmosphere",
3495
- "isEder"
3478
+ "isEder",
3479
+ false
3496
3480
  ],
3497
3481
  [
3498
3482
  "atmosphere",
3499
- "object"
3483
+ "object",
3484
+ false
3500
3485
  ],
3501
3486
  [
3502
3487
  "atmosphere",
3503
- "property"
3488
+ "property",
3489
+ false
3504
3490
  ],
3505
3491
  [
3506
3492
  "atmosphere",
3507
- "queryable"
3493
+ "queryable",
3494
+ false
3508
3495
  ],
3509
3496
  [
3510
3497
  "atmosphere",
3511
- "theAble"
3498
+ "theAble",
3499
+ false
3512
3500
  ],
3513
3501
  [
3514
3502
  "atmosphere",
3515
- "unit"
3503
+ "unit",
3504
+ false
3516
3505
  ],
3517
3506
  [
3518
3507
  "between",
3519
- "preposition"
3508
+ "preposition",
3509
+ false
3520
3510
  ],
3521
3511
  [
3522
3512
  "calculate",
3523
- "verby"
3513
+ "verby",
3514
+ false
3524
3515
  ],
3525
3516
  [
3526
3517
  "canBeDoQuestion",
3527
- "canBeDoQuestion"
3518
+ "canBeDoQuestion",
3519
+ false
3528
3520
  ],
3529
3521
  [
3530
3522
  "canBeQuestion",
3531
- "canBeQuestion"
3523
+ "canBeQuestion",
3524
+ false
3532
3525
  ],
3533
3526
  [
3534
3527
  "concept",
3535
- "queryable"
3528
+ "queryable",
3529
+ false
3536
3530
  ],
3537
3531
  [
3538
3532
  "concept",
3539
- "theAble"
3533
+ "theAble",
3534
+ false
3540
3535
  ],
3541
3536
  [
3542
3537
  "condition",
3543
- "condition"
3538
+ "condition",
3539
+ false
3544
3540
  ],
3545
3541
  [
3546
3542
  "convertToUnits",
3547
- "expression"
3543
+ "expression",
3544
+ false
3548
3545
  ],
3549
3546
  [
3550
3547
  "convertToUnits",
3551
- "queryable"
3548
+ "queryable",
3549
+ false
3552
3550
  ],
3553
3551
  [
3554
3552
  "convertToUnits",
3555
- "testingValue"
3553
+ "testingValue",
3554
+ false
3556
3555
  ],
3557
3556
  [
3558
3557
  "countable",
3559
- "hierarchyAble"
3558
+ "hierarchyAble",
3559
+ false
3560
3560
  ],
3561
3561
  [
3562
3562
  "degree",
3563
- "amount"
3563
+ "amount",
3564
+ false
3564
3565
  ],
3565
3566
  [
3566
3567
  "dimension",
3567
- "concept"
3568
+ "concept",
3569
+ false
3568
3570
  ],
3569
3571
  [
3570
3572
  "dimension",
3571
- "hierarchyAble"
3573
+ "hierarchyAble",
3574
+ false
3572
3575
  ],
3573
3576
  [
3574
3577
  "dimension",
3575
- "isEdee"
3578
+ "isEdee",
3579
+ false
3576
3580
  ],
3577
3581
  [
3578
3582
  "dimension",
3579
- "isEder"
3583
+ "isEder",
3584
+ false
3580
3585
  ],
3581
3586
  [
3582
3587
  "dimension",
3583
- "object"
3588
+ "object",
3589
+ false
3584
3590
  ],
3585
3591
  [
3586
3592
  "dimension",
3587
- "property"
3593
+ "property",
3594
+ false
3588
3595
  ],
3589
3596
  [
3590
3597
  "dimension",
3591
- "queryable"
3598
+ "queryable",
3599
+ false
3592
3600
  ],
3593
3601
  [
3594
3602
  "dimension",
3595
- "theAble"
3603
+ "theAble",
3604
+ false
3596
3605
  ],
3597
3606
  [
3598
3607
  "divideByExpression",
3599
- "mathematicalExpression"
3608
+ "mathematicalExpression",
3609
+ false
3600
3610
  ],
3601
3611
  [
3602
3612
  "divideByOperator",
3603
- "mathematicalOperator"
3613
+ "mathematical_operator",
3614
+ false
3604
3615
  ],
3605
3616
  [
3606
3617
  "doubleQuote",
3607
- "queryable"
3618
+ "queryable",
3619
+ false
3620
+ ],
3621
+ [
3622
+ "evaluate",
3623
+ "verby",
3624
+ false
3608
3625
  ],
3609
3626
  [
3610
3627
  "expression",
3611
- "expression"
3628
+ "expression",
3629
+ false
3612
3630
  ],
3613
3631
  [
3614
3632
  "forVariable",
3615
- "preposition"
3633
+ "preposition",
3634
+ false
3616
3635
  ],
3617
3636
  [
3618
3637
  "formula",
3619
- "concept"
3638
+ "concept",
3639
+ false
3620
3640
  ],
3621
3641
  [
3622
3642
  "formula",
3623
- "hierarchyAble"
3643
+ "hierarchyAble",
3644
+ false
3624
3645
  ],
3625
3646
  [
3626
3647
  "formula",
3627
- "isEdee"
3648
+ "isEdee",
3649
+ false
3628
3650
  ],
3629
3651
  [
3630
3652
  "formula",
3631
- "isEder"
3653
+ "isEder",
3654
+ false
3632
3655
  ],
3633
3656
  [
3634
3657
  "formula",
3635
- "object"
3658
+ "object",
3659
+ false
3636
3660
  ],
3637
3661
  [
3638
3662
  "formula",
3639
- "property"
3663
+ "property",
3664
+ false
3640
3665
  ],
3641
3666
  [
3642
3667
  "formula",
3643
- "queryable"
3668
+ "queryable",
3669
+ false
3644
3670
  ],
3645
3671
  [
3646
3672
  "formula",
3647
- "theAble"
3673
+ "theAble",
3674
+ false
3648
3675
  ],
3649
3676
  [
3650
3677
  "formulaForVariable",
3651
- "preposition"
3678
+ "preposition",
3679
+ false
3652
3680
  ],
3653
3681
  [
3654
3682
  "formulaForVariable",
3655
- "queryable"
3683
+ "queryable",
3684
+ false
3656
3685
  ],
3657
3686
  [
3658
3687
  "hasCountOfPieces",
3659
- "countable"
3688
+ "countable",
3689
+ false
3660
3690
  ],
3661
3691
  [
3662
3692
  "have",
3663
- "canBeDoQuestion"
3693
+ "canBeDoQuestion",
3694
+ false
3664
3695
  ],
3665
3696
  [
3666
3697
  "have",
3667
- "canBeQuestion"
3698
+ "canBeQuestion",
3699
+ false
3668
3700
  ],
3669
3701
  [
3670
3702
  "hierarchyAble",
3671
- "queryable"
3703
+ "queryable",
3704
+ false
3672
3705
  ],
3673
3706
  [
3674
3707
  "highest",
3675
- "condition"
3708
+ "condition",
3709
+ false
3676
3710
  ],
3677
3711
  [
3678
3712
  "ifAble",
3679
- "ifAble"
3713
+ "ifAble",
3714
+ false
3680
3715
  ],
3681
3716
  [
3682
3717
  "is",
3683
- "canBeQuestion"
3718
+ "canBeQuestion",
3719
+ false
3684
3720
  ],
3685
3721
  [
3686
3722
  "is",
3687
- "verby"
3723
+ "verby",
3724
+ false
3688
3725
  ],
3689
3726
  [
3690
3727
  "isEdee",
3691
- "isEdee"
3728
+ "isEdee",
3729
+ false
3692
3730
  ],
3693
3731
  [
3694
3732
  "isEder",
3695
- "isEder"
3733
+ "isEder",
3734
+ false
3696
3735
  ],
3697
3736
  [
3698
3737
  "it",
3699
- "pronoun"
3738
+ "pronoun",
3739
+ false
3700
3740
  ],
3701
3741
  [
3702
3742
  "it",
3703
- "queryable"
3743
+ "queryable",
3744
+ false
3704
3745
  ],
3705
3746
  [
3706
3747
  "it",
3707
- "thisitthat"
3748
+ "thisitthat",
3749
+ false
3708
3750
  ],
3709
3751
  [
3710
3752
  "it",
3711
- "toAble"
3753
+ "toAble",
3754
+ false
3712
3755
  ],
3713
3756
  [
3714
3757
  "length",
3715
- "dimension"
3758
+ "dimension",
3759
+ false
3716
3760
  ],
3717
3761
  [
3718
3762
  "lowest",
3719
- "condition"
3763
+ "condition",
3764
+ false
3720
3765
  ],
3721
3766
  [
3722
3767
  "mathematical",
3723
- "hierarchyAble"
3768
+ "hierarchyAble",
3769
+ false
3724
3770
  ],
3725
3771
  [
3726
3772
  "mathematical",
3727
- "isEdee"
3773
+ "isEdee",
3774
+ false
3728
3775
  ],
3729
3776
  [
3730
3777
  "mathematical",
3731
- "isEder"
3778
+ "isEder",
3779
+ false
3732
3780
  ],
3733
3781
  [
3734
3782
  "mathematical",
3735
- "object"
3783
+ "object",
3784
+ false
3736
3785
  ],
3737
3786
  [
3738
3787
  "mathematical",
3739
- "operator_modifier"
3788
+ "operator_modifier",
3789
+ false
3740
3790
  ],
3741
3791
  [
3742
3792
  "mathematical",
3743
- "property"
3793
+ "property",
3794
+ false
3744
3795
  ],
3745
3796
  [
3746
3797
  "mathematical",
3747
- "queryable"
3798
+ "queryable",
3799
+ false
3748
3800
  ],
3749
3801
  [
3750
3802
  "mathematical",
3751
- "theAble"
3803
+ "theAble",
3804
+ false
3752
3805
  ],
3753
3806
  [
3754
3807
  "mathematicalExpression",
3755
- "concept"
3808
+ "concept",
3809
+ false
3756
3810
  ],
3757
3811
  [
3758
3812
  "mathematicalExpression",
3759
- "expression"
3813
+ "expression",
3814
+ false
3760
3815
  ],
3761
3816
  [
3762
3817
  "mathematicalExpression",
3763
- "number"
3818
+ "number",
3819
+ false
3764
3820
  ],
3765
3821
  [
3766
- "mathematicalOperator",
3767
- "mathematicalOperator"
3822
+ "mathematical_operator",
3823
+ "adjective",
3824
+ true
3768
3825
  ],
3769
3826
  [
3770
3827
  "mathematical_operator",
3771
- "adjective"
3828
+ "concept",
3829
+ false
3772
3830
  ],
3773
3831
  [
3774
3832
  "mathematical_operator",
3775
- "concept"
3833
+ "hierarchyAble",
3834
+ false
3776
3835
  ],
3777
3836
  [
3778
3837
  "mathematical_operator",
3779
- "hierarchyAble"
3838
+ "isEdee",
3839
+ false
3780
3840
  ],
3781
3841
  [
3782
3842
  "mathematical_operator",
3783
- "isEdee"
3843
+ "isEder",
3844
+ false
3784
3845
  ],
3785
3846
  [
3786
3847
  "mathematical_operator",
3787
- "isEder"
3848
+ "object",
3849
+ false
3788
3850
  ],
3789
3851
  [
3790
3852
  "mathematical_operator",
3791
- "object"
3853
+ "operator",
3854
+ false
3792
3855
  ],
3793
3856
  [
3794
3857
  "mathematical_operator",
3795
- "operator"
3858
+ "property",
3859
+ false
3796
3860
  ],
3797
3861
  [
3798
3862
  "mathematical_operator",
3799
- "property"
3863
+ "queryable",
3864
+ false
3800
3865
  ],
3801
3866
  [
3802
3867
  "mathematical_operator",
3803
- "queryable"
3868
+ "theAble",
3869
+ false
3804
3870
  ],
3805
3871
  [
3806
- "mathematical_operator",
3807
- "theAble"
3872
+ "memorable",
3873
+ "theAble",
3874
+ false
3808
3875
  ],
3809
3876
  [
3810
3877
  "minusExpression",
3811
- "mathematicalExpression"
3878
+ "mathematicalExpression",
3879
+ false
3812
3880
  ],
3813
3881
  [
3814
3882
  "minusOperator",
3815
- "mathematicalOperator"
3883
+ "mathematical_operator",
3884
+ false
3816
3885
  ],
3817
3886
  [
3818
3887
  "modifies",
3819
- "verby"
3820
- ],
3821
- [
3822
- "notAble",
3823
- "notAble"
3888
+ "verby",
3889
+ false
3824
3890
  ],
3825
3891
  [
3826
3892
  "noun",
3827
- "theAble"
3893
+ "theAble",
3894
+ false
3828
3895
  ],
3829
3896
  [
3830
3897
  "number",
3831
- "expression"
3898
+ "expression",
3899
+ false
3832
3900
  ],
3833
3901
  [
3834
3902
  "number",
3835
- "quantifier"
3903
+ "quantifier",
3904
+ false
3836
3905
  ],
3837
3906
  [
3838
3907
  "number",
3839
- "queryable"
3908
+ "queryable",
3909
+ false
3840
3910
  ],
3841
3911
  [
3842
3912
  "object",
3843
- "queryable"
3913
+ "queryable",
3914
+ false
3844
3915
  ],
3845
3916
  [
3846
3917
  "object",
3847
- "theAble"
3918
+ "theAble",
3919
+ false
3848
3920
  ],
3849
3921
  [
3850
3922
  "operator",
3851
- "concept"
3923
+ "concept",
3924
+ false
3852
3925
  ],
3853
3926
  [
3854
3927
  "operator",
3855
- "hierarchyAble"
3928
+ "hierarchyAble",
3929
+ false
3856
3930
  ],
3857
3931
  [
3858
3932
  "operator",
3859
- "isEdee"
3933
+ "isEdee",
3934
+ false
3860
3935
  ],
3861
3936
  [
3862
3937
  "operator",
3863
- "isEder"
3938
+ "isEder",
3939
+ false
3864
3940
  ],
3865
3941
  [
3866
3942
  "operator",
3867
- "object"
3943
+ "object",
3944
+ false
3868
3945
  ],
3869
3946
  [
3870
3947
  "operator",
3871
- "property"
3948
+ "property",
3949
+ false
3872
3950
  ],
3873
3951
  [
3874
3952
  "operator",
3875
- "queryable"
3953
+ "queryable",
3954
+ false
3876
3955
  ],
3877
3956
  [
3878
3957
  "operator",
3879
- "theAble"
3958
+ "theAble",
3959
+ false
3880
3960
  ],
3881
3961
  [
3882
3962
  "operator_modifier",
3883
- "operator_modifier"
3963
+ "operator_modifier",
3964
+ false
3884
3965
  ],
3885
3966
  [
3886
3967
  "orAble",
3887
- "ifAble"
3968
+ "ifAble",
3969
+ false
3888
3970
  ],
3889
3971
  [
3890
3972
  "pascal",
3891
- "hierarchyAble"
3973
+ "hierarchyAble",
3974
+ false
3892
3975
  ],
3893
3976
  [
3894
3977
  "pascal",
3895
- "isEdee"
3978
+ "isEdee",
3979
+ false
3896
3980
  ],
3897
3981
  [
3898
3982
  "pascal",
3899
- "isEder"
3983
+ "isEder",
3984
+ false
3900
3985
  ],
3901
3986
  [
3902
3987
  "pascal",
3903
- "object"
3988
+ "object",
3989
+ false
3904
3990
  ],
3905
3991
  [
3906
3992
  "pascal",
3907
- "property"
3993
+ "property",
3994
+ false
3908
3995
  ],
3909
3996
  [
3910
3997
  "pascal",
3911
- "queryable"
3998
+ "queryable",
3999
+ false
3912
4000
  ],
3913
4001
  [
3914
4002
  "pascal",
3915
- "theAble"
4003
+ "theAble",
4004
+ false
3916
4005
  ],
3917
4006
  [
3918
4007
  "pascal",
3919
- "unit"
4008
+ "unit",
4009
+ false
3920
4010
  ],
3921
4011
  [
3922
4012
  "plusExpression",
3923
- "mathematicalExpression"
4013
+ "mathematicalExpression",
4014
+ false
3924
4015
  ],
3925
4016
  [
3926
4017
  "plusOperator",
3927
- "mathematicalOperator"
4018
+ "mathematical_operator",
4019
+ false
3928
4020
  ],
3929
4021
  [
3930
4022
  "preposition",
3931
- "preposition"
4023
+ "preposition",
4024
+ false
3932
4025
  ],
3933
4026
  [
3934
4027
  "pressure",
3935
- "dimension"
4028
+ "dimension",
4029
+ false
3936
4030
  ],
3937
4031
  [
3938
4032
  "pressure",
3939
- "hierarchyAble"
4033
+ "hierarchyAble",
4034
+ false
3940
4035
  ],
3941
4036
  [
3942
4037
  "pressure",
3943
- "isEdee"
4038
+ "isEdee",
4039
+ false
3944
4040
  ],
3945
4041
  [
3946
4042
  "pressure",
3947
- "isEder"
4043
+ "isEder",
4044
+ false
3948
4045
  ],
3949
4046
  [
3950
4047
  "pressure",
3951
- "object"
4048
+ "object",
4049
+ false
3952
4050
  ],
3953
4051
  [
3954
4052
  "pressure",
3955
- "property"
4053
+ "property",
4054
+ false
3956
4055
  ],
3957
4056
  [
3958
4057
  "pressure",
3959
- "queryable"
4058
+ "queryable",
4059
+ false
3960
4060
  ],
3961
4061
  [
3962
4062
  "pressure",
3963
- "theAble"
4063
+ "theAble",
4064
+ false
3964
4065
  ],
3965
4066
  [
3966
4067
  "pronoun",
3967
- "pronoun"
4068
+ "pronoun",
4069
+ false
3968
4070
  ],
3969
4071
  [
3970
4072
  "property",
3971
- "queryable"
4073
+ "queryable",
4074
+ false
3972
4075
  ],
3973
4076
  [
3974
4077
  "property",
3975
- "theAble"
4078
+ "theAble",
4079
+ false
3976
4080
  ],
3977
4081
  [
3978
4082
  "property",
3979
- "unknown"
4083
+ "unknown",
4084
+ false
3980
4085
  ],
3981
4086
  [
3982
4087
  "punctuation",
3983
- "punctuation"
4088
+ "punctuation",
4089
+ false
3984
4090
  ],
3985
4091
  [
3986
4092
  "quantifier",
3987
- "quantifier"
4093
+ "quantifier",
4094
+ false
3988
4095
  ],
3989
4096
  [
3990
4097
  "queryable",
3991
- "queryable"
4098
+ "queryable",
4099
+ false
3992
4100
  ],
3993
4101
  [
3994
4102
  "questionMark",
3995
- "punctuation"
4103
+ "punctuation",
4104
+ false
3996
4105
  ],
3997
4106
  [
3998
4107
  "readonly",
3999
- "queryable"
4108
+ "queryable",
4109
+ false
4000
4110
  ],
4001
4111
  [
4002
4112
  "reason",
4003
- "queryable"
4113
+ "queryable",
4114
+ false
4004
4115
  ],
4005
4116
  [
4006
4117
  "reason",
4007
- "theAble"
4118
+ "theAble",
4119
+ false
4120
+ ],
4121
+ [
4122
+ "remember",
4123
+ "verby",
4124
+ false
4008
4125
  ],
4009
4126
  [
4127
+ "stm_before",
4128
+ "adjective",
4129
+ false
4130
+ ],
4131
+ [
4132
+ "testingValue",
4010
4133
  "testingValue",
4011
- "testingValue"
4134
+ false
4012
4135
  ],
4013
4136
  [
4014
4137
  "that",
4015
- "thisitthat"
4138
+ "thisitthat",
4139
+ false
4016
4140
  ],
4017
4141
  [
4018
4142
  "the",
4019
- "articlePOS"
4143
+ "articlePOS",
4144
+ false
4020
4145
  ],
4021
4146
  [
4022
4147
  "theAble",
4023
- "theAble"
4148
+ "theAble",
4149
+ false
4024
4150
  ],
4025
4151
  [
4026
4152
  "this",
4027
- "pronoun"
4153
+ "pronoun",
4154
+ false
4028
4155
  ],
4029
4156
  [
4030
4157
  "this",
4031
- "queryable"
4158
+ "queryable",
4159
+ false
4032
4160
  ],
4033
4161
  [
4034
4162
  "this",
4035
- "thisitthat"
4163
+ "thisitthat",
4164
+ false
4036
4165
  ],
4037
4166
  [
4038
4167
  "thisitthat",
4039
- "queryable"
4168
+ "queryable",
4169
+ false
4040
4170
  ],
4041
4171
  [
4042
4172
  "timesExpression",
4043
- "mathematicalExpression"
4173
+ "mathematicalExpression",
4174
+ false
4044
4175
  ],
4045
4176
  [
4046
4177
  "timesOperator",
4047
- "mathematicalOperator"
4178
+ "mathematical_operator",
4179
+ false
4048
4180
  ],
4049
4181
  [
4050
4182
  "to",
4051
- "preposition"
4183
+ "preposition",
4184
+ false
4052
4185
  ],
4053
4186
  [
4054
4187
  "toAble",
4055
- "toAble"
4188
+ "toAble",
4189
+ false
4056
4190
  ],
4057
4191
  [
4058
4192
  "type",
4059
- "property"
4193
+ "property",
4194
+ false
4060
4195
  ],
4061
4196
  [
4062
4197
  "type",
4063
- "whatAble"
4198
+ "whatAble",
4199
+ false
4064
4200
  ],
4065
4201
  [
4066
4202
  "unit",
4067
- "concept"
4203
+ "concept",
4204
+ false
4068
4205
  ],
4069
4206
  [
4070
4207
  "unit",
4071
- "hierarchyAble"
4208
+ "hierarchyAble",
4209
+ false
4072
4210
  ],
4073
4211
  [
4074
4212
  "unit",
4075
- "isEdee"
4213
+ "isEdee",
4214
+ false
4076
4215
  ],
4077
4216
  [
4078
4217
  "unit",
4079
- "isEder"
4218
+ "isEder",
4219
+ false
4080
4220
  ],
4081
4221
  [
4082
4222
  "unit",
4083
- "object"
4223
+ "object",
4224
+ false
4084
4225
  ],
4085
4226
  [
4086
4227
  "unit",
4087
- "property"
4228
+ "property",
4229
+ false
4088
4230
  ],
4089
4231
  [
4090
4232
  "unit",
4091
- "queryable"
4233
+ "queryable",
4234
+ false
4092
4235
  ],
4093
4236
  [
4094
4237
  "unit",
4095
- "theAble"
4096
- ],
4097
- [
4098
- "unknown",
4099
- "hierarchyAble"
4238
+ "theAble",
4239
+ false
4100
4240
  ],
4101
4241
  [
4102
4242
  "unknown",
4103
- "notAble"
4243
+ "hierarchyAble",
4244
+ false
4104
4245
  ],
4105
4246
  [
4106
4247
  "unknown",
4107
- "object"
4248
+ "object",
4249
+ false
4108
4250
  ],
4109
4251
  [
4110
4252
  "unknown",
4111
- "queryable"
4253
+ "queryable",
4254
+ false
4112
4255
  ],
4113
4256
  [
4114
4257
  "unknown",
4115
- "theAble"
4258
+ "theAble",
4259
+ false
4116
4260
  ],
4117
4261
  [
4118
4262
  "verby",
4119
- "verby"
4263
+ "verby",
4264
+ false
4120
4265
  ],
4121
4266
  [
4122
4267
  "what",
4123
- "object"
4268
+ "object",
4269
+ false
4124
4270
  ],
4125
4271
  [
4126
4272
  "what",
4127
- "queryable"
4273
+ "queryable",
4274
+ false
4128
4275
  ],
4129
4276
  [
4130
4277
  "whatAble",
4131
- "queryable"
4278
+ "queryable",
4279
+ false
4132
4280
  ],
4133
4281
  [
4134
4282
  "whose",
4135
- "object"
4283
+ "object",
4284
+ false
4136
4285
  ],
4137
4286
  [
4138
4287
  "x",
4139
- "number"
4288
+ "number",
4289
+ false
4140
4290
  ],
4141
4291
  [
4142
4292
  "xfx",
4143
- "queryable"
4293
+ "queryable",
4294
+ false
4144
4295
  ],
4145
4296
  [
4146
4297
  "y",
4147
- "number"
4298
+ "number",
4299
+ false
4148
4300
  ]
4149
4301
  ],
4150
4302
  "metadata": {