Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author | user:1234 user:me (yours) |
| Score | score:3 (3+) score:0 (none) |
| Answers | answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections | title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status | closed:yes duplicate:no migrated:no wiki:no |
| Types | is:question is:answer |
| Exclude | -[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with sentiment-analysis
Search options not deleted user 123071
Sentiment analysis refers to categorizing some given data as to what sentiment(s) it expresses. Usually, it refers to extracting sentiment from a text, e.g. tweets or blog posts.
0 votes
0 answers
41 views
Which steps are involved in sentiment analysis with Huggingface Transformers?
I want to perform a sentiment analysis of a dataset of (Spanish) tweets about COVID-19 vaccines. I've already scraped the tweets and identified a pretrained model I can use for Spanish. What I don't r …
1 vote
0 answers
380 views
Is it possible to fine-tune a (Spanish RoBERTa) model for a different task?
I'm doing sentiment analysis of Spanish tweets. After reviewing some of the recent literature, I've seen that there's been a most recent effort to train a RoBERTa model exclusively on Spanish text. It …
2 votes
1 answer
240 views
Can I use a pre-trained model for sentiment analysis/text classification of unlabelled data?
I'm planning on working on a project where I'll have a large collection of tweets about coronavirus vaccines. None of the tweets will have a label (e.g. positive, neutral, negative). Therefore I won't …