我怎么能访问com.rapidminer.operator.text.Document in Java?

DekwoKybonDekwoKybon MemberPosts:9Contributor II
edited December 2018 inHelp

Hi all,

my process outputs JSON with theData to JSONfrom the Text Processing Extension/Plugin.

I want tocastthe outputioResult.getElementAt(0)to thiscom.rapidminer.operator.text.Documentso I can access the JSON string.
I can't perform that cast because the class is not known. I don't have the jar files apparently (Intellij can't find it).

Whatgradle dependenciesshould be added so I can access code that is added as an extension/plugin to Rapidminer Studio?

Or is there another solution to this problem?


Kind regards,

Wouter

Best Answer

    Sign InorRegisterto comment.