You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sentiment for language 'ms' always return neutral. After checking the code, I realised the right file was not reuquired in sentiment_ms.js file. The following screenshots show the initial code and the right code that works after modification.
This is the initial code. As you can see, SentimentId simply requires the whole lang-id folder.
After requiring the specific file, the sentiment for language 'ms' is working fine.
I hope this bug is fixed as soon as possible. Thanks.
The text was updated successfully, but these errors were encountered:
The sentiment for language 'ms' always return neutral. After checking the code, I realised the right file was not reuquired in sentiment_ms.js file. The following screenshots show the initial code and the right code that works after modification.
This is the initial code. As you can see, SentimentId simply requires the whole lang-id folder.
After requiring the specific file, the sentiment for language 'ms' is working fine.
I hope this bug is fixed as soon as possible. Thanks.
The text was updated successfully, but these errors were encountered: