src.dackar.utils.visualize

Functions

plotWordCloud(text[, save, name])

plot word cloud for given text

Module Contents

src.dackar.utils.visualize.plotWordCloud(text, save=False, name='wordcloud')[source]

plot word cloud for given text

Parameters:
  • text (str) – text of words to be plotted

  • save (bool, optional) – save plot to file if True. Defaults to False.

  • name (str, optional) – name for the plot file. Defaults to wordcloud.