ekms 7.12.8 → 8.0.0-beta.1

Sign up to get free protection for your applications and to get access to all the features.
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
  "pokemon modifies type",
4
4
  "pokemon type is a type",
5
5
  "pikachu squirtle weedle and pidgeot are pokemon",
@@ -45,6 +45,10 @@
45
45
  "concept",
46
46
  "theAble"
47
47
  ],
48
+ [
49
+ "doubleQuote",
50
+ "queryable"
51
+ ],
48
52
  [
49
53
  "have",
50
54
  "canBeDoQuestion"
@@ -324,15 +328,15 @@
324
328
  "dead": true,
325
329
  "modifiers": [
326
330
  {
331
+ "value": "pokemon",
332
+ "unknown": true,
333
+ "text": "pokemon",
327
334
  "marker": "unknown",
335
+ "word": "pokemon",
328
336
  "range": {
329
337
  "start": 0,
330
338
  "end": 6
331
339
  },
332
- "word": "pokemon",
333
- "text": "pokemon",
334
- "value": "pokemon",
335
- "unknown": true,
336
340
  "dead": true,
337
341
  "level": 1
338
342
  }
@@ -447,6 +451,10 @@
447
451
  "concept",
448
452
  "theAble"
449
453
  ],
454
+ [
455
+ "doubleQuote",
456
+ "queryable"
457
+ ],
450
458
  [
451
459
  "have",
452
460
  "canBeDoQuestion"
@@ -878,10 +886,10 @@
878
886
  },
879
887
  "one": {
880
888
  "number": "one",
881
- "value": "pokemon_type",
882
- "text": "pokemon type",
883
889
  "marker": "pokemon_type",
890
+ "default": true,
884
891
  "word": "type",
892
+ "text": "pokemon type",
885
893
  "range": {
886
894
  "start": 0,
887
895
  "end": 21
@@ -892,6 +900,7 @@
892
900
  ],
893
901
  "modifier_pokemon": {
894
902
  "value": "pokemon",
903
+ "number": "many",
895
904
  "text": "pokemon",
896
905
  "marker": "pokemon",
897
906
  "word": "pokemon",
@@ -906,17 +915,17 @@
906
915
  },
907
916
  "atomic": true,
908
917
  "dead": true,
918
+ "value": "pokemon_type",
909
919
  "modifiers": [
910
920
  "modifier_pokemon"
911
921
  ],
912
922
  "level": 1
913
923
  },
914
924
  "two": {
915
- "value": "type",
916
- "number": "one",
917
- "text": "a type",
918
925
  "marker": "type",
926
+ "default": true,
919
927
  "word": "type",
928
+ "text": "a type",
920
929
  "range": {
921
930
  "start": 16,
922
931
  "end": 21
@@ -927,6 +936,7 @@
927
936
  ],
928
937
  "pullFromContext": false,
929
938
  "concept": true,
939
+ "number": "one",
930
940
  "wantsValue": true,
931
941
  "determiner": {
932
942
  "marker": "a",
@@ -1047,6 +1057,10 @@
1047
1057
  "concept",
1048
1058
  "theAble"
1049
1059
  ],
1060
+ [
1061
+ "doubleQuote",
1062
+ "queryable"
1063
+ ],
1050
1064
  [
1051
1065
  "have",
1052
1066
  "canBeDoQuestion"
@@ -1521,10 +1535,6 @@
1521
1535
  1
1522
1536
  ],
1523
1537
  "ops": [
1524
- [
1525
- "list",
1526
- 1
1527
- ],
1528
1538
  [
1529
1539
  "is",
1530
1540
  0
@@ -1561,27 +1571,6 @@
1561
1571
  ],
1562
1572
  "counter": 7
1563
1573
  },
1564
- {
1565
- "op": [
1566
- "list",
1567
- 1
1568
- ],
1569
- "ops": [
1570
- [
1571
- "is",
1572
- 0
1573
- ],
1574
- [
1575
- "pokemon",
1576
- 0
1577
- ],
1578
- [
1579
- "list",
1580
- 1
1581
- ]
1582
- ],
1583
- "counter": 8
1584
- },
1585
1574
  {
1586
1575
  "op": [
1587
1576
  "pokemon",
@@ -1597,7 +1586,7 @@
1597
1586
  0
1598
1587
  ]
1599
1588
  ],
1600
- "counter": 9
1589
+ "counter": 8
1601
1590
  },
1602
1591
  {
1603
1592
  "op": [
@@ -1610,7 +1599,7 @@
1610
1599
  0
1611
1600
  ]
1612
1601
  ],
1613
- "counter": 10
1602
+ "counter": 9
1614
1603
  },
