JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2224
  • Score
    100M100P100Q123189F

require('stopwords').english

Package Exports

  • stopwords

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stopwords) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

stopwords for node.js

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

Overview

A basic set of stopwords you can easily use with your node.js programs. Currently only provides english stopwords. Stopwords in other languages are welcome as pull requests to github.com:huned/node-stopwords.

Install

npm install stopwords

Usage

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

:q!