-
I install as suggested in your GitHub page (also tested on Google Colab) but there is a problem with the Finnish language
from afinn import Afinn
afinn = Afinn(language = 'fi')
afinn.score('Siell…
-
While I had not heard of this before - there is a popular method for judging sentiment from text. It's called AFINN-111 and here is just one of many libraries that uses it: https://www.npmjs.com/packa…
-
## ✂️ Copy of your #42SmartBlock from Roam
[sentiment_smartblock_json.zip](https://github.com/roamhacker/SmartBlocks/files/5761440/sentiment_smartblock_json.zip)
- #42SmartBlock Sentiment of n…
-
It looks like the example is loading a lexicon from a local file. Could this be updated so that readers can follow along more easily? I would simply use:
`afinn
-
Hi everybody,
I am trying to run the following code :
```
library(tidytext)
get_sentiments("afinn")
```
but get the output and error that are given below. The problem is that the providers o…
-
**English**
- [x] [AFINN](http://www2.imm.dtu.dk/pubdb/views/publication_details.php?id=6010) (`data_dictionary_AFINN`)
- [x] [Moral Foundations Dictionary](http://www.moralfoundations.org/othe…
-
https://github.com/davidemiceli/sentiment-multilang/blob/7bef5ee525fca2a71e5a6b9286307c636ff290e5/lib/AFINN.js#L11
The spanish list is half translated...
-
Hola,
Muy interesante ¡muchas gracias!
Actualmente los diversos análisis de emociones arrojan el error `menu() cannot be used non-interactively`
Esto sucede, por ejemplo, cuando el programa p…
-
I think all of the dictionaries have to be installed interactively, otherwise an error will return:
```{r}
tidytext::get_sentiments("afinn")
tidytext::get_sentiments("loughran")
tidytext::get_se…
-
Hello,
I'm trying to override the AFINN scores for 2-grams, but it doesn't seem to work:
```
sentiment.analyze( 'This stuff is made up', { extras: { 'made up': -1 } } )
{ score: 0,
comparat…