-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathexample.js
225 lines (196 loc) · 7.46 KB
/
example.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
const pd = require('./paralleldots');
pd.apiKey = "Paste here your api_key";
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.target_sentiment('Come on lets play together.','en','play')
.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.target_sentimentBatch(text_array,'en','play')
.then((response) => {
console.log(response);
}).catch((error) =>{
console.log(error);
})
pd.sarcasm('I am trying to imagine you with a personality.')
.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)
.then((response) => {
console.log(response);
}).catch((error) =>{
console.log(error);
})
pd.usage()
.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);
})
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.')
.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)
.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);
})
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);
})
const category = ["finance", "markets", "economy", "shares","world politics", "diplomacy", "UN", "war", "india","congress", "india", "bjp"]
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.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);
})
pd.facialEmotion('image-file.jpg',type='local')
.then((response) => {
console.log(response);
})
.catch((error) => {
console.log(error);
})
pd.facialEmotion('https://dxs1x0sxlq03u.cloudfront.net/sites/default/files/article-image/eminence-organics-acne-face-mapping.jpg',type='url')
.then((response) => {
console.log(response);
})
.catch((error) => {
console.log(error);
})
pd.objectRecognizer('image-file.jpg',type='local')
.then((response) => {
console.log(response);
})
.catch((error) => {
console.log(error);
})
pd.objectRecognizer('https://dxs1x0sxlq03u.cloudfront.net/sites/default/files/article-image/eminence-organics-acne-face-mapping.jpg',type='url')
.then((response) => {
console.log(response);
})
.catch((error) => {
console.log(error);
})