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
hello,
im currently doing sentiment analysis using rapidminer all the process have run successfully, but my questions is based on the result i want to produce count of sentiment for certain words based on my data. let say i want to know how many the word "location" appear and how much is the positive and negative sentiment for it based on another factor let say "university". what i mean is that i have an attribute university and i want to know for each university how many is the count of sentiment for the word location. is this possible to do? because when I use visualisation, if i want to know the count for location and let say also the word cost it will give me the same total for both word and i think it doesnt seem valid. can anyone help me how can i figure out this or how to properly plot the visualisation to get the right total count.
0
Answers
yes this should be possible. Could you please share the process XML with us to look closer into the process?
Have you tried to use the Aggregate Operator and and group by the university?
Thank you & best regards
The only changes I made were adding a Declare Missing Values Operator for 0, and than aggregate per University and Sentiment using aggregation function " count (ignore missing)"