3.0.0 • Published 8 years ago

@datafire/apitore_sentimentapis v3.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

@datafire/apitore_sentimentapis

Client library for Sentiment APIs

Installation and Usage

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

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

Description

Japanese sentiment analyzer. (tokenized by SentencePiece)Endpoint https://api.apitore.com/api/39

Actions

predictUsingGET

Sentiment Analysis, last update at 2017-4-29.Response  Github: word2vec-response  Class: com.apitore.banana.response.sentiment.SentimentResponseEntity

apitore_sentimentapis.predictUsingGET({
  "access_token": "",
  "text": ""
}, context)

Parameters

  • access_token (string) required - Access Token
  • text (string) required - text
3.0.0

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago