tpmkms_4wp 7.12.8 → 8.0.0-beta.1

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 (95) hide show
  1. package/common/animals.instance.json +192 -406
  2. package/common/animals.js +1 -1
  3. package/common/avatar.js +7 -5
  4. package/common/characters.js +12 -6
  5. package/common/{pipboyTemplate.instance.json → colors.instance.json} +13784 -8900
  6. package/common/colors.js +71 -0
  7. package/common/colors.test.json +4860 -0
  8. package/common/concept.js +2 -2
  9. package/common/crew.instance.json +3945 -3636
  10. package/common/crew.js +5 -3
  11. package/common/currency.js +0 -2
  12. package/common/dialogues.js +152 -20
  13. package/common/dialogues.test.json +1053 -33
  14. package/common/dimension.instance.json +750 -86
  15. package/common/dimension.js +15 -7
  16. package/common/dimension.test.json +289 -312
  17. package/common/edible.instance.json +446 -578
  18. package/common/edible.js +1 -1
  19. package/common/emotions.instance.json +67 -39
  20. package/common/emotions.js +1 -1
  21. package/common/fastfood.instance.json +1769 -2136
  22. package/common/fastfood.js +2 -2
  23. package/common/fastfood.test.json +7941 -3647
  24. package/common/formulas.instance.json +996 -0
  25. package/common/formulas.js +19 -6
  26. package/common/formulas.test.json +504 -2896
  27. package/common/gdefaults.js +2 -0
  28. package/common/help.js +7 -2
  29. package/common/help.test.json +18 -10
  30. package/common/helpers/concept.js +29 -9
  31. package/common/helpers/dialogues.js +17 -1
  32. package/common/helpers/formulas.js +0 -14
  33. package/common/helpers/meta.js +0 -1
  34. package/common/helpers/properties.js +6 -13
  35. package/common/helpers.js +5 -0
  36. package/common/javascript.js +8 -6
  37. package/common/kirk.instance.json +5 -1
  38. package/common/kirk.js +1 -1
  39. package/common/length.instance.json +417 -811
  40. package/common/length.js +1 -1
  41. package/common/math.instance.json +1938 -1
  42. package/common/math.js +17 -5
  43. package/common/meta.instance.json +1 -1
  44. package/common/meta.js +33 -10
  45. package/common/numbers.js +28 -24
  46. package/common/ordering.instance.json +98 -138
  47. package/common/ordering.js +1 -1
  48. package/common/people.instance.json +68 -121
  49. package/common/people.js +1 -1
  50. package/common/pipboy.instance.json +23411 -1076
  51. package/common/pipboy.js +31 -4
  52. package/common/pipboy.test.json +13 -9
  53. package/common/pokemon.instance.json +172 -223
  54. package/common/pokemon.js +1 -1
  55. package/common/pressure.instance.json +131 -81
  56. package/common/pressure.js +1 -1
  57. package/common/properties.instance.json +25 -49
  58. package/common/properties.js +20 -15
  59. package/common/properties.test.json +17605 -4030
  60. package/common/punctuation.js +8 -0
  61. package/common/punctuation.test.json +233 -5
  62. package/common/reports.instance.json +33 -65
  63. package/common/reports.js +9 -9
  64. package/common/scorekeeper.instance.json +1 -1
  65. package/common/scorekeeper.js +9 -7
  66. package/common/sizeable.js +7 -2
  67. package/common/spock.instance.json +5 -1
  68. package/common/spock.js +1 -1
  69. package/common/stm.js +16 -5
  70. package/common/tell.js +4 -2
  71. package/common/temperature.instance.json +142 -252
  72. package/common/temperature.js +1 -1
  73. package/common/testing.js +0 -1
  74. package/common/time.js +36 -20
  75. package/common/time.test.json +66 -44
  76. package/common/tokenize.js +47 -0
  77. package/common/tokenize.test.json +87 -0
  78. package/common/ui.instance.json +13 -1
  79. package/common/ui.js +0 -1
  80. package/common/weight.instance.json +335 -228
  81. package/common/weight.js +1 -1
  82. package/common/weight.test.json +242 -238
  83. package/main.js +6 -8
  84. package/package.json +10 -18
  85. package/common/dimensionTemplate.instance.json +0 -582
  86. package/common/dimensionTemplate.js +0 -35
  87. package/common/dimensionTemplate.test.json +0 -2
  88. package/common/formulasTemplate.instance.json +0 -483
  89. package/common/formulasTemplate.js +0 -30
  90. package/common/formulasTemplate.test.json +0 -2
  91. package/common/mathTemplate.instance.json +0 -1635
  92. package/common/mathTemplate.js +0 -32
  93. package/common/mathTemplate.test.json +0 -1422
  94. package/common/pipboyTemplate.js +0 -48
  95. package/common/pipboyTemplate.test.json +0 -2
@@ -1,5 +1,5 @@
1
1
  {
2
- "queries": [
2
+ "configs": [
3
3
  "troy modifies ounces",
4
4
  "weight is a dimension",
5
5
  "kilograms grams pounds (troy ounces) ounces and tons are units of weight",
@@ -200,6 +200,10 @@
200
200
  "convertToUnits",
201
201
  "queryable"
202
202
  ],
203
+ [
204
+ "convertToUnits",
205
+ "testingValue"
206
+ ],
203
207
  [
204
208
  "countable",
205
209
  "hierarchyAble"
@@ -248,6 +252,10 @@
248
252
  "divideByOperator",
249
253
  "mathematicalOperator"
250
254
  ],
255
+ [
256
+ "doubleQuote",
257
+ "queryable"
258
+ ],
251
259
  [
252
260
  "expression",
253
261
  "expression"
@@ -352,6 +360,10 @@
352
360
  "it",
353
361
  "toAble"
354
362
  ],
363
+ [
364
+ "length",
365
+ "dimension"
366
+ ],
355
367
  [
356
368
  "lowest",
357
369
  "condition"
@@ -580,6 +592,10 @@
580
592
  "reason",
581
593
  "theAble"
582
594
  ],
595
+ [
596
+ "testingValue",
597
+ "testingValue"
598
+ ],
583
599
  [
584
600
  "that",
585
601
  "thisitthat"
@@ -704,9 +720,17 @@
704
720
  "whose",
705
721
  "object"
706
722
  ],
723
+ [
724
+ "x",
725
+ "number"
726
+ ],
707
727
  [
708
728
  "xfx",
709
729
  "queryable"
730
+ ],
731
+ [
732
+ "y",
733
+ "number"
710
734
  ]
711
735
  ],
712
736
  "metadata": {
@@ -779,29 +803,29 @@
779
803
  "dead": true,
780
804
  "modifiers": [
781
805
  {
806
+ "value": "troy",
807
+ "unknown": true,
808
+ "text": "troy",
782
809
  "marker": "unknown",
810
+ "word": "troy",
783
811
  "range": {
784
812
  "start": 0,
785
813
  "end": 3
786
814
  },
787
- "word": "troy",
788
- "text": "troy",
789
- "value": "troy",
790
- "unknown": true,
791
815
  "dead": true,
792
816
  "level": 1
793
817
  }
794
818
  ],
795
819
  "concept": {
820
+ "value": "ounces",
821
+ "unknown": true,
822
+ "text": "ounces",
796
823
  "marker": "unknown",
824
+ "word": "ounces",
797
825
  "range": {
798
826
  "start": 14,
799
827
  "end": 19
800
828
  },
801
- "word": "ounces",
802
- "text": "ounces",
803
- "value": "ounces",
804
- "unknown": true,
805
829
  "dead": true,
806
830
  "level": 1
807
831
  },
@@ -1051,6 +1075,10 @@
1051
1075
  "convertToUnits",
1052
1076
  "queryable"
1053
1077
  ],
1078
+ [
1079
+ "convertToUnits",
1080
+ "testingValue"
1081
+ ],
1054
1082
  [
1055
1083
  "countable",
1056
1084
  "hierarchyAble"
@@ -1099,6 +1127,10 @@
1099
1127
  "divideByOperator",
1100
1128
  "mathematicalOperator"
1101
1129
  ],
1130
+ [
1131
+ "doubleQuote",
1132
+ "queryable"
1133
+ ],
1102
1134
  [
1103
1135
  "expression",
1104
1136
  "expression"
@@ -1203,6 +1235,10 @@
1203
1235
  "it",
1204
1236
  "toAble"
1205
1237
  ],
1238
+ [
1239
+ "length",
1240
+ "dimension"
1241
+ ],
1206
1242
  [
1207
1243
  "lowest",
1208
1244
  "condition"
@@ -1467,6 +1503,10 @@
1467
1503
  "reason",
1468
1504
  "theAble"
1469
1505
  ],
1506
+ [
1507
+ "testingValue",
1508
+ "testingValue"
1509
+ ],
1470
1510
  [
1471
1511
  "that",
1472
1512
  "thisitthat"
@@ -1663,9 +1703,17 @@
1663
1703
  "whose",
1664
1704
  "object"
1665
1705
  ],
1706
+ [
1707
+ "x",
1708
+ "number"
1709
+ ],
1666
1710
  [
1667
1711
  "xfx",
1668
1712
  "queryable"
1713
+ ],
1714
+ [
1715
+ "y",
1716
+ "number"
1669
1717
  ]
1670
1718
  ],
1671
1719
  "metadata": {
@@ -1774,15 +1822,15 @@
1774
1822
  },
