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. |