🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Java Security Blocks neccessary Objects - found no way to get around it.

User: "s1phscho"
New Altair Community Member
Updated by Jocelyn
Hi there,

Before i start, i can't select any category (like Knowledge Base) except Help for this Post. No Scriptblocker whatsoever running right now either.

So for my NLP Extension (Part-of-Speech-Taggers) i need to integrate the pre-made Taggers into Operators. When i try to initialize those Taggers, they get blocked, though. As far as i know there are the following solutions, of which none currently work for me:

  1. a SNAPSHOT Build. When i attempt to build RM from GitHub, i can't seem to find the installer jar mentioned in the documentation. Gradle tasks don't seem to help either.
  2. a rewrite in the Java Policy files. I assume you wouldn't want me meddling with those, especially when it comes to an extension.
  3. Running the Operator with Python. That kind of doesn't make sense to me, because the Taggers are mainly written in Java and have to be imported somewhere anyways.
So especially point 1 is interesting to me. Has the way of Building the Github-RM changed? Can you give me a walkthrough on how to do that?

Cheers,
Philipp

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "sgenzer"
    Altair Employee
    Accepted Answer
    Hello @s1phscho yes I am the community manager and yes, that is correct that normal members are only permitted to post in Help. This is on purpose. We rely on tagging to categorize our posts which you have done. 

    As for your NLP extension, are you following the documentation as written here?here: https://docs.rapidminer.com/latest/developers/ This will walk you thru step-by-step.

    Scott