isstopword
v0.0.4
Published
A simple, efficient function to determine if a word is a stop word
Downloads
6
Readme
isStopword
A simple, efficient function to determine if a word is an English stop word.
The list of words used can be found in the stopwords.txt
file on github.
Installation
npm install isstopword
Usage
var isStopword = require('isstopword')
isStopword('about')