-
Notifications
You must be signed in to change notification settings - Fork 2
Egemen Documentation
afgedemenli edited this page May 12, 2019
·
2 revisions
For your questions, please contact the developer, Egemen Gol
Swear detection in english language.
Url extension: /noswear/plain/<text>
or /noswear/json/<text>
noswear/json/This%20is%20my%20fucking%20sentence.
{
"wasSwearing": true,
"censored": "This is my ******* sentence."
}
noswear/plain/This%20is%20my%20sentence.
This is my ******* sentence.
noswear/json/Pretty%20standard
{
"wasSwearing": false,
"censored": "Pretty standard"
}
noswear/plain/Pretty%20standard
Pretty standard