dricottone / afinn-demo

Demo of sentiment analysis with AFINN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

Demo of sentiment analysis with AFINN

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:R 38.3%Language:Makefile 34.0%Language:Python 27.7%