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
Execute Script Operator output
Hello,
I am very new to Rapidminer. I am developing a text classifier. It requires a spell correction module which is not present in my Rapidminer version. I am trying to write a script to do that using Execute Script operator. The input to the script operator is connected from the filter documents operator. My question is, I do not have example sets to work on. I understand that I can use input ports to get the input from . How will I output the data as a document.? Could you please share some thoughts.
Thanls,
Preethy
I am very new to Rapidminer. I am developing a text classifier. It requires a spell correction module which is not present in my Rapidminer version. I am trying to write a script to do that using Execute Script operator. The input to the script operator is connected from the filter documents operator. My question is, I do not have example sets to work on. I understand that I can use input ports to get the input from . How will I output the data as a document.? Could you please share some thoughts.
Thanls,
Preethy
0
Answers
have a look at the following: working on documents, the IOObject class is com.rapidminer.operator.text.Document instead of ExampleSet.
Regards,
Marco