Skip to content
forked from words/fillers

List of (possible) English filler words

License

Notifications You must be signed in to change notification settings

arskinner/fillers

 
 

Repository files navigation

fillers

Build Downloads Size

List of, like, English (both British and American) filler words.

Installation

npm:

npm install fillers

Usage

var fillers = require('fillers')

console.log(fillers.length) //=> 80

console.log(fillers.slice(0, 10))

Yields:

[ 'a',
  'able',
  'aboard',
  'about',
  'above',
  'absent',
  'accept',
  'accident',
  'account',
  'ache' ]

API

fillers

So, fillers exposes a list of strings (Array.<string>).

Support

For a complete list of supported filler words and phrases, like, see index.json.

Note that the words listed in fillers might or, in fact, might not be fillers.

Related

  • buzzwords — List of buzzwords
  • dale-chall — List of familiar American-English words (1995)
  • hedges — List of hedge words
  • profanities — List of profane words
  • spache — List of simple American-English words (1974)
  • weasels — List of weasel words

License

MIT © Titus Wormer

About

List of (possible) English filler words

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%