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
Synonym Lexicon
Hello,
Is it possible to have synonyms detection during the pre processing phase, I could not find any operators which could facilitate this. If this isn't possible in the current rapidminer implementation, how can one extend rapidminer to do so?
Best Regards,
Bhavya
Is it possible to have synonyms detection during the pre processing phase, I could not find any operators which could facilitate this. If this isn't possible in the current rapidminer implementation, how can one extend rapidminer to do so?
Best Regards,
Bhavya
0
Answers
if you have a static synonym dictionary, you might use the Dictionary operator. You might specify there, which character sequence will be translated to witch target sequence for unifying multiple synonyms.
If you want to find these synonyms automatically, you will have to implement your own operator, since we don't support this yet.
We will publish a white paper for developing RapidMiner 5 extensions shortly. It will give detailed instructions for how to do things. If you need to implement this urgently, you should have a look in the source code and use some operators as example.
If you want to develop for RapidMiner 4.x, what I could not recommend, there's a description in the manual.
Greetings,
 Sebastian