Rosette connection type is missing in RapidMiner 9.8
Qiens
New Altair Community Member
I am a new RapidMiner user. I 've just installed RapidMiner Studio and Rosette Text Analytics extension. But when I tried to make a new connection, I didn't find Rosette Connection type in "Create a new connection" dialog box.
Tagged:
0
Answers
-
Yep, got the same problem.
Have you already found a solution?
0 -
this might help you
Create a connection file located here:
~/.RapidMiner/configurable-Rosette.xml
Then add the following content.<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<Rosette name="Rosette Cloud">
<permittedGroups/>
<Alternate_URL>https://api.rosette.com/rest/v1</Alternate_URL>
<API_KEY>YOUR_KEY_GOES_HERE</API_KEY>
</Rosette>
</configuration>0