Categories: None [Edit]
bad_word_detector
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
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | hairyhum |