ekms 8.7.0 → 8.8.0-beta.1

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.
@@ -180,6 +180,11 @@
180
180
  "theAble",
181
181
  false
182
182
  ],
183
+ [
184
+ "propertyOf",
185
+ "preposition",
186
+ false
187
+ ],
183
188
  [
184
189
  "punctuation",
185
190
  "punctuation",
@@ -953,6 +958,36 @@
953
958
  1
954
959
  ]
955
960
  ],
961
+ [
962
+ [
963
+ "feel",
964
+ 0
965
+ ],
966
+ [
967
+ "is",
968
+ 0
969
+ ],
970
+ [
971
+ "means",
972
+ 0
973
+ ],
974
+ [
975
+ "propertyOf",
976
+ 0
977
+ ],
978
+ [
979
+ "the",
980
+ 0
981
+ ],
982
+ [
983
+ "unknown",
984
+ 0
985
+ ],
986
+ [
987
+ "unknown",
988
+ 1
989
+ ]
990
+ ],
956
991
  [
957
992
  [
958
993
  "feel",
@@ -1150,6 +1185,36 @@
1150
1185
  1
1151
1186
  ]
1152
1187
  ],
1188
+ [
1189
+ [
1190
+ "feel",
1191
+ 0
1192
+ ],
1193
+ [
1194
+ "is",
1195
+ 0
1196
+ ],
1197
+ [
1198
+ "means",
1199
+ 0
1200
+ ],
1201
+ [
1202
+ "propertyOf",
1203
+ 0
1204
+ ],
1205
+ [
1206
+ "the",
1207
+ 0
1208
+ ],
1209
+ [
1210
+ "unknown",
1211
+ 0
1212
+ ],
1213
+ [
1214
+ "unknown",
1215
+ 1
1216
+ ]
1217
+ ],
1153
1218
  [
1154
1219
  [
1155
1220
  "feel",
@@ -65,14 +65,14 @@ knowledgeModule( {
65
65
  description: 'emotions related concepts',
66
66
  test: {
67
67
  name: './emotions.test.json',
68
- contents: emotions_tests
68
+ contents: emotions_tests,
69
+ checks: {
70
+ context: defaultContextCheck(),
71
+ },
69
72
  },
70
73
  template: {
71
74
  template,
72
75
  instance: emotions_instance,
73
- checks: {
74
- context: defaultContextCheck(),
75
- },
76
76
 
77
77
  },
78
78
  })