Comparing version 0.1.19 to 0.2.0
@@ -30,3 +30,3 @@ var defaultStopwords = require('./stopwords_en.js').words | ||
exports.no = require('./stopwords_no.js').words | ||
exports.pa_in = require('./stopwords_pa_in.js').words | ||
exports.pa = require('./stopwords_pa.js').words | ||
exports.pl = require('./stopwords_pl.js').words | ||
@@ -33,0 +33,0 @@ exports.pt = require('./stopwords_pt.js').words |
{ | ||
"name": "stopword", | ||
"version": "0.1.19", | ||
"version": "0.2.0", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "main": "lib/stopword.js", |
@@ -72,7 +72,7 @@ # stopword | ||
* `pt` - Portuguese | ||
* `pa_in` - Punjabi Gurmukhi | ||
* `pa` - Punjabi Gurmukhi | ||
* `ru` - Russian | ||
* `sv` - Swedish | ||
* `sw` - Swahili | ||
* `yo` - Yorùbá | ||
* `yo` - Yoruba | ||
* `zh` - Chinese Simplified | ||
@@ -79,0 +79,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
104142