tpmkms_4wp 8.9.1-beta.18 → 8.9.1-beta.19

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 (41) hide show
  1. package/common/animals.instance.json +78 -78
  2. package/common/articles.js +4 -4
  3. package/common/colors.instance.json +84 -112
  4. package/common/comparable.instance.json +18 -18
  5. package/common/comparable.js +1 -1
  6. package/common/countable.js +1 -1
  7. package/common/crew.instance.json +252 -156
  8. package/common/dialogues.js +5 -5
  9. package/common/dimension.instance.json +6 -6
  10. package/common/edible.instance.json +192 -248
  11. package/common/emotions.instance.json +6 -6
  12. package/common/fastfood.instance.json +574 -958
  13. package/common/fastfood.js +1 -1
  14. package/common/formulas.instance.json +6 -6
  15. package/common/gdefaults.js +1 -1
  16. package/common/helpers/concept.js +2 -2
  17. package/common/helpers/properties.js +1 -1
  18. package/common/kirk.instance.json +6 -6
  19. package/common/length.instance.json +90 -90
  20. package/common/math.instance.json +6 -6
  21. package/common/ordering.instance.json +12 -12
  22. package/common/ordinals.js +1 -0
  23. package/common/people.instance.json +48 -48
  24. package/common/pipboy.instance.json +112 -168
  25. package/common/pipboy.js +5 -5
  26. package/common/pokemon.instance.json +78 -78
  27. package/common/pos.js +6 -6
  28. package/common/pressure.instance.json +24 -24
  29. package/common/properties.instance.json +6 -6
  30. package/common/properties.js +3 -3
  31. package/common/reports.instance.json +13 -13
  32. package/common/reports.js +1 -1
  33. package/common/sizeable.js +1 -1
  34. package/common/spock.instance.json +6 -6
  35. package/common/temperature.instance.json +24 -24
  36. package/common/ui.instance.json +6 -6
  37. package/common/weight.instance.json +72 -72
  38. package/common/wp.instance.json +88 -144
  39. package/common/wp.js +15 -5
  40. package/common/wp.test.json +4906 -987
  41. package/package.json +2 -2
@@ -108,7 +108,7 @@ const config = {
108
108
  [['unknown', 1], ['isEd', 0], ['isEdAble', 0]],
109
109
  [['unknown', 0], ['isEd', 0], ['isEdAble', 0]],
110
110
  [["isEd",0],["unknown",1],["isEdAble",0]],
111
-
111
+ // { context: [['unknown', 0], ['list', 0], ['unknown', 0]], choose: 0 },
112
112
  ]
113
113
  },
114
114
  bridges: [
@@ -117,7 +117,7 @@ const config = {
117
117
  before: ['verb'],
118
118
  // bridge: "{ ...after[0], verb: after[0], that: operator, generate: ['that', 'verb'], localPriorities: { before: [\"verb\"] }, bridge_override: { operator: after[0].marker, bridge: '{ ...bridge.subject, postModifiers: [\"conditions\"], generate: append(before[0].generate, concatm(\"thatClause.\", operator.generate)), thatClause: bridge, conditions: append(after[0].conditions, [bridge]) }' } }",
119
119
  // bridge: "{ ...after[0], verb: after[0], that: operator, generate: ['that', 'verb'], localPriorities: { before: [\"verb\"] }, bridge_override: { operator: after[0].marker, bridge: '{ ...bridge.subject, postModifiers: [\"conditions\"], generate: concatm(\"thatClause.\", bridge.generate), thatClause: bridge, conditions: append(bridge.subject.conditions, [bridge]) }' } }",
120
- bridge: "{ ...after[0], verb: after[0], that: operator, generate: ['that', 'verb'], localPriorities: { actLike: [\"subordinatedVerb\", 0] }, bridge_override: { operator: after[0].marker, bridge: '{ ...bridge.subject, postModifiers: [\"conditions\"], generate: concatm(\"thatClause.\", bridge.generate), thatClause: bridge, conditions: append(bridge.subject.conditions, [bridge]) }' } }",
120
+ bridge: "{ ...after[0], verb: after[0], that: operator, generate: ['that', 'verb'], localPriorities: { actLike: [\"subordinatedVerb\", 0] }, bridge_override: { operator: after[0].marker, bridge: '{ ...bridge.subject, postModifiers: [\"conditions\"], modifiers: [], generate: concatm(\"thatClause.\", bridge.generate), thatClause: bridge, conditions: append(bridge.subject.conditions, [bridge]) }' } }",
121
121
  },
122
122
 
123
123
  {
@@ -337,7 +337,7 @@ const config = {
337
337
  { "context": [["isEdAble",0], ["isEd",0],], "choose": [0] },
338
338
  { "context": [['a', 0], ['is', 0], ['does', 0], ], "choose": [0] },
339
339
  { "context": [['isEd', 0], ['means', 0], ], "choose": [0] },
340
- { "context": [['articlePOS', 0], ['isEdAble', 0], ], "choose": [0] },
340
+ { "context": [['article', 0], ['isEdAble', 0], ], "choose": [0] },
341
341
  { "context": [['isEdAble', 0], ['is', 0], ], "choose": [0] },
342
342
  { "context": [['isEdAble', 0], ['is', 1], ], "choose": [0] },
343
343
  ],
@@ -347,8 +347,8 @@ const config = {
347
347
  ['this', 'pronoun'],
348
348
  ['questionMark', 'punctuation'],
349
349
  // ['questionMark', 'isEd'],
350
- ['a', 'articlePOS'],
351
- ['the', 'articlePOS'],
350
+ ['a', 'article'],
351
+ ['the', 'article'],
352
352
  ['unknown', 'theAble'],
353
353
  ['theAble', 'queryable'],
354
354
  ['unknown', 'queryable'],
@@ -123,7 +123,7 @@
123
123
  "hierarchy": [
124
124
  [
125
125
  "a",
126
- "articlePOS",
126
+ "article",
127
127
  false
128
128
  ],
129
129
  [
@@ -137,8 +137,8 @@
137
137
  false
138
138
  ],
139
139
  [
140
- "articlePOS",
141
- "articlePOS",
140
+ "article",
141
+ "article",
142
142
  false
143
143
  ],
144
144
  [
@@ -283,7 +283,7 @@
283
283
  ],
284
284
  [
285
285
  "each",
286
- "articlePOS",
286
+ "article",
287
287
  false
288
288
  ],
289
289
  [
@@ -293,7 +293,7 @@
293
293
  ],
294
294
  [
295
295
  "every",
296
- "articlePOS",
296
+ "article",
297
297
  false
298
298
  ],
299
299
  [
@@ -873,7 +873,7 @@
873
873
  ],
874
874
  [
875
875
  "the",
876
- "articlePOS",
876
+ "article",
877
877
  false
878
878
  ],
879
879
  [