Sign inSign up

danielpilla/qlik-cloud-sentiment

By danielpilla

Updated over 3 years ago

A sentiment service to be used with the Advanced Analytics connector.

Image
0

100

danielpilla/qlik-cloud-sentiment repository overview

Port is 3051. POST to /sentiment. Body should be an array such as:

[
        {
            "text": "wow, this is great!",
            "score": "all"
        },
        {
            "text": "this stinks!",
            "score": "all"
        }
]

score can be:

'all' - returns all values pipe delimited
'pos' - the positive score
'neg' - the negative score
'neu' - the neutral score
'compound' - the compound score

Tag summary

Content type

Image

Digest

sha256:dee92c3cc

Size

50.1 MB

Last updated

over 3 years ago

docker pull danielpilla/qlik-cloud-sentiment:initialpush