Arguments - 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
Argument Category Description
WordColumn Required Specifies the name of the input table column that contains the words.
POSTagColumn Optional Specifies the name of the input table column that contains the part-of-speech (POS) tags of the words, generated by the function POSTagger.

If you specify this argument, the function outputs each morph according to its POS tag.

SingleOutput Optional Specifies whether to output only one morph for each word. The default value is 'true'. If you specify 'false', the function outputs all morphs for each word.
POS Optional Specifies the parts of speech to output. A pos can be 'noun', 'verb', 'adj', or 'adv'. Specification order is irrelevant; the order of precedence is: 'noun', 'verb', 'adj', 'adv'. By default, the function outputs all parts of speech.

If you specify this argument and SingleOutput ('true'), then the function outputs only the first pos.

The function does not determine the part of speech of the word from its context, it uses all possible parts of speech for the word in the dictionary.
Accumulate Optional Specifies the names of the input columns to copy to the output table.