mirror of
https://github.com/Jetsparrow/antiantiswearingbot.git
synced 2026-01-20 23:16:08 +03:00
14 lines
330 B
JSON
14 lines
330 B
JSON
{
|
||
"Unbleeper": {
|
||
"BleepedSwearsRegex": "[а-яА-Я@\\*#]+",
|
||
"MinWordLength": 3,
|
||
"MinAmbiguousWordLength": 5
|
||
},
|
||
"SearchDictionary": {
|
||
"DictionaryPath": "dict/ObsceneDictionaryRu.txt",
|
||
"LearnNudgeFactor": 0.5,
|
||
"LearnInitialRating": 0.75,
|
||
"MinUnlearnNudge": 5,
|
||
"UnlearnNudgeFactor": 0.66
|
||
}
|
||
} |