New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stopwords-iso

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stopwords-iso - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

45

package.json
{
"name": "stopwords-iso",
"version": "0.1.0",
"version": "0.2.0",
"author": "Gene Diaz <genediazjr@gmail.com> (http://genediazjr.com)",

@@ -23,5 +23,46 @@ "description": "The most comprehensive collection of stopwords for multiple languages.",

"stopwords-collator": "*",
"stopwords-en": "*",
"stopwords-ar": "0.1.x",
"stopwords-bg": "0.1.x",
"stopwords-bn": "0.1.x",
"stopwords-ca": "0.1.x",
"stopwords-cs": "0.1.x",
"stopwords-da": "0.1.x",
"stopwords-de": "0.1.x",
"stopwords-el": "0.1.x",
"stopwords-en": "0.2.x",
"stopwords-es": "0.1.x",
"stopwords-eu": "0.1.x",
"stopwords-fa": "0.1.x",
"stopwords-fi": "0.1.x",
"stopwords-fr": "0.1.x",
"stopwords-ga": "0.1.x",
"stopwords-gl": "0.1.x",
"stopwords-hi": "0.1.x",
"stopwords-hu": "0.1.x",
"stopwords-hy": "0.1.x",
"stopwords-id": "0.1.x",
"stopwords-it": "0.1.x",
"stopwords-ja": "0.1.x",
"stopwords-ko": "0.1.x",
"stopwords-ku": "0.1.x",
"stopwords-lt": "0.1.x",
"stopwords-lv": "0.1.x",
"stopwords-mr": "0.1.x",
"stopwords-ms": "0.1.x",
"stopwords-nl": "0.1.x",
"stopwords-no": "0.1.x",
"stopwords-pl": "0.1.x",
"stopwords-pt": "0.1.x",
"stopwords-ro": "0.1.x",
"stopwords-ru": "0.1.x",
"stopwords-sk": "0.1.x",
"stopwords-sv": "0.1.x",
"stopwords-th": "0.1.x",
"stopwords-tl": "0.1.x",
"stopwords-tr": "0.1.x",
"stopwords-uk": "0.1.x",
"stopwords-ur": "0.1.x",
"stopwords-zh": "0.1.x",
"jsonlint": "1.6.x"
}
}

9

README.md

@@ -5,2 +5,3 @@ Stopwords ISO

[![Build Status](https://travis-ci.org/stopwords-iso/stopwords-iso.svg?branch=master)](https://travis-ci.org/stopwords-iso/stopwords-iso)
[![Dependency Status](https://david-dm.org/stopwords-iso/stopwords-iso.svg)](https://david-dm.org/stopwords-iso/stopwords-iso)

@@ -11,5 +12,8 @@ The most comprehensive collection of stopwords for multiple languages.

If you only need stopwords for a specific language, there is a [separate collection for each](https://github.com/stopwords-iso).
### Usage
The collection comes in a JSON format and a text fortmat. You are free to use this collection any way you like.
The collection is in [JSON format](https://raw.githubusercontent.com/stopwords-iso/stopwords-iso/master/stopwords-iso.json).
You are free to use this collection any way you like.
It is only currently published on [npm](https://www.npmjs.com/stopwords-iso) and [bower](https://bower.io).

@@ -27,3 +31,4 @@

// Node
const stopwords = require('stopwords-iso'); // array of stopwords for multiple languages
const stopwords = require('stopwords-iso'); // object of stopwords for multiple languages
const english = stopwords.en; // english stopwords
```

@@ -30,0 +35,0 @@

Sorry, the diff of this file is too big to display

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