File size: 257 Bytes
4e0f321
 
 
 
 
1
2
3
4
5
6
config = {
    'gibberish_model': 'src/gibberish_detection/approved_comments.model',
    'bad_words_strict': 'src/rule_based_system/word_lists/strictly_bad_words.csv',
    'bad_words_ambiguous': 'src/rule_based_system/word_lists/ambiguous_bad_words.csv',
}