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
Answers
My brute force solution:
* You need to use TextObject2ExampleSet to get ExampleSet. After that work on attribute, which contains text.
* finaly you use ValueIterator and SingleTextObjectInput to get back a TextObject
Regards,
skarab
unfortunately not in RapidMiner 4.x. Originally the TextObject was only made for simpler API access on RapidMiner, so many functions where missing, which are just a line away in Java. With RapidMiner 5 and the upcoming TextProcessing Plugin there the TextObject, now named Document, is the central object during text processing and hence there is an operator for replacement.
Greetings,
 Sebastian