get_word_frequency
Extract the most frequent words from any text, excluding common stopwords, and view their counts. Specify how many top words to return.
Instructions
Most frequent words excluding stopwords. Returns [{word, count}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |