TD_Ngramsplitter Output - 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ā„¢

Output Table Schema

The table has a row for each unique n-gram in each input document.

Column Name Data Type Description
totalcnt INTEGER Total number of n-grams in the document. This column appears in the output table only if the value of the OutputTotalGramCount argument is 'true'.
Accumulate_columns ANY Column copied from input table. The output table can have many such columns.
Ngram VARCHAR Generated n-grams.
N INTEGER Length of n-gram in words (value n).
frequency INTEGER Count of each unique n-gram in the document.