unique_words
Count unique words and their frequencies in any text to understand vocabulary usage.
Instructions
Count and list unique words with their frequencies.
Parameters:
text — Text to extract unique words from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |