@nlpjs/lang-hi
Advanced tools
Comparing version 4.0.0-rc.18 to 4.0.0-rc.19
{ | ||
"name": "@nlpjs/lang-hi", | ||
"version": "4.0.0-rc.18", | ||
"version": "4.0.0-rc.19", | ||
"description": "Core", | ||
@@ -28,5 +28,5 @@ "author": { | ||
"dependencies": { | ||
"@nlpjs/core": "^4.0.0-rc.18" | ||
"@nlpjs/core": "^4.0.0-rc.19" | ||
}, | ||
"gitHead": "fa465a58a0a6b683b6724b9dc836c30bd0daee2e" | ||
"gitHead": "6f2acf589a7135e3e49f185f15a819892b5d5b84" | ||
} |
@@ -29,2 +29,3 @@ /* | ||
const SentimentHi = require('./sentiment/sentiment_hi'); | ||
const registerTrigrams = require('./trigrams'); | ||
@@ -38,2 +39,3 @@ class LangHi { | ||
container.register('sentiment-hi', SentimentHi); | ||
registerTrigrams(container); | ||
} | ||
@@ -40,0 +42,0 @@ } |
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
18196
14
367
Updated@nlpjs/core@^4.0.0-rc.19