-
**Description**
For Profanity and NSFW detection, the code uses a transformer pipeline under the hood. However, the device argument should be passed to use the best hardware accelerator.
**Why is …
-
Linguin API v2 has been released, which adds profanity detection (for english only at first)!
The name of the endpoint for language detection had to change (from /detect to /detect/language) as did…
-
https://rapidapi.com/unicornNLP/api/profanity-toxicity-detection-for-user-generated-content
-
It's relatively easy to pass the profanity detection. Here's an example:
```
dickface -> profane
dicklord -> not profane
```
Surely there should be some kind of mechanism to detect the hotword at…
-
After the fixes which were made until [Release 1.1.1](https://github.com/Gasegamer/super-profanity/releases/tag/1.1.1), lots of false positives might appear during detection. For example, if the sente…
-
Add support for multiple level of profanity detection.
e.g.
```go
func IdProfane(s string, level int) bool {
// ...
}
func IsProfane(s string) bool {
return IsProfane(s, 1)
}
`…
-
The sklearn model used in this package was made for sklearn version 0.20.2. The latest stable version of sklearn is 0.23.2, and it is not compatible with the model from 0.20.2. When trying to run this…
-
Calling the `v2/transcript (post)` endpoint returns the following json. However the key `custom_topics_results` is not present anywhere in the document. and `additionalProperties: false` for `Transcri…
-
If a feature is flagged as indecent, it would be helpful to see what exactly triggered the flag and in what language - otherwise the users are left scratching their heads over an edit that looks compl…
-
### Integration Name
Amazon Bedrock [aws_bedrock]
### Dataset Name
logs-aws_bedrock.invocation
### Integration Version
v0.11.3
### Agent Version
8.15.3
### Agent Output Type
elasticsearch
##…