generate_char_ngrams
Extract character-level n-grams from text to analyze patterns, structure, or prepare data for text processing tasks.
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 |