The RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent licensing related requests from Students/Faculty members, please use the Altair academic forum here.
Problem with sentiment analysis
regina_moser
Member Posts: 4 Contributor I
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