Socket
Socket
Sign inDemoInstall

@datafire/apitore_sentencepieceapis_wikipedia_

Package Overview
Dependencies
238
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @datafire/apitore_sentencepieceapis_wikipedia_

DataFire integration for SentencePiece APIs (wikipedia)


Version published
Maintainers
1
Created

Readme

Source

@datafire/apitore_sentencepieceapis_wikipedia_

SentencePiece tokenizer (wikipedia).
[Endpoint] https://api.apitore.com/api/37

Operation: getUsingGET

SentencePiece (bpe).
Response
  Github: sentencepiece-response
  Class: com.apitore.banana.response.com.atilika.sentencepiece.SentencePieceTokenResponseEntity

Input Schema

{
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string",
      "description": "Access Token"
    },
    "text": {
      "type": "string",
      "description": "Text [up to 400 characters]"
    }
  },
  "additionalProperties": false,
  "required": [
    "access_token",
    "text"
  ]
}

Output Schema

{
  "$ref": "#/definitions/SentencePieceTokenResponseEntity"
}

Operation: getUsingGET_1

SentencePiece (unigram).
Response
  Github: sentencepiece-response
  Class: com.apitore.banana.response.com.atilika.sentencepiece.SentencePieceTokenResponseEntity

Input Schema

{
  "type": "object",
  "properties": {
    "access_token": {
      "type": "string",
      "description": "Access Token"
    },
    "text": {
      "type": "string",
      "description": "Text [up to 400 characters]"
    }
  },
  "additionalProperties": false,
  "required": [
    "access_token",
    "text"
  ]
}

Output Schema

{
  "$ref": "#/definitions/SentencePieceTokenResponseEntity"
}

FAQs

Last updated on 11 Jul 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc