I am using IBM Watson to get sentiments of social media texts. But many of these texts are just emojis. Currently, I am not able to get any sentiment for emojis. I get unsupported text language error. Is there anyway to get the sentiments for emojis using Watson NLU?
{
"language": "unknown",
"error": "unsupported text language: unknown",
"code": 400
}