-
Notifications
You must be signed in to change notification settings - Fork 620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Amend sentiment.md #1357
Comments
The sentiment analysis is done with Lexicons, and there are three type of possible lexicons for each language:
In sentiment analysis usually you look for a classification into 3 classes: negative, neutral and positive. So if the score is negative, then the sentiment is negative; if the score is 0, then the sentiment is neutral; if the score is positive, then the sentiment is positive. The result of the sentiment analysis indicates the type of lexicon used in the property type. Example of response of the sentiment analysis:
To understand better AFINN I recommend the lecture of the original paper from Finn Årup Nielsen: To understand the accuracy between different methods of lexicon sentiment analysis, In NLP.js there are two main improvements: negations and calculation of the stem of words. I hope you enjoy the reading |
Here is something I am running into: Senticon is returning a score greater than 1. |
In my previous comment: "score will contain the total score for the sentence calculated with the lexicon" |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Currently there isn't a reference for the absolute min and max sentiment score after processing.
Describe the solution you'd like
A clear and concise description of what you want to happen.
Can you provide the scale of sentiment in the sentiment.md file. For example: -1 -> 1
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: