🎉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

Remove Numeric and other data from Text Mining

User: "aks"
New Altair Community Member
Updated by Jocelyn
Hi, I am new user to RP. I have imported a file for sentiment analysis. It is a financial file, I want to remove the number ($, 0, 1, ..9) from the loaded file. Which operator should I use? Thanks in advance.

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "aks"
    New Altair Community Member
    OP
    RP(Rapidminer Platform)
    User: "kayman"
    New Altair Community Member
    Use the replace token operator.

    If you click the edit icon and then the drop down you have a few pre-selections, usually the punctuation character (replace with spaceor so) works fine in these cases, you may want to add the number range 0-9 also if it's needed



    User: "Telcontar120"
    New Altair Community Member
    You can also just use the Replace operator on the text before tokenizing and remove [0-9]+ from the attribute(s) in question.