tpmkms_4wp 8.9.1-beta.9 → 9.0.0-beta.0

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 (117) hide show
  1. package/common/animals.instance.json +6516 -754
  2. package/common/articles.js +6 -9
  3. package/common/articles.test.json +304 -4
  4. package/common/asking.js +1 -1
  5. package/common/asking.test.json +1599 -140
  6. package/common/avatar.js +8 -0
  7. package/common/avatar.test.json +6008 -2749
  8. package/common/characters.test.json +1371 -95
  9. package/common/colors.instance.json +22685 -1441
  10. package/common/colors.test.json +704 -136
  11. package/common/comparable.instance.json +1302 -169
  12. package/common/comparable.js +12 -12
  13. package/common/comparable.test.json +3239 -558
  14. package/common/concept.js +10 -2
  15. package/common/concept.test.json +2853 -694
  16. package/common/conjunction.js +12 -0
  17. package/common/conjunction.test.json +229 -1
  18. package/common/countable.js +1 -1
  19. package/common/countable.test.json +1306 -48
  20. package/common/crew.instance.json +18984 -1943
  21. package/common/crew.js +19 -0
  22. package/common/crew.test.json +10218 -2145
  23. package/common/currency.js +0 -1
  24. package/common/currency.test.json +948 -64
  25. package/common/dialogues.js +100 -32
  26. package/common/dialogues.test.json +6611 -1905
  27. package/common/dimension.instance.json +751 -82
  28. package/common/dimension.js +16 -2
  29. package/common/dimension.test.json +23680 -11550
  30. package/common/edible.instance.json +21654 -2721
  31. package/common/edible.js +13 -0
  32. package/common/edible.test.json +1580 -304
  33. package/common/emotions.instance.json +2275 -259
  34. package/common/emotions.js +10 -2
  35. package/common/emotions.test.json +1134 -107
  36. package/common/errors.js +0 -2
  37. package/common/errors.test.json +88 -0
  38. package/common/evaluate.test.json +100 -1
  39. package/common/events.test.json +2197 -242
  40. package/common/fastfood.instance.json +82297 -10535
  41. package/common/fastfood.js +96 -9
  42. package/common/fastfood.test.json +65486 -21430
  43. package/common/formulas.instance.json +316 -59
  44. package/common/formulas.test.json +13202 -6757
  45. package/common/gdefaults.js +9 -2
  46. package/common/help.test.json +288 -0
  47. package/common/helpers/concept.js +3 -2
  48. package/common/helpers/properties.js +2 -32
  49. package/common/hierarchy.js +9 -0
  50. package/common/hierarchy.test.json +53813 -17340
  51. package/common/javascript.test.json +214 -11
  52. package/common/kirk.instance.json +309 -9
  53. package/common/kirk.test.json +1123 -254
  54. package/common/length.instance.json +9722 -774
  55. package/common/length.test.json +12055 -8184
  56. package/common/listener.test.json +39 -1
  57. package/common/math.instance.json +285 -58
  58. package/common/math.test.json +38557 -17754
  59. package/common/meta.instance.json +1 -0
  60. package/common/meta.js +8 -8
  61. package/common/meta.test.json +2770 -275
  62. package/common/nameable.js +1 -1
  63. package/common/nameable.test.json +5150 -1475
  64. package/common/negation.test.json +146 -8
  65. package/common/numbers.test.json +234 -0
  66. package/common/ordering.instance.json +3870 -493
  67. package/common/ordering.test.json +2680 -1283
  68. package/common/ordinals.js +11 -1
  69. package/common/ordinals.test.json +627 -3
  70. package/common/people.instance.json +3844 -575
  71. package/common/people.js +0 -14
  72. package/common/people.test.json +27157 -13664
  73. package/common/percentages.js +0 -1
  74. package/common/percentages.test.json +313 -0
  75. package/common/pipboy.instance.json +13577 -1511
  76. package/common/pipboy.js +30 -48
  77. package/common/pipboy.test.json +19335 -6019
  78. package/common/pokemon.instance.json +6014 -731
  79. package/common/pokemon.test.json +1826 -389
  80. package/common/pos.js +15 -5
  81. package/common/pressure.instance.json +2615 -308
  82. package/common/pressure.test.json +2997 -1629
  83. package/common/properties.instance.json +894 -86
  84. package/common/properties.js +17 -26
  85. package/common/properties.test.json +46801 -14612
  86. package/common/punctuation.test.json +327 -0
  87. package/common/reports.instance.json +979 -120
  88. package/common/reports.js +9 -2
  89. package/common/reports.test.json +16653 -2453
  90. package/common/scorekeeper.instance.json +1 -0
  91. package/common/scorekeeper.js +17 -7
  92. package/common/scorekeeper.test.json +42546 -15408
  93. package/common/sizeable.js +1 -1
  94. package/common/sizeable.test.json +1170 -215
  95. package/common/spock.instance.json +309 -9
  96. package/common/spock.test.json +1123 -254
  97. package/common/stgame.js +0 -1
  98. package/common/stgame.test.json +1371 -91
  99. package/common/stm.test.json +842 -9
  100. package/common/tell.test.json +224 -1
  101. package/common/temperature.instance.json +5967 -308
  102. package/common/temperature.test.json +2610 -1272
  103. package/common/testing.test.json +84 -1
  104. package/common/time.test.json +5345 -272
  105. package/common/tokenize.js +3 -2
  106. package/common/tokenize.test.json +39 -0
  107. package/common/ui.instance.json +130 -27
  108. package/common/ui.js +0 -16
  109. package/common/ui.test.json +4620 -140
  110. package/common/weight.instance.json +9915 -777
  111. package/common/weight.js +10 -0
  112. package/common/weight.test.json +18658 -12176
  113. package/common/wp.instance.json +14141 -1542
  114. package/common/wp.js +105 -38
  115. package/common/wp.test.json +61801 -1662
  116. package/common/yesno.test.json +168 -4
  117. package/package.json +2 -2
@@ -85,7 +85,19 @@ const config = {
85
85
  negative: [],
86
86
  positive: [
87
87
  // [['isEdee', 0], ['isEd', 0], ['isEder', 0], ['by', 0]]
88
- [['queryable', 0], ['is', 0], ['property', 0], ['propertyOf', 0], ['object', 0]]
88
+ // [['queryable', 0], ['is', 0], ['property', 0], ['propertyOf', 0], ['object', 0]]
89
+ { context: [["the",0],["unknown",0],["propertyOf",0],["unknown",0],["is",0],["unknown",0]], choose: 4 },
90
+
91
+ { context: [["what",0],["is",0],["the",0],["property",0],["propertyOf",0],["unknown",0]], choose: 1 },
92
+ { context: [["what",0],["is",0],["the",0],["property",1],["propertyOf",0],["unknown",0]], choose: 1 },
93
+ { context: [["what",0],["is",0],["the",0],["property",1],["propertyOf",0],["object",0]], choose: 1 },
94
+ { context: [["what",1],["is",0],["the",0],["property",1],["propertyOf",0],["unknown",0]], choose: 1 },
95
+ { context: [["what",0],["is",0],["the",0],["property",0],["propertyOf",0],["object",0]], choose: 1 },
96
+ { context: [["what",0],["is",0],["the",0],["property",1],["propertyOf",0],["object",0]], choose: 1 },
97
+ { context: [["what",1],["is",0],["the",0],["property",1],["propertyOf",0],["object",0]], choose: 1 },
98
+ { context: [["what",1],["is",0],["the",0],["property",1],["propertyOf",0],["object",1]], choose: 1 },
99
+ { context: [["what",1],["is",0],["the",0],["property",1],["propertyOf",0],["object",1]], choose: 1 },
100
+
89
101
  ]
90
102
  },
91
103
 
@@ -139,36 +151,22 @@ const config = {
139
151
  bridges: [
140
152
  {
141
153
  id: 'xfx',
142
- level: 0,
143
154
  isA: ['queryable'],
144
- bridge: "{ ...next(operator) }"
145
155
  },
146
156
  {
147
157
  id: 'between',
148
158
  isA: ['preposition'],
149
- level: 0,
150
159
  bridge: "{ ...next(operator), arguments: after[0] }"
151
160
  },
152
161
  { id: 'between', level: 1, bridge: "{ ...before[0], arguments: operator.arguments }" },
153
162
 
154
163
  {
155
164
  id: 'hierarchyAble',
156
- level: 0,
157
165
  isA: ['queryable'],
158
- bridge: "{ ...next(operator) }"
159
- },
160
- /*
161
- {
162
- id: "modifies",
163
- isA: ['verby'],
164
- bridge: "{ ...next(operator), modifier: before[0], concept: after[0] }"
165
166
  },
166
- */
167
167
  {
168
168
  id: "readonly",
169
- level: 0,
170
169
  isA: ['queryable'],
171
- bridge: "{ ...next(operator) }"
172
170
  },
173
171
  // { id: "concept", level: 0, bridge: "{ ...next(operator) }" },
174
172
  // the cars dont have wings
@@ -194,19 +192,12 @@ const config = {
194
192
  words: ['properties'],
195
193
  isA: ['queryable', 'theAble'],
196
194
  level: 0,
197
- bridge: "{ ...next(operator) }"
198
195
  },
199
196
  {
200
197
  id: "object",
201
- isA: ['queryable', 'theAble'],
198
+ isA: ['queryable', 'theAble', 'listable'],
202
199
  level: 0,
203
- bridge: "{ ...next(operator) }"
204
200
  },
205
-
206
- // old
207
- // { id: "possession", level: 0, bridge: "{ ...next(operator), object: before[0] }" },
208
- // { id: "possession", level: 1, bridge: "{ ...after[0], object: operator.object, marker: operator('property', 0) }" },
209
-
210
201
  {
211
202
  id: "possession",
212
203
  level: 0,
@@ -283,10 +274,10 @@ const config = {
283
274
  { "context": [['what', 0], ['is', 0], ['possession', 0], ['propertyOf', 0], ], "choose": [0] },
284
275
  { "context": [['possession', 1], ['is', 0], ], "choose": [0] },
285
276
  { "context": [['objectPrefix', 0], ['is', 0], ], "choose": [0] },
286
- { "context": [['property', 0], ['is', 0], ['what', 0], ['propertyOf', 0], ['articlePOS', 0], ], "choose": [0] },
277
+ { "context": [['property', 0], ['is', 0], ['what', 0], ['propertyOf', 0], ['article', 0], ], "choose": [0] },
287
278
  { "context": [['propertyOf', 1], ['is', 0], ], "choose": [0] },
288
- { "context": [['articlePOS', 0], ['propertyOf', 0], ], "choose": [0] },
289
- { "context": [['property', 0], ['articlePOS', 0], ['propertyOf', 0], ], "choose": [0] },
279
+ { "context": [['article', 0], ['propertyOf', 0], ], "choose": [0] },
280
+ { "context": [['property', 0], ['article', 0], ['propertyOf', 0], ], "choose": [0] },
290
281
  { "context": [['have', 0], ['questionMark', 0], ], "choose": [0] },
291
282
  { "context": [['have', 0], ['questionMark', 0], ['have', 1], ['is', 1], ], "choose": [0] },
292
283
  { "context": [['what', 0], ['is', 0], ['objectPrefix', 0], ], "choose": [0] },