Output - 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 output table has a row for each unique n-gram in each input document.

nGram Output Table Schema
Column Name Data Type Description
total_count_column INTEGER Total number of n-grams in the document. This column appears in the output table only if the value of the Total argument is 'true'.
accumulate_column VARCHAR Column from the input table. The output table can have many such columns.
ngram_column VARCHAR Generated n-grams.
numgrams_column INTEGER Length of n-gram in words (the value n).
count_column INTEGER Count of each unique n-gram in the document.