0.0.4 • Published 11 years ago
lestopwords v0.0.4
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!
0.0.4
11 years ago