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 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:1,635Unicorn
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 theCreate ExampleSetoperator to write yout list of 50 keywords and theProcess Documents
from DataandProcess Documentsoperators 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