Expand description
A library for recognizing obscene words with distortion protection,
Modules§
Structs§
- Analyze
- Antiswear
- The main structure that stores information about the language and has a function for checking.
- Antiswear
Group - A structure for accounting for several languages at once
- Builder
- Builder for Antiswear with a simple API
- Replacement
Enums§
- Mode
- Sets the method for recognizing words.
In the case of checking the
short
variableMode::Startswith
is replaced byMode::Equally
to avoid accidental triggers of similar words.