Required Syntax Elements for TD_Ngramsplitter - 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ā„¢
ON clause
Accepts the InputTable clause.

TD_Ngramsplitter takes one input table that contains the documents for which n-grams have to be generated.

TextColumn
Specify the name of the column that contains the input text. This column must have a SQL string data type.
Grams
Specify the length, in words, of each n-gram (that is, the value of n). A value_range has the syntax integer1-integer2, where integer1 is less than or equal to integer2. The values of n, integer1, and integer2 must be positive.