Currently, the output on the right is a bit barebones:
Cosmetic changes:
Emotion analysis result is a bit redundant, we probably don't need all that text there, we can just display the outputted emotions under a label like Emotions. Can also show pictures/emojis relating to each emotion in a table/grid (raised in #181)
Sentiment analysis of the text is: same thing, can get away with just Overall Sentiment:
Functional changes:
While testing pdf upload with long text, the sentiment has to make calls to getSummary to perform an extractive summary if the tokens exceeds 512 (around 400 words). This can take a long time, and the sentiment API call currently doesnt have a loading icon like the summary API call. It would be good if we could add one for sentiment too 👍
Any other ideas are welcomed, just think it would be better to simplify the UI. The less boilerplate text, the better (the more the user can look at the actual I/O)
Currently, the output on the right is a bit barebones:
Cosmetic changes:
Emotion analysis result
is a bit redundant, we probably don't need all that text there, we can just display the outputted emotions under a label likeEmotions
. Can also show pictures/emojis relating to each emotion in a table/grid (raised in #181)Sentiment analysis of the text is:
same thing, can get away with justOverall Sentiment:
Functional changes:
getSummary
to perform an extractive summary if the tokens exceeds 512 (around 400 words). This can take a long time, and the sentiment API call currently doesnt have a loading icon like the summary API call. It would be good if we could add one for sentiment too 👍Any other ideas are welcomed, just think it would be better to simplify the UI. The less boilerplate text, the better (the more the user can look at the actual I/O)