Socket
Socket
Sign inDemoInstall

@datafire/apitore_sentencepieceapis_wikipedia_

Package Overview
Dependencies
1
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
Weekly downloads
2
decreased by-60%

Weekly downloads

Readme

Source

@datafire/apitore_sentencepieceapis_wikipedia_

Client library for SentencePiece APIs (wikipedia)

Installation and Usage

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

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

Description

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

Actions

getUsingGET_1

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

apitore_sentencepieceapis_wikipedia_.getUsingGET_1({
  "access_token": "",
  "text": ""
}, context)
Parameters
  • access_token (string) required - Access Token
  • text (string) required - Text [up to 400 characters]

getUsingGET_2

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

apitore_sentencepieceapis_wikipedia_.getUsingGET_2({
  "access_token": "",
  "text": ""
}, context)
Parameters
  • access_token (string) required - Access Token
  • text (string) required - Text [up to 400 characters]

FAQs

Last updated on 10 Nov 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