lestopwords

0.0.4 • Public • Published

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!

Readme

Keywords

none

Package Sidebar

Install

npm i lestopwords

Weekly Downloads

3

Version

0.0.4

License

none

Last publish

Collaborators

  • wtff0nzie