~dricottone/afinn-demo

ref: 95c5b788167b0f77b739387a1b589d92ce1f8f5b afinn-demo/README.md -rw-r--r-- 552 bytes
95c5b788Dominic Ricottone Added README 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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")
```