~dricottone/afinn-demo

Demo of sentiment analysis with AFINN

refs

dev
browse  log 

clone

read-only
https://git.dominic-ricottone.com/~dricottone/afinn-demo
read/write
git@git.dominic-ricottone.com:~dricottone/afinn-demo

You can also use your local clone with git send-email.

#AFINN demo

A demo of sentiment analysis using AFINN. Purposefully written in multiple languages, to demonstrate the differences between R (i.e. TidyVerse) and Python (i.e. Pandas and company) for projects like this.

Will return to this... eventually. Just committing and publishing what I have for now.

#License

I share the contents of this repository under the BSD 3 clause license.

The AFINN file has its own license terms and must be downloaded interactively. Specifically, try:

$ R
> library(tidytext)
> get_sentiments("afinn")