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
Stopwords in multiple languages that you can easily use with your node.js programs. Currently provides stopwords for the following languages:
- English
- Spanish
Stopwords in other languages are welcome as pull requests to github.com:huned/node-stopwords.
Install
npm install stopwordsUsage
// get an array of english stopwords
require('stopwords').english;
// get an array of spanish stopwords
require('stopwords').spanish;:q!