find_long_words
Identify words longer than a given length in a text. Filter lengthy vocabulary for analysis or readability.
Instructions
Find words longer than a specified length.
Parameters:
text — Text to search for long words.
min_length — Minimum word length (default: 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| min_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |