TextMorph Arguments - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
WordColumn
Specify the name of the input table column that contains the words.
POSTagColumn
[Optional] Specify the name of the input table column that contains the part-of-speech (POS) tags of the words, output by the function POSTagger.

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

SingleOutput
[Optional] Specify whether to output only one morph for each word. If you specify 'false', the function outputs all morphs for each word.
Default: 'true'
POS
[Optional] Specify the parts of speech to output. A pos can be 'noun', 'verb', 'adj', or 'adv'. Specification order is irrelevant; this is the order of precedence: 'noun', 'verb', 'adj', 'adv'. 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.
Default: All parts of speech
Accumulate
[Optional] Specify the names of the input columns to copy to the output table.