find_long_words
Extract words exceeding a minimum length from a given text. Specify the threshold to filter long words.
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 |