"[SOLVED] Setting the parameters of TextMining Extension operator via java!"
I was trying to set a Parameter of an operator via java, so I can give the my trianed model a text file and it would classify it.
The operator is "Process Documents from Files", the parameter is "test directories" which contains "class name" and "directory"
I tried to follow the post http://rapid-i.com/rapidforum/index.php/topic,5807.0.html, but I didn't find the class name in the OperatorCore.xml
So, where can I find the classes related to the parameters of text mining extension .
My second question is, the parameter has 2 sub parameters "class name" and "directory". So, how to set them? using dot or under score or what?
Note: the process is already running correctly in Rapid-miner, and now I deleted the parameter values and I am tried to set them via java.
Any help or tips are appreciated,
The operator is "Process Documents from Files", the parameter is "test directories" which contains "class name" and "directory"
I tried to follow the post http://rapid-i.com/rapidforum/index.php/topic,5807.0.html, but I didn't find the class name in the OperatorCore.xml
So, where can I find the classes related to the parameters of text mining extension .
My second question is, the parameter has 2 sub parameters "class name" and "directory". So, how to set them? using dot or under score or what?
Note: the process is already running correctly in Rapid-miner, and now I deleted the parameter values and I am tried to set them via java.
Any help or tips are appreciated,