1615
1604
  {
1616
1605
  "op": [
@@ -1623,7 +1612,7 @@
1623
1612
  1
1624
1613
  ]
1625
1614
  ],
1626
- "counter": 11
1615
+ "counter": 10
1627
1616
  }
1628
1617
  ]
1629
1618
  },
@@ -1641,74 +1630,78 @@
1641
1630
  "one": {
1642
1631
  "number": "many",
1643
1632
  "marker": "list",
1633
+ "default": true,
1634
+ "word": "and",
1635
+ "text": "pikachu squirtle weedle and pidgeot",
1636
+ "range": {
1637
+ "start": 0,
1638
+ "end": 46
1639
+ },
1640
+ "types": [
1641
+ "list",
1642
+ "unknown"
1643
+ ],
1644
1644
  "listable": true,
1645
+ "isList": true,
1645
1646
  "value": [
1646
1647
  {
1648
+ "value": "pikachu",
1649
+ "unknown": true,
1650
+ "text": "pikachu",
1647
1651
  "marker": "unknown",
1652
+ "word": "pikachu",
1648
1653
  "range": {
1649
1654
  "start": 0,
1650
1655
  "end": 6
1651
1656
  },
1652
- "word": "pikachu",
1653
- "text": "pikachu",
1654
- "value": "pikachu",
1655
- "unknown": true,
1656
1657
  "dead": true,
1657
1658
  "level": 1
1658
1659
  },
1659
1660
  {
1661
+ "value": "squirtle",
1662
+ "unknown": true,
1663
+ "text": "squirtle",
1660
1664
  "marker": "unknown",
1665
+ "word": "squirtle",
1661
1666
  "range": {
1662
1667
  "start": 8,
1663
1668
  "end": 15
1664
1669
  },
1665
- "word": "squirtle",
1666
- "text": "squirtle",
1667
- "value": "squirtle",
1668
- "unknown": true,
1669
1670
  "dead": true,
1670
1671
  "level": 1
1671
1672
  },
1672
1673
  {
1674
+ "value": "weedle",
1675
+ "unknown": true,
1676
+ "text": "weedle",
1673
1677
  "marker": "unknown",
1678
+ "word": "weedle",
1674
1679
  "range": {
1675
1680
  "start": 17,
1676
1681
  "end": 22
1677
1682
  },
1678
- "word": "weedle",
1679
- "text": "weedle",
1680
- "value": "weedle",
1681
- "unknown": true,
1682
1683
  "dead": true,
1683
- "level": 2
1684
+ "level": 1
1684
1685
  },
1685
1686
  {
1687
+ "value": "pidgeot",
1688
+ "unknown": true,
1689
+ "text": "pidgeot",
1686
1690
  "marker": "unknown",
1691
+ "word": "pidgeot",
1687
1692
  "range": {
1688
1693
  "start": 28,
1689
1694
  "end": 34
1690
1695
  },
1691
- "word": "pidgeot",
1692
- "text": "pidgeot",
1693
- "value": "pidgeot",
1694
- "unknown": true,
1695
1696
  "dead": true,
1696
- "level": 2
1697
+ "level": 1
1697
1698
  }
1698
1699
  ],
1699
- "range": {
1700
- "start": 0,
1701
- "end": 46
1702
- },
1703
- "types": [
1704
- "list",
1705
- "unknown"
1706
- ],
1707
- "text": "pikachu squirtle",
1708
1700
  "level": 1
1709
1701
  },
