Optional Syntax Elements for TD_TextMorph - Analytics Database

Database Analytic Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-04-01
dita:mapPath
gjn1627595495337.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
jmh1512506877710
Product Category
Teradata Vantageā„¢

The following elements are optional when using TD_TextMorph

POSTagColumn
Specify the name of the input table column that contains the part of speech (POS) tags of the words.

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

Maximum 1 column is allowed.

POSTagColumn supports only English language with LATIN or UNICODE characters input.
SingleOutput
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
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
Specify the names of the input columns to copy to the output table.
  • Maximum 2043 names are allowed (with POSTagColumn argument)
  • Maximium 2044 names are allowed (without POSTagColumn argument)