TD_SentimentExtractor Output - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
Language
English (United States)
Last Update
2024-04-03
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905

Output Table Schema

Column Data Type Description
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.

Output Dictionary Table Schema

Column Data Type Description
sentiment_word VARCHAR The column that contains the sentiment word.
polarity_strength INTEGER The column that contains the strength of the sentiment word.