@devshubham/clean-speech-hindi
Version:
Small Utility node package manager for checking profanity (hindi and English).It supports functionality like detecting bad words , adding if any and also to remove them.
26 lines (25 loc) • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const germanBadWords = {
"arschloch": 1,
"scheiße": 1,
"wichser": 1,
"fick": 1,
"hure": 1,
"miststück": 1,
"schlampe": 1,
"verdammt": 1,
"drecksau": 1,
"fotze": 1,
"idiot": 1,
"schwein": 1,
"dummkopf": 1,
"arsch": 1,
"kotzbrocken": 1,
"hurenbock": 1,
"luder": 1,
"penner": 1,
"trottel": 1,
"blödmann": 1
};
exports.default = germanBadWords;