vader Questions
2
Solved
I'm stuck in sentiment analysis and I found Vader solution which is the best I could find so far. My issue is that I don't find any doc on how to feed it with languages other than English.
Convulse asked 24/7, 2017 at 8:1
2
I'm using the Vader SentimentAnalyzer to obtain the polarity scores. I used the probability scores for positive/negative/neutral before, but I just realized the "compound" score, ranging from -1 (m...
Vagary asked 30/10, 2016 at 4:15
1
Solved
2
Solved
I would like to add words to the vader_lexicon.txt to specify polarity scores to a word. What is the right way to do so?
I saw this file in AppData\Roaming\nltk_data\sentiment\vader_lexicon. The f...
Comment asked 8/11, 2016 at 7:34
2
I know you can add your own words by manually adding them to the vader_lexicon.txt file. I was wondering if there was another way that you can do it in the python code as I don't want people who us...
Fathead asked 16/4, 2018 at 17:57
1
Solved
My text is derived from a social network, so you can imagine it's nature, I think text is clean and minimal as far as I could imagine; after performing following sanitization:
no urls, no usernam...
Envelop asked 25/7, 2017 at 7:41
1
© 2022 - 2024 — McMap. All rights reserved.