extract_rake_keywords
Extract multi-word key phrases from text using the RAKE algorithm. Identify top topics by specifying the number of keywords to return, with a default of 10.
Instructions
RAKE keyword extraction (Rapid Automatic Keyword Extraction). Finds multi-word key phrases.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |