TD_SentimentExtractor Syntax ElementsRequired Syntax Elements for TD_SentimentExtractor - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
TextColumn
[Required] Specify the input column name that contains text for sentiment analysis.
Accumulate
[Optional] Specify the input table column names to copy to the output table.
AnalysisType
[Optional] Specify the analysis level - whether you want to analyze each document (default level) or sentence.
Priority
[Optional] Specify one of the following priorities for results:
  • None (Default): Provide all results the same priority.
  • Negative_Recall: Provide the highest priority to negative results, including those with lower-confidence sentiment classifications (maximizes number of negative results returned)
  • Negative_Precision: Provide the highest priority to negative results with high-confidence sentiment classifications
  • POSITIVE_RECALL: Provide the highest priority to positive results, including those with lower-confidence sentiment classifications (maximizes number of positive results returned).
  • Positive_Precision: Provide the highest priority to positive results with high confidence sentiment classifications.
OutputType
[Optional] Specify one of the following result types:
  • All (Default): Returns all results.
  • Pos: Returns only results with positive sentiments.
  • Neg: Returns only results with negative sentiments.
  • Neu: Returns only results with neutral sentiments.