How to split strings contained in a text column of csv file into words

Ayushi_AggarwalAyushi_Aggarwal Member Posts: 6 Newbie
edited June 2019 in Help
As of now, I am reading a CSV file which has review(text), n1, n2, n3, overall (text) columns.
I am using select attributes to include only review column, which gives me an output in rapidminer of the form:
Row                                   Review
1                                        Poor service
2                                        There were torn seats

What i want to do is split the contents of Review column into individual words like : Poor, service, There, etc.
I am using Process documnets to data > Tokenize but somehow not getting the required output.

Please help.

Best Answers

Sign In or Register to comment.