Egemen Documentation - bounswe/bounswe2019group9 GitHub Wiki
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