1775
1823
  "one": {
1776
1824
  "number": "one",
1825
+ "value": "weight",
1826
+ "unknown": true,
1827
+ "text": "weight",
1777
1828
  "marker": "unknown",
1829
+ "word": "weight",
1778
1830
  "range": {
1779
1831
  "start": 0,
1780
1832
  "end": 20
1781
1833
  },
1782
- "word": "weight",
1783
- "text": "weight",
1784
- "value": "weight",
1785
- "unknown": true,
1786
1834
  "dead": true,
1787
1835
  "types": [
1788
1836
  "unknown"
@@ -2095,6 +2143,10 @@
2095
2143
  "convertToUnits",
2096
2144
  "queryable"
2097
2145
  ],
2146
+ [
2147
+ "convertToUnits",
2148
+ "testingValue"
2149
+ ],
2098
2150
  [
2099
2151
  "countable",
2100
2152
  "hierarchyAble"
@@ -2143,6 +2195,10 @@
2143
2195
  "divideByOperator",
2144
2196
  "mathematicalOperator"
2145
2197
  ],
2198
+ [
2199
+ "doubleQuote",
2200
+ "queryable"
2201
+ ],
2146
2202
  [
2147
2203
  "expression",
2148
2204
  "expression"
@@ -2247,6 +2303,10 @@
2247
2303
  "it",
2248
2304
  "toAble"
2249
2305
  ],
2306
+ [
2307
+ "length",
2308
+ "dimension"
2309
+ ],
2250
2310
  [
2251
2311
  "lowest",
2252
2312
  "condition"
@@ -2511,6 +2571,10 @@
2511
2571
  "reason",
2512
2572
  "theAble"
2513
2573
  ],
2574
+ [
2575
+ "testingValue",
2576
+ "testingValue"
2577
+ ],
2514
2578
  [
2515
2579
  "that",
2516
2580
  "thisitthat"
@@ -2739,9 +2803,17 @@
2739
2803
  "whose",
2740
2804
  "object"
2741
2805
  ],
2806
+ [
2807
+ "x",
2808
+ "number"
2809
+ ],
2742
2810
  [
2743
2811
  "xfx",
2744
2812
  "queryable"
2813
+ ],
2814
+ [
2815
+ "y",
2816
+ "number"
2745
2817
  ]
2746
2818
  ],
2747
2819
  "metadata": {
@@ -3271,7 +3343,7 @@
3271
3343
  "marker": "list",
3272
3344
  "default": true,
3273
3345
  "word": "and",
3274
- "text": "kilograms grams pounds ( troy ounces ) ounces and tons",
3346
+ "text": "kilograms grams pounds (troy ounces) ounces and tons",
3275
3347
  "range": {
3276
3348
  "start": 0,
3277
3349
  "end": 71
@@ -3284,48 +3356,48 @@
3284
3356
  "isList": true,
3285
3357
  "value": [
3286
3358
  {
3359
+ "value": "kilograms",
3360
+ "unknown": true,
3361
+ "text": "kilograms",
3287
3362
  "marker": "unknown",
3363
+ "word": "kilograms",
3288
3364
  "range": {
3289
3365
  "start": 0,
3290
3366
  "end": 8
3291
3367
  },
3292
- "word": "kilograms",
3293
- "text": "kilograms",
3294
- "value": "kilograms",
3295
- "unknown": true,
3296
3368
  "dead": true,
3297
3369
  "level": 1
3298
3370
  },
3299
3371
  {
3372
+ "value": "grams",
3373
+ "unknown": true,
3374
+ "text": "grams",
3300
3375
  "marker": "unknown",
3376
+ "word": "grams",
3301
3377
  "range": {
3302
3378
  "start": 10,
3303
3379
  "end": 14
3304
3380
  },
3305
- "word": "grams",
3306
- "text": "grams",
3307
- "value": "grams",
3308
- "unknown": true,
3309
3381
  "dead": true,
3310
3382
  "level": 1
3311
3383
  },
3312
3384
  {
3385
+ "value": "pounds",
3386
+ "unknown": true,
3387
+ "text": "pounds",
3313
3388
  "marker": "unknown",
3389
+ "word": "pounds",
3314
3390
  "range": {
3315
3391
  "start": 16,
3316
3392
  "end": 21
3317
3393
  },
3318
- "word": "pounds",
3319
- "text": "pounds",
3320
- "value": "pounds",
3321
- "unknown": true,
3322
3394
  "dead": true,
3323
3395
  "level": 1
3324
3396
  },
3325
3397
  {
3326
3398
  "value": "troy_ounce",
3327
3399
  "number": "many",
3328
- "text": "( troy ounces )",
3400
+ "text": "(troy ounces)",
3329
3401
  "marker": "troy_ounce",
3330
3402
  "word": "ounces",
3331
3403
  "range": {
@@ -3338,6 +3410,7 @@
3338
3410
  ],
3339
3411
  "modifier_troy": {
3340
3412
  "value": "troy",
3413
+ "number": "one",
3341
3414
  "text": "troy",
3342
3415
  "marker": "troy",
3343
3416
  "word": "troy",
@@ -3372,15 +3445,15 @@
3372
3445
  "level": 1
3373
3446
  },
3374
3447
  {
3448
+ "value": "tons",
3449
+ "unknown": true,
3450
+ "text": "tons",
3375
3451
  "marker": "unknown",
3452
+ "word": "tons",
3376
3453
  "range": {
3377
3454
  "start": 48,
3378
3455
  "end": 51
3379
3456
  },
3380
- "word": "tons",
3381
- "text": "tons",
3382
- "value": "tons",
3383
- "unknown": true,
3384
3457
  "dead": true,
3385
3458
  "level": 1
3386
3459
  }
@@ -3622,40 +3695,6 @@
3622
3695
  0
3623
3696
  ]
3624
3697
  ],
3625
- [
3626
- [
3627
- "is",
3628
- 0
3629
- ],
3630
- [
3631
- "list",
3632
- 0
3633
- ],
3634
- [
3635
- "ounce",
3636
- 0
3637
- ],
3638
- [
3639
- "propertyOf",
3640
- 0
3641
- ],
3642
- [
3643
- "unit",
3644
- 0
3645
- ],
3646
- [
3647
- "unknown",
3648
- 0
3649
- ],
3650
- [
3651
- "unknown",
3652
- 1
3653
- ],
3654
- [
3655
- "weight",
3656
- 0
3657
- ]
3658
- ],
3659
3698
  [
3660
3699
  [
3661
3700
  "is",
@@ -3845,20 +3884,6 @@
3845
3884
  "propertyOf",
3846
3885
  1
3847
3886
  ]
3848
- ],
3849
- [
3850
- [
3851
- "troy",
3852
- 0
3853
- ],
3854
- [
3855
- "unknown",
3856
- 0
3857
- ],
3858
- [
3859
- "weight",
3860
- 0
3861
- ]
3862
3887
  ]
3863
3888
  ],
3864
3889
  "learned_contextual_priorities": [],
@@ -4053,6 +4078,10 @@
4053
4078
  "convertToUnits",
4054
4079
  "queryable"
4055
4080
  ],
