I am just starting and need help understanding when/how to use a doc vs. example set.

SKeagleSKeagle MemberPosts:5Newbie
2019年1月编辑 inHelp
I am using an excel file with 9 columns with 4000 rows of reviews associated with 4 products. I can't get going on this and have gone over tutorials, but the first step is not clear. To use the tokenize, filter stop words, I need a doc.. but how do I get excel file to a doc?

Best Answer

Answers

  • SKeagleSKeagle MemberPosts:5Newbie
    Thanks - missed that one. just saw documents to data...
  • SKeagleSKeagle MemberPosts:5Newbie
    Martin - maybe I have an issue with my data set -- I am getting error expected document but received IOObject collection.
  • lionelderkrikorlionelderkrikor Moderator, RapidMiner Certified Analyst, MemberPosts:1,195Unicorn
    Hi@SKeagle,

    Connect yourRead ExceltoProcess Documents from Dataoperator.
    then put yourTokenizeetc. operator(s) inside this operator.

    Hope it helps,

    Regards,

    Lionel
Sign InorRegisterto comment.