ekms 8.0.0-beta.0 → 8.0.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. package/common/animals.instance.json +103 -113
  2. package/common/characters.js +0 -1
  3. package/common/colors.instance.json +22304 -0
  4. package/common/colors.js +71 -0
  5. package/common/colors.test.json +4860 -0
  6. package/common/concept.js +2 -2
  7. package/common/crew.instance.json +4142 -3545
  8. package/common/crew.js +4 -2
  9. package/common/dialogues.js +34 -7
  10. package/common/dialogues.test.json +1053 -33
  11. package/common/dimension.instance.json +20 -30
  12. package/common/dimension.test.json +289 -312
  13. package/common/edible.instance.json +216 -156
  14. package/common/emotions.instance.json +64 -0
  15. package/common/fastfood.instance.json +1011 -386
  16. package/common/fastfood.js +1 -1
  17. package/common/fastfood.test.json +7941 -3647
  18. package/common/formulas.instance.json +4 -0
  19. package/common/formulas.test.json +1027 -955
  20. package/common/help.test.json +14 -10
  21. package/common/helpers/concept.js +29 -9
  22. package/common/helpers/dialogues.js +17 -1
  23. package/common/helpers/formulas.js +0 -14
  24. package/common/helpers/meta.js +0 -1
  25. package/common/helpers/properties.js +6 -13
  26. package/common/kirk.instance.json +4 -0
  27. package/common/length.instance.json +93 -63
  28. package/common/math.instance.json +26 -47
  29. package/common/meta.js +0 -2
  30. package/common/ordering.instance.json +76 -0
  31. package/common/people.instance.json +35 -60
  32. package/common/pipboy.instance.json +215 -229
  33. package/common/pokemon.instance.json +131 -82
  34. package/common/pressure.instance.json +38 -48
  35. package/common/properties.instance.json +4 -0
  36. package/common/properties.js +7 -7
  37. package/common/properties.test.json +17605 -4030
  38. package/common/punctuation.js +8 -0
  39. package/common/punctuation.test.json +233 -5
  40. package/common/reports.instance.json +12 -4
  41. package/common/reports.js +0 -2
  42. package/common/sizeable.js +7 -2
  43. package/common/spock.instance.json +4 -0
  44. package/common/stm.js +16 -5
  45. package/common/temperature.instance.json +45 -59
  46. package/common/testing.js +0 -1
  47. package/common/tokenize.js +2 -1
  48. package/common/tokenize.test.json +86 -1
  49. package/common/ui.instance.json +4 -0
  50. package/common/ui.js +0 -1
  51. package/common/weight.instance.json +62 -11
  52. package/common/weight.test.json +242 -238
  53. package/main.js +2 -0
  54. package/package.json +6 -2
@@ -104,16 +104,6 @@
104
104
  "what",
105
105
  0
106
106
  ]
107
- ],
108
- [
109
- [
110
- "is",
111
- 0
112
- ],
113
- [
114
- "what",
115
- 0
116
- ]
117
107
  ]
118
108
  ],
119
109
  "config": {
@@ -706,13 +696,10 @@
706
696
  "countable": "countable2",
707
697
  "dialogues": "dialogues2",
708
698
  "dimension": "dimension2",
709
- "dimensionTemplate": "dimensionTemplate2",
710
699
  "formulas": "formulas2",
711
- "formulasTemplate": "formulasTemplate2",
712
700
  "gdefaults": "gdefaults2",
713
701
  "hierarchy": "hierarchy2",
714
702
  "math": "math2",
715
- "mathTemplate": "mathTemplate2",
716
703
  "meta": "meta2",
717
704
  "numbers": "numbers2",
718
705
  "pos": "pos2",
@@ -721,6 +708,7 @@
721
708
  "sdefaults": "sdefaults2",
722
709
  "stm": "stm2",
723
710
  "testing": "testing2",
711
+ "tokenize": "tokenize2",
724
712
  "weight": "weight1"
725
713
  },
726
714
  "namespaced": {
@@ -735,6 +723,7 @@
735
723
  "countable2": {
736
724
  },
737
725
  "dialogues2": {
726
+ "idSuffix": "",
738
727
  "mentioned": [
739
728
  ],
740
729
  "variables": {
@@ -742,8 +731,6 @@
742
731
  },
743
732
  "dimension2": {
744
733
  },
745
- "dimensionTemplate2": {
746
- },
747
734
  "formulas2": {
748
735
  "formulas": {
749
736
  "gram": [
@@ -2249,16 +2236,12 @@
2249
2236
  ]
2250
2237
  }
2251
2238
  },
2252
- "formulasTemplate2": {
2253
- },
2254
2239
  "gdefaults2": {
2255
2240
  },
2256
2241
  "hierarchy2": {
2257
2242
  },
2258
2243
  "math2": {
2259
2244
  },
2260
- "mathTemplate2": {
2261
- },
2262
2245
  "meta2": {
2263
2246
  },
2264
2247
  "numbers2": {
@@ -2307,7 +2290,8 @@
2307
2290
  "whose"
2308
2291
  ],
2309
2292
  "preposition": [
2310
- "between"
2293
+ "between",
2294
+ "to"
2311
2295
  ],
2312
2296
  "pronoun": [
2313
2297
  "it",
@@ -2329,7 +2313,9 @@
2329
2313
  "whatAble",
2330
2314
  "this",
2331
2315
  "thisitthat",
2332
- "reason"
2316
+ "reason",
2317
+ "number",
2318
+ "doubleQuote"
2333
2319
  ],
2334
2320
  "theAble": [
2335
2321
  "property",
@@ -2395,12 +2381,15 @@
2395
2381
  "whatAble",
2396
2382
  "is",
2397
2383
  "toAble",
2384
+ "to",
2398
2385
  "noun",
2399
2386
  "thisitthat",
2400
2387
  "reason",
2401
2388
  "that",
2389
+ "number",
2402
2390
  "orAble",
2403
2391
  "ifAble",
2392
+ "doubleQuote",
2404
2393
  "*",
2405
2394
  "mathematical_operator",
2406
2395
  "+",
@@ -2443,6 +2432,9 @@
2443
2432
  "dimension": [
2444
2433
  "concept"
2445
2434
  ],
2435
+ "doubleQuote": [
2436
+ "queryable"
2437
+ ],
2446
2438
  "formula": [
2447
2439
  "concept"
2448
2440
  ],
@@ -2475,6 +2467,9 @@
2475
2467
  "noun": [
2476
2468
  "theAble"
2477
2469
  ],
2470
+ "number": [
2471
+ "queryable"
2472
+ ],
2478
2473
  "object": [
2479
2474
  "queryable",
2480
2475
  "theAble"
@@ -2517,6 +2512,9 @@
2517
2512
  "thisitthat": [
2518
2513
  "queryable"
2519
2514
  ],
2515
+ "to": [
2516
+ "preposition"
2517
+ ],
2520
2518
  "ton": [
2521
2519
  "unit"
2522
2520
  ],
@@ -2578,6 +2576,8 @@
2578
2576
  },
2579
2577
  "dimension": {
2580
2578
  },
2579
+ "doubleQuote": {
2580
+ },
2581
2581
  "formula": {
2582
2582
  },
2583
2583
  "gram": {
@@ -2602,6 +2602,8 @@
2602
2602
  },
2603
2603
  "noun": {
2604
2604
  },
2605
+ "number": {
2606
+ },
2605
2607
  "object": {
2606
2608
  },
2607
2609
  "orAble": {
@@ -2636,6 +2638,8 @@
2636
2638
  },
2637
2639
  "thisitthat": {
2638
2640
  },
2641
+ "to": {
2642
+ },
2639
2643
  "toAble": {
2640
2644
  },
2641
2645
  "ton": {
@@ -2674,6 +2678,7 @@
2674
2678
  "stm2": {
2675
2679
  "mentioned": [
2676
2680
  {
2681
+ "fromSTM": true,
2677
2682
  "marker": "pound",
2678
2683
  "pullFromContext": false,
2679
2684
  "value": {
@@ -2699,6 +2704,8 @@
2699
2704
  },
2700
2705
  "testing2": {
2701
2706
  },
2707
+ "tokenize2": {
2708
+ },
2702
2709
  "weight1": {
2703
2710
  }
2704
2711
  },
@@ -3659,13 +3666,10 @@
3659
3666
  "countable": "countable2",
3660
3667
  "dialogues": "dialogues2",
3661
3668
  "dimension": "dimension2",
3662
- "dimensionTemplate": "dimensionTemplate2",
3663
3669
  "formulas": "formulas2",
3664
- "formulasTemplate": "formulasTemplate2",
3665
3670
  "gdefaults": "gdefaults2",
3666
3671
  "hierarchy": "hierarchy2",
3667
3672
  "math": "math2",
3668
- "mathTemplate": "mathTemplate2",
3669
3673
  "meta": "meta2",
3670
3674
  "numbers": "numbers2",
3671
3675
  "pos": "pos2",
@@ -3674,6 +3678,7 @@
3674
3678
  "sdefaults": "sdefaults2",
3675
3679
  "stm": "stm2",
3676
3680
  "testing": "testing2",
3681
+ "tokenize": "tokenize2",
3677
3682
  "weight": "weight1"
3678
3683
  },
3679
3684
  "namespaced": {
@@ -3688,6 +3693,7 @@
3688
3693
  "countable2": {
3689
3694
  },
3690
3695
  "dialogues2": {
3696
+ "idSuffix": "",
3691
3697
  "mentioned": [
3692
3698
  ],
3693
3699
  "variables": {
@@ -3695,8 +3701,6 @@
3695
3701
  },
3696
3702
  "dimension2": {
3697
3703
  },
3698
- "dimensionTemplate2": {
3699
- },
3700
3704
  "formulas2": {
3701
3705
  "formulas": {
3702
3706
  "gram": [
@@ -5202,16 +5206,12 @@
5202
5206
  ]
5203
5207
  }
5204
5208
  },
5205
- "formulasTemplate2": {
5206
- },
5207
5209
  "gdefaults2": {
5208
5210
  },
5209
5211
  "hierarchy2": {
5210
5212
  },
5211
5213
  "math2": {
5212
5214
  },
5213
- "mathTemplate2": {
5214
- },
5215
5215
  "meta2": {
5216
5216
  },
5217
5217
  "numbers2": {
@@ -5260,7 +5260,8 @@
5260
5260
  "whose"
5261
5261
  ],
5262
5262
  "preposition": [
5263
- "between"
5263
+ "between",
5264
+ "to"
5264
5265
  ],
5265
5266
  "pronoun": [
5266
5267
  "it",
@@ -5282,7 +5283,9 @@
5282
5283
  "whatAble",
5283
5284
  "this",
5284
5285
  "thisitthat",
5285
- "reason"
5286
+ "reason",
5287
+ "number",
5288
+ "doubleQuote"
5286
5289
  ],
5287
5290
  "theAble": [
5288
5291
  "property",
@@ -5348,12 +5351,15 @@
5348
5351
  "whatAble",
5349
5352
  "is",
5350
5353
  "toAble",
5354
+ "to",
5351
5355
  "noun",
5352
5356
  "thisitthat",
5353
5357
  "reason",
5354
5358
  "that",
5359
+ "number",
5355
5360
  "orAble",
5356
5361
  "ifAble",
5362
+ "doubleQuote",
5357
5363
  "*",
5358
5364
  "mathematical_operator",
5359
5365
  "+",
@@ -5396,6 +5402,9 @@
5396
5402
  "dimension": [
5397
5403
  "concept"
5398
5404
  ],
5405
+ "doubleQuote": [
5406
+ "queryable"
5407
+ ],
5399
5408
  "formula": [
5400
5409
  "concept"
5401
5410
  ],
@@ -5428,6 +5437,9 @@
5428
5437
  "noun": [
5429
5438
  "theAble"
5430
5439
  ],
5440
+ "number": [
5441
+ "queryable"
5442
+ ],
5431
5443
  "object": [
5432
5444
  "queryable",
5433
5445
  "theAble"
@@ -5470,6 +5482,9 @@
5470
5482
  "thisitthat": [
5471
5483
  "queryable"
5472
5484
  ],
5485
+ "to": [
5486
+ "preposition"
5487
+ ],
5473
5488
  "ton": [
5474
5489
  "unit"
5475
5490
  ],
@@ -5531,6 +5546,8 @@
5531
5546
  },
5532
5547
  "dimension": {
5533
5548
  },
5549
+ "doubleQuote": {
5550
+ },
5534
5551
  "formula": {
5535
5552
  },
5536
5553
  "gram": {
@@ -5555,6 +5572,8 @@
5555
5572
  },
5556
5573
  "noun": {
5557
5574
  },
5575
+ "number": {
5576
+ },
5558
5577
  "object": {
5559
5578
  },
5560
5579
  "orAble": {
@@ -5589,6 +5608,8 @@
5589
5608
  },
5590
5609
  "thisitthat": {
5591
5610
  },
5611
+ "to": {
5612
+ },
5592
5613
  "toAble": {
5593
5614
  },
5594
5615
  "ton": {
@@ -5632,6 +5653,8 @@
5632
5653
  },
5633
5654
  "testing2": {
5634
5655
  },
5656
+ "tokenize2": {
5657
+ },
5635
5658
  "weight1": {
5636
5659
  }
5637
5660
  },
@@ -6287,7 +6310,7 @@
6287
6310
  "end": 12,
6288
6311
  "start": 0
6289
6312
  },
6290
- "text": "( troy ounces )",
6313
+ "text": "(troy ounces)",
6291
6314
  "types": [
6292
6315
  "ounce",
6293
6316
  "troy_ounce"
@@ -6393,13 +6416,10 @@
6393
6416
  "countable": "countable2",
6394
6417
  "dialogues": "dialogues2",
6395
6418
  "dimension": "dimension2",
6396
- "dimensionTemplate": "dimensionTemplate2",
6397
6419
  "formulas": "formulas2",
6398
- "formulasTemplate": "formulasTemplate2",
6399
6420
  "gdefaults": "gdefaults2",
6400
6421
  "hierarchy": "hierarchy2",
6401
6422
  "math": "math2",
6402
- "mathTemplate": "mathTemplate2",
6403
6423
  "meta": "meta2",
6404
6424
  "numbers": "numbers2",
6405
6425
  "pos": "pos2",
@@ -6408,6 +6428,7 @@
6408
6428
  "sdefaults": "sdefaults2",
6409
6429
  "stm": "stm2",
6410
6430
  "testing": "testing2",
6431
+ "tokenize": "tokenize2",
6411
6432
  "weight": "weight1"
6412
6433
  },
6413
6434
  "namespaced": {
@@ -6422,6 +6443,7 @@
6422
6443
  "countable2": {
6423
6444
  },
6424
6445
  "dialogues2": {
6446
+ "idSuffix": "",
6425
6447
  "mentioned": [
6426
6448
  ],
6427
6449
  "variables": {
@@ -6429,8 +6451,6 @@
6429
6451
  },
6430
6452
  "dimension2": {
6431
6453
  },
6432
- "dimensionTemplate2": {
6433
- },
6434
6454
  "formulas2": {
6435
6455
  "formulas": {
6436
6456
  "gram": [
@@ -7936,16 +7956,12 @@
7936
7956
  ]
7937
7957
  }
7938
7958
  },
7939
- "formulasTemplate2": {
7940
- },
7941
7959
  "gdefaults2": {
7942
7960
  },
7943
7961
  "hierarchy2": {
7944
7962
  },
7945
7963
  "math2": {
7946
7964
  },
7947
- "mathTemplate2": {
7948
- },
7949
7965
  "meta2": {
7950
7966
  },
7951
7967
  "numbers2": {
@@ -7994,7 +8010,8 @@
7994
8010
  "whose"
7995
8011
  ],
7996
8012
  "preposition": [
7997
- "between"
8013
+ "between",
8014
+ "to"
7998
8015
  ],
7999
8016
  "pronoun": [
8000
8017
  "it",
@@ -8016,7 +8033,9 @@
8016
8033
  "whatAble",
8017
8034
  "this",
8018
8035
  "thisitthat",
8019
- "reason"
8036
+ "reason",
8037
+ "number",
8038
+ "doubleQuote"
8020
8039
  ],
8021
8040
  "theAble": [
8022
8041
  "property",
@@ -8082,12 +8101,15 @@
8082
8101
  "whatAble",
8083
8102
  "is",
8084
8103
  "toAble",
8104
+ "to",
8085
8105
  "noun",
8086
8106
  "thisitthat",
8087
8107
  "reason",
8088
8108
  "that",
8109
+ "number",
8089
8110
  "orAble",
8090
8111
  "ifAble",
8112
+ "doubleQuote",
8091
8113
  "*",
8092
8114
  "mathematical_operator",
8093
8115
  "+",
@@ -8130,6 +8152,9 @@
8130
8152
  "dimension": [
8131
8153
  "concept"
8132
8154
  ],
8155
+ "doubleQuote": [
8156
+ "queryable"
8157
+ ],
8133
8158
  "formula": [
8134
8159
  "concept"
8135
8160
  ],
@@ -8162,6 +8187,9 @@
8162
8187
  "noun": [
8163
8188
  "theAble"
8164
8189
  ],
8190
+ "number": [
8191
+ "queryable"
8192
+ ],
8165
8193
  "object": [
8166
8194
  "queryable",
8167
8195
  "theAble"
@@ -8204,6 +8232,9 @@
8204
8232
  "thisitthat": [
8205
8233
  "queryable"
8206
8234
  ],
8235
+ "to": [
8236
+ "preposition"
8237
+ ],
8207
8238
  "ton": [
8208
8239
  "unit"
8209
8240
  ],
@@ -8265,6 +8296,8 @@
8265
8296
  },
8266
8297
  "dimension": {
8267
8298
  },
8299
+ "doubleQuote": {
8300
+ },
8268
8301
  "formula": {
8269
8302
  },
8270
8303
  "gram": {
@@ -8289,6 +8322,8 @@
8289
8322
  },
8290
8323
  "noun": {
8291
8324
  },
8325
+ "number": {
8326
+ },
8292
8327
  "object": {
8293
8328
  },
8294
8329
  "orAble": {
@@ -8323,6 +8358,8 @@
8323
8358
  },
8324
8359
  "thisitthat": {
8325
8360
  },
8361
+ "to": {
8362
+ },
8326
8363
  "toAble": {
8327
8364
  },
8328
8365
  "ton": {
@@ -8366,6 +8403,8 @@
8366
8403
  },
8367
8404
  "testing2": {
8368
8405
  },
8406
+ "tokenize2": {
8407
+ },
8369
8408
  "weight1": {
8370
8409
  }
8371
8410
  },
@@ -8415,7 +8454,7 @@
8415
8454
  "end": 12,
8416
8455
  "start": 0
8417
8456
  },
8418
- "text": "( troy ounces )",
8457
+ "text": "(troy ounces)",
8419
8458
  "types": [
8420
8459
  "ounce",
8421
8460
  "troy_ounce"
@@ -9043,16 +9082,6 @@
9043
9082
  "unknown",
9044
9083
  1
9045
9084
  ]
9046
- ],
9047
- [
9048
- [
9049
- "troy",
9050
- 0
9051
- ],
9052
- [
9053
- "unknown",
9054
- 0
9055
- ]
9056
9085
  ]
9057
9086
  ],
9058
9087
  "config": {
@@ -9115,7 +9144,7 @@
9115
9144
  "end": 18,
9116
9145
  "start": 6
9117
9146
  },
9118
- "text": "( troy ounces )",
9147
+ "text": "(troy ounces)",
9119
9148
  "types": [
9120
9149
  "ounce",
9121
9150
  "troy_ounce"
@@ -9255,13 +9284,10 @@
9255
9284
  "countable": "countable2",
9256
9285
  "dialogues": "dialogues2",
9257
9286
  "dimension": "dimension2",
9258
- "dimensionTemplate": "dimensionTemplate2",
9259
9287
  "formulas": "formulas2",
9260
- "formulasTemplate": "formulasTemplate2",
9261
9288
  "gdefaults": "gdefaults2",
9262
9289
  "hierarchy": "hierarchy2",
9263
9290
  "math": "math2",
9264
- "mathTemplate": "mathTemplate2",
9265
9291
  "meta": "meta2",
9266
9292
  "numbers": "numbers2",
9267
9293
  "pos": "pos2",
@@ -9270,6 +9296,7 @@
9270
9296
  "sdefaults": "sdefaults2",
9271
9297
  "stm": "stm2",
9272
9298
  "testing": "testing2",
9299
+ "tokenize": "tokenize2",
9273
9300
  "weight": "weight1"
9274
9301
  },
9275
9302
  "namespaced": {
@@ -9284,6 +9311,7 @@
9284
9311
  "countable2": {
9285
9312
  },
9286
9313
  "dialogues2": {
9314
+ "idSuffix": "",
9287
9315
  "mentioned": [
9288
9316
  ],
9289
9317
  "variables": {
@@ -9291,8 +9319,6 @@
9291
9319
  },
9292
9320
  "dimension2": {
9293
9321
  },
9294
- "dimensionTemplate2": {
9295
- },
9296
9322
  "formulas2": {
9297
9323
  "formulas": {
9298
9324
  "gram": [
@@ -10798,16 +10824,12 @@
10798
10824
  ]
10799
10825
  }
10800
10826
  },
10801
- "formulasTemplate2": {
10802
- },
10803
10827
  "gdefaults2": {
10804
10828
  },
10805
10829
  "hierarchy2": {
10806
10830
  },
10807
10831
  "math2": {
10808
10832
  },
10809
- "mathTemplate2": {
10810
- },
10811
10833
  "meta2": {
10812
10834
  },
10813
10835
  "numbers2": {
@@ -10856,7 +10878,8 @@
10856
10878
  "whose"
10857
10879
  ],
10858
10880
  "preposition": [
10859
- "between"
10881
+ "between",
10882
+ "to"
10860
10883
  ],
10861
10884
  "pronoun": [
10862
10885
  "it",
@@ -10878,7 +10901,9 @@
10878
10901
  "whatAble",
10879
10902
  "this",
10880
10903
  "thisitthat",
10881
- "reason"
10904
+ "reason",
10905
+ "number",
10906
+ "doubleQuote"
10882
10907
  ],
10883
10908
  "theAble": [
10884
10909
  "property",
@@ -10944,12 +10969,15 @@
10944
10969
  "whatAble",
10945
10970
  "is",
10946
10971
  "toAble",
10972
+ "to",
10947
10973
  "noun",
10948
10974
  "thisitthat",
10949
10975
  "reason",
10950
10976
  "that",
10977
+ "number",
10951
10978
  "orAble",
10952
10979
  "ifAble",
10980
+ "doubleQuote",
10953
10981
  "*",
10954
10982
  "mathematical_operator",
10955
10983
  "+",
@@ -10992,6 +11020,9 @@
10992
11020
  "dimension": [
10993
11021
  "concept"
10994
11022
  ],
11023
+ "doubleQuote": [
11024
+ "queryable"
11025
+ ],
10995
11026
  "formula": [
10996
11027
  "concept"
10997
11028
  ],
@@ -11024,6 +11055,9 @@
11024
11055
  "noun": [
11025
11056
  "theAble"
11026
11057
  ],
11058
+ "number": [
11059
+ "queryable"
11060
+ ],
11027
11061
  "object": [
11028
11062
  "queryable",
11029
11063
  "theAble"
@@ -11066,6 +11100,9 @@
11066
11100
  "thisitthat": [
11067
11101
  "queryable"
11068
11102
  ],
11103
+ "to": [
11104
+ "preposition"
11105
+ ],
11069
11106
  "ton": [
11070
11107
  "unit"
11071
11108
  ],
@@ -11127,6 +11164,8 @@
11127
11164
  },
11128
11165
  "dimension": {
11129
11166
  },
11167
+ "doubleQuote": {
11168
+ },
11130
11169
  "formula": {
11131
11170
  },
11132
11171
  "gram": {
@@ -11151,6 +11190,8 @@
11151
11190
  },
11152
11191
  "noun": {
11153
11192
  },
11193
+ "number": {
11194
+ },
11154
11195
  "object": {
11155
11196
  },
11156
11197
  "orAble": {
@@ -11185,6 +11226,8 @@
11185
11226
  },
11186
11227
  "thisitthat": {
11187
11228
  },
11229
+ "to": {
11230
+ },
11188
11231
  "toAble": {
11189
11232
  },
11190
11233
  "ton": {
@@ -11228,6 +11271,8 @@
11228
11271
  },
11229
11272
  "testing2": {
11230
11273
  },
11274
+ "tokenize2": {
11275
+ },
11231
11276
  "weight1": {
11232
11277
  }
11233
11278
  },
@@ -11290,7 +11335,7 @@
11290
11335
  "end": 18,
11291
11336
  "start": 6
11292
11337
  },
11293
- "text": "( troy ounces )",
11338
+ "text": "(troy ounces)",
11294
11339
  "types": [
11295
11340
  "ounce",
11296
11341
  "troy_ounce"
@@ -11918,24 +11963,6 @@
11918
11963
  "what",
11919
11964
  0
11920
11965
  ]
11921
- ],
11922
- [
11923
- [
11924
- "is",
11925
- 0
11926
- ],
11927
- [
11928
- "ounce",
11929
- 0
11930
- ],
11931
- [
11932
- "troy",
11933
- 0
11934
- ],
11935
- [
11936
- "what",
11937
- 0
11938
- ]
11939
11966
  ]
11940
11967
  ],
11941
11968
  "config": {
@@ -12616,13 +12643,10 @@
12616
12643
  "countable": "countable2",
12617
12644
  "dialogues": "dialogues2",
12618
12645
  "dimension": "dimension2",
12619
- "dimensionTemplate": "dimensionTemplate2",
12620
12646
  "formulas": "formulas2",
12621
- "formulasTemplate": "formulasTemplate2",
12622
12647
  "gdefaults": "gdefaults2",
12623
12648
  "hierarchy": "hierarchy2",
12624
12649
  "math": "math2",
12625
- "mathTemplate": "mathTemplate2",
12626
12650
  "meta": "meta2",
12627
12651
  "numbers": "numbers2",
12628
12652
  "pos": "pos2",
@@ -12631,6 +12655,7 @@
12631
12655
  "sdefaults": "sdefaults2",
12632
12656
  "stm": "stm2",
12633
12657
  "testing": "testing2",
12658
+ "tokenize": "tokenize2",
12634
12659
  "weight": "weight1"
12635
12660
  },
12636
12661
  "namespaced": {
@@ -12645,6 +12670,7 @@
12645
12670
  "countable2": {
12646
12671
  },
12647
12672
  "dialogues2": {
12673
+ "idSuffix": "",
12648
12674
  "mentioned": [
12649
12675
  ],
12650
12676
  "variables": {
@@ -12652,8 +12678,6 @@
12652
12678
  },
12653
12679
  "dimension2": {
12654
12680
  },
12655
- "dimensionTemplate2": {
12656
- },
12657
12681
  "formulas2": {
12658
12682
  "formulas": {
12659
12683
  "gram": [
@@ -14159,16 +14183,12 @@
14159
14183
  ]
14160
14184
  }
14161
14185
  },
14162
- "formulasTemplate2": {
14163
- },
14164
14186
  "gdefaults2": {
14165
14187
  },
14166
14188
  "hierarchy2": {
14167
14189
  },
14168
14190
  "math2": {
14169
14191
  },
14170
- "mathTemplate2": {
14171
- },
14172
14192
  "meta2": {
14173
14193
  },
14174
14194
  "numbers2": {
@@ -14217,7 +14237,8 @@
14217
14237
  "whose"
14218
14238
  ],
14219
14239
  "preposition": [
14220
- "between"
14240
+ "between",
14241
+ "to"
14221
14242
  ],
14222
14243
  "pronoun": [
14223
14244
  "it",
@@ -14239,7 +14260,9 @@
14239
14260
  "whatAble",
14240
14261
  "this",
14241
14262
  "thisitthat",
14242
- "reason"
14263
+ "reason",
14264
+ "number",
14265
+ "doubleQuote"
14243
14266
  ],
14244
14267
  "theAble": [
14245
14268
  "property",
@@ -14305,12 +14328,15 @@
14305
14328
  "whatAble",
14306
14329
  "is",
14307
14330
  "toAble",
14331
+ "to",
14308
14332
  "noun",
14309
14333
  "thisitthat",
14310
14334
  "reason",
14311
14335
  "that",
14336
+ "number",
14312
14337
  "orAble",
14313
14338
  "ifAble",
14339
+ "doubleQuote",
14314
14340
  "*",
14315
14341
  "mathematical_operator",
14316
14342
  "+",
@@ -14353,6 +14379,9 @@
14353
14379
  "dimension": [
14354
14380
  "concept"
14355
14381
  ],
14382
+ "doubleQuote": [
14383
+ "queryable"
14384
+ ],
14356
14385
  "formula": [
14357
14386
  "concept"
14358
14387
  ],
@@ -14385,6 +14414,9 @@
14385
14414
  "noun": [
14386
14415
  "theAble"
14387
14416
  ],
14417
+ "number": [
14418
+ "queryable"
14419
+ ],
14388
14420
  "object": [
14389
14421
  "queryable",
14390
14422
  "theAble"
@@ -14427,6 +14459,9 @@
14427
14459
  "thisitthat": [
14428
14460
  "queryable"
14429
14461
  ],
14462
+ "to": [
14463
+ "preposition"
14464
+ ],
14430
14465
  "ton": [
14431
14466
  "unit"
14432
14467
  ],
@@ -14488,6 +14523,8 @@
14488
14523
  },
14489
14524
  "dimension": {
14490
14525
  },
14526
+ "doubleQuote": {
14527
+ },
14491
14528
  "formula": {
14492
14529
  },
14493
14530
  "gram": {
@@ -14512,6 +14549,8 @@
14512
14549
  },
14513
14550
  "noun": {
14514
14551
  },
14552
+ "number": {
14553
+ },
14515
14554
  "object": {
14516
14555
  },
14517
14556
  "orAble": {
@@ -14546,6 +14585,8 @@
14546
14585
  },
14547
14586
  "thisitthat": {
14548
14587
  },
14588
+ "to": {
14589
+ },
14549
14590
  "toAble": {
14550
14591
  },
14551
14592
  "ton": {
@@ -14584,6 +14625,7 @@
14584
14625
  "stm2": {
14585
14626
  "mentioned": [
14586
14627
  {
14628
+ "fromSTM": true,
14587
14629
  "marker": "ounce",
14588
14630
  "pullFromContext": false,
14589
14631
  "value": {
@@ -14609,6 +14651,8 @@
14609
14651
  },
14610
14652
  "testing2": {
14611
14653
  },
14654
+ "tokenize2": {
14655
+ },
14612
14656
  "weight1": {
14613
14657
  }
14614
14658
  },
@@ -15662,24 +15706,6 @@
15662
15706
  "what",
15663
15707
  0
15664
15708
  ]
15665
- ],
15666
- [
15667
- [
15668
- "is",
15669
- 0
15670
- ],
15671
- [
15672
- "ounce",
15673
- 0
15674
- ],
15675
- [
15676
- "troy",
15677
- 0
15678
- ],
15679
- [
15680
- "what",
15681
- 0
15682
- ]
15683
15709
  ]
15684
15710
  ],
15685
15711
  "config": {
@@ -16356,13 +16382,10 @@
16356
16382
  "countable": "countable2",
16357
16383
  "dialogues": "dialogues2",
16358
16384
  "dimension": "dimension2",
16359
- "dimensionTemplate": "dimensionTemplate2",
16360
16385
  "formulas": "formulas2",
16361
- "formulasTemplate": "formulasTemplate2",
16362
16386
  "gdefaults": "gdefaults2",
16363
16387
  "hierarchy": "hierarchy2",
16364
16388
  "math": "math2",
16365
- "mathTemplate": "mathTemplate2",
16366
16389
  "meta": "meta2",
16367
16390
  "numbers": "numbers2",
16368
16391
  "pos": "pos2",
@@ -16371,6 +16394,7 @@
16371
16394
  "sdefaults": "sdefaults2",
16372
16395
  "stm": "stm2",
16373
16396
  "testing": "testing2",
16397
+ "tokenize": "tokenize2",
16374
16398
  "weight": "weight1"
16375
16399
  },
16376
16400
  "namespaced": {
@@ -16385,6 +16409,7 @@
16385
16409
  "countable2": {
16386
16410
  },
16387
16411
  "dialogues2": {
16412
+ "idSuffix": "",
16388
16413
  "mentioned": [
16389
16414
  ],
16390
16415
  "variables": {
@@ -16392,8 +16417,6 @@
16392
16417
  },
16393
16418
  "dimension2": {
16394
16419
  },
16395
- "dimensionTemplate2": {
16396
- },
16397
16420
  "formulas2": {
16398
16421
  "formulas": {
16399
16422
  "gram": [
@@ -17899,16 +17922,12 @@
17899
17922
  ]
17900
17923
  }
17901
17924
  },
17902
- "formulasTemplate2": {
17903
- },
17904
17925
  "gdefaults2": {
17905
17926
  },
17906
17927
  "hierarchy2": {
17907
17928
  },
17908
17929
  "math2": {
17909
17930
  },
17910
- "mathTemplate2": {
17911
- },
17912
17931
  "meta2": {
17913
17932
  },
17914
17933
  "numbers2": {
@@ -17957,7 +17976,8 @@
17957
17976
  "whose"
17958
17977
  ],
17959
17978
  "preposition": [
17960
- "between"
17979
+ "between",
17980
+ "to"
17961
17981
  ],
17962
17982
  "pronoun": [
17963
17983
  "it",
@@ -17979,7 +17999,9 @@
17979
17999
  "whatAble",
17980
18000
  "this",
17981
18001
  "thisitthat",
17982
- "reason"
18002
+ "reason",
18003
+ "number",
18004
+ "doubleQuote"
17983
18005
  ],
17984
18006
  "theAble": [
17985
18007
  "property",
@@ -18045,12 +18067,15 @@
18045
18067
  "whatAble",
18046
18068
  "is",
18047
18069
  "toAble",
18070
+ "to",
18048
18071
  "noun",
18049
18072
  "thisitthat",
18050
18073
  "reason",
18051
18074
  "that",
18075
+ "number",
18052
18076
  "orAble",
18053
18077
  "ifAble",
18078
+ "doubleQuote",
18054
18079
  "*",
18055
18080
  "mathematical_operator",
18056
18081
  "+",
@@ -18093,6 +18118,9 @@
18093
18118
  "dimension": [
18094
18119
  "concept"
18095
18120
  ],
18121
+ "doubleQuote": [
18122
+ "queryable"
18123
+ ],
18096
18124
  "formula": [
18097
18125
  "concept"
18098
18126
  ],
@@ -18125,6 +18153,9 @@
18125
18153
  "noun": [
18126
18154
  "theAble"
18127
18155
  ],
18156
+ "number": [
18157
+ "queryable"
18158
+ ],
18128
18159
  "object": [
18129
18160
  "queryable",
18130
18161
  "theAble"
@@ -18167,6 +18198,9 @@
18167
18198
  "thisitthat": [
18168
18199
  "queryable"
18169
18200
  ],
18201
+ "to": [
18202
+ "preposition"
18203
+ ],
18170
18204
  "ton": [
18171
18205
  "unit"
18172
18206
  ],
@@ -18228,6 +18262,8 @@
18228
18262
  },
18229
18263
  "dimension": {
18230
18264
  },
18265
+ "doubleQuote": {
18266
+ },
18231
18267
  "formula": {
18232
18268
  },
18233
18269
  "gram": {
@@ -18252,6 +18288,8 @@
18252
18288
  },
18253
18289
  "noun": {
18254
18290
  },
18291
+ "number": {
18292
+ },
18255
18293
  "object": {
18256
18294
  },
18257
18295
  "orAble": {
@@ -18286,6 +18324,8 @@
18286
18324
  },
18287
18325
  "thisitthat": {
18288
18326
  },
18327
+ "to": {
18328
+ },
18289
18329
  "toAble": {
18290
18330
  },
18291
18331
  "ton": {
@@ -18324,6 +18364,7 @@
18324
18364
  "stm2": {
18325
18365
  "mentioned": [
18326
18366
  {
18367
+ "fromSTM": true,
18327
18368
  "marker": "troy_ounce",
18328
18369
  "pullFromContext": false,
18329
18370
  "value": {
@@ -18349,6 +18390,8 @@
18349
18390
  },
18350
18391
  "testing2": {
18351
18392
  },
18393
+ "tokenize2": {
18394
+ },
18352
18395
  "weight1": {
18353
18396
  }
18354
18397
  },
@@ -19556,42 +19599,6 @@
19556
19599
  "propertyOf",
19557
19600
  1
19558
19601
  ]
19559
- ],
19560
- [
19561
- [
19562
- "is",
19563
- 0
19564
- ],
19565
- [
19566
- "the",
19567
- 0
19568
- ],
19569
- [
19570
- "unknown",
19571
- 0
19572
- ],
19573
- [
19574
- "weight",
19575
- 0
19576
- ]
19577
- ],
19578
- [
19579
- [
19580
- "is",
19581
- 0
19582
- ],
19583
- [
19584
- "unknown",
19585
- 0
19586
- ],
19587
- [
19588
- "weight",
19589
- 0
19590
- ],
19591
- [
19592
- "what",
19593
- 0
19594
- ]
19595
19602
  ]
19596
19603
  ],
19597
19604
  "config": {
@@ -19810,7 +19817,7 @@
19810
19817
  "end": 53,
19811
19818
  "start": 41
19812
19819
  },
19813
- "text": "greg 's weight",
19820
+ "text": "greg's weight",
19814
19821
  "types": [
19815
19822
  "property",
19816
19823
  "weight"
@@ -19913,7 +19920,7 @@
19913
19920
  "end": 53,
19914
19921
  "start": 41
19915
19922
  },
19916
- "text": "greg 's weight",
19923
+ "text": "greg's weight",
19917
19924
  "touchedBy": [
19918
19925
  "weight#call23",
19919
19926
  "weight#call22"
@@ -20024,7 +20031,7 @@
20024
20031
  "end": 53,
20025
20032
  "start": 41
20026
20033
  },
20027
- "text": "greg 's weight",
20034
+ "text": "greg's weight",
20028
20035
  "types": [
20029
20036
  "property",
20030
20037
  "weight"
@@ -20632,13 +20639,10 @@
20632
20639
  "countable": "countable2",
20633
20640
  "dialogues": "dialogues2",
20634
20641
  "dimension": "dimension2",
20635
- "dimensionTemplate": "dimensionTemplate2",
20636
20642
  "formulas": "formulas2",
20637
- "formulasTemplate": "formulasTemplate2",
20638
20643
  "gdefaults": "gdefaults2",
20639
20644
  "hierarchy": "hierarchy2",
20640
20645
  "math": "math2",
20641
- "mathTemplate": "mathTemplate2",
20642
20646
  "meta": "meta2",
20643
20647
  "numbers": "numbers2",
20644
20648
  "pos": "pos2",
@@ -20647,6 +20651,7 @@
20647
20651
  "sdefaults": "sdefaults2",
20648
20652
  "stm": "stm2",
20649
20653
  "testing": "testing2",
20654
+ "tokenize": "tokenize2",
20650
20655
  "weight": "weight1"
20651
20656
  },
20652
20657
  "namespaced": {
@@ -20661,6 +20666,7 @@
20661
20666
  "countable2": {
20662
20667
  },
20663
20668
  "dialogues2": {
20669
+ "idSuffix": "",
20664
20670
  "mentioned": [
20665
20671
  ],
20666
20672
  "variables": {
@@ -20668,8 +20674,6 @@
20668
20674
  },
20669
20675
  "dimension2": {
20670
20676
  },
20671
- "dimensionTemplate2": {
20672
- },
20673
20677
  "formulas2": {
20674
20678
  "formulas": {
20675
20679
  "gram": [
@@ -22175,16 +22179,12 @@
22175
22179
  ]
22176
22180
  }
22177
22181
  },
22178
- "formulasTemplate2": {
22179
- },
22180
22182
  "gdefaults2": {
22181
22183
  },
22182
22184
  "hierarchy2": {
22183
22185
  },
22184
22186
  "math2": {
22185
22187
  },
22186
- "mathTemplate2": {
22187
- },
22188
22188
  "meta2": {
22189
22189
  },
22190
22190
  "numbers2": {
@@ -22233,7 +22233,8 @@
22233
22233
  "whose"
22234
22234
  ],
22235
22235
  "preposition": [
22236
- "between"
22236
+ "between",
22237
+ "to"
22237
22238
  ],
22238
22239
  "pronoun": [
22239
22240
  "it",
@@ -22255,7 +22256,9 @@
22255
22256
  "whatAble",
22256
22257
  "this",
22257
22258
  "thisitthat",
22258
- "reason"
22259
+ "reason",
22260
+ "number",
22261
+ "doubleQuote"
22259
22262
  ],
22260
22263
  "theAble": [
22261
22264
  "property",
@@ -22324,12 +22327,15 @@
22324
22327
  "whatAble",
22325
22328
  "is",
22326
22329
  "toAble",
22330
+ "to",
22327
22331
  "noun",
22328
22332
  "thisitthat",
22329
22333
  "reason",
22330
22334
  "that",
22335
+ "number",
22331
22336
  "orAble",
22332
22337
  "ifAble",
22338
+ "doubleQuote",
22333
22339
  "*",
22334
22340
  "mathematical_operator",
22335
22341
  "+",
@@ -22377,6 +22383,9 @@
22377
22383
  "dimension": [
22378
22384
  "concept"
22379
22385
  ],
22386
+ "doubleQuote": [
22387
+ "queryable"
22388
+ ],
22380
22389
  "formula": [
22381
22390
  "concept"
22382
22391
  ],
@@ -22409,6 +22418,9 @@
22409
22418
  "noun": [
22410
22419
  "theAble"
22411
22420
  ],
22421
+ "number": [
22422
+ "queryable"
22423
+ ],
22412
22424
  "object": [
22413
22425
  "queryable",
22414
22426
  "theAble"
@@ -22451,6 +22463,9 @@
22451
22463
  "thisitthat": [
22452
22464
  "queryable"
22453
22465
  ],
22466
+ "to": [
22467
+ "preposition"
22468
+ ],
22454
22469
  "ton": [
22455
22470
  "unit"
22456
22471
  ],
@@ -22514,6 +22529,8 @@
22514
22529
  },
22515
22530
  "dimension": {
22516
22531
  },
22532
+ "doubleQuote": {
22533
+ },
22517
22534
  "formula": {
22518
22535
  },
22519
22536
  "gram": {
@@ -22589,6 +22606,8 @@
22589
22606
  },
22590
22607
  "noun": {
22591
22608
  },
22609
+ "number": {
22610
+ },
22592
22611
  "object": {
22593
22612
  },
22594
22613
  "orAble": {
@@ -22623,6 +22642,8 @@
22623
22642
  },
22624
22643
  "thisitthat": {
22625
22644
  },
22645
+ "to": {
22646
+ },
22626
22647
  "toAble": {
22627
22648
  },
22628
22649
  "ton": {
@@ -22714,6 +22735,8 @@
22714
22735
  },
22715
22736
  "testing2": {
22716
22737
  },
22738
+ "tokenize2": {
22739
+ },
22717
22740
  "weight1": {
22718
22741
  }
22719
22742
  },
@@ -22788,7 +22811,7 @@
22788
22811
  "end": 53,
22789
22812
  "start": 41
22790
22813
  },
22791
- "text": "greg 's weight",
22814
+ "text": "greg's weight",
22792
22815
  "types": [
22793
22816
  "property",
22794
22817
  "weight"
@@ -22891,7 +22914,7 @@
22891
22914
  "end": 53,
22892
22915
  "start": 41
22893
22916
  },
22894
- "text": "greg 's weight",
22917
+ "text": "greg's weight",
22895
22918
  "touchedBy": [
22896
22919
  "weight#call23",
22897
22920
  "weight#call22"
@@ -23002,7 +23025,7 @@
23002
23025
  "end": 53,
23003
23026
  "start": 41
23004
23027
  },
23005
- "text": "greg 's weight",
23028
+ "text": "greg's weight",
23006
23029
  "types": [
23007
23030
  "property",
23008
23031
  "weight"
@@ -23896,42 +23919,6 @@
23896
23919
  "propertyOf",
23897
23920
  1
23898
23921
  ]
23899
- ],
23900
- [
23901
- [
23902
- "is",
23903
- 0
23904
- ],
23905
- [
23906
- "the",
23907
- 0
23908
- ],
23909
- [
23910
- "unknown",
23911
- 0
23912
- ],
23913
- [
23914
- "weight",
23915
- 0
23916
- ]
23917
- ],
23918
- [
23919
- [
23920
- "is",
23921
- 0
23922
- ],
23923
- [
23924
- "unknown",
23925
- 0
23926
- ],
23927
- [
23928
- "weight",
23929
- 0
23930
- ],
23931
- [
23932
- "what",
23933
- 0
23934
- ]
23935
23922
  ]
23936
23923
  ],
23937
23924
  "config": {
@@ -24153,7 +24140,7 @@
24153
24140
  "end": 53,
24154
24141
  "start": 41
24155
24142
  },
24156
- "text": "greg 's weight",
24143
+ "text": "greg's weight",
24157
24144
  "types": [
24158
24145
  "property",
24159
24146
  "weight"
@@ -24167,7 +24154,7 @@
24167
24154
  "end": 66,
24168
24155
  "start": 41
24169
24156
  },
24170
- "text": "greg 's weight in kilograms",
24157
+ "text": "greg's weight in kilograms",
24171
24158
  "to": {
24172
24159
  "dead": true,
24173
24160
  "level": 1,
@@ -24333,7 +24320,7 @@
24333
24320
  "end": 53,
24334
24321
  "start": 41
24335
24322
  },
24336
- "text": "greg 's weight",
24323
+ "text": "greg's weight",
24337
24324
  "types": [
24338
24325
  "property",
24339
24326
  "weight"
@@ -24348,7 +24335,7 @@
24348
24335
  "end": 66,
24349
24336
  "start": 41
24350
24337
  },
24351
- "text": "greg 's weight in kilograms",
24338
+ "text": "greg's weight in kilograms",
24352
24339
  "to": {
24353
24340
  "dead": true,
24354
24341
  "level": 1,
@@ -24476,7 +24463,7 @@
24476
24463
  "end": 53,
24477
24464
  "start": 41
24478
24465
  },
24479
- "text": "greg 's weight",
24466
+ "text": "greg's weight",
24480
24467
  "types": [
24481
24468
  "property",
24482
24469
  "weight"
@@ -24490,7 +24477,7 @@
24490
24477
  "end": 66,
24491
24478
  "start": 41
24492
24479
  },
24493
- "text": "greg 's weight in kilograms",
24480
+ "text": "greg's weight in kilograms",
24494
24481
  "to": {
24495
24482
  "dead": true,
24496
24483
  "level": 1,
@@ -25254,13 +25241,10 @@
25254
25241
  "countable": "countable2",
25255
25242
  "dialogues": "dialogues2",
25256
25243
  "dimension": "dimension2",
25257
- "dimensionTemplate": "dimensionTemplate2",
25258
25244
  "formulas": "formulas2",
25259
- "formulasTemplate": "formulasTemplate2",
25260
25245
  "gdefaults": "gdefaults2",
25261
25246
  "hierarchy": "hierarchy2",
25262
25247
  "math": "math2",
25263
- "mathTemplate": "mathTemplate2",
25264
25248
  "meta": "meta2",
25265
25249
  "numbers": "numbers2",
25266
25250
  "pos": "pos2",
@@ -25269,6 +25253,7 @@
25269
25253
  "sdefaults": "sdefaults2",
25270
25254
  "stm": "stm2",
25271
25255
  "testing": "testing2",
25256
+ "tokenize": "tokenize2",
25272
25257
  "weight": "weight1"
25273
25258
  },
25274
25259
  "namespaced": {
@@ -25283,6 +25268,7 @@
25283
25268
  "countable2": {
25284
25269
  },
25285
25270
  "dialogues2": {
25271
+ "idSuffix": "",
25286
25272
  "mentioned": [
25287
25273
  ],
25288
25274
  "variables": {
@@ -25290,8 +25276,6 @@
25290
25276
  },
25291
25277
  "dimension2": {
25292
25278
  },
25293
- "dimensionTemplate2": {
25294
- },
25295
25279
  "formulas2": {
25296
25280
  "formulas": {
25297
25281
  "gram": [
@@ -26797,16 +26781,12 @@
26797
26781
  ]
26798
26782
  }
26799
26783
  },
26800
- "formulasTemplate2": {
26801
- },
26802
26784
  "gdefaults2": {
26803
26785
  },
26804
26786
  "hierarchy2": {
26805
26787
  },
26806
26788
  "math2": {
26807
26789
  },
26808
- "mathTemplate2": {
26809
- },
26810
26790
  "meta2": {
26811
26791
  },
26812
26792
  "numbers2": {
@@ -26855,7 +26835,8 @@
26855
26835
  "whose"
26856
26836
  ],
26857
26837
  "preposition": [
26858
- "between"
26838
+ "between",
26839
+ "to"
26859
26840
  ],
26860
26841
  "pronoun": [
26861
26842
  "it",
@@ -26877,7 +26858,9 @@
26877
26858
  "whatAble",
26878
26859
  "this",
26879
26860
  "thisitthat",
26880
- "reason"
26861
+ "reason",
26862
+ "number",
26863
+ "doubleQuote"
26881
26864
  ],
26882
26865
  "theAble": [
26883
26866
  "property",
@@ -26946,12 +26929,15 @@
26946
26929
  "whatAble",
26947
26930
  "is",
26948
26931
  "toAble",
26932
+ "to",
26949
26933
  "noun",
26950
26934
  "thisitthat",
26951
26935
  "reason",
26952
26936
  "that",
26937
+ "number",
26953
26938
  "orAble",
26954
26939
  "ifAble",
26940
+ "doubleQuote",
26955
26941
  "*",
26956
26942
  "mathematical_operator",
26957
26943
  "+",
@@ -26999,6 +26985,9 @@
26999
26985
  "dimension": [
27000
26986
  "concept"
27001
26987
  ],
26988
+ "doubleQuote": [
26989
+ "queryable"
26990
+ ],
27002
26991
  "formula": [
27003
26992
  "concept"
27004
26993
  ],
@@ -27031,6 +27020,9 @@
27031
27020
  "noun": [
27032
27021
  "theAble"
27033
27022
  ],
27023
+ "number": [
27024
+ "queryable"
27025
+ ],
27034
27026
  "object": [
27035
27027
  "queryable",
27036
27028
  "theAble"
@@ -27073,6 +27065,9 @@
27073
27065
  "thisitthat": [
27074
27066
  "queryable"
27075
27067
  ],
27068
+ "to": [
27069
+ "preposition"
27070
+ ],
27076
27071
  "ton": [
27077
27072
  "unit"
27078
27073
  ],
@@ -27136,6 +27131,8 @@
27136
27131
  },
27137
27132
  "dimension": {
27138
27133
  },
27134
+ "doubleQuote": {
27135
+ },
27139
27136
  "formula": {
27140
27137
  },
27141
27138
  "gram": {
@@ -27211,6 +27208,8 @@
27211
27208
  },
27212
27209
  "noun": {
27213
27210
  },
27211
+ "number": {
27212
+ },
27214
27213
  "object": {
27215
27214
  },
27216
27215
  "orAble": {
@@ -27245,6 +27244,8 @@
27245
27244
  },
27246
27245
  "thisitthat": {
27247
27246
  },
27247
+ "to": {
27248
+ },
27248
27249
  "toAble": {
27249
27250
  },
27250
27251
  "ton": {
@@ -27331,6 +27332,7 @@
27331
27332
  "stm2": {
27332
27333
  "mentioned": [
27333
27334
  {
27335
+ "fromSTM": true,
27334
27336
  "marker": "pound",
27335
27337
  "pullFromContext": false,
27336
27338
  "value": {
@@ -27356,6 +27358,8 @@
27356
27358
  },
27357
27359
  "testing2": {
27358
27360
  },
27361
+ "tokenize2": {
27362
+ },
27359
27363
  "weight1": {
27360
27364
  }
27361
27365
  },
@@ -27433,7 +27437,7 @@
27433
27437
  "end": 53,
27434
27438
  "start": 41
27435
27439
  },
27436
- "text": "greg 's weight",
27440
+ "text": "greg's weight",
27437
27441
  "types": [
27438
27442
  "property",
27439
27443
  "weight"
@@ -27447,7 +27451,7 @@
27447
27451
  "end": 66,
27448
27452
  "start": 41
27449
27453
  },
27450
- "text": "greg 's weight in kilograms",
27454
+ "text": "greg's weight in kilograms",
27451
27455
  "to": {
27452
27456
  "dead": true,
27453
27457
  "level": 1,
@@ -27613,7 +27617,7 @@
27613
27617
  "end": 53,
27614
27618
  "start": 41
27615
27619
  },
27616
- "text": "greg 's weight",
27620
+ "text": "greg's weight",
27617
27621
  "types": [
27618
27622
  "property",
27619
27623
  "weight"
@@ -27628,7 +27632,7 @@
27628
27632
  "end": 66,
27629
27633
  "start": 41
27630
27634
  },
27631
- "text": "greg 's weight in kilograms",
27635
+ "text": "greg's weight in kilograms",
27632
27636
  "to": {
27633
27637
  "dead": true,
27634
27638
  "level": 1,
@@ -27756,7 +27760,7 @@
27756
27760
  "end": 53,
27757
27761
  "start": 41
27758
27762
  },
27759
- "text": "greg 's weight",
27763
+ "text": "greg's weight",
27760
27764
  "types": [
27761
27765
  "property",
27762
27766
  "weight"
@@ -27770,7 +27774,7 @@
27770
27774
  "end": 66,
27771
27775
  "start": 41
27772
27776
  },
27773
- "text": "greg 's weight in kilograms",
27777
+ "text": "greg's weight in kilograms",
27774
27778
  "to": {
27775
27779
  "dead": true,
27776
27780
  "level": 1,