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
Problem with sentiment analysis
regina_moser
Member Posts: 4 Learner III
I've got a problem with the Sentiment Analysis by Aylien. I chose the Read Excel Operator and the Analyze Sentiment Operator but it doesn't work. You can see my problem in the screenshot. Maybe anyone already had the same problem and can help me.
Thanks a lot.
Regina
Tagged:
0
Best Answer
-
Thomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn
The warning is telling you that the data you are passing from Read Excel operator to the Analyze Sentiment operator is not in document form (i.e. DOC). You will likely need to use a Data to Documents operator betwen the two.
2
Answers
hello @regina_moser welcome to the community! I'd recommend posting your XML process here (see https://youtu.be/KkgB5QXWXJ8 and "Read Before Posting" on right when you reply) and attach your dataset. This way we can replicate what you're doing and help you better.
Scott
Thank you @Thomas_Ott. I added the Operator you recommended to me but now when I run the process it works until the Analyse Sentiment Operator but it doesn't finish. When I end the process I get the message you can see in the Screenshot. Maybe you can help me one more time?
Thank you in advance.
That might because of something on the Aylien side. Not sure what the warning means, did you use up all your API limit?
Hello @sgenzer I followed the tutorial you recommended to me. Here's my XML process.
Maybe you can help me now?
thank you in advance.
Best regards,
Regina
hmm that's not valid XML code. Did you just copy and paste the whole thing once? Maybe please try again?
Scott
Don't select the process, copy and paste. Enable your XML view, then select the actual XML code, copy and paste here.
I finally managed it to quit the process successfully.
Now I have one more question, is it possible to make an excel export from the results?
I've got IOObjectCollection as a result.
Thank you in advance & best regards,
Regina
hi @regina_moser - sure you can. Just use Documents to Data, followed by Write Excel.
Scott