0.0.4 • Published 9 years ago

lestopwords v0.0.4

Weekly downloads
8
License
-
Repository
github
Last release
9 years ago

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 stopwords

Usage

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

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

:q!