TextMorph Syntax Elements - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.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 (ML Engine).

If you specify this syntax element, 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 syntax element 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.