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.
npm:
npm install profanities
var profanities = require('profanities')
console.log(profanities.includes('butt')) // true
For example, to use French:
var profanities = require('profanities/fr')
console.log(profanities.includes('boule')) // true
profanities
exposes a list of strings (Array.<string>
).
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.
- 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
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.