isstopword

0.0.4 • Public • Published

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')

Readme

Keywords

Package Sidebar

Install

npm i isstopword

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

19.6 kB

Total Files

12

Last publish

Collaborators

  • danderson00