Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

stopword

Package Overview
Dependencies
Maintainers
2
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stopword - npm Package Compare versions

Comparing version 0.1.13 to 0.1.14

lib/stopwords_he.js

2

lib/stopword.js

@@ -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

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc