An open API service indexing awesome lists of open source software.

https://github.com/uttesh/exude-api

Exude API provide the service to filter the stopping,swear words on the provided file,data and link and it uses the in house exude jar to filter the data
https://github.com/uttesh/exude-api

java openapi openapi3

Last synced: about 1 year ago
JSON representation

Exude API provide the service to filter the stopping,swear words on the provided file,data and link and it uses the in house exude jar to filter the data

Awesome Lists containing this project

README

          

# drawing Exude-API beta

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)
## Features

* Filter stopping words from given text/file/link.
* Filter stemming words from given text/file/link.
* Get swear words from given text/file/link

## OpenAPI-URL

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

## How to Use

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: