update readmes

This commit is contained in:
Asim Aslam
2021-05-08 17:58:58 +01:00
parent 45370bc04b
commit d3632fe6b5
23 changed files with 300 additions and 947 deletions

12
sentiment/usage.md Normal file
View File

@@ -0,0 +1,12 @@
# Sentiment Service
The sentiment service provides rudimentary sentiment analysis on text
## Usage
```
$ micro sentiment analyze --text "This is great"
{
"score": 1
}
```