3.2.6 • Published 3 years ago

paralleldots v3.2.6

Weekly downloads
8
License
ISC
Repository
github
Last release
3 years ago

ParallelDots-NodeJS-API-Wrapper

A node.js wrapper for ParallelDots' APIs.

Installation

Install with npm

npm install paralleldots

API Keys

Sign up to create your free account from ParallelDots. Log in to your account to get your API key.

Supported APIs:

Examples - Full Documentation

const pd = require('paralleldots');

// Be sure to set your API key
pd.apiKey = "YOUR_API_KEY";

// Calls to the API return promises

pd.usage()
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})


// language parameter is optional, by default "en" is passed.

pd.sentiment('Team performed well overall.','en')
	.then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
	})


var text_array=JSON.stringify(["Come on,lets play together","Team performed well overall."]);
pd.sentimentBatch(text_array,'en')
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
  })

pd.sarcasm('Team performed well overall.','en')
	.then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
	})


var text_array=JSON.stringify(["Come on,lets play together","Team performed well overall."]);
pd.sarcasmBatch(text_array,'en')
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
  })


pd.abuse("I was not very impressed with the band's performance this year")
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})


var text_array=JSON.stringify(["you f**king a$$hole.","fuck this shit."]);
pd.abuseBatch(text_array)
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
  })console.log(error);
	})



pd.semantic('Global warming set to exceed Paris agreement’s 1.5C limit by 2040s, according to draft UN report','There is a tipping point’: UN warns climate change goals laid out in Paris accord are almost out of reach')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})


pd.ner('When Michael Jordan was at the peak of his powers as an NBA superstar, his Chicago Bulls teams were mowing down the competition, winning six National Basketball Association titles and setting a record for wins in a season that was broken by the Golden State Warriors two seasons ago.','en')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})


var text_array=JSON.stringify(["Apple was founded by Steve Jobs.","Apple Inc. is an American multinational technology company headquartered in Cupertino, California"]);
pd.nerBatch(text_array,'en')
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
  })

pd.sarcasm('I am trying to imagine you with a personality.','en')
	.then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
    })

var text_array=JSON.stringify(["Come on,lets play together","Team performed well overall."]);
pd.sarcasmBatch(text_array,"en")
	.then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
    })

pd.emotion("I am trying to imagine you with a personality.","en")
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})

pd.emotion("C'est un environnement très hostile, si vous choisissez de débattre ici, vous serez vicieusement attaqué par l'opposition.","fr")
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})


var text_array=JSON.stringify(["I am trying to imagine you with a personality.","This is shit."]);
pd.emotionBatch(text_array,'en')
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
  })


pd.intent('How do I cancel my ticket from the app?')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})


var text_array=JSON.stringify(["How do I cancel my ticket from the app?","20% off on your next Uber ride?"]);
pd.intentBatch(text_array)
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
  })



pd.keywords('For the Yankees, it took a stunning comeback after being down 2-0 to the Indians in the American League Division Series. For the Astros, it took beating Chris Sale to top the Red Sox.')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})


var text_array=JSON.stringify(["For the Yankees, it took a stunning comeback after being down 2-0 to the Indians in the American League Division Series. For the Astros, it took beating Chris Sale to top the Red Sox.","U.S. stocks edged higher on Friday, with the S&P 500 hitting a more than five-month high, as gains in industrials and other areas offset a drop in financials. Fred Katayama reports."]);
pd.keywordsBatch(text_array)
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
		

pd.multilangKeywords("C'est un environnement très hostile, si vous choisissez de débattre ici, vous serez vicieusement attaqué par l'opposition.","fr")
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})

pd.taxonomy('Deutsche Bank CEO sees far fewer than 4,000 Brexit-related moves: paper')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})


var text_array=JSON.stringify(["For the Yankees, it took a stunning comeback after being down 2-0 to the Indians in the American League Division Series. For the Astros, it took beating Chris Sale to top the Red Sox.","U.S. stocks edged higher on Friday, with the S&P 500 hitting a more than five-month high, as gains in industrials and other areas offset a drop in financials. Fred Katayama reports."]);
pd.taxonomyBatch(text_array)
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
  })



pd.multilingualSentiment('Barcelona es una ciudad hermosa','es')
	.then((response) => {
		console.log(response);
	})
	.catch((err) =>{
		console.log(err);
	})

pd.sentimentSocial('I left my camera at home')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})

const category = ["finance","world politics","india","congress"] 

pd.customClassifier('Prime Minister Narendra Modi tweeted a link to the speech Human Resource Development Minister Smriti Irani made in the Lok Sabha during the debate on the ongoing JNU row and the suicide of Dalit scholar Rohith Vemula at the Hyderabad Central University.',category)
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})



pd.textParser('For the Yankees, it took a stunning comeback after being down 2-0 to the Indians in the American League Division Series. For the Astros, it took beating Chris Sale to top the Red Sox.')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})



pd.phraseExtractor('For the Yankees, it took a stunning comeback after being down 2-0 to the Indians in the American League Division Series. For the Astros, it took beating Chris Sale to top the Red Sox.')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})


var text_array=JSON.stringify(["For the Yankees, it took a stunning comeback after being down 2-0 to the Indians in the American League Division Series. For the Astros, it took beating Chris Sale to top the Red Sox.","U.S. stocks edged higher on Friday, with the S&P 500 hitting a more than five-month high, as gains in industrials and other areas offset a drop in financials. Fred Katayama reports."]);
pd.phraseExtractorBatch(text_array)
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
  })console.log(error);
	})	




pd.languageDetection('C est un environnement très hostile, si vous choisissez de débattre ici, vous serez vicieusement attaqué par l opposition.')  
  .then((response) => {
	console.log(response);
	}).catch((error) =>{
		console.log(error);
  })
  

var text_array=JSON.stringify(["C est un environnement très hostile, si vous choisissez de débattre ici, vous serez vicieusement attaqué par l opposition.","El hardware inalámbrico no autorizado se puede introducir fácilmente. Lospuntos de acceso inalámbricos son relativamente poco costosos y se implementan fácilmente"]);
pd.languageDetectionBatch(text_array)
 .then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
  })console.log(error);
  })
  




const file_path = path.join(__dirname,'doggie.jpg');
const file_url='http://i.imgur.com/klb812s.jpg';

pd.popularity(file_path,type='local')  

// OR  

pd.popularity(file_url,type='url') 
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})
	
pd.nsfw(file_path,type='local')   

// OR  

pd.nsfw(file_url,type='url')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})
	
pd.facialEmotion(file_path,type='local')  

// OR  

pd.facialEmotion(file_url,type='url')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})

pd.objectRecognizer(file_path,type='local')   

// OR   

pd.objectRecognizer(file_url,type='url')
	.then((response) => {
		console.log(response);
	})
	.catch((error) => {
		console.log(error);
	})

To import and use a single module

Example

const intent = require('paralleldots/apis/intent');
intent('How do I cancel my ticket from the app?','<YOUR_API_KEY>')
	.then((response) => {
		console.log(response);
	}).catch((error) =>{
		console.log(error);
	})

Available APIs: abuse | abuseBatch | customClassifier | emotion | emotionBatch | intent | intentBatch | keywords | keywordsBatch | multilangKeywords | ner | nerBatch | phraseExtractor | phraseExtractorBatch | semantic | sentiment | sentimentBatch | taxonomy | taxonomyBatch | usage | sarcasm | sarcasmBatch |

Note : You must pass your API key as the last parameter for single usage.

3.2.6

3 years ago

3.2.5

4 years ago

3.2.4

5 years ago

3.2.3

5 years ago

3.2.2

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.1.1

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.1.42

6 years ago

1.1.41

7 years ago

1.1.4

7 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago