word_length_distribution
Analyze any text to produce a histogram of word length distribution, showing how many words of each length appear.
Instructions
Analyze word length distribution with histogram data.
Parameters:
text — Text to analyze word length distribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |