The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to split a sentence by conjunction words in sentence?
HeikoeWin786
Member Posts: 64 Contributor I
in Help
Hi,
I want to split the sentence using split operator. But, not with regular expression.
I want the sentence to be split by conjunction words e.g. and, but, however, yet
E.g. The staff is bad, and the room is not good, but the food is great.
This sentence should split as
The staff is bad
the room is not good
the food is great
Can anyone suggest me how I can achieve this in rapidminer?
thanks a lot
I want to split the sentence using split operator. But, not with regular expression.
I want the sentence to be split by conjunction words e.g. and, but, however, yet
E.g. The staff is bad, and the room is not good, but the food is great.
This sentence should split as
The staff is bad
the room is not good
the food is great
Can anyone suggest me how I can achieve this in rapidminer?
thanks a lot
0
Answers