The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum 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