tpmkms_4wp 8.0.0-beta.7 → 8.0.0-beta.70

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 (103) hide show
  1. package/common/animals.instance.json +2871 -1379
  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 +7170 -3657
  8. package/common/colors.js +4 -8
  9. package/common/colors.test.json +345 -780
  10. package/common/comparable.instance.json +1750 -0
  11. package/common/comparable.js +36 -28
  12. package/common/comparable.test.json +438 -2
  13. package/common/concept.js +120 -118
  14. package/common/countable.js +19 -13
  15. package/common/countable.test.json +1050 -0
  16. package/common/crew.instance.json +13066 -6469
  17. package/common/crew.js +36 -41
  18. package/common/crew.test.json +714 -452
  19. package/common/currency.js +27 -45
  20. package/common/dialogues.js +161 -285
  21. package/common/dimension.instance.json +474 -253
  22. package/common/dimension.js +16 -22
  23. package/common/dimension.test.json +446 -1640
  24. package/common/edible.instance.json +20053 -10093
  25. package/common/edible.js +3 -8
  26. package/common/emotions.instance.json +147 -69
  27. package/common/emotions.js +35 -38
  28. package/common/evaluate.instance.json +2 -0
  29. package/common/evaluate.js +49 -0
  30. package/common/evaluate.test.json +574 -0
  31. package/common/events.js +10 -14
  32. package/common/fastfood.instance.json +221166 -111223
  33. package/common/fastfood.js +75 -85
  34. package/common/fastfood.test.json +268 -90
  35. package/common/formulas.instance.json +455 -249
  36. package/common/formulas.js +19 -26
  37. package/common/gdefaults.js +24 -26
  38. package/common/help.js +7 -12
  39. package/common/help.test.json +63 -8
  40. package/common/helpers/concept.js +10 -7
  41. package/common/helpers/dialogues.js +2 -3
  42. package/common/helpers/properties.js +54 -62
  43. package/common/helpers.js +6 -5
  44. package/common/hierarchy.js +16 -24
  45. package/common/javascript.js +11 -18
  46. package/common/kirk.instance.json +584 -290
  47. package/common/kirk.js +5 -8
  48. package/common/length.instance.json +8834 -4757
  49. package/common/length.js +4 -8
  50. package/common/listener.js +48 -0
  51. package/common/listener.test.json +104 -0
  52. package/common/math.instance.json +425 -1187
  53. package/common/math.js +16 -20
  54. package/common/meta.js +23 -47
  55. package/common/nameable.instance.json +2 -0
  56. package/common/nameable.js +144 -0
  57. package/common/nameable.test.json +3191 -0
  58. package/common/negation.instance.json +2 -0
  59. package/common/negation.js +38 -0
  60. package/common/negation.test.json +308 -0
  61. package/common/numbers.js +27 -31
  62. package/common/ordering.instance.json +366 -246
  63. package/common/ordering.js +80 -86
  64. package/common/people.instance.json +2074 -1022
  65. package/common/people.js +8 -13
  66. package/common/percentages.instance.json +2 -0
  67. package/common/percentages.js +53 -0
  68. package/common/percentages.test.json +751 -0
  69. package/common/pipboy.instance.json +11745 -6329
  70. package/common/pipboy.js +48 -59
  71. package/common/pokemon.instance.json +4226 -2081
  72. package/common/pokemon.js +7 -20
  73. package/common/pos.js +15 -13
  74. package/common/pressure.instance.json +2208 -1175
  75. package/common/pressure.js +4 -8
  76. package/common/properties.instance.json +131 -61
  77. package/common/properties.js +57 -134
  78. package/common/punctuation.js +15 -7
  79. package/common/reports.instance.json +1018 -530
  80. package/common/reports.js +77 -100
  81. package/common/reports.test.json +15623 -10458
  82. package/common/scorekeeper.js +18 -30
  83. package/common/sdefaults.js +16 -7
  84. package/common/sizeable.js +6 -10
  85. package/common/spock.instance.json +584 -290
  86. package/common/spock.js +5 -8
  87. package/common/stgame.js +19 -19
  88. package/common/stm.js +164 -27
  89. package/common/stm.test.json +1734 -1
  90. package/common/tell.js +14 -18
  91. package/common/temperature.instance.json +2271 -1222
  92. package/common/temperature.js +4 -8
  93. package/common/tester.js +15 -4
  94. package/common/testing.js +8 -12
  95. package/common/time.js +20 -25
  96. package/common/tokenize.js +5 -6
  97. package/common/ui.instance.json +459 -240
  98. package/common/ui.js +16 -22
  99. package/common/weight.instance.json +7646 -4026
  100. package/common/weight.js +4 -8
  101. package/common/yesno.js +5 -5
  102. package/main.js +14 -2
  103. package/package.json +28 -5
@@ -5,620 +5,839 @@
5
5
  {
6
6
  "hierarchy": [
7
7
  [
8
- "*",
9
- "hierarchyAble"
10
- ],
11
- [
12
- "*",
13
- "isEdee"
14
- ],
15
- [
16
- "*",
17
- "isEder"
18
- ],
19
- [
20
- "*",
21
- "mathematical_operator"
22
- ],
23
- [
24
- "*",
25
- "object"
26
- ],
27
- [
28
- "*",
29
- "property"
30
- ],
31
- [
32
- "*",
33
- "queryable"
34
- ],
35
- [
36
- "*",
37
- "theAble"
38
- ],
39
- [
40
- "+",
41
- "hierarchyAble"
42
- ],
43
- [
44
- "+",
45
- "isEdee"
46
- ],
47
- [
48
- "+",
49
- "isEder"
50
- ],
51
- [
52
- "+",
53
- "mathematical_operator"
54
- ],
55
- [
56
- "+",
57
- "object"
58
- ],
59
- [
60
- "+",
61
- "property"
62
- ],
63
- [
64
- "+",
65
- "queryable"
66
- ],
67
- [
68
- "+",
69
- "theAble"
70
- ],
71
- [
72
- "-",
73
- "hierarchyAble"
8
+ "a",
9
+ "articlePOS",
10
+ false
74
11
  ],
75
12
  [
76
- "-",
77
- "isEdee"
13
+ "action",
14
+ "action",
15
+ false
78
16
  ],
79
17
  [
80
- "-",
81
- "isEder"
18
+ "adjective",
19
+ "adjective",
20
+ false
82
21
  ],
83
22
  [
84
- "-",
85
- "mathematical_operator"
23
+ "all",
24
+ "quantifier",
25
+ false
86
26
  ],
87
27
  [
88
- "-",
89
- "object"
28
+ "articlePOS",
29
+ "articlePOS",
30
+ false
90
31
  ],
91
32
  [
92
- "-",
93
- "property"
33
+ "ascending",
34
+ "hierarchyAble",
35
+ false
94
36
  ],
95
37
  [
96
- "-",
97
- "queryable"
38
+ "ascending",
39
+ "isEdee",
40
+ false
98
41
  ],
99
42
  [
100
- "-",
101
- "theAble"
43
+ "ascending",
44
+ "isEder",
45
+ false
102
46
  ],
103
47
  [
104
- "/",
105
- "hierarchyAble"
48
+ "ascending",
49
+ "object",
50
+ false
106
51
  ],
107
52
  [
108
- "/",
109
- "isEdee"
53
+ "ascending",
54
+ "property",
55
+ false
110
56
  ],
111
57
  [
112
- "/",
113
- "isEder"
58
+ "ascending",
59
+ "queryable",
60
+ false
114
61
  ],
115
62
  [
116
- "/",
117
- "mathematical_operator"
63
+ "ascending",
64
+ "sort_ordering",
65
+ false
118
66
  ],
119
67
  [
120
- "/",
121
- "object"
68
+ "ascending",
69
+ "theAble",
70
+ false
122
71
  ],
123
72
  [
124
- "/",
125
- "property"
73
+ "between",
74
+ "preposition",
75
+ false
126
76
  ],
127
77
  [
128
- "/",
129
- "queryable"
78
+ "canBeDoQuestion",
79
+ "canBeDoQuestion",
80
+ false
130
81
  ],
131
82
  [
132
- "/",
133
- "theAble"
83
+ "canBeQuestion",
84
+ "canBeQuestion",
85
+ false
134
86
  ],
135
87
  [
136
- "a",
137
- "articlePOS"
88
+ "cancel",
89
+ "verb",
90
+ false
138
91
  ],
139
92
  [
140
- "action",
141
- "action"
93
+ "concept",
94
+ "queryable",
95
+ false
142
96
  ],
143
97
  [
144
- "adjective",
145
- "adjective"
98
+ "concept",
99
+ "theAble",
100
+ false
146
101
  ],
147
102
  [
148
- "all",
149
- "quantifier"
103
+ "condition",
104
+ "condition",
105
+ false
150
106
  ],
151
107
  [
152
- "articlePOS",
153
- "articlePOS"
108
+ "countable",
109
+ "hierarchyAble",
110
+ false
154
111
  ],
155
112
  [
156
- "between",
157
- "preposition"
113
+ "descending",
114
+ "hierarchyAble",
115
+ false
158
116
  ],
159
117
  [
160
- "canBeDoQuestion",
161
- "canBeDoQuestion"
118
+ "descending",
119
+ "isEdee",
120
+ false
162
121
  ],
163
122
  [
164
- "canBeQuestion",
165
- "canBeQuestion"
123
+ "descending",
124
+ "isEder",
125
+ false
166
126
  ],
167
127
  [
168
- "cancel",
169
- "verby"
128
+ "descending",
129
+ "object",
130
+ false
170
131
  ],
171
132
  [
172
- "concept",
173
- "queryable"
133
+ "descending",
134
+ "property",
135
+ false
174
136
  ],
175
137
  [
176
- "concept",
177
- "theAble"
138
+ "descending",
139
+ "queryable",
140
+ false
178
141
  ],
179
142
  [
180
- "condition",
181
- "condition"
143
+ "descending",
144
+ "sort_ordering",
145
+ false
182
146
  ],
183
147
  [
184
- "countable",
185
- "hierarchyAble"
148
+ "descending",
149
+ "theAble",
150
+ false
186
151
  ],
187
152
  [
188
153
  "direction",
189
- "direction"
154
+ "direction",
155
+ false
190
156
  ],
191
157
  [
192
158
  "divideByExpression",
193
- "mathematicalExpression"
159
+ "mathematicalExpression",
160
+ false
194
161
  ],
195
162
  [
196
163
  "divideByOperator",
197
- "mathematicalOperator"
164
+ "mathematical_operator",
165
+ false
198
166
  ],
199
167
  [
200
168
  "doubleQuote",
201
- "queryable"
169
+ "queryable",
170
+ false
202
171
  ],
203
172
  [
204
173
  "down",
205
- "direction"
174
+ "direction",
175
+ false
176
+ ],
177
+ [
178
+ "evaluate",
179
+ "verb",
180
+ false
206
181
  ],
207
182
  [
208
183
  "hasCountOfPieces",
209
- "countable"
184
+ "countable",
185
+ false
210
186
  ],
211
187
  [
212
188
  "have",
213
- "canBeDoQuestion"
189
+ "canBeDoQuestion",
190
+ false
214
191
  ],
215
192
  [
216
193
  "have",
217
- "canBeQuestion"
194
+ "canBeQuestion",
195
+ false
218
196
  ],
219
197
  [
220
198
  "hierarchyAble",
221
- "queryable"
199
+ "queryable",
200
+ false
222
201
  ],
223
202
  [
224
203
  "highest",
225
- "condition"
204
+ "condition",
205
+ false
226
206
  ],
227
207
  [
228
208
  "ifAble",
229
- "ifAble"
209
+ "ifAble",
210
+ false
230
211
  ],
231
212
  [
232
213
  "is",
233
- "canBeQuestion"
214
+ "canBeQuestion",
215
+ false
234
216
  ],
235
217
  [
236
218
  "is",
237
- "verby"
219
+ "verb",
220
+ false
238
221
  ],
239
222
  [
240
223
  "isEdee",
241
- "isEdee"
224
+ "isEdee",
225
+ false
242
226
  ],
243
227
  [
244
228
  "isEder",
245
- "isEder"
229
+ "isEder",
230
+ false
246
231
  ],
247
232
  [
248
233
  "it",
249
- "pronoun"
234
+ "pronoun",
235
+ false
250
236
  ],
251
237
  [
252
238
  "it",
253
- "queryable"
239
+ "queryable",
240
+ false
254
241
  ],
255
242
  [
256
243
  "it",
257
- "thisitthat"
244
+ "thisitthat",
245
+ false
258
246
  ],
259
247
  [
260
248
  "it",
261
- "toAble"
249
+ "toAble",
250
+ false
262
251
  ],
263
252
  [
264
253
  "left",
265
- "direction"
254
+ "direction",
255
+ false
266
256
  ],
267
257
  [
268
258
  "listening",
269
- "action"
259
+ "action",
260
+ false
270
261
  ],
271
262
  [
272
263
  "lowest",
273
- "condition"
264
+ "condition",
265
+ false
274
266
  ],
275
267
  [
276
268
  "mathematical",
277
- "hierarchyAble"
269
+ "hierarchyAble",
270
+ false
278
271
  ],
279
272
  [
280
273
  "mathematical",
281
- "isEdee"
274
+ "isEdee",
275
+ false
282
276
  ],
283
277
  [
284
278
  "mathematical",
285
- "isEder"
279
+ "isEder",
280
+ false
286
281
  ],
287
282
  [
288
283
  "mathematical",
289
- "object"
284
+ "object",
285
+ false
290
286
  ],
291
287
  [
292
288
  "mathematical",
293
- "operator_modifier"
289
+ "operator_modifier",
290
+ false
294
291
  ],
295
292
  [
296
293
  "mathematical",
297
- "property"
294
+ "property",
295
+ false
298
296
  ],
299
297
  [
300
298
  "mathematical",
301
- "queryable"
299
+ "queryable",
300
+ false
302
301
  ],
303
302
  [
304
303
  "mathematical",
305
- "theAble"
304
+ "theAble",
305
+ false
306
306
  ],
307
307
  [
308
308
  "mathematicalExpression",
309
- "concept"
309
+ "concept",
310
+ false
310
311
  ],
311
312
  [
312
313
  "mathematicalExpression",
313
- "number"
314
+ "number",
315
+ false
314
316
  ],
315
317
  [
316
- "mathematicalOperator",
317
- "mathematicalOperator"
318
+ "mathematical_operator",
319
+ "adjective",
320
+ true
318
321
  ],
319
322
  [
320
323
  "mathematical_operator",
321
- "adjective"
324
+ "concept",
325
+ false
322
326
  ],
323
327
  [
324
328
  "mathematical_operator",
325
- "concept"
329
+ "hierarchyAble",
330
+ false
326
331
  ],
327
332
  [
328
333
  "mathematical_operator",
329
- "hierarchyAble"
334
+ "isEdee",
335
+ false
330
336
  ],
331
337
  [
332
338
  "mathematical_operator",
333
- "isEdee"
339
+ "isEder",
340
+ false
334
341
  ],
335
342
  [
336
343
  "mathematical_operator",
337
- "isEder"
344
+ "object",
345
+ false
338
346
  ],
339
347
  [
340
348
  "mathematical_operator",
341
- "object"
349
+ "operator",
350
+ false
342
351
  ],
343
352
  [
344
353
  "mathematical_operator",
345
- "operator"
354
+ "property",
355
+ false
346
356
  ],
347
357
  [
348
358
  "mathematical_operator",
349
- "property"
359
+ "queryable",
360
+ false
350
361
  ],
351
362
  [
352
363
  "mathematical_operator",
353
- "queryable"
364
+ "theAble",
365
+ false
354
366
  ],
355
367
  [
356
- "mathematical_operator",
357
- "theAble"
368
+ "memorable",
369
+ "theAble",
370
+ false
358
371
  ],
359
372
  [
360
373
  "minusExpression",
361
- "mathematicalExpression"
374
+ "mathematicalExpression",
375
+ false
362
376
  ],
363
377
  [
364
378
  "minusOperator",
365
- "mathematicalOperator"
379
+ "mathematical_operator",
380
+ false
366
381
  ],
367
382
  [
368
383
  "modifies",
369
- "verby"
384
+ "verb",
385
+ false
370
386
  ],
371
387
  [
372
388
  "move",
373
- "verby"
389
+ "verb",
390
+ false
374
391
  ],
375
392
  [
376
393
  "moveAmount",
377
- "preposition"
378
- ],
379
- [
380
- "notAble",
381
- "notAble"
394
+ "preposition",
395
+ false
382
396
  ],
383
397
  [
384
398
  "noun",
385
- "theAble"
399
+ "theAble",
400
+ false
386
401
  ],
387
402
  [
388
403
  "number",
389
- "quantifier"
404
+ "quantifier",
405
+ false
390
406
  ],
391
407
  [
392
408
  "number",
393
- "queryable"
409
+ "queryable",
410
+ false
394
411
  ],
395
412
  [
396
413
  "object",
397
- "queryable"
414
+ "queryable",
415
+ false
398
416
  ],
399
417
  [
400
418
  "object",
401
- "theAble"
419
+ "theAble",
420
+ false
402
421
  ],
403
422
  [
404
423
  "operator",
405
- "concept"
424
+ "concept",
425
+ false
406
426
  ],
407
427
  [
408
428
  "operator",
409
- "hierarchyAble"
429
+ "hierarchyAble",
430
+ false
410
431
  ],
411
432
  [
412
433
  "operator",
413
- "isEdee"
434
+ "isEdee",
435
+ false
414
436
  ],
415
437
  [
416
438
  "operator",
417
- "isEder"
439
+ "isEder",
440
+ false
418
441
  ],
419
442
  [
420
443
  "operator",
421
- "object"
444
+ "object",
445
+ false
422
446
  ],
423
447
  [
424
448
  "operator",
425
- "property"
449
+ "property",
450
+ false
426
451
  ],
427
452
  [
428
453
  "operator",
429
- "queryable"
454
+ "queryable",
455
+ false
430
456
  ],
431
457
  [
432
458
  "operator",
433
- "theAble"
459
+ "theAble",
460
+ false
434
461
  ],
435
462
  [
436
463
  "operator_modifier",
437
- "operator_modifier"
464
+ "operator_modifier",
465
+ false
438
466
  ],
439
467
  [
440
468
  "orAble",
441
- "ifAble"
469
+ "ifAble",
470
+ false
471
+ ],
472
+ [
473
+ "ordering",
474
+ "concept",
475
+ false
476
+ ],
477
+ [
478
+ "ordering",
479
+ "hierarchyAble",
480
+ false
481
+ ],
482
+ [
483
+ "ordering",
484
+ "isEdee",
485
+ false
486
+ ],
487
+ [
488
+ "ordering",
489
+ "isEder",
490
+ false
491
+ ],
492
+ [
493
+ "ordering",
494
+ "object",
495
+ false
496
+ ],
497
+ [
498
+ "ordering",
499
+ "property",
500
+ false
501
+ ],
502
+ [
503
+ "ordering",
504
+ "queryable",
505
+ false
506
+ ],
507
+ [
508
+ "ordering",
509
+ "theAble",
510
+ false
511
+ ],
512
+ [
513
+ "ordering_modifier",
514
+ "ordering_modifier",
515
+ false
442
516
  ],
443
517
  [
444
518
  "plusExpression",
445
- "mathematicalExpression"
519
+ "mathematicalExpression",
520
+ false
446
521
  ],
447
522
  [
448
523
  "plusOperator",
449
- "mathematicalOperator"
524
+ "mathematical_operator",
525
+ false
450
526
  ],
451
527
  [
452
528
  "preposition",
453
- "preposition"
529
+ "preposition",
530
+ false
454
531
  ],
455
532
  [
456
533
  "pronoun",
457
- "pronoun"
534
+ "pronoun",
535
+ false
458
536
  ],
459
537
  [
460
538
  "property",
461
- "queryable"
539
+ "queryable",
540
+ false
462
541
  ],
463
542
  [
464
543
  "property",
465
- "theAble"
544
+ "theAble",
545
+ false
466
546
  ],
467
547
  [
468
548
  "property",
469
- "unknown"
549
+ "unknown",
550
+ false
470
551
  ],
471
552
  [
472
553
  "punctuation",
473
- "punctuation"
554
+ "punctuation",
555
+ false
474
556
  ],
475
557
  [
476
558
  "quantifier",
477
- "quantifier"
559
+ "quantifier",
560
+ false
478
561
  ],
479
562
  [
480
563
  "queryable",
481
- "queryable"
564
+ "queryable",
565
+ false
482
566
  ],
483
567
  [
484
568
  "questionMark",
485
- "punctuation"
569
+ "punctuation",
570
+ false
486
571
  ],
487
572
  [
488
573
  "readonly",
489
- "queryable"
574
+ "queryable",
575
+ false
490
576
  ],
491
577
  [
492
578
  "reason",
493
- "queryable"
579
+ "queryable",
580
+ false
494
581
  ],
495
582
  [
496
583
  "reason",
497
- "theAble"
584
+ "theAble",
585
+ false
586
+ ],
587
+ [
588
+ "remember",
589
+ "verb",
590
+ false
498
591
  ],
499
592
  [
500
593
  "right",
501
- "direction"
594
+ "direction",
595
+ false
502
596
  ],
503
597
  [
504
598
  "select",
505
- "verby"
599
+ "verb",
600
+ false
601
+ ],
602
+ [
603
+ "sort",
604
+ "hierarchyAble",
605
+ false
606
+ ],
607
+ [
608
+ "sort",
609
+ "isEdee",
610
+ false
611
+ ],
612
+ [
613
+ "sort",
614
+ "isEder",
615
+ false
616
+ ],
617
+ [
618
+ "sort",
619
+ "object",
620
+ false
621
+ ],
622
+ [
623
+ "sort",
624
+ "ordering_modifier",
625
+ false
626
+ ],
627
+ [
628
+ "sort",
629
+ "property",
630
+ false
631
+ ],
632
+ [
633
+ "sort",
634
+ "queryable",
635
+ false
636
+ ],
637
+ [
638
+ "sort",
639
+ "theAble",
640
+ false
641
+ ],
642
+ [
643
+ "sortOrdering",
644
+ "adjective",
645
+ false
646
+ ],
647
+ [
648
+ "sort_ordering",
649
+ "adjective",
650
+ true
651
+ ],
652
+ [
653
+ "sort_ordering",
654
+ "concept",
655
+ false
656
+ ],
657
+ [
658
+ "sort_ordering",
659
+ "hierarchyAble",
660
+ false
661
+ ],
662
+ [
663
+ "sort_ordering",
664
+ "isEdee",
665
+ false
666
+ ],
667
+ [
668
+ "sort_ordering",
669
+ "isEder",
670
+ false
671
+ ],
672
+ [
673
+ "sort_ordering",
674
+ "object",
675
+ false
676
+ ],
677
+ [
678
+ "sort_ordering",
679
+ "ordering",
680
+ false
681
+ ],
682
+ [
683
+ "sort_ordering",
684
+ "property",
685
+ false
686
+ ],
687
+ [
688
+ "sort_ordering",
689
+ "queryable",
690
+ false
691
+ ],
692
+ [
693
+ "sort_ordering",
694
+ "theAble",
695
+ false
696
+ ],
697
+ [
698
+ "stm_before",
699
+ "adjective",
700
+ false
506
701
  ],
507
702
  [
508
703
  "stop",
509
- "verby"
704
+ "verb",
705
+ false
510
706
  ],
511
707
  [
512
708
  "that",
513
- "thisitthat"
709
+ "thisitthat",
710
+ false
514
711
  ],
515
712
  [
516
713
  "the",
517
- "articlePOS"
714
+ "articlePOS",
715
+ false
518
716
  ],
519
717
  [
520
718
  "theAble",
521
- "theAble"
719
+ "theAble",
720
+ false
522
721
  ],
523
722
  [
524
723
  "this",
525
- "pronoun"
724
+ "pronoun",
725
+ false
526
726
  ],
527
727
  [
528
728
  "this",
529
- "queryable"
729
+ "queryable",
730
+ false
530
731
  ],
531
732
  [
532
733
  "this",
533
- "thisitthat"
734
+ "thisitthat",
735
+ false
534
736
  ],
535
737
  [
536
738
  "thisitthat",
537
- "queryable"
739
+ "queryable",
740
+ false
538
741
  ],
539
742
  [
540
743
  "timesExpression",
541
- "mathematicalExpression"
744
+ "mathematicalExpression",
745
+ false
542
746
  ],
543
747
  [
544
748
  "timesOperator",
545
- "mathematicalOperator"
749
+ "mathematical_operator",
750
+ false
546
751
  ],
547
752
  [
548
753
  "to",
549
- "preposition"
754
+ "preposition",
755
+ false
550
756
  ],
551
757
  [
552
758
  "toAble",
553
- "toAble"
759
+ "toAble",
760
+ false
554
761
  ],
555
762
  [
556
763
  "type",
557
- "property"
764
+ "property",
765
+ false
558
766
  ],
559
767
  [
560
768
  "type",
561
- "whatAble"
562
- ],
563
- [
564
- "unknown",
565
- "hierarchyAble"
769
+ "whatAble",
770
+ false
566
771
  ],
567
772
  [
568
773
  "unknown",
569
- "notAble"
774
+ "hierarchyAble",
775
+ false
570
776
  ],
571
777
  [
572
778
  "unknown",
573
- "object"
779
+ "object",
780
+ false
574
781
  ],
575
782
  [
576
783
  "unknown",
577
- "queryable"
784
+ "queryable",
785
+ false
578
786
  ],
579
787
  [
580
788
  "unknown",
581
- "theAble"
789
+ "theAble",
790
+ false
582
791
  ],
583
792
  [
584
793
  "unselect",
585
- "verby"
794
+ "verb",
795
+ false
586
796
  ],
587
797
  [
588
798
  "up",
589
- "direction"
799
+ "direction",
800
+ false
590
801
  ],
591
802
  [
592
- "verby",
593
- "verby"
803
+ "verb",
804
+ "verb",
805
+ false
594
806
  ],
595
807
  [
596
808
  "what",
597
- "object"
809
+ "object",
810
+ false
598
811
  ],
599
812
  [
600
813
  "what",
601
- "queryable"
814
+ "queryable",
815
+ false
602
816
  ],
603
817
  [
604
818
  "whatAble",
605
- "queryable"
819
+ "queryable",
820
+ false
606
821
  ],
607
822
  [
608
823
  "whose",
609
- "object"
824
+ "object",
825
+ false
610
826
  ],
611
827
  [
612
828
  "x",
613
- "number"
829
+ "number",
830
+ false
614
831
  ],
615
832
  [
616
833
  "xfx",
617
- "queryable"
834
+ "queryable",
835
+ false
618
836
  ],
619
837
  [
620
838
  "y",
621
- "number"
839
+ "number",
840
+ false
622
841
  ]
623
842
  ],
624
843
  "metadata": {