3.0.0 • Published 8 years ago

@datafire/apitore_wordnetsynonymapis v3.0.0

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

@datafire/apitore_wordnetsynonymapis

Client library for WordNet synonym APIs

Installation and Usage

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

apitore_wordnetsynonymapis.simpleSynonymUsingGET({}).then(data => {
  console.log(data);
})

Description

Return synonym words.Endpoint https://api.apitore.com/api/41

Actions

simpleSynonymUsingGET

Japanese WordNet.Response  Github: wordnet-response  Class: com.apitore.banana.response.de.sciss.ws4j.LinksResponseEntity

apitore_wordnetsynonymapis.simpleSynonymUsingGET({
  "access_token": "",
  "word": ""
}, context)

Parameters

  • access_token (string) required - Access Token
  • word (string) required - Word
  • pos (string) - Part-of-speech. You can specify several pos by csv format. n:noun,v:verb,a:adjective,r:adverb