generate_word_cloud: Generate word cloud visualization
Description
Creates a simple word cloud visualization from the input text, showing the most
frequent words with size proportional to their frequency.
Usage
generate_word_cloud(text)
Value
A plot object containing the word cloud visualization
Arguments
- text
Character string containing the text to visualize