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

"Regarding Text Operator"

ratheesanratheesan Member Posts: 68 Maven
edited May 2019 in Help
Hi,

I have an excel sheet which contains large number of rows and single columns of text data. I would like to classify these records. I think we cant apply tokenizer and other text operator in ExcelExampleSource. Is there any operator which converts example set into text document?

Thanks,
Ratheesan

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    you might change the type of nominal attributes to text and then use the ExampleSetTextInput operator. It will then use the content of the text attributes for building the word vector.

    Greetings,
      Sebastian
  • sudheendrasudheendra Member Posts: 22 Maven
    Hi Sebastain,

    I am using Rm 4.6. I am not able to find out the " ExampleSetTextInput " operator. Is it avaliable in Beta version?

    Thanks,
    Sekhar
  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    sorry, that was my fault. The operator is called StringTextInput in the 4.x versions. It's part of the text plugin.

    Greetings,
      Sebastian
Sign In or Register to comment.