Optional Syntax Elements for TD_SentimentExtractor - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Analytics Database
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-11-06
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢
ON clause
Accepts the CustomDictionaryTable, AdditionalDictionaryTable, and OutputDictionaryTable clauses.
Accumulate
Specifies the input table column names to copy to the output table.
AnalysisType
Specifies the analysis level to analyze each document or sentence.

Default: Document.

Priority
Specifies 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
Specifies 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.