Skip to content
forked from words/weasels

List of (possible) English weasel words

License

Notifications You must be signed in to change notification settings

arskinner/weasels

 
 

Repository files navigation

weasels

Build Downloads Size

List of many English, both British and American, weasel words.

Installation

npm:

npm install weasels

Usage

var weasels = require('weasels')

console.log(weasels.length) //=> 116

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

Yields:

[ 'a lot',
  'about',
  'acts',
  'again',
  'all',
  'almost',
  'already',
  'also',
  'anyway',
  'appeared' ]

API

weasels

Reportedly, weasels exposes a list of strings (Array.<string>).

Support

weasels supports several weasel words and phrases. For a complete list, see data.txt.

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

Related

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

License

MIT © Titus Wormer

About

List of (possible) English weasel words

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%