I am new to Azure services and just testing it out at the moment.
We are using cognitive services, specifically text analytics / sentiment detection to try and determine the sentiment of short phrases.
I am curious if there is some way to adjust the model being used for smaller amounts of text. Most of the text we are analyzing are about 140 characters long (short).
It seems like the sentiment analysis is tailored towards longer form text. Are there any options to set it to "short text" or to help train the model when we see "incorrect" analysis. I am just trying to find out if we can fine tune the service in any way.
Thanks in advance!