add the sentiment service

This commit is contained in:
Asim Aslam
2021-06-02 11:38:56 +01:00
parent be790b28cc
commit 358de467cd
17 changed files with 513 additions and 0 deletions

12
sentiment/examples.json Normal file
View File

@@ -0,0 +1,12 @@
{
"analyze": [{
"title": "Analyze a piece of text",
"description": "Analyze and score a piece of text",
"request": {
"text": "whoa this is cool"
},
"response": {
"score": 1
}
}]
}