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