@nlpjs/lang-ru
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "@nlpjs/lang-ru", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"description": "Core", | ||
@@ -28,5 +28,5 @@ "author": { | ||
"dependencies": { | ||
"@nlpjs/core": "^4.1.0" | ||
"@nlpjs/core": "^4.1.1" | ||
}, | ||
"gitHead": "35a9f046ff64fa04e952ef9c14b3e1dd11bdba08" | ||
"gitHead": "aff06b323ed3346f1f96ffbd8d9cedf549b4143a" | ||
} |
@@ -25,4 +25,2 @@ /* | ||
const afinn = require('./afinn_ru.json'); | ||
const pattern = require('./pattern_ru.json'); | ||
const senticon = require('./senticon_ru.json'); | ||
const negations = require('./negations_ru.json'); | ||
@@ -32,5 +30,5 @@ | ||
afinn, | ||
pattern, | ||
senticon, | ||
pattern: undefined, | ||
senticon: undefined, | ||
negations, | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
192040
12
1149
Updated@nlpjs/core@^4.1.1