Skip to content

List of (possible) English and Russian weasel words

License

Notifications You must be signed in to change notification settings

tltsutltsu/russian-weasels

 
 

Repository files navigation

weasels

Build Coverage Downloads Size

List of many English, both British and American, weasel 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 weasels

Use

import {weasels} from '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

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

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 and Russian weasel words

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%