10000 GitHub - words/profanities at 2.13.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

words/profanities

Repository files navigation

profanities

Build Downloads Size

List of lots of profane words.

See cuss for the same words, rated for sureness: how likely they are to be used as either profanity or clean text.

Install

npm:

npm install profanities

Use

var profanities = require('profanities')

console.log(profanities.includes('butt')) // true

Use of locale versions

For example, to use French:

var profanities = require('profanities/fr')

console.log(profanities.includes('boule')) // true

API

profanities

profanities exposes a list of strings (Array.<string>).

Support

profanities supports many profane words and phrases in different languages.

Note that the words listed in profanities might not be profane in certain contexts.

See cuss for the supported terms.

Related

  • buzzwords — List of buzzwords
  • cuss — Map of profane words to a rating of sureness
  • dale-chall — List of familiar American-English words (1995)
  • fillers — List of filler words
  • hedges — List of hedge words
  • spache — List of simple American-English words (1974)
  • weasels — List of weasel words

Contributing

Thanks, contributions are greatly appreciated! 👍 Words and new languages can be added to cuss. After they are added there, this project can be built to include the changes.

License

MIT © Titus Wormer

About

🤬 List of (possible) profane words

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Contributors 8

0