mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
add the sentiment service
This commit is contained in:
12
sentiment/examples.json
Normal file
12
sentiment/examples.json
Normal 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
|
||||
}
|
||||
}]
|
||||
}
|
||||
Reference in New Issue
Block a user