UNPKG

deep-profanity-filter

Version:

A thorough profanity filter that considers most common circumventions. Works with your custom list of blocked and whitelisted words and phrases. Identifies and/or replaces bad words. Works with *wildcards* at *start and/or end* of words.

4 lines (3 loc) 110 B
export * from './input_preprocessor'; export * from './word_filter'; export * from './wordlist_preprocessor';