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
"Web:Enrich Data by Webservice"
Hi all,
I just started using RapidMiner. I absolutely like the toolkit, good work. My question is about the 'Web:Enrich Data by Webservice' operator. I'd like to call the Google Translate REST service from my process, using the value of my attribute named Content in the example set. I just cannot seem to figure out how to use this attribute in my url.. I tried:
https://www.googleapis.com/language/translate/v2?key=Arg4aSyA=<;attribute Content>&source=nl&target=en
And tried other variants.. nothing seems to work. Who can help me?
regards David
I just started using RapidMiner. I absolutely like the toolkit, good work. My question is about the 'Web:Enrich Data by Webservice' operator. I'd like to call the Google Translate REST service from my process, using the value of my attribute named Content in the example set. I just cannot seem to figure out how to use this attribute in my url.. I tried:
https://www.googleapis.com/language/translate/v2?key=Arg4aSyA=<;attribute Content>&source=nl&target=en
And tried other variants.. nothing seems to work. Who can help me?
regards David
Tagged:
0
Answers
(new URI(null, value, null)).toASCIString()
regards David
sorry for my late reply, we have been distracted by some urgent work. Could you please post a bugreport for this? I don't think this is an appropriate behavior of the operator
Greetings,
Sebastian