4081
+ [
4082
+ "convertToUnits",
4083
+ "testingValue"
4084
+ ],
4056
4085
  [
4057
4086
  "countable",
4058
4087
  "hierarchyAble"
@@ -4101,6 +4130,10 @@
4101
4130
  "divideByOperator",
4102
4131
  "mathematicalOperator"
4103
4132
  ],
4133
+ [
4134
+ "doubleQuote",
4135
+ "queryable"
4136
+ ],
4104
4137
  [
4105
4138
  "expression",
4106
4139
  "expression"
@@ -4269,6 +4302,10 @@
4269
4302
  "kilogram",
4270
4303
  "unit"
4271
4304
  ],
4305
+ [
4306
+ "length",
4307
+ "dimension"
4308
+ ],
4272
4309
  [
4273
4310
  "lowest",
4274
4311
  "condition"
@@ -4569,6 +4606,10 @@
4569
4606
  "reason",
4570
4607
  "theAble"
4571
4608
  ],
4609
+ [
4610
+ "testingValue",
4611
+ "testingValue"
4612
+ ],
4572
4613
  [
4573
4614
  "that",
4574
4615
  "thisitthat"
@@ -4833,9 +4874,17 @@
4833
4874
  "whose",
4834
4875
  "object"
4835
4876
  ],
4877
+ [
4878
+ "x",
4879
+ "number"
4880
+ ],
4836
4881
  [
4837
4882
  "xfx",
4838
4883
  "queryable"
4884
+ ],
4885
+ [
4886
+ "y",
4887
+ "number"
4839
4888
  ]
4840
4889
  ],
