Command description
Extracts frequently occurring words from text and returns weighting data or generates a word-cloud image.
| input parameters | Input parameter type | Description |
|---|
| Text | str or list | |
| Excluded Words | str | Words to exclude, separated by commas or spaces |
| Type | enum | Data, Image |
| Image Path | str | Full path for the generated word-cloud image. Required when Type is Image |
Command Output Parameters
| Output parameters | Output parameter type | Description |
|---|
| Weight Data | dict | Word-to-weight map. Output only when Type is Data |
Example