UNPKG

@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.

12 lines (11 loc) 194 B
"use strict"; var germanBadWords = { "scheiße": 1, "arschloch": 1, "verdammt": 1, "hure": 1, "fotze": 1, "wichser": 1, "fick": 1 }; module.exports = germanBadWords;