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