RubyGems Navigation menu

bad_word_detector 0.0.5

Detects #uck F|_|__C_K and other variations of hidden swear words in text. Usage: ``` finder = BadWordDetector.new finder.find("What the #uck") it will return BadWord object ``` Transformation rules is defined in form: {"#" => {"symbol"=>"f", "weight" => 2}} (where weight is optional) in file conf/rules.yaml List of swear words is located in conf/library.yaml Whitelist of english words in conf/whitelist.yaml You can also set own rules: finder = BadWordDetector.new rules, library, whitelist

Gemfile:
=

installation:
=

Versions:

  1. 0.0.5 March 16, 2013 (757 ko)
  2. 0.0.4 March 15, 2013 (756 ko)
  3. 0.0.3 March 15, 2013 (756 ko)
  4. 0.0.2 March 15, 2013 (756 ko)
  5. 0.0.1 February 26, 2013 (756 ko)

Dépendances de Development (2):

redcarpet >= 0
yard >= 0

Propriétaires:

Auteurs:

  • Fedotov Daniil

Total de contrôle SHA 256:

=

Total de téléchargements 89 904

Pour cette version 74 876

Version publiée:

License:

aucune

Version de Ruby requise: None

Liens: