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,114 of 187,922
Downloads: 93,117

Daily

Ranking: 13,014 of 187,912
Downloads: 62

Depended by

RankDownloadsName

Depends on

RankDownloadsName
225198,698,075yard
415112,169,714redcarpet

Owners

#GravatarHandle
1iconhairyhum