The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

[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.