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
Language Optional Specifies the language of the input text:
  • 'en': English (default)
  • 'zh_cn': Simplified Chinese
  • 'zh_tw': Traditional Chinese

If UseTokenizer specifies 'true', then the function uses the value of Language to create the word tokenizer.

Rules Optional Specifies the tag names and tagging rules. Use this argument if and only if you do not specify a rules table. For information about defining tagging rules, refer to Defining Tagging Rules.
Tokenize Optional Specifies whether the function tokenizes the input text before evaluating the rules and tokenizes the text string parameter in the rule definition when parsing a rule. If you specify 'true', then you must also specify the Language argument. The default value is 'false'.
OutputByTag Optional Specifies whether the function outputs a tuple when a text document matches multiple tags. The default value is 'false', which means that one tuple in the output stands for one document and the matched tags are listed in the output column tag.
TagDelimiter Optional Specifies the delimiter that separates multiple tags in the output column tag if OutputByTag has the value 'false' (the default). The default value is the comma (,). If OutputByTag has the value 'true', specifying this argument causes an error.
Accumulate Optional Specifies the names of text table columns to copy to the output table.
Do not use the name 'tag' for an accumulate_column, because the function uses that name for the output table column that contains the tags.