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.
- package/common/animals.instance.json +78 -78
- package/common/articles.js +4 -4
- package/common/colors.instance.json +84 -112
- package/common/comparable.instance.json +18 -18
- package/common/comparable.js +1 -1
- package/common/countable.js +1 -1
- package/common/crew.instance.json +252 -156
- package/common/dialogues.js +5 -5
- package/common/dimension.instance.json +6 -6
- package/common/edible.instance.json +192 -248
- package/common/emotions.instance.json +6 -6
- package/common/fastfood.instance.json +574 -958
- package/common/fastfood.js +1 -1
- package/common/formulas.instance.json +6 -6
- package/common/gdefaults.js +1 -1
- package/common/helpers/concept.js +2 -2
- package/common/helpers/properties.js +1 -1
- package/common/kirk.instance.json +6 -6
- package/common/length.instance.json +90 -90
- package/common/math.instance.json +6 -6
- package/common/ordering.instance.json +12 -12
- package/common/ordinals.js +1 -0
- package/common/people.instance.json +48 -48
- package/common/pipboy.instance.json +112 -168
- package/common/pipboy.js +5 -5
- package/common/pokemon.instance.json +78 -78
- package/common/pos.js +6 -6
- package/common/pressure.instance.json +24 -24
- package/common/properties.instance.json +6 -6
- package/common/properties.js +3 -3
- package/common/reports.instance.json +13 -13
- package/common/reports.js +1 -1
- package/common/sizeable.js +1 -1
- package/common/spock.instance.json +6 -6
- package/common/temperature.instance.json +24 -24
- package/common/ui.instance.json +6 -6
- package/common/weight.instance.json +72 -72
- package/common/wp.instance.json +88 -144
- package/common/wp.js +15 -5
- package/common/wp.test.json +4906 -987
- package/package.json +2 -2
package/common/dialogues.js
CHANGED
@@ -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": [['
|
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', '
|
351
|
-
['the', '
|
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
|
-
"
|
126
|
+
"article",
|
127
127
|
false
|
128
128
|
],
|
129
129
|
[
|
@@ -137,8 +137,8 @@
|
|
137
137
|
false
|
138
138
|
],
|
139
139
|
[
|
140
|
-
"
|
141
|
-
"
|
140
|
+
"article",
|
141
|
+
"article",
|
142
142
|
false
|
143
143
|
],
|
144
144
|
[
|
@@ -283,7 +283,7 @@
|
|
283
283
|
],
|
284
284
|
[
|
285
285
|
"each",
|
286
|
-
"
|
286
|
+
"article",
|
287
287
|
false
|
288
288
|
],
|
289
289
|
[
|
@@ -293,7 +293,7 @@
|
|
293
293
|
],
|
294
294
|
[
|
295
295
|
"every",
|
296
|
-
"
|
296
|
+
"article",
|
297
297
|
false
|
298
298
|
],
|
299
299
|
[
|
@@ -873,7 +873,7 @@
|
|
873
873
|
],
|
874
874
|
[
|
875
875
|
"the",
|
876
|
-
"
|
876
|
+
"article",
|
877
877
|
false
|
878
878
|
],
|
879
879
|
[
|