4841
4890
  "metadata": {
@@ -4962,7 +5011,7 @@
4962
5011
  "trace": "undefined",
4963
5012
  "contexts": [
4964
5013
  {
4965
- "value": "=",
5014
+ "value": "equals",
4966
5015
  "text": "ounces = 1.097 * troy ounces",
4967
5016
  "marker": "equals",
4968
5017
  "word": "=",
@@ -5035,6 +5084,7 @@
5035
5084
  ],
5036
5085
  "modifier_troy": {
5037
5086
  "value": "troy",
5087
+ "number": "one",
5038
5088
  "text": "troy",
5039
5089
  "marker": "troy",
5040
5090
  "word": "troy",
@@ -5078,16 +5128,6 @@
5078
5128
  ""
5079
5129
  ],
5080
5130
  "associations": [
5081
- [
5082
- [
5083
- "*",
5084
- 0
5085
- ],
5086
- [
5087
- "troy",
5088
- 0
5089
- ]
5090
- ],
5091
5131
  [
5092
5132
  [
5093
5133
  "equals",
@@ -5345,6 +5385,10 @@
5345
5385
  "convertToUnits",
5346
5386
  "queryable"
5347
5387
  ],
5388
+ [
5389
+ "convertToUnits",
5390
+ "testingValue"
5391
+ ],
5348
5392
  [
5349
5393
  "countable",
5350
5394
  "hierarchyAble"
@@ -5393,6 +5437,10 @@
5393
5437
  "divideByOperator",
5394
5438
  "mathematicalOperator"
5395
5439
  ],
5440
+ [
5441
+ "doubleQuote",
5442
+ "queryable"
5443
+ ],
5396
5444
  [
5397
5445
  "expression",
5398
5446
  "expression"
@@ -5561,6 +5609,10 @@
5561
5609
  "kilogram",
5562
5610
  "unit"
5563
5611
  ],
5612
+ [
5613
+ "length",
5614
+ "dimension"
5615
+ ],
5564
5616
  [
5565
5617
  "lowest",
5566
5618
  "condition"
@@ -5861,6 +5913,10 @@
5861
5913
  "reason",
5862
5914
  "theAble"
5863
5915
  ],
5916
+ [
5917
+ "testingValue",
5918
+ "testingValue"
5919
+ ],
5864
5920
  [
5865
5921
  "that",
5866
5922
  "thisitthat"
@@ -6125,9 +6181,17 @@
6125
6181
  "whose",
6126
6182
  "object"
6127
6183
  ],
6184
+ [
6185
+ "x",
6186
+ "number"
6187
+ ],
6128
6188
  [
6129
6189
  "xfx",
6130
6190
  "queryable"
6191
+ ],
6192
+ [
6193
+ "y",
6194
+ "number"
6131
6195
  ]
6132
6196
  ],
6133
6197
  "metadata": {
@@ -6246,7 +6310,7 @@
6246
6310
  "trace": "undefined",
6247
6311
  "contexts": [
6248
6312
  {
6249
- "value": "=",
6313
+ "value": "equals",
6250
6314
  "text": "troy ounces = ounces / 1.097",
6251
6315
  "marker": "equals",
6252
6316
  "word": "=",
@@ -6272,6 +6336,7 @@
6272
6336
  ],
6273
6337
  "modifier_troy": {
6274
6338
  "value": "troy",
6339
+ "number": "one",
6275
6340
  "text": "troy",
6276
6341
  "marker": "troy",
6277
6342
  "word": "troy",
@@ -6362,16 +6427,6 @@
6362
6427
  ""
6363
6428
  ],
6364
6429
  "associations": [
6365
- [
6366
- [
6367
- "/",
6368
- 0
6369
- ],
6370
- [
6371
- "troy",
6372
- 0
6373
- ]
6374
- ],
6375
6430
  [
6376
6431
  [
6377
6432
  "divideByOperator",
@@ -6629,6 +6684,10 @@
6629
6684
  "convertToUnits",
6630
6685
  "queryable"
6631
6686
  ],
6687
+ [
6688
+ "convertToUnits",
6689
+ "testingValue"
6690
+ ],
6632
6691
  [
6633
6692
  "countable",
6634
6693
  "hierarchyAble"
@@ -6677,6 +6736,10 @@
6677
6736
  "divideByOperator",
6678
6737
  "mathematicalOperator"
6679
6738
  ],
6739
+ [
6740
+ "doubleQuote",
6741
+ "queryable"
6742
+ ],
6680
6743
  [
6681
6744
  "expression",
6682
6745
  "expression"
@@ -6845,6 +6908,10 @@
6845
6908
  "kilogram",
6846
6909
  "unit"
6847
6910
  ],
6911
+ [
6912
+ "length",
6913
+ "dimension"
6914
+ ],
6848
6915
  [
6849
6916
  "lowest",
6850
6917
  "condition"
@@ -7145,6 +7212,10 @@
7145
7212
  "reason",
7146
7213
  "theAble"
7147
7214
  ],
7215
+ [
7216
+ "testingValue",
7217
+ "testingValue"
7218
+ ],
7148
7219
  [
7149
7220
  "that",
7150
7221
  "thisitthat"
@@ -7409,9 +7480,17 @@
7409
7480
  "whose",
7410
7481
  "object"
7411
7482
  ],
7483
+ [
7484
+ "x",
7485
+ "number"
7486
+ ],
7412
7487
  [
7413
7488
  "xfx",
7414
7489
  "queryable"
7490
+ ],
7491
+ [
7492
+ "y",
7493
+ "number"
7415
7494
  ]
7416
7495
  ],
7417
7496
  "metadata": {
@@ -7526,7 +7605,7 @@
7526
7605
  "trace": "undefined",
7527
7606
  "contexts": [
7528
7607
  {
7529
- "value": "=",
7608
+ "value": "equals",
7530
7609
  "text": "kilograms = pounds * 0.453592",
7531
7610
  "marker": "equals",
7532
7611
  "word": "=",
@@ -7880,6 +7959,10 @@
7880
7959
  "convertToUnits",
7881
7960
  "queryable"
7882
7961
  ],
7962
+ [
7963
+ "convertToUnits",
7964
+ "testingValue"
7965
+ ],
7883
7966
  [
7884
7967
  "countable",
7885
7968
  "hierarchyAble"
@@ -7928,6 +8011,10 @@
7928
8011
  "divideByOperator",
7929
8012
  "mathematicalOperator"
7930
8013
  ],
8014
+ [
8015
+ "doubleQuote",
8016
+ "queryable"
8017
+ ],
7931
8018
  [
7932
8019
  "expression",
7933
8020
  "expression"
@@ -8096,6 +8183,10 @@
8096
8183
  "kilogram",
8097
8184
  "unit"
8098
8185
  ],
8186
+ [
8187
+ "length",
8188
+ "dimension"
8189
+ ],
8099
8190
  [
8100
8191
  "lowest",
8101
8192
  "condition"
@@ -8396,6 +8487,10 @@
8396
8487
  "reason",
8397
8488
  "theAble"
8398
8489
  ],
8490
+ [
8491
+ "testingValue",
8492
+ "testingValue"
8493
+ ],
8399
8494
  [
8400
8495
  "that",
8401
8496
  "thisitthat"
@@ -8660,9 +8755,17 @@
8660
8755
  "whose",
8661
8756
  "object"
8662
8757
  ],
8758
+ [
8759
+ "x",
8760
+ "number"
8761
+ ],
8663
8762
  [
8664
8763
  "xfx",
8665
8764
  "queryable"
8765
+ ],
8766
+ [
8767
+ "y",
8768
+ "number"
8666
8769
  ]
8667
8770
  ],
8668
8771
  "metadata": {
@@ -8777,7 +8880,7 @@
8777
8880
  "trace": "undefined",
8778
8881
  "contexts": [
8779
8882
  {
8780
- "value": "=",
8883
+ "value": "equals",
8781
8884
  "text": "grams = kilograms * 1000",
8782
8885
  "marker": "equals",
8783
8886
  "word": "=",
@@ -9131,6 +9234,10 @@
9131
9234
  "convertToUnits",
9132
9235
  "queryable"
9133
9236
  ],
9237
+ [
9238
+ "convertToUnits",
9239
+ "testingValue"
9240
+ ],
9134
9241
  [
9135
9242
  "countable",
9136
9243
  "hierarchyAble"
@@ -9179,6 +9286,10 @@
9179
9286
  "divideByOperator",
9180
9287
  "mathematicalOperator"
9181
9288
  ],
9289
+ [
9290
+ "doubleQuote",
9291
+ "queryable"
9292
+ ],
9182
9293
  [
9183
9294
  "expression",
9184
9295
  "expression"
@@ -9347,6 +9458,10 @@
9347
9458
  "kilogram",
9348
9459
  "unit"
9349
9460
  ],
9461
+ [
9462
+ "length",
9463
+ "dimension"
9464
+ ],
9350
9465
  [
9351
9466
  "lowest",
9352
9467
  "condition"
@@ -9647,6 +9762,10 @@
9647
9762
  "reason",
9648
9763
  "theAble"
9649
9764
  ],
9765
+ [
9766
+ "testingValue",
9767
+ "testingValue"
9768
+ ],
9650
9769
  [
9651
9770
  "that",
9652
9771
  "thisitthat"
@@ -9911,9 +10030,17 @@
9911
10030
  "whose",
9912
10031
  "object"
9913
10032
  ],
10033
+ [
10034
+ "x",
10035
+ "number"
10036
+ ],
9914
10037
  [
9915
10038
  "xfx",
9916
10039
  "queryable"
10040
+ ],
10041
+ [
10042
+ "y",
10043
+ "number"
9917
10044
  ]
9918
10045
  ],
9919
10046
  "metadata": {
@@ -10028,7 +10155,7 @@
10028
10155
  "trace": "undefined",
10029
10156
  "contexts": [
10030
10157
  {
10031
- "value": "=",
10158
+ "value": "equals",
10032
10159
  "text": "kilograms = grams / 1000",
10033
10160
  "marker": "equals",
10034
10161
  "word": "=",
@@ -10382,6 +10509,10 @@
10382
10509
  "convertToUnits",
10383
10510
  "queryable"
10384
10511
  ],
10512
+ [
10513
+ "convertToUnits",
10514
+ "testingValue"
10515
+ ],
10385
10516
  [
10386
10517
  "countable",
10387
10518
  "hierarchyAble"
@@ -10430,6 +10561,10 @@
10430
10561
  "divideByOperator",
10431
10562
  "mathematicalOperator"
10432
10563
  ],
10564
+ [
10565
+ "doubleQuote",
10566
+ "queryable"
10567
+ ],
10433
10568
  [
10434
10569
  "expression",
10435
10570
  "expression"
@@ -10598,6 +10733,10 @@
10598
10733
  "kilogram",
10599
10734
  "unit"
10600
10735
  ],
10736
+ [
10737
+ "length",
10738
+ "dimension"
10739
+ ],
10601
10740
  [
10602
10741
  "lowest",
10603
10742
  "condition"
@@ -10898,6 +11037,10 @@
10898
11037
  "reason",
10899
11038
  "theAble"
10900
11039
  ],
11040
+ [
11041
+ "testingValue",
11042
+ "testingValue"
11043
+ ],
10901
11044
  [
10902
11045
  "that",
10903
11046
  "thisitthat"
@@ -11162,9 +11305,17 @@
11162
11305
  "whose",
11163
11306
  "object"
11164
11307
  ],
11308
+ [
11309
+ "x",
11310
+ "number"
11311
+ ],
11165
11312
  [
11166
11313
  "xfx",
11167
11314
  "queryable"
11315
+ ],
11316
+ [
11317
+ "y",
11318
+ "number"
11168
11319
  ]
11169
11320
  ],
11170
11321
  "metadata": {
@@ -11279,7 +11430,7 @@
11279
11430
  "trace": "undefined",
11280
11431
  "contexts": [
11281
11432
  {
11282
- "value": "=",
11433
+ "value": "equals",
11283
11434
  "text": "pounds = kilograms * 2.20462",
11284
11435
  "marker": "equals",
11285
11436
  "word": "=",
@@ -11633,6 +11784,10 @@
11633
11784
  "convertToUnits",
11634
11785
  "queryable"
11635
11786
  ],
11787
+ [
11788
+ "convertToUnits",
11789
+ "testingValue"
11790
+ ],
11636
11791
  [
11637
11792
  "countable",
11638
11793
  "hierarchyAble"
@@ -11681,6 +11836,10 @@
11681
11836
  "divideByOperator",
11682
11837
  "mathematicalOperator"
11683
11838
  ],
11839
+ [
11840
+ "doubleQuote",
11841
+ "queryable"
11842
+ ],
11684
11843
  [
11685
11844
  "expression",
11686
11845
  "expression"
@@ -11849,6 +12008,10 @@
11849
12008
  "kilogram",
11850
12009
  "unit"
11851
12010
  ],
12011
+ [
12012
+ "length",
12013
+ "dimension"
12014
+ ],
11852
12015
  [
11853
12016
  "lowest",
11854
12017
  "condition"
@@ -12149,6 +12312,10 @@
12149
12312
  "reason",
12150
12313
  "theAble"
12151
12314
  ],
12315
+ [
12316
+ "testingValue",
12317
+ "testingValue"
12318
+ ],
12152
12319
  [
12153
12320
  "that",
12154
12321
  "thisitthat"
@@ -12413,9 +12580,17 @@
12413
12580
  "whose",
12414
12581
  "object"
12415
12582
  ],
12583
+ [
12584
+ "x",
12585
+ "number"
12586
+ ],
12416
12587
  [
12417
12588
  "xfx",
12418
12589
  "queryable"
12590
+ ],
12591
+ [
12592
+ "y",
12593
+ "number"
12419
12594
  ]
12420
12595
  ],
12421
12596
  "metadata": {
@@ -12530,7 +12705,7 @@
12530
12705
  "trace": "undefined",
12531
12706
  "contexts": [
12532
12707
  {
12533
- "value": "=",
12708
+ "value": "equals",
12534
12709
  "text": "ounces = pounds * 16",
12535
12710
  "marker": "equals",
12536
12711
  "word": "=",
@@ -12884,6 +13059,10 @@
12884
13059
  "convertToUnits",
12885
13060
  "queryable"
12886
13061
  ],
13062
+ [
13063
+ "convertToUnits",
13064
+ "testingValue"
13065
+ ],
12887
13066
  [
12888
13067
  "countable",
12889
13068
  "hierarchyAble"
@@ -12932,6 +13111,10 @@
12932
13111
  "divideByOperator",
12933
13112
  "mathematicalOperator"
12934
13113
  ],
13114
+ [
13115
+ "doubleQuote",
13116
+ "queryable"
13117
+ ],
12935
13118
  [
12936
13119
  "expression",
12937
13120
  "expression"
@@ -13100,6 +13283,10 @@
13100
13283
  "kilogram",
13101
13284
  "unit"
13102
13285
  ],
13286
+ [
13287
+ "length",
13288
+ "dimension"
13289
+ ],
13103
13290
  [
13104
13291
  "lowest",
13105
13292
  "condition"
@@ -13400,6 +13587,10 @@
13400
13587
  "reason",
13401
13588
  "theAble"
13402
13589
  ],
13590
+ [
13591
+ "testingValue",
13592
+ "testingValue"
13593
+ ],
13403
13594
  [
13404
13595
  "that",
13405
13596
  "thisitthat"
@@ -13664,9 +13855,17 @@
13664
13855
  "whose",
13665
13856
  "object"
13666
13857
  ],
13858
+ [
13859
+ "x",
13860
+ "number"
13861
+ ],
13667
13862
  [
13668
13863
  "xfx",
13669
13864
  "queryable"
13865
+ ],
13866
+ [
13867
+ "y",
13868
+ "number"
13670
13869
  ]
13671
13870
  ],
13672
13871
  "metadata": {
@@ -13781,7 +13980,7 @@
13781
13980
  "trace": "undefined",
13782
13981
  "contexts": [
13783
13982
  {
13784
- "value": "=",
13983
+ "value": "equals",
13785
13984
  "text": "ton = tonne * 0.907185",
13786
13985
  "marker": "equals",
13787
13986
  "word": "=",
@@ -13822,15 +14021,15 @@
13822
14021
  "timesExpression"
13823
14022
  ],
13824
14023
  "x": {
14024
+ "value": "tonne",
14025
+ "unknown": true,
14026
+ "text": "tonne",
13825
14027
  "marker": "unknown",
14028
+ "word": "tonne",
13826
14029
  "range": {
13827
14030
  "start": 6,
13828
14031
  "end": 10
13829
14032
  },
13830
- "word": "tonne",
13831
- "text": "tonne",
13832
- "value": "tonne",
13833
- "unknown": true,
13834
14033
  "dead": true,
13835
14034
  "types": [
13836
14035
  "number",
@@ -13878,20 +14077,6 @@
13878
14077
  ""
13879
14078
  ],
13880
14079
  "associations": [
13881
- [
13882
- [
13883
- "*",
13884
- 0
13885
- ],
13886
- [
13887
- "ton",
13888
- 0
13889
- ],
13890
- [
13891
- "unknown",
13892
- 0
13893
- ]
13894
- ],
13895
14080
  [
13896
14081
  [
13897
14082
  "equals",
@@ -14161,6 +14346,10 @@
14161
14346
  "convertToUnits",
14162
14347
  "queryable"
14163
14348
  ],
14349
+ [
14350
+ "convertToUnits",
14351
+ "testingValue"
14352
+ ],
14164
14353
  [
14165
14354
  "countable",
14166
14355
  "hierarchyAble"
@@ -14209,6 +14398,10 @@
14209
14398
  "divideByOperator",
14210
14399
  "mathematicalOperator"
14211
14400
  ],
14401
+ [
14402
+ "doubleQuote",
14403
+ "queryable"
14404
+ ],
14212
14405
  [
14213
14406
  "expression",
14214
14407
  "expression"
@@ -14377,6 +14570,10 @@
14377
14570
  "kilogram",
14378
14571
  "unit"
14379
14572
  ],
14573
+ [
14574
+ "length",
14575
+ "dimension"
14576
+ ],
14380
14577
  [
14381
14578
  "lowest",
14382
14579
  "condition"
@@ -14677,6 +14874,10 @@
14677
14874
  "reason",
14678
14875
  "theAble"
14679
14876
  ],
14877
+ [
14878
+ "testingValue",
14879
+ "testingValue"
14880
+ ],
14680
14881
  [
14681
14882
  "that",
14682
14883
  "thisitthat"
@@ -14941,9 +15142,17 @@
14941
15142
  "whose",
14942
15143
  "object"
14943
15144
  ],
15145
+ [
15146
+ "x",
15147
+ "number"
15148
+ ],
14944
15149
  [
14945
15150
  "xfx",
14946
15151
  "queryable"
15152
+ ],
15153
+ [
15154
+ "y",
15155
+ "number"
14947
15156
  ]
14948
15157
  ],
14949
15158
  "metadata": {
@@ -15058,7 +15267,7 @@
15058
15267
  "trace": "undefined",
15059
15268
  "contexts": [
15060
15269
  {
15061
- "value": "=",
15270
+ "value": "equals",
15062
15271
  "text": "pounds = ton * 2000",
15063
15272
  "marker": "equals",
15064
15273
  "word": "=",
@@ -15155,16 +15364,6 @@
15155
15364
  ""
15156
15365
  ],
15157
15366
  "associations": [
15158
- [
15159
- [
15160
- "*",
15161
- 0
15162
- ],
15163
- [
15164
- "ton",
15165
- 0
15166
- ]
15167
- ],
15168
15367
  [
15169
15368
  [
15170
15369
  "equals",
@@ -15240,50 +15439,6 @@
15240
15439
  "fragments": [],
15241
15440
  "semantics": [],
15242
15441
  "associations": [
15243
- [
15244
- [
15245
- "*",
15246
- 0
15247
- ],
15248
- [
15249
- "ton",
15250
- 0
15251
- ]
15252
- ],
15253
- [
15254
- [
15255
- "*",
15256
- 0
15257
- ],
15258
- [
15259
- "ton",
15260
- 0
15261
- ],
15262
- [
15263
- "unknown",
15264
- 0
15265
- ]
15266
- ],
15267
- [
15268
- [
15269
- "*",
15270
- 0
15271
- ],
15272
- [
15273
- "troy",
15274
- 0
15275
- ]
15276
- ],
15277
- [
15278
- [
15279
- "/",
15280
- 0
15281
- ],
15282
- [
15283
- "troy",
15284
- 0
15285
- ]
15286
- ],
15287
15442
  [
15288
15443
  [
15289
15444
  "a",
@@ -16070,40 +16225,6 @@
16070
16225
  0
16071
16226
  ]
16072
16227
  ],
16073
- [
16074
- [
16075
- "is",
16076
- 0
16077
- ],
16078
- [
16079
- "list",
16080
- 0
16081
- ],
16082
- [
16083
- "ounce",
16084
- 0
16085
- ],
16086
- [
16087
- "propertyOf",
16088
- 0
16089
- ],
16090
- [
16091
- "unit",
16092
- 0
16093
- ],
16094
- [
16095
- "unknown",
16096
- 0
16097
- ],
16098
- [
16099
- "unknown",
16100
- 1
16101
- ],
16102
- [
16103
- "weight",
16104
- 0
16105
- ]
16106
- ],
16107
16228
  [
16108
16229
  [
16109
16230
  "is",
@@ -16337,20 +16458,6 @@
16337
16458
  "unknown",
16338
16459
  1
16339
16460
  ]
16340
- ],
16341
- [
16342
- [
16343
- "troy",
16344
- 0
16345
- ],
16346
- [
16347
- "unknown",
16348
- 0
16349
- ],
16350
- [
16351
- "weight",
16352
- 0
16353
- ]
16354
16461
  ]
16355
16462
  ],
16356
16463
  "learned_contextual_priorities": []