tpmkms 9.0.3 → 9.1.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.
- package/common/animals.instance.json +0 -130
- package/common/articles.js +6 -0
- package/common/avatar.js +1 -3
- package/common/colors.instance.json +117 -201
- package/common/comparable.instance.json +2 -93
- package/common/comparable.js +0 -7
- package/common/concept.js +0 -8
- package/common/conjunction.js +0 -7
- package/common/crew.instance.json +83 -864
- package/common/crew.js +1 -13
- package/common/dialogues.js +18 -63
- package/common/dimension.instance.json +2 -136
- package/common/dimension.js +0 -8
- package/common/edible.instance.json +418 -675
- package/common/edible.js +0 -13
- package/common/emotions.instance.json +0 -10
- package/common/emotions.js +0 -8
- package/common/fastfood.instance.json +4098 -7859
- package/common/fastfood.js +0 -120
- package/common/formulas.instance.json +0 -10
- package/common/help.js +0 -5
- package/common/helpers/properties.js +1 -1
- package/common/hierarchy.js +0 -9
- package/common/kirk.instance.json +0 -10
- package/common/length.instance.json +0 -150
- package/common/math.instance.json +0 -10
- package/common/meta.js +7 -0
- package/common/ordering.instance.json +0 -20
- package/common/ordinals.js +0 -5
- package/common/people.instance.json +147 -196
- package/common/people.js +0 -4
- package/common/pipboy.instance.json +48 -661
- package/common/pipboy.js +2 -12
- package/common/pokemon.instance.json +140 -679
- package/common/pressure.instance.json +0 -40
- package/common/properties.instance.json +0 -10
- package/common/properties.js +0 -14
- package/common/reports.instance.json +1 -21
- package/common/reports.js +0 -7
- package/common/scorekeeper.js +0 -12
- package/common/spock.instance.json +0 -10
- package/common/temperature.instance.json +0 -40
- package/common/ui.instance.json +0 -10
- package/common/weight.instance.json +0 -367
- package/common/weight.js +0 -9
- package/common/wp.instance.json +2 -694
- package/common/wp.js +0 -18
- package/package.json +2 -2
package/common/wp.js
CHANGED
@@ -244,25 +244,7 @@ template = {
|
|
244
244
|
"((paragraph_wp/*) [paragraphComparisonVerb_wp] (word_wp/*))",
|
245
245
|
],
|
246
246
|
associations: {
|
247
|
-
negative: [
|
248
|
-
],
|
249
247
|
positive: [
|
250
|
-
// TODO remove these after crucible work done and fix the associator rules
|
251
|
-
// [['style_wp', 0], ['statefulElement_wp', 0], ['statefulElementInContext_wp', 0], ['every', 0], ['statefulElement_wp', 0]],
|
252
|
-
{ context: [['style_wp', 0], ['word_wp', 0], ['statefulElementInContext_wp', 0], ['paragraph_wp', 0]], choose: 0 },
|
253
|
-
{ context: [['style_wp', 0], ['letter_wp', 0], ['statefulElementInContext_wp', 0], ['word_wp', 0]], choose: 0 },
|
254
|
-
{ context: [['paragraph_wp', 0], ['thatVerb', 0], ['paragraphComparisonVerb_wp', 0], ['word_wp', 0]], choose: 0 },
|
255
|
-
{ context: [['paragraph_wp', 0], ['thatVerb', 0], ['paragraphComparisonVerb_wp', 0], ['styleModifier_wp', 0], ['word_wp', 0]], choose: 0 },
|
256
|
-
{ context: [['word_wp', 0], ['thatVerb', 0], ['wordComparison_wp', 0]], choose: 0 },
|
257
|
-
|
258
|
-
{ context: [["article",0],["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["styleModifier_wp",0],["statefulElement_wp",0]], choose: 0 },
|
259
|
-
{ context: [["article",0],["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["word_wp",0],["thatVerb",0],["wordComparisonWithVerb_wp",0],["comparisonWith_wp",0],["unknown",0]], choose: 0 },
|
260
|
-
{ context: [["article",0],["paragraph_wp",1],["thatVerb",0],["paragraphComparisonVerb_wp",0],["styleModifier_wp",0],["statefulElement_wp",0]], choose: 0 },
|
261
|
-
|
262
|
-
{ context: [["article",0],["word_wp",0],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
|
263
|
-
{ context: [["article",0],["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
|
264
|
-
{ context: [["article",0],["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",1]], choose: 0 },
|
265
|
-
|
266
248
|
{ context: [["word_wp",1],["thatVerb",0],["wordComparison_wp",0],["unknown",0]], choose: 0 },
|
267
249
|
]
|
268
250
|
},
|
package/package.json
CHANGED