Sentiment analysis for all standard spacy language models #12655
Closed
thomasdhuw
started this conversation in
Language Support
Replies: 1 comment
-
spacytextblob is a third-party package, and they appear to support mainly only English, and French and German via extensions. SpaCy models are very task-dependent and do not come with sentiment analysis out-of-the-box, so I would suggest looking around for other third-party packages that can do this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was hoping to perform sentiment analysis against a variety of languages that spacy supports.
It works fine with english - I followed the example from https://spacy.io/universe/project/spacy-textblob
I was hoping that I could load a different language model and it would work out of the box, but it doesn't appear to. All scores come back as 0 for non-english models.
Is there a way I can have sentiment analysis on all the standard models (e.g. en_core_web_md and fi_core_news_sm and it_core_news_sm, etc)?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions