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