Back to catalog
🤖

EXUDE-API

Free

Used for the primary ways for filtering the stopping, stemming words from the text data

🤖Machine LearningHTTPSCORS enabledNo API key required

Text Cleansing Result

EXUDE-API — Profanity & Stopword Removal

InputThis is a damn good example of text cleaning
OutputThis is a good example of text cleaning
Words Removed1
Cleansing Ratio0.94
SuccessYes

Sample Response

response.json
1{
2 "input": "This is a damn good example of text cleaning",
3 "output": "This is a good example of text cleaning",
4 "wordsRemoved": 1,
5 "cleansingRatio": 0.94,
6 "success": true
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "http://uttesh.com/exude-api/"
View Documentation

Similar APIs