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