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