unique_words
Extract and count unique words in a text, returning each word with its frequency.
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 |