@datafire/apitore_sentencepieceapis_tweet_
v3.0.0
Published
DataFire integration for SentencePiece APIs (tweet)
Downloads
25
Readme
@datafire/apitore_sentencepieceapis_tweet_
Client library for SentencePiece APIs (tweet)
Installation and Usage
npm install --save datafire @datafire/apitore_sentencepieceapis_tweet_let datafire = require('datafire');
let apitore_sentencepieceapis_tweet_ = require('@datafire/apitore_sentencepieceapis_tweet_').create();
apitore_sentencepieceapis_tweet_.getUsingGET({}).then(data => {
console.log(data);
})Description
SentencePiece tokenizer (tweet).[Endpoint] https://api.apitore.com/api/38
Actions
getUsingGET
SentencePiece (bpe).Response Github: sentencepiece-response Class: com.apitore.banana.response.com.atilika.sentencepiece.SentencePieceTokenResponseEntity
apitore_sentencepieceapis_tweet_.getUsingGET({
"access_token": "",
"text": ""
}, context)Parameters
- access_token (string) required - Access Token
- text (string) required - Text [up to 400 characters]
