The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

how can I use rapidminer to do content analysis?

iwuejsiwuejs Member Posts: 1 Learner I
For example word frequency list, themes, co-occurrence of words 

Answers

  • rjones13rjones13 Member Posts: 204 Unicorn
    Hi @iwuejs, I would look into the Text Mining course on the RapidMiner Academy:
    https://academy.rapidminer.com/learn/course/text-and-web-mining-with-rapidminer

    Also look into the Text Processing extension on the Marketplace and also install the Operator Toolbox.

    In particular it sounds like you'll want to be using something like Process Documents or a similar operator to generate the word frequency list - you could also do some stemming and transform case here. For themes, I would look into topic analysis (we have a couple of LDA method operators). Co-occurrence of words sounds like you will need to generate n-grams.

    Hope this helps!

    Best,

    Roland
Sign In or Register to comment.