How do I create multiple word clouds from an exampleset with multiple topics?

ccrj
ccrj New Altair Community Member
edited November 5 in Community Q&A
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)? 
Tagged:

Best Answer

  • Caperez
    Caperez Altair Community Member
    Answer ✓
    Hi @ccrj

    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.
    please check the attached sample process. 

    Cheers, 

    Cesar

Answers

  • Caperez
    Caperez Altair Community Member
    Answer ✓
    Hi @ccrj

    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.
    please check the attached sample process. 

    Cheers, 

    Cesar
  • ccrj
    ccrj New Altair Community Member
    Thanks Cesar! :smile: