🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"[SOLVED] Text mining on text attribute of a CSV?"

User: "wypee"
New Altair Community Member
Updated by Jocelyn
Sorry for this rather noob question. I am just getting started with RapindMiner by trying it on one of the Kaggle challenge that requires categorizing user comments as insulting/not-insulting. Now there is this input CSV with tens of thousands of entries of user comments but I notice that all of rapidminer text mining operators expect document. So, am I to split each row of the CSV as a file and then feed as a set of documents to rapidminer? That doesn't seem right. What is the right way of doing it?

Thanks in advance.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Andrew2"
    New Altair Community Member
    Hello wypee

    Use the Process Documents from Data operator. Before this you need to convert the type of the attribute containing the data you want to analyse to text. Use the Nominal to Text operator for this.

    regards

    Andrew
    User: "wypee"
    New Altair Community Member
    OP
    That's what I needed! Thanks a lot, Andrew.  :)