tpmkms_4wp 9.1.1-beta.6 → 9.1.1-beta.8

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/concept.js CHANGED
@@ -17,7 +17,7 @@ const concept_instance = require('./concept.instance.json')
17
17
  config = {
18
18
  name: 'concept',
19
19
  operators: [
20
- "((context.punctuation != true)* [modifies|] (_any))",
20
+ "((punctuation != true)* [modifies|] (_any))",
21
21
  "([concept])",
22
22
  "([literally] (modifies/0))",
23
23
  ],
@@ -351,7 +351,8 @@ const config = {
351
351
  }
352
352
  },
353
353
 
354
- floaters: ['query'],
354
+ floaters: ['query', 'associations'],
355
+
355
356
  priorities: [
356
357
  { "context": [['is', 0], ['means', 0], ], "choose": [0] },
357
358
  { "context": [['is', 0], ['means', 0], ], "choose": [0] },