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.19 to 0.2.0

lib/stopwords_pa.js

2

lib/stopword.js

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

exports.no = require('./stopwords_no.js').words
exports.pa_in = require('./stopwords_pa_in.js').words
exports.pa = require('./stopwords_pa.js').words
exports.pl = require('./stopwords_pl.js').words

@@ -33,0 +33,0 @@ exports.pt = require('./stopwords_pt.js').words

{
"name": "stopword",
"version": "0.1.19",
"version": "0.2.0",
"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.",

@@ -5,0 +5,0 @@ "main": "lib/stopword.js",

@@ -72,7 +72,7 @@ # stopword

* `pt` - Portuguese
* `pa_in` - Punjabi Gurmukhi
* `pa` - Punjabi Gurmukhi
* `ru` - Russian
* `sv` - Swedish
* `sw` - Swahili
* `yo` - Yorùbá
* `yo` - Yoruba
* `zh` - Chinese Simplified

@@ -79,0 +79,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