Skip to main content

Generate Word Cloud

Command description

Extracts frequently occurring words from text and returns weighting data or generates a word-cloud image.

Command Input Parameters

input parametersInput parameter typeDescription
Textstr or list
Excluded WordsstrWords to exclude, separated by commas or spaces
TypeenumData, Image
Image PathstrFull path for the generated word-cloud image. Required when Type is Image

Command Output Parameters

Output parametersOutput parameter typeDescription
Weight DatadictWord-to-weight map. Output only when Type is Data

Example