mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +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
}