Should be an Easy one.... (ExampleSet to Document)
So I am brand new to rapidminer, and generally data analytics, (especially at this level)
I have a data set loaded into the repository and dropped onto the process window. I would like to tokenize one of the attributes, but need to turn it into a "document" inorder for the tokenize function to work. I have tried all of the data to document functions and cannot get it to output a document as expected. What am I missing.
Here is a screen shot of my data, (post selected attribute)
and one of my complete process (not working)
Thank you so much for your help.
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist
Hi,
the trick is the Process Documents from Data operator. All of your tokenizing etc. need to be put inside. Be sure to mark your attributes as text (with Nominal To Text).
~Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers
Thanks. That worked like a charm. I knew I was missing something.
I appreciate you!