Skip to content

Egemen Documentation

afgedemenli edited this page May 12, 2019 · 2 revisions

6.8. Inappropriate Word Detection


For your questions, please contact the developer, Egemen Gol

Swear detection in english language.

Url extension: /noswear/plain/<text> or /noswear/json/<text>

Example

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

🏠 Home

📃 Assignments

👯 Team Members

📚 Resources

Clone this wiki locally