JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 323
  • Score
    100M100P100Q89136F
  • License MIT

List of (possible) English filler words

Package Exports

  • fillers

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fillers) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

fillers Build Status Coverage Status

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

Installation

npm:

npm install fillers

fillers is also available for duo, and as an AMD, CommonJS, and globals module, uncompressed and compressed.

Usage

var fillers = require('fillers');

fillers.length; // 80

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

Yields:

[
  "absolutely",
  "actual",
  "actually",
  "anyway",
  "apparently",
  "approximately",
  "badly",
  "basically",
  "begin",
  "certainly"
]

API

fillers

Type: Array.<string>So, fillers exposes a list of strings.

Support

For a complete list of supported filler words and phrases, like, see Support.md.

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

  • 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