New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

stopwords

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stopwords

require('stopwords').english // or dutch, french, german, italian, spanish

latest
Source
npmnpm
Version
0.0.9
Version published
Weekly downloads
2.3K
-44.74%
Maintainers
1
Weekly downloads
 
Created
Source

Stopwords for node.js

main repo: https://github.com/huned/node-stopwords

Overview

Stopwords in multiple languages that you can easily use with your node.js programs. Currently provides stopwords for the following languages:

  • Dutch
  • English
  • French
  • German
  • Spanish
  • Italian

Stopwords in other languages are welcome as pull requests to https://github.com/huned/node-stopwords

Install

npm install stopwords

Usage

    // get an array of dutch stopwords
    require('stopwords').dutch;

    // get an array of english stopwords
    require('stopwords').english;

    // get an array of french stopwords
    require('stopwords').french;

    // get an array of german stopwords
    require('stopwords').german;

    // get an array of spanish stopwords
    require('stopwords').spanish;

    // get an array of italian stopwords
    require('stopwords').italian;

Contributors

  • Marcel Radischat (contributed German stopwords)
  • Leonardo Giovanetti (contributed Spanish stopwords)
  • Jean-Elie Barjonet (contributed French stopwords)
  • Rocco Musolino (contributed Italian stopwords)
  • Wietse de Vries (contributed Dutch stopwords)
  • Huned Botee (original author)

License

MIT

FAQs

Package last updated on 16 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts