Created by: SultanovAR
ObscenityClassifier - Rule-Based model that decides whether the sentence is obscene or not, for russian language. it returns list of strings('obscene' or 'not_obscene')
Code was tested on this script: agent_test.txt
Results of scripts(time of runnig ObscenityClassifier.call method):
Number of dialogs | Time |
---|---|
20 | 0:00:00.007686 |
200 | 0:00:00.075460 |
2000 | 0:00:00.739477 |