generate_char_ngrams
Generate character-level n-grams from text. Specify the n value (default 3) to produce fixed-length substrings for analysis tasks like classification or spelling correction.
Instructions
Generate character-level n-grams from text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |