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
I need an operator like the inverse of Filter Stopwords (Dictionary) operator
Hi
Thanks for reading my post
I work on my master thesis and I find same my problem here in this link
He solve the problem by changing the code for filterstopword(dictionary)
I read the document "How to extend rapidminer"
I prepare the envirmonet by downloding Java and Eclipse Java Neon
I know now how to create my own operator but I don't know how to copy existing operator code and modify it ?
Thank you again
Tagged:
0
Answers
Have you checked out the Filter Stopwords by Dictionary operator? There you can provide a custom txt file for stopwords.
Thanks for replay
Yes, I checked it many times
The operator will filter out the document from the words in text file
I want the filter to filter the document from all words exepet the words inside the text file
the opposite what I need ..
Would Filter by Content help? It has an inverse condition. What about Filter by POS tags? That also has an inverse condition.
I try Filter by content but it is insufficient for my situation because the text file have tens of words
Filter by content will be good for very small number of expression
In Filter by POS tag ? I can't determine the words I want !
Thank you again for your help and yes plz if you have any suggestion tell me or if you know how I can reach the code ?
https://community.rapidminer.com/discussion/35707/creating-a-comparing-white-list-of-words-to-a-wordlist-from-a-data-mined-webpage