Skip to content

quiqua/node-stopwords

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • German

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;

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

:q!

About

npm install stopwords

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%