Module: ProfanityFilterEngine
- Defined in:
- lib/profanity-filter/engines/component.rb,
lib/profanity-filter/engines/composite.rb,
lib/profanity-filter/engines/regexp_strategy.rb,
lib/profanity-filter/engines/exact_match_strategy.rb,
lib/profanity-filter/engines/partial_match_strategy.rb,
lib/profanity-filter/engines/leet_exact_match_strategy.rb,
lib/profanity-filter/engines/allow_symbols_in_words_strategy.rb,
lib/profanity-filter/engines/allow_duplicate_characters_strategy.rb
Defined Under Namespace
Classes: AllowDuplicateCharactersStrategy, AllowSymbolsInWordsStrategy, Component, Composite, ExactMatchStrategy, LeetExactMatchStrategy, PartialMatchStrategy, RegexpStrategy