Exude API is an Open Source project, It is used for the primary ways for filtering the stopping, stemming words from the text data. This API is in a very basic level of development need to work on for later changes.
Exude API uses the in-house Exude library for the filtering of the data Exude-library Repository
Demo: https://exude.herokuapp.com/ (its the sample server)
- Filter stopping words from given text/file/link.
- Filter stemming words from given text/file/link.
- Get swear words from given text/file/link
Open API JSON: http://uttesh.com/exude-api/exude-service-open-api.json
Open API YML: http://uttesh.com/exude-api/exude-service-open-api.yml
Heruko Spec URL : https://exude-api.herokuapp.com/swagger-ui/index.html?url=/v3/api-docs
Either use the Heruko url or deploy locally by using the docker to hit the API, for more technical details on the API see exude-api doc: Documentation
Postman execution sample: