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
- Host: GitHub
- URL: https://github.com/uttesh/exude-api
- Owner: uttesh
- License: apache-2.0
- Created: 2020-03-06T12:52:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-10T18:20:43.000Z (about 6 years ago)
- Last Synced: 2025-01-17T12:17:39.988Z (about 1 year ago)
- Topics: java, openapi, openapi3
- Language: Java
- Homepage: http://uttesh.com/exude-api/api-explorer/
- Size: 49.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
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: