About Sentiment Analysis #18
Answered
by
shahriar-rahman
HasiburFahim
asked this question in
Q&A
-
Hey Shahriar, are we planning on doing Sentiment or any Text processing? |
Beta Was this translation helpful? Give feedback.
Answered by
shahriar-rahman
Jul 18, 2023
Replies: 1 comment 4 replies
-
I'm planning on it, but need to complete the base model first. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Best to start with the Sentiment Analyzer from nltk, the idea is to analyze the reviews and amalgamate the data into a hybrid score, which, in theory, should boost the performance.
Another start will be Spacy, which is a popular text processing package.
Here are the links:
https://pypi.org/project/nltk/
https://pypi.org/project/spacy/