AccumulateColumns |
ANY |
The specified InputTable column names copied to the output table. |
content |
VARCHAR |
The column contains the sentence extracted from the document. The column displays if you use Sentence as the AnalysisType. |
polarity |
VARCHAR |
The sentiment value of the result. Values are POS (positive), NEG (negative), or NEU (neutral). |
sentiment_score |
INTEGER |
The sentiment score of polarity. Values are 0 (neutral), 1 (higher than neutral), or 2 (higher than 1). |
sentiment_words |
VARCHAR |
The string that contains a total positive score, total negative score, and sentiment words with their polarity_strength and frequency enclosed in parenthesis. |