@nlpjs/lang-en-min
Advanced tools
Comparing version 4.0.0-rc.18 to 4.0.0-rc.19
{ | ||
"name": "@nlpjs/lang-en-min", | ||
"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" | ||
} |
@@ -30,2 +30,3 @@ /* | ||
const SentimentEn = require('./sentiment/sentiment_en'); | ||
const registerTrigrams = require('./trigrams'); | ||
@@ -39,2 +40,3 @@ module.exports = { | ||
SentimentEn, | ||
registerTrigrams, | ||
}; |
@@ -29,2 +29,3 @@ /* | ||
const SentimentEn = require('./sentiment/sentiment_en'); | ||
const registerTrigrams = require('./trigrams'); | ||
@@ -38,2 +39,3 @@ class LangEn { | ||
container.register('sentiment-en', SentimentEn); | ||
registerTrigrams(container); | ||
} | ||
@@ -40,0 +42,0 @@ } |
@@ -58,3 +58,3 @@ /* | ||
// literal, line 27 | ||
if (!this.eq_s(1, "'")) { | ||
if (!this.eq_s("'")) { | ||
break; | ||
@@ -79,3 +79,3 @@ } | ||
// literal, line 28 | ||
if (!this.eq_s(1, 'y')) { | ||
if (!this.eq_s('y')) { | ||
break; | ||
@@ -118,3 +118,3 @@ } | ||
// literal, line 29 | ||
if (!this.eq_s(1, 'y')) { | ||
if (!this.eq_s('y')) { | ||
break; | ||
@@ -546,3 +546,3 @@ } | ||
// literal, line 94 | ||
if (!this.eq_s_b(1, 'y')) { | ||
if (!this.eq_s_b('y')) { | ||
break; | ||
@@ -554,3 +554,3 @@ } | ||
// literal, line 94 | ||
if (!this.eq_s_b(1, 'Y')) { | ||
if (!this.eq_s_b('Y')) { | ||
return false; | ||
@@ -691,3 +691,3 @@ } | ||
// literal, line 119 | ||
if (!this.eq_s_b(1, 'l')) { | ||
if (!this.eq_s_b('l')) { | ||
return false; | ||
@@ -835,3 +835,3 @@ } | ||
// literal, line 145 | ||
if (!this.eq_s_b(1, 's')) { | ||
if (!this.eq_s_b('s')) { | ||
break; | ||
@@ -843,3 +843,3 @@ } | ||
// literal, line 145 | ||
if (!this.eq_s_b(1, 't')) { | ||
if (!this.eq_s_b('t')) { | ||
return false; | ||
@@ -923,3 +923,3 @@ } | ||
// literal, line 152 | ||
if (!this.eq_s_b(1, 'l')) { | ||
if (!this.eq_s_b('l')) { | ||
return false; | ||
@@ -1078,3 +1078,3 @@ } | ||
// literal, line 203 | ||
if (!this.eq_s(1, 'Y')) { | ||
if (!this.eq_s('Y')) { | ||
break; | ||
@@ -1081,0 +1081,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
51799
10
1847
Updated@nlpjs/core@^4.0.0-rc.19