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
Contributor I
Answers
execute process is meant to execute other RapidMiner processes.
The easiest way to integrate Java code into RapidMiner is to implement the new functionality as an operator in a custom extension. That requires knowledge of java programming and is described in our whitepaper How To Extend RapidMiner. It is freely available at http://rapid-i.com/content/view/306/233/lang,en/ .
You can probably use one of the stemming operators from the text mining extension as a base.
Best regards,
Marius
thx