Skip to content
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

Request for sentiment scoring example #43

Closed
snvv opened this issue May 12, 2024 · 1 comment
Closed

Request for sentiment scoring example #43

snvv opened this issue May 12, 2024 · 1 comment

Comments

@snvv
Copy link

snvv commented May 12, 2024

Hello
It would be very helpful to provide an example for sentiment scoring.
I have to create a dictionary for sentiment analysis using txt_sentiment function.
Thank you

@jwijffels
Copy link
Contributor

If you have a supervised dataset with texts with positive/negative connotations, you can build a classification model with this R package and use the embeddings to find similarity of these to being positive/negative.
If you don't have supervised dataset, you can use this R package to build wordvectors and find similarities to a small set of words which are positive/negative to construct your dictionary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants