I have an exampleset that contains 10 topics, and each topic contains 20 words (200 examples total). Refer to the attached file for the exampleset. How do I create 10 different word clouds (1 for each topic) of 20 words (associated with each topic)?
A possible solution is to use the loop values operator with your dataset and separate it into a subsets per topic and apply the wordcloud to each topic.
A possible solution is to use the loop values operator with your dataset and separate it into a subsets per topic and apply the wordcloud to each topic.
A possible solution is to use the loop values operator with your dataset and separate it into a subsets per topic and apply the wordcloud to each topic.