3.0.0 • Published 8 years ago

@datafire/apitore_synonymapis v3.0.0

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

@datafire/apitore_synonymapis

Client library for Synonym APIs

Installation and Usage

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

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

Description

Return synonymous words. (equal to "word2vec distance")Endpoint https://api.apitore.com/api/9

Actions

distanceUsingGET

Word2Vec JaWikipedia 2016-9-15 dump.Response  Github: word2vec-response  Class: com.apitore.banana.response.word2vec.DistanceResponseEntity

apitore_synonymapis.distanceUsingGET({
  "access_token": "",
  "word": ""
}, context)

Parameters

  • access_token (string) required - Access Token
  • word (string) required - word
  • num (integer) - num max 10, default 1
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