Categories: None [Edit]

bad_word_detector

https://rubygems.org/gems/bad_word_detector
https://github.com/hairyhum/bad-words.ruby
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

Total

Ranking: 18,467 of 192,085
Downloads: 95,652

Daily

Ranking: 24,798 of 192,065
Downloads: 18

Depended by

RankDownloadsName

Depends on

RankDownloadsName
227214,836,933yard
405122,059,580redcarpet

Owners

#GravatarHandle
1iconhairyhum