1710
1702
  "two": {
1711
1703
  "value": "pokemon",
1704
+ "number": "many",
1712
1705
  "text": "pokemon",
1713
1706
  "marker": "pokemon",
1714
1707
  "word": "pokemon",
@@ -1783,28 +1776,6 @@
1783
1776
  1
1784
1777
  ]
1785
1778
  ],
1786
- [
1787
- [
1788
- "is",
1789
- 0
1790
- ],
1791
- [
1792
- "list",
1793
- 0
1794
- ],
1795
- [
1796
- "pokemon",
1797
- 0
1798
- ],
1799
- [
1800
- "unknown",
1801
- 0
1802
- ],
1803
- [
1804
- "unknown",
1805
- 1
1806
- ]
1807
- ],
1808
1779
  [
1809
1780
  [
1810
1781
  "is",
@@ -1864,16 +1835,6 @@
1864
1835
  "unknown",
1865
1836
  1
1866
1837
  ]
1867
- ],
1868
- [
1869
- [
1870
- "pokemon",
1871
- 0
1872
- ],
1873
- [
1874
- "unknown",
1875
- 0
1876
- ]
1877
1838
  ]
1878
1839
  ],
1879
1840
  "learned_contextual_priorities": [],
@@ -1916,6 +1877,10 @@
1916
1877
  "concept",
1917
1878
  "theAble"
1918
1879
  ],
1880
+ [
1881
+ "doubleQuote",
1882
+ "queryable"
1883
+ ],
1919
1884
  [
1920
1885
  "have",
1921
1886
  "canBeDoQuestion"
@@ -2435,25 +2400,24 @@
2435
2400
  "dead": true,
2436
2401
  "modifiers": [
2437
2402
  {
2403
+ "value": "fire",
2404
+ "unknown": true,
2405
+ "text": "fire",
2438
2406
  "marker": "unknown",
2407
+ "word": "fire",
2439
2408
  "range": {
2440
2409
  "start": 0,
2441
2410
  "end": 3
2442
2411
  },
2443
- "word": "fire",
2444
- "text": "fire",
2445
- "value": "fire",
2446
- "unknown": true,
2447
2412
  "dead": true,
2448
2413
  "level": 1
2449
2414
  }
2450
2415
  ],
2451
2416
  "concept": {
2452
- "value": "type",
2453
- "number": "one",
2454
- "text": "type",
2455
2417
  "marker": "type",
2418
+ "default": true,
2456
2419
  "word": "type",
2420
+ "text": "type",
2457
2421
  "range": {
2458
2422
  "start": 14,
2459
2423
  "end": 17
@@ -2559,6 +2523,10 @@
2559
2523
  "concept",
2560
2524
  "theAble"
2561
2525
  ],
2526
+ [
2527
+ "doubleQuote",
2528
+ "queryable"
2529
+ ],
2562
2530
  [
2563
2531
  "fire",
2564
2532
  "hierarchyAble"
@@ -3150,25 +3118,24 @@
3150
3118
  "dead": true,
3151
3119
  "modifiers": [
3152
3120
  {
3121
+ "value": "water",
3122
+ "unknown": true,
3123
+ "text": "water",
3153
3124
  "marker": "unknown",
3125
+ "word": "water",
3154
3126
  "range": {
3155
3127
  "start": 0,
3156
3128
  "end": 4
3157
3129
  },
3158
- "word": "water",
3159
- "text": "water",
3160
- "value": "water",
3161
- "unknown": true,
3162
3130
  "dead": true,
3163
3131
  "level": 1
3164
3132
  }
3165
3133
  ],
3166
3134
  "concept": {
3167
- "value": "type",
3168
- "number": "one",
3169
- "text": "type",
3170
3135
  "marker": "type",
3136
+ "default": true,
3171
3137
  "word": "type",
3138
+ "text": "type",
3172
3139
  "range": {
3173
3140
  "start": 15,
3174
3141
  "end": 18
@@ -3274,6 +3241,10 @@
3274
3241
  "concept",
3275
3242
  "theAble"
3276
3243
  ],
3244
+ [
3245
+ "doubleQuote",
3246
+ "queryable"
3247
+ ],
3277
3248
  [
3278
3249
  "fire",
3279
3250
  "hierarchyAble"
@@ -3937,25 +3908,24 @@
3937
3908
  "dead": true,
3938
3909
  "modifiers": [
3939
3910
  {
3911
+ "value": "earth",
3912
+ "unknown": true,
3913
+ "text": "earth",
3940
3914
  "marker": "unknown",
3915
+ "word": "earth",
3941
3916
  "range": {
3942
3917
  "start": 0,
3943
3918
  "end": 4
3944
3919
  },
3945
- "word": "earth",
3946
- "text": "earth",
3947
- "value": "earth",
3948
- "unknown": true,
3949
3920
  "dead": true,
3950
3921
  "level": 1
3951
3922
  }
3952
3923
  ],
3953
3924
  "concept": {
3954
- "value": "type",
3955
- "number": "one",
3956
- "text": "type",
3957
3925
  "marker": "type",
3926
+ "default": true,
3958
3927
  "word": "type",
3928
+ "text": "type",
3959
3929
  "range": {
3960
3930
  "start": 15,
3961
3931
  "end": 18
@@ -4061,6 +4031,10 @@
4061
4031
  "concept",
4062
4032
  "theAble"
4063
4033
  ],
4034
+ [
4035
+ "doubleQuote",
4036
+ "queryable"
4037
+ ],
4064
4038
  [
4065
4039
  "earth",
4066
4040
  "hierarchyAble"
@@ -4796,25 +4770,24 @@
4796
4770
  "dead": true,
4797
4771
  "modifiers": [
4798
4772
  {
4773
+ "value": "electric",
4774
+ "unknown": true,
4775
+ "text": "electric",
4799
4776
  "marker": "unknown",
4777
+ "word": "electric",
4800
4778
  "range": {
4801
4779
  "start": 0,
4802
4780
  "end": 7
4803
4781
  },
4804
- "word": "electric",
4805
- "text": "electric",
4806
- "value": "electric",
4807
- "unknown": true,
4808
4782
  "dead": true,
4809
4783
  "level": 1
4810
4784
  }
4811
4785
  ],
4812
4786
  "concept": {
4813
- "value": "type",
4814
- "number": "one",
4815
- "text": "type",
4816
4787
  "marker": "type",
4788
+ "default": true,
4817
4789
  "word": "type",
4790
+ "text": "type",
4818
4791
  "range": {
4819
4792
  "start": 18,
4820
4793
  "end": 21
@@ -4920,6 +4893,10 @@
4920
4893
  "concept",
4921
4894
  "theAble"
4922
4895
  ],
4896
+ [
4897
+ "doubleQuote",
4898
+ "queryable"
4899
+ ],
4923
4900
  [
4924
4901
  "earth",
4925
4902
  "hierarchyAble"
@@ -5783,10 +5760,10 @@
5783
5760
  },
5784
5761
  "one": {
5785
5762
  "number": "one",
5786
- "value": "fire_type",
5787
- "text": "fire type",
5788
5763
  "marker": "fire_type",
5764
+ "default": true,
5789
5765
  "word": "type",
5766
+ "text": "fire type",
5790
5767
  "range": {
5791
5768
  "start": 0,
5792
5769
  "end": 26
@@ -5797,6 +5774,7 @@
5797
5774
  ],
5798
5775
  "modifier_fire": {
5799
5776
  "value": "fire",
5777
+ "number": "one",
5800
5778
  "text": "fire",
5801
5779
  "marker": "fire",
5802
5780
  "word": "fire",
@@ -5811,17 +5789,17 @@
5811
5789
  },
5812
5790
  "atomic": true,
5813
5791
  "dead": true,
5792
+ "value": "fire_type",
5814
5793
  "modifiers": [
5815
5794
  "modifier_fire"
5816
5795
  ],
5817
5796
  "level": 1
5818
5797
  },
5819
5798
  "two": {
5820
- "value": "pokemon_type",
5821
- "number": "one",
5822
- "text": "a pokemon type",
5823
5799
  "marker": "pokemon_type",
5800
+ "default": true,
5824
5801
  "word": "type",
5802
+ "text": "a pokemon type",
5825
5803
  "range": {
5826
5804
  "start": 13,
5827
5805
  "end": 26
@@ -5832,6 +5810,7 @@
5832
5810
  ],
5833
5811
  "modifier_pokemon": {
5834
5812
  "value": "pokemon",
5813
+ "number": "many",
5835
5814
  "text": "pokemon",
5836
5815
  "marker": "pokemon",
5837
5816
  "word": "pokemon",
@@ -5846,12 +5825,14 @@
5846
5825
  },
5847
5826
  "atomic": true,
5848
5827
  "dead": true,
5828
+ "value": "pokemon_type",
5849
5829
  "modifiers": [
5850
5830
  "determiner",
5851
5831
  "modifier_pokemon"
5852
5832
  ],
5853
5833
  "pullFromContext": false,
5854
5834
  "concept": true,
5835
+ "number": "one",
5855
5836
  "wantsValue": true,
5856
5837
  "determiner": {
5857
5838
  "marker": "a",
@@ -5977,6 +5958,10 @@
5977
5958
  "concept",
5978
5959
  "theAble"
5979
5960
  ],
5961
+ [
5962
+ "doubleQuote",
5963
+ "queryable"
5964
+ ],
5980
5965
  [
5981
5966
  "earth",
5982
5967
  "hierarchyAble"
@@ -6844,10 +6829,10 @@
6844
6829
  },
6845
6830
  "one": {
6846
6831
  "number": "one",
6847
- "value": "water_type",
6848
- "text": "water type",
6849
6832
  "marker": "water_type",
6833
+ "default": true,
6850
6834
  "word": "type",
6835
+ "text": "water type",
6851
6836
  "range": {
6852
6837
  "start": 0,
6853
6838
  "end": 27
@@ -6858,6 +6843,7 @@
6858
6843
  ],
6859
6844
  "modifier_water": {
6860
6845
  "value": "water",
6846
+ "number": "one",
6861
6847
  "text": "water",
6862
6848
  "marker": "water",
6863
6849
  "word": "water",
@@ -6872,17 +6858,17 @@
6872
6858
  },
6873
6859
  "atomic": true,
6874
6860
  "dead": true,
6861
+ "value": "water_type",
6875
6862
  "modifiers": [
6876
6863
  "modifier_water"
6877
6864
  ],
6878
6865
  "level": 1
6879
6866
  },
6880
6867
  "two": {
6881
- "value": "pokemon_type",
6882
- "number": "one",
6883
- "text": "a pokemon type",
6884
6868
  "marker": "pokemon_type",
6869
+ "default": true,
6885
6870
  "word": "type",
6871
+ "text": "a pokemon type",
6886
6872
  "range": {
6887
6873
  "start": 14,
6888
6874
  "end": 27
@@ -6893,6 +6879,7 @@
6893
6879
  ],
6894
6880
  "modifier_pokemon": {
6895
6881
  "value": "pokemon",
6882
+ "number": "many",
6896
6883
  "text": "pokemon",
6897
6884
  "marker": "pokemon",
6898
6885
  "word": "pokemon",
@@ -6907,12 +6894,14 @@
6907
6894
  },
6908
6895
  "atomic": true,
6909
6896
  "dead": true,
6897
+ "value": "pokemon_type",
6910
6898
  "modifiers": [
6911
6899
  "determiner",
6912
6900
  "modifier_pokemon"
6913
6901
  ],
6914
6902
  "pullFromContext": false,
6915
6903
  "concept": true,
6904
+ "number": "one",
6916
6905
  "wantsValue": true,
6917
6906
  "determiner": {
6918
6907
  "marker": "a",
@@ -7038,6 +7027,10 @@
7038
7027
  "concept",
7039
7028
  "theAble"
7040
7029
  ],
7030
+ [
7031
+ "doubleQuote",
7032
+ "queryable"
7033
+ ],
7041
7034
  [
7042
7035
  "earth",
7043
7036
  "hierarchyAble"
@@ -7909,10 +7902,10 @@
7909
7902
  },
7910
7903
  "one": {
7911
7904
  "number": "one",
7912
- "value": "electric_type",
7913
- "text": "electric type",
7914
7905
  "marker": "electric_type",
7906
+ "default": true,
7915
7907
  "word": "type",
7908
+ "text": "electric type",
7916
7909
  "range": {
7917
7910
  "start": 0,
7918
7911
  "end": 30
@@ -7923,6 +7916,7 @@
7923
7916
  ],
7924
7917
  "modifier_electric": {
7925
7918
  "value": "electric",
7919
+ "number": "one",
7926
7920
  "text": "electric",
7927
7921
  "marker": "electric",
7928
7922
  "word": "electric",
@@ -7937,17 +7931,17 @@
7937
7931
  },
7938
7932
  "atomic": true,
7939
7933
  "dead": true,
7934
+ "value": "electric_type",
7940
7935
  "modifiers": [
7941
7936
  "modifier_electric"
7942
7937
  ],
7943
7938
  "level": 1
7944
7939
  },
7945
7940
  "two": {
7946
- "value": "pokemon_type",
7947
- "number": "one",
7948
- "text": "a pokemon type",
7949
7941
  "marker": "pokemon_type",
7942
+ "default": true,
7950
7943
  "word": "type",
7944
+ "text": "a pokemon type",
7951
7945
  "range": {
7952
7946
  "start": 17,
7953
7947
  "end": 30
@@ -7958,6 +7952,7 @@
7958
7952
  ],
7959
7953
  "modifier_pokemon": {
7960
7954
  "value": "pokemon",
7955
+ "number": "many",
7961
7956
  "text": "pokemon",
7962
7957
  "marker": "pokemon",
7963
7958
  "word": "pokemon",
@@ -7972,12 +7967,14 @@
7972
7967
  },
7973
7968
  "atomic": true,
7974
7969
  "dead": true,
7970
+ "value": "pokemon_type",
7975
7971
  "modifiers": [
7976
7972
  "determiner",
7977
7973
  "modifier_pokemon"
7978
7974
  ],
7979
7975
  "pullFromContext": false,
7980
7976
  "concept": true,
7977
+ "number": "one",
7981
7978
  "wantsValue": true,
7982
7979
  "determiner": {
7983
7980
  "marker": "a",
@@ -8103,6 +8100,10 @@
8103
8100
  "concept",
8104
8101
  "theAble"
8105
8102
  ],
8103
+ [
8104
+ "doubleQuote",
8105
+ "queryable"
8106
+ ],
8106
8107
  [
8107
8108
  "earth",
8108
8109
  "hierarchyAble"
@@ -8978,10 +8979,10 @@
8978
8979
  },
8979
8980
  "one": {
8980
8981
  "number": "one",
8981
- "value": "earth_type",
8982
- "text": "earth type",
8983
8982
  "marker": "earth_type",
8983
+ "default": true,
8984
8984
  "word": "type",
8985
+ "text": "earth type",
8985
8986
  "range": {
8986
8987
  "start": 0,
8987
8988
  "end": 27
@@ -8992,6 +8993,7 @@
8992
8993
  ],
8993
8994
  "modifier_earth": {
8994
8995
  "value": "earth",
8996
+ "number": "one",
8995
8997
  "text": "earth",
8996
8998
  "marker": "earth",
8997
8999
  "word": "earth",
@@ -9006,17 +9008,17 @@
9006
9008
  },
9007
9009
  "atomic": true,
9008
9010
  "dead": true,
9011
+ "value": "earth_type",
9009
9012
  "modifiers": [
9010
9013
  "modifier_earth"
9011
9014
  ],
9012
9015
  "level": 1
9013
9016
  },
9014
9017
  "two": {
9015
- "value": "pokemon_type",
9016
- "number": "one",
9017
- "text": "a pokemon type",
9018
9018
  "marker": "pokemon_type",
9019
+ "default": true,
9019
9020
  "word": "type",
9021
+ "text": "a pokemon type",
9020
9022
  "range": {
9021
9023
  "start": 14,
9022
9024
  "end": 27
@@ -9027,6 +9029,7 @@
9027
9029
  ],
9028
9030
  "modifier_pokemon": {
9029
9031
  "value": "pokemon",
9032
+ "number": "many",
9030
9033
  "text": "pokemon",
9031
9034
  "marker": "pokemon",
9032
9035
  "word": "pokemon",
@@ -9041,12 +9044,14 @@
9041
9044
  },
9042
9045
  "atomic": true,
9043
9046
  "dead": true,
9047
+ "value": "pokemon_type",
9044
9048
  "modifiers": [
9045
9049
  "determiner",
9046
9050
  "modifier_pokemon"
9047
9051
  ],
9048
9052
  "pullFromContext": false,
9049
9053
  "concept": true,
9054
+ "number": "one",
9050
9055
  "wantsValue": true,
9051
9056
  "determiner": {
9052
9057
  "marker": "a",
@@ -9172,6 +9177,10 @@
9172
9177
  "concept",
9173
9178
  "theAble"
9174
9179
  ],
9180
+ [
9181
+ "doubleQuote",
9182
+ "queryable"
9183
+ ],
9175
9184
  [
9176
9185
  "earth",
9177
9186
  "hierarchyAble"
@@ -10062,11 +10071,10 @@
10062
10071
  "level": 1
10063
10072
  },
10064
10073
  "two": {
10065
- "value": "electric_type",
10066
- "number": "one",
10067
- "text": "an electric type",
10068
10074
  "marker": "electric_type",
10075
+ "default": true,
10069
10076
  "word": "type",
10077
+ "text": "an electric type",
10070
10078
  "range": {
10071
10079
  "start": 11,
10072
10080
  "end": 26
@@ -10077,6 +10085,7 @@
10077
10085
  ],
10078
10086
  "modifier_electric": {
10079
10087
  "value": "electric",
10088
+ "number": "one",
10080
10089
  "text": "electric",
10081
10090
  "marker": "electric",
10082
10091
  "word": "electric",
@@ -10091,12 +10100,14 @@
10091
10100
  },
10092
10101
  "atomic": true,
10093
10102
  "dead": true,
10103
+ "value": "electric_type",
10094
10104
  "modifiers": [
10095
10105
  "determiner",
10096
10106
  "modifier_electric"
10097
10107
  ],
10098
10108
  "pullFromContext": false,
10099
10109
  "concept": true,
10110
+ "number": "one",
10100
10111
  "wantsValue": true,
10101
10112
  "determiner": {
10102
10113
  "marker": "a",
@@ -10180,24 +10191,6 @@
10180
10191
  "is",
10181
10192
  0
10182
10193
  ]
10183
- ],
10184
- [
10185
- [
10186
- "electric",
10187
- 0
10188
- ],
10189
- [
10190
- "is",
10191
- 0
10192
- ],
10193
- [
10194
- "pikachu",
10195
- 0
10196
- ],
10197
- [
10198
- "type",
10199
- 0
10200
- ]
10201
10194
  ]
10202
10195
  ],
10203
10196
  "learned_contextual_priorities": [],
@@ -10240,6 +10233,10 @@
10240
10233
  "concept",
10241
10234
  "theAble"
10242
10235
  ],
10236
+ [
10237
+ "doubleQuote",
10238
+ "queryable"
10239
+ ],
10243
10240
  [
10244
10241
  "earth",
10245
10242
  "hierarchyAble"
@@ -11119,15 +11116,15 @@
11119
11116
  },
11120
11117
  "one": {
11121
11118
  "number": "one",
11119
+ "value": "charmander",
11120
+ "unknown": true,
11121
+ "text": "charmander",
11122
11122
  "marker": "unknown",
11123
+ "word": "charmander",
11123
11124
  "range": {
11124
11125
  "start": 0,
11125
11126
  "end": 24
11126
11127
  },
11127
- "word": "charmander",
11128
- "text": "charmander",
11129
- "value": "charmander",
11130
- "unknown": true,
11131
11128
  "dead": true,
11132
11129
  "types": [
11133
11130
  "unknown"
@@ -11135,11 +11132,10 @@
11135
11132
  "level": 1
11136
11133
  },
11137
11134
  "two": {
11138
- "value": "fire_type",
11139
- "number": "one",
11140
- "text": "a fire type",
11141
11135
  "marker": "fire_type",
11136
+ "default": true,
11142
11137
  "word": "type",
11138
+ "text": "a fire type",
11143
11139
  "range": {
11144
11140
  "start": 14,
11145
11141
  "end": 24
@@ -11150,6 +11146,7 @@
11150
11146
  ],
11151
11147
  "modifier_fire": {
11152
11148
  "value": "fire",
11149
+ "number": "one",
11153
11150
  "text": "fire",
11154
11151
  "marker": "fire",
11155
11152
  "word": "fire",
@@ -11164,12 +11161,14 @@
11164
11161
  },
11165
11162
  "atomic": true,
11166
11163
  "dead": true,
11164
+ "value": "fire_type",
11167
11165
  "modifiers": [
11168
11166
  "determiner",
11169
11167
  "modifier_fire"
11170
11168
  ],
11171
11169
  "pullFromContext": false,
11172
11170
  "concept": true,
11171
+ "number": "one",
11173
11172
  "wantsValue": true,
11174
11173
  "determiner": {
11175
11174
  "marker": "a",
@@ -11633,42 +11632,6 @@
11633
11632
  1
11634
11633
  ]
11635
11634
  ],
11636
- [
11637
- [
11638
- "electric",
11639
- 0
11640
- ],
11641
- [
11642
- "is",
11643
- 0
11644
- ],
11645
- [
11646
- "pikachu",
11647
- 0
11648
- ],
11649
- [
11650
- "type",
11651
- 0
11652
- ]
11653
- ],
11654
- [
11655
- [
11656
- "is",
11657
- 0
11658
- ],
11659
- [
11660
- "list",
11661
- 0
11662
- ],
11663
- [
11664
- "pokemon",
11665
- 0
11666
- ],
11667
- [
11668
- "unknown",
11669
- 0
11670
- ]
11671
- ],
11672
11635
  [
11673
11636
  [
11674
11637
  "is",
@@ -11685,10 +11648,6 @@
11685
11648
  [
11686
11649
  "unknown",
11687
11650
  0
11688
- ],
11689
- [
11690
- "unknown",
11691
- 1
11692
11651
  ]
11693
11652
  ],
11694
11653
  [
@@ -11972,16 +11931,6 @@
11972
11931
  "unknown",
11973
11932
  1
11974
11933
  ]
11975
- ],
11976
- [
11977
- [
11978
- "pokemon",
11979
- 0
11980
- ],
11981
- [
11982
- "unknown",
11983
- 0
11984
- ]
11985
11934
  ]
11986
11935
  ],
11987
11936
  "learned_contextual_priorities": []