Comparing version 0.1.18 to 0.1.19
@@ -36,2 +36,3 @@ var defaultStopwords = require('./stopwords_en.js').words | ||
exports.sw = require('./stopwords_sw.js').words | ||
exports.yo = require('./stopwords_yo.js').words | ||
exports.zh = require('./stopwords_zh.js').words |
{ | ||
"name": "stopword", | ||
"version": "0.1.18", | ||
"description": "A module for node.js that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 23 languages and also takes lists with custom stopwords as input.", | ||
"version": "0.1.19", | ||
"description": "A module for node.js that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 24 languages and also takes lists with custom stopwords as input.", | ||
"main": "lib/stopword.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -52,3 +52,3 @@ # stopword | ||
Arrays of stopwords for the following 23 languages are supplied: | ||
Arrays of stopwords for the following 24 languages are supplied: | ||
@@ -77,2 +77,3 @@ * `ar` - Modern Standard Arabic | ||
* `sw` - Swahili | ||
* `yo` - Yorùbá | ||
* `zh` - Chinese Simplified | ||
@@ -79,0 +80,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
104154
30
2077
111