3.0.0 • Published 4 years ago

@datafire/exude_api_herokuapp v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@datafire/exude_api_herokuapp

Client library for Exude API Service

Installation and Usage

npm install --save @datafire/exude_api_herokuapp
let exude_api_herokuapp = require('@datafire/exude_api_herokuapp').create();

.then(data => {
  console.log(data);
});

Description

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.

Actions

filterStoppings

Filter the stopping words from the provided input data or links

exude_api_herokuapp.filterStoppings({
  "type": "",
  "body": null
}, context)

Input

  • input object
    • type required string: provide the type of filtering required stopping/swear

Output

filterFileDataStoppings

Filter the stopping words from the provided input file

exude_api_herokuapp.filterFileDataStoppings({
  "type": ""
}, context)

Input

  • input object
    • type required string: provide the type of filtering required stopping/swear
    • file string

Output

Definitions

ExudeBean

  • ExudeBean object
    • data string
    • links array
      • items string

ExudeResponseBean

  • ExudeResponseBean object
    • data string