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
keyword-based text mining
Hello there,
I have a list of 50 keywords and want to analyze their occurence frequency in my dataset.
The general text mining process is not the problem. But I only want to analyze these 50 keywords.
How can I apply this?
Thank you very much in advance!
Tagged:
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
You just create a wordlist with those 50 words and then apply that specific wordlist (using the wordlist input port) for any subsequent document you are going to process.
2
Answers
Hi @seba77,
if I good understand, you can use use the Create ExampleSet operator to write yout list of 50 keywords and the Process Documents
from Data and Process Documents operators to filter all the others words from your document.
Here an example of process to adapt to your keywords and document :
Does this example of process answer to your need ?
Regards,
Lionel