-
Notifications
You must be signed in to change notification settings - Fork 532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Alchemy Language] CombinedResults missing Emotion #545
Comments
@germanattanasio can you help check this one? from the api reference, combined-call method should support emotion with "doc-emotion", which not working now. |
The service was deprecated Josep can you use natural language understanding
?
…On Tue, Mar 7, 2017 at 8:04 PM josepmao ***@***.***> wrote:
@germanattanasio <https://github.com/germanattanasio> can you help check
this one? from the api reference, combined-call method should support
emotion with "doc-emotion", which not working now.
There is no emotion in class CombinedResults at all
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#545 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AATHRXZrhwoRXLtAifFjBKwSYWq_3CO7ks5rjf6lgaJpZM4LwMoQ>
.
|
get it. Thanks @germanattanasio for the info |
Thanks @germanattanasio. We can close this issue as OBE |
I'm going to leave it open and see if someone can actually add emotion. it should be an easy fix but it's not a priority now |
According to https://www.ibm.com/watson/developercloud/alchemy-language/api/v1/#combined-call one can get the emotion analysis via the Combined Calls method, but the CombinedResults object returned by AlchemyLanguage#getCombinedResults does not have a method to get the emotion analysis results.
I am using java-sdk 3.5.3
The text was updated successfully, but these errors were encountered: