fillers

List of (possible) English filler words

Usage no npm install needed!

<script type="module">
  import fillers from 'https://cdn.skypack.dev/fillers';
</script>

README

fillers

Build Coverage Downloads Size

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

Install

This package is ESM only: Node 12+ is needed to use it and it must be imported instead of required.

npm:

npm install fillers

Use

import {fillers} from 'fillers'

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

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

Yields:

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

API

This package exports the following identifiers: fillers. There is no default export.

fillers

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

Support

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

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