Files
services/sentiment/README.md
2021-02-27 21:46:28 +00:00

13 lines
182 B
Markdown

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