added documentation and default value for as of yet unimplemented paired punctuation stripping functionality (#25)
This commit is contained in:
parent
86bbfb442b
commit
a19d429841
3 changed files with 5 additions and 3 deletions
3
main.py
3
main.py
|
@ -20,7 +20,8 @@ cfg = {
|
|||
"instance_blacklist": ["bofa.lol", "witches.town", "knzk.me"],
|
||||
"learn_from_cw": False,
|
||||
"mention_handling": 1,
|
||||
"max_thread_length": 15
|
||||
"max_thread_length": 15,
|
||||
"strip_paired_punctuation": False
|
||||
}
|
||||
|
||||
cfg.update(json.load(open('config.json', 'r')))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue