Rosette connection type is missing in RapidMiner 9.8

QiensQiens Member Posts: 1 Newbie
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.

Answers

  • TobiTeeTobiTee Member Posts: 11 Contributor I
    Yep, got the same problem.
    Have you already found a solution?
  • TobiTeeTobiTee Member Posts: 11 Contributor I
    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>
Sign In or Register to comment.