-
PersCom: Hanneke: Automatic coding/help with coding this content. Things that could be coded automatically are likes/comments/tone of comments
-
- [x] get a working algorithm for sentiment analysis
- [x] develop a good algorithm for bias analysis
-
What's the state of the art in terms of sentiment dictionaries
-
Most sentiment analysers have subjective scores e.g. textblob
is there a way to incorporate this into vader sentiment?
what about training new data?
-
I keep getting an error that TwitterAxe cannot be found. Its very strange because I have installed all the requirements.txt and pip installed stocktalk -- all in a virtualenv. All paths look correct…
-
Hello all,
I am new to sentiment analysis and vader.
I have the following tweets:
tweet1=["@ComfortablySmug: \"I'm just saying millennials dont count as people & should be jailed\"\n\"Wro…
-
The normalizer at https://github.com/nltk/nltk/blob/develop/nltk/sentiment/vader.py#L107 is not exactly normalizing the inputs to give an output bounded by [-1.0, 1.0] as reported in the docstring. Gi…
-
I'm having trouble using the latest 0.22.0 version of google-cloud-language
I'm trying this sample, as shown in the docs: [Annotating documents](https://googlecloudplatform.github.io/google-cloud-r…
-