analyze_word_frequency
Word Frequency Analyzer — Analyse word frequency distribution in a text or document file. [category: analyze]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Text or document file | |
| text | No | Direct text input. Provide either file or text. | |
| topN | No | How many top words to return. | |
| exclude | No | Comma-separated words to exclude from the count. |