get_phrase_frequency
Analyze text to identify and count the most common phrases (n-grams), helping users discover key patterns and frequently used word combinations in documents.
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 |