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
[SOLVED] How to prevent some words to be stemmed?
Hello,
I am having some problems with the Stem operator. It looks like the operator is stemming some brand names which contain a dictionary word in it. The result of that is that my text classification model is not as accurate as I think it would be if the brand name is maintained as it is.
Is there any way I can apply the stemm operator to all words except from some?
Thanks a lot for any tip in the right direction, I am pretty new with RapidMiner so excuse me if this is some basic question.
Thanks again.
I am having some problems with the Stem operator. It looks like the operator is stemming some brand names which contain a dictionary word in it. The result of that is that my text classification model is not as accurate as I think it would be if the brand name is maintained as it is.
Is there any way I can apply the stemm operator to all words except from some?
Thanks a lot for any tip in the right direction, I am pretty new with RapidMiner so excuse me if this is some basic question.
Thanks again.
Tagged:
0
Answers
you could replace the brand names before stemming by something which will not get stemmed, and rename them back afterwards. Have a look at the process below on how to prevent a brand name called "testing" from being stemmed.
Best,
Marius