-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
implement validate_profanity feature via external api (#38)
* implement moderate content api class * add cencor method to moderaate api * add get_bad_words method for profanity checker * update init of the safetext class * update check profanity & implement validate profanity * update cecnor_profanity & update safetext version * some fixes * more fixes * unified api and profanity checker usage * last updates * remove use_api & api_key parameters * update en word list * implement get_bad_words method for safetex
- Loading branch information
1 parent
e385daa
commit e35f105
Showing
3 changed files
with
200 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
lingua-language-detector==1.3.1 | ||
pysrt | ||
requests | ||
python-dotenv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters