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.18 to 0.1.19

lib/stopwords_yo.js

1

lib/stopword.js

@@ -36,2 +36,3 @@ var defaultStopwords = require('./stopwords_en.js').words

exports.sw = require('./stopwords_sw.js').words
exports.yo = require('./stopwords_yo.js').words
exports.zh = require('./stopwords_zh.js').words

4

package.json
{
"name": "stopword",
"version": "0.1.18",
"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.",
"version": "0.1.19",
"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.",
"main": "lib/stopword.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -52,3 +52,3 @@ # stopword

Arrays of stopwords for the following 23 languages are supplied:
Arrays of stopwords for the following 24 languages are supplied:

@@ -77,2 +77,3 @@ * `ar` - Modern Standard Arabic

* `sw` - Swahili
* `yo` - Yorùbá
* `zh` - Chinese Simplified

@@ -79,0 +80,0 @@

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