extract_keywords
Extract the most frequent keywords from input text and return them with their frequencies as JSON.
Instructions
Extract keywords (most common words) from text.
Args: text: The input text count: Number of keywords to return (default 5)
Returns: JSON string with keywords and frequencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |