Comparing version 0.1.16 to 0.1.17
{ | ||
"name": "stopword", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"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.", | ||
@@ -5,0 +5,0 @@ "main": "lib/stopword.js", |
@@ -52,3 +52,3 @@ # stopword | ||
Arrays of stopwords for the following languages are supplied: | ||
Arrays of stopwords for the following 23 languages are supplied: | ||
@@ -63,4 +63,4 @@ * `ar` - Modern Standard Arabic | ||
* `fa` - Farsi | ||
* `fi` - Finnish | ||
* `fr` - French | ||
* `fi` - Finnish | ||
* `he` - Hebrew | ||
@@ -67,0 +67,0 @@ * `hi` - Hindi |
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
102484
29