The result must provide classes list with probabilities sorted by descending probability value.
Something like this:
./build/sentimentd predict skynet "Tesla launched exciting cybetruck." | sort -k2 -nr
happiness: 0.259144
sadness: 0.128043
love: 0.125983
neutral: 0.118237
relief: 0.115504
worry: 0.083186
enthusiasm: 0.041336
hate: 0.039764
empty: 0.034112
surprise: 0.021621
fun: 0.018683
boredom: 0.010820
anger: 0.003530
sentiment: 0.000039
The result must provide classes list with probabilities sorted by descending probability value.
Something like this: