Is there an operator to include only listed text?
amyt
New Altair Community Member
Hello, I am new to RapidMiner. I have used the Filter Stopwords (dictionary) to exclude. Is there an operator that will do the opposite? Create a list of words that you want to identify and exclude everything else?
Thank you
Thank you
Tagged:
0
Answers
-
Hi @amyt - this is MarlaBot. I found these great videos on our RapidMiner Academy that you may find helpful:
Please LIKE my comment if it helps! 👇Instructional Video: Text Association Rules (Viewing time: ~10m) Instructional Video: Loading Text into RapidMiner (Viewing time: ~6m)
MarlaBot0 -
Sort of. If you have a wordlist you like to focus upon you just add this in to the 'wor' port of your 'process documents from data' operator.
This will only take the words in your list into consideration so you could consider this a filter.1 -
Hi @amytOr use the word list for Filter Tokens (Example Set) and invert the filter. That was the reason i've added this invert filter option - to allow white listings.BR,Martin0