antiantiswearingbot/AntiAntiSwearingBot/aasb.cfg.json
jetsparrow a4e7b836b8 Make unbleeper testable
- separate unbleeper as dependency of aasb
- fix algorithm
- tests
2019-08-17 22:23:13 +03:00

12 lines
272 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"Unbleeper": {
"BleepedSwearsRegex": "[а-яА-Я@\\*#]+"
},
"SearchDictionary": {
"DictionaryPath": "dict/ObsceneDictionaryRu.txt",
"LearnNudgeFactor": 0.5,
"LearnInitialRating": 0.75,
"MinUnlearnNudge": 5,
"UnlearnNudgeFactor": 0.66
}
}