Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Splitting text into sentences
I have a document containing reviews. Each review has an Review_ID. I like to split the reviews up into sentences and write these sentences to a table. The tables has 2 fields, 1 containing the sentences and the other field contains the Review-ID. Is that possible and do I do this?
At the moment I got a simple model that reads the excel file andtokenize it into sentences. But this puts the sentences in a table and counts the frequencies of each sentence. De wordlist puts the sentences in a field but I don't have the review_ID. So I like to write the sentences to a field matching the Review-Id.
Regards,
Arno
Tagged:
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,528 RM Data Scientist
Did you try the Split operator? Might help.
~Martin
- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany0
Answers
Hi Martin, Thanks. That works fine!