mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 04:54:42 +00:00
update readmes
This commit is contained in:
12
sentiment/usage.md
Normal file
12
sentiment/usage.md
Normal 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
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user