Options

[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

  • Options
    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
  • Options
    VineetVineet Member Posts: 16 Contributor II
    Thank You Marius!!!
Sign In or Register to comment.