bekindprofanityfilter 0.0.11 → 0.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -25,10 +25,6 @@ export declare const UNIVERSAL_CONTEXT_PATTERNS: UniversalContextPattern[];
|
|
|
25
25
|
* Language-specific context patterns
|
|
26
26
|
*/
|
|
27
27
|
export declare const LANGUAGE_SPECIFIC_PATTERNS: Record<string, UniversalContextPattern[]>;
|
|
28
|
-
/**
|
|
29
|
-
* Word-specific context patterns for disambiguating ambiguous profane words.
|
|
30
|
-
* Keyed by the lowercase profane word.
|
|
31
|
-
*/
|
|
32
28
|
export declare const WORD_SPECIFIC_PATTERNS: Record<string, UniversalContextPattern[]>;
|
|
33
29
|
/**
|
|
34
30
|
* Context rule generator
|