Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

[SOLVED] Need to display exampleID in the output example set

VineetVineet Member Posts: 16 Contributor II
edited November 2018 in Help
Hello.
I am processing an example set from an excel file and i need to tokenize each word.
My additional requirement is that i need to display the input example's id in the output example set of Process Documents from Data operator.
Please respond.
Thanks!!

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Well, just create a document id before applying the Process Documents operator, or, if the id already exists in the data, use Set Role to set the id role explicitly on your id attribute.

    Best regards,
    Marius
  • VineetVineet Member Posts: 16 Contributor II
    Thank You Marius!!!
Sign In or Register to comment.