mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
13 lines
182 B
Markdown
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
|
|
}
|
|
```
|