All Projects → coffee-and-fun → google-profanity-words

coffee-and-fun / google-profanity-words

Licence: other
Full list of bad words and top swear words banned by Google.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to google-profanity-words

swearjar-node
Profanity detection and filtering library.
Stars: ✭ 69 (-80.67%)
Mutual labels:  profanity, profanity-detection
IsSeptaFcked
Real-time status for Philadelphia Regional Rail
Stars: ✭ 47 (-86.83%)
Mutual labels:  profanity
urlis
The Generator of Short URL
Stars: ✭ 18 (-94.96%)
Mutual labels:  side-project
restrict-cursing-action
Github Action to prevent cursing and bad language in issues and pull requests
Stars: ✭ 20 (-94.4%)
Mutual labels:  profanity-detection
OneNodeEcs
one node Amazon ECS cluster using EC2 Spot instance and haproxy
Stars: ✭ 22 (-93.84%)
Mutual labels:  side-project
side-project-kit
🔖 A collection of FREE tools to get your side project off the ground, and fast!
Stars: ✭ 145 (-59.38%)
Mutual labels:  side-project
retext-profanities
plugin to check for profane and vulgar wording
Stars: ✭ 34 (-90.48%)
Mutual labels:  profanity

alt text

About

Full list of bad words and top swear words banned by Google. The list is updated monthly. Pull requests are welcome!

Status

Getting started

npm install -s @coffeeandfun/google-profanity-words

Usage

import { ProfanityEngine } from '@coffeeandfun/google-profanity-words';

let profanity = new ProfanityEngine();

profanity.all(); // returns all bad words as an array.

profanity.search('bad word'); // returns true if the word is found in the list.

Contribute

Read the contribution guide and join the contributors!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].