Comparing version 0.1.13 to 0.1.14
@@ -25,2 +25,3 @@ var defaultStopwords = require('./stopwords_en.js').words | ||
exports.ja = require('./stopwords_ja.js').words | ||
exports.my = require('./stopwords_my.js').words | ||
exports.nl = require('./stopwords_nl.js').words | ||
@@ -34,1 +35,2 @@ exports.no = require('./stopwords_no.js').words | ||
exports.zh = require('./stopwords_zh.js').words | ||
exports.he = require('./stopwords_he.js').words |
{ | ||
"name": "stopword", | ||
"version": "0.1.13", | ||
"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.", | ||
"version": "0.1.14", | ||
"description": "A module for node.js that takes in text and returns text that is stripped of stopwords. Has pre-defined stopword lists for 20 languages and also takes lists with custom stopwords as input.", | ||
"main": "lib/stopword.js", | ||
@@ -6,0 +6,0 @@ "scripts": { |
@@ -63,2 +63,3 @@ # stopword | ||
* `fr` - French | ||
* 'he' - Hebrew | ||
* `hi` - Hindi | ||
@@ -71,3 +72,3 @@ * `it` - Italian | ||
* `pt` - Portuguese | ||
* `pa_in` - Punjab Gurmukhi | ||
* `pa_in` - Punjabi Gurmukhi | ||
* `ru` - Russian | ||
@@ -102,22 +103,2 @@ * `sv` - Swedish | ||
## Release Notes: | ||
version 0.0.4, `removeStopwords` returns an Array, since this | ||
removes ambiguity around separators. | ||
version 0.1.0 `getStopwords` removed in favour of constants. `removeStopwords` takes text as an Array | ||
version 0.1.2 Updated to ES6 simplified syntax | ||
version 0.1.5 Making syntax ES5 compatible again | ||
version 0.1.7 Brazilian Portuguese added | ||
version 0.1.8 Documenting how to use custom stopword lists | ||
version 0.1.9 Longer Brazilian Portuguese stopword list w/ duplicates removed | ||
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 | ||
@@ -124,0 +105,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
98664
27
1915
108