# Sentiment Service The sentiment service provides rudimentary sentiment analysis on text ## Usage ``` $ micro sentiment analyze --text "This is great" { "score": 1 } ```