Output - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software
ExtractSentiment Output Table Schema
Column Name Data Type Description
accumulate_column Same as in input table Column copied from the input table.
out_content   This column appears only for Level ('SENTENCE), and contains the sentence.
out_polarity   Depends on the value of out_content:

If out_content is NULL: nothing

If out_content is an empty string: UNKNOWN

Otherwise: POS (positive), NEG (negative), or NEU (neutral)

out_strength   Strength of output_polarity:
output_polarity out_strength Strength
POS 0 Neutral
NEG 1 Higher than neutral
NEU 2 Higher than 1
Other Nothing  
out_sentiment_words   This column appears only when the function uses a dictionary model, and contains all sentiment words in the document or sentence.