Input - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
The function has these input tables:
  • Input table
  • [Optional] Dictionary table

The following table describes the required input table columns. The table can have additional columns, but the function ignores them.

ExtractSentiment Input Table Schema
Column Name Data Type Description
text_column VARCHAR Text from which to extract sentiments.
accumulate_column Any Column to copy to the output table.

The following table describes the required first and second columns of the dictionary table. The table can have additional columns, but the function ignores them.

ExtractSentiment Dictionary Table Schema
Column Name Data Type Description
sentiment_word VARCHAR First column, containing the Sentiment word.
opinion_score INTEGER Second column, containing the opinion score for sentiment word.