Skip to content

arskinner/hedges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hedges

Build Downloads Size

List of supposed English (both British and American) hedge words.

Installation

npm:

npm install hedges

Usage

var hedges = require('hedges')

console.log(hedges.length) //=> 162

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

Yields:

[ 'a bit',
  'about',
  'actually',
  'allege',
  'alleged',
  'almost',
  'almost never',
  'always',
  'and all that',
  'and so forth' ]

API

hedges

Roughly, hedges exposes information as a list of strings (Array.<string>).

Support

For a complete list of supported hedge words and phrases, like, see data.txt.

Note that the words listed in hedges are speculated to be hedges, although perhaps not.

Related

  • buzzwords — List of buzzwords
  • dale-chall — List of familiar American-English words (1995)
  • fillers — List of filler 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 hedge words

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%