Tokenize operator of Text processing extension stopped working after upgrading to 7.3

User: "aliweb"
New Altair Community Member
Updated by Jocelyn

Screen Shot 2016-12-06 at 12.30.32 PM.png

 

This is a screenshot of the results tab, when putting a breakpoint after the 'Tokenize' operator. The input if a text attribute called 'description' and the output is the same plain attribute instead of the tokenized version.

 

Rapidminer Studio version 7.3, extension is also up-to-date (7.3.0)

 

It was working correctly when I was using Studio 7.0 . Is there a way to downgrade? Didn't find older versions on sourcefourge either.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "aliweb"
    New Altair Community Member
    OP
    Accepted Answer

    In my process I was reading from a mysql table and the column type in mysql was 'Text', but RapidMiner was seeing it as 'nominal' attribute. Now after using the nominal to text operator, it works.

     

    p.s: This was not an issue in version 7.0 as I was not using this type convertor operator.

    Thanks