mirror of
https://github.com/kevin-DL/services.git
synced 2026-03-10 21:34:37 +00:00
182 B
182 B
Sentiment Service
The sentiment service provides rudimentary sentiment analysis on text
Usage
$ micro sentiment analyze --text "This is great"
{
"score": 1
}