Comparing version 0.1.10 to 0.1.11
@@ -1,2 +0,2 @@ | ||
const defaultStopwords = require('./stopwords_en.js').words | ||
var defaultStopwords = require('./stopwords_en.js').words | ||
@@ -3,0 +3,0 @@ exports.removeStopwords = function(tokens, stopwords) { |
{ | ||
"name": "stopword", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "A module for node.js that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 19 languages and also takes lists with custom stopwords as input.", | ||
@@ -5,0 +5,0 @@ "main": "lib/stopword.js", |
@@ -117,2 +117,4 @@ # stopword | ||
version 0.1.10 Updating from testing on version 4,5 and 6 to version 4,6,8 and 9 of Node.js | ||
[license-image]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat | ||
@@ -119,0 +121,0 @@ [license-url]: LICENSE |
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
78868
24
126