get_phrase_frequency
Extract and count the most common multi-word phrases from text. Default bigrams, adjustable n and top-k results for pattern analysis.
Instructions
Most frequent n-grams (phrases). Default bigrams. Returns [{phrase, count}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| n | No | ||
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |