TD_SentimentExtractor Output - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2024-04-06
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢

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.