jnferfer commited on
Commit
a101d63
1 Parent(s): 32394e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -3,6 +3,6 @@ language:
3
  - es
4
  ---
5
 
6
- In May 2020, I programmed a [bot](https://twitter.com/venceralcovid) that analyzed a live stream of Twitter headlines and retrieved only those with positive stories in the COVID-19 pandemic. I stopped the bot shortly after the advent of the vaccine. In this dataset, you will find some of the tweets that I used for training, labeled as ```pos_news``` (good or positive news), and ```not_pos_news```(not positive news).
7
 
8
  This dataset would be useful to make similar news classifiers for other diseases, perhaps replacing some of its entities (e.g. replacing COVID disease mentions for other disease terms).
 
3
  - es
4
  ---
5
 
6
+ In May 2020, I programmed a [bot](https://twitter.com/venceralcovid) that analyzed a live stream of Twitter headlines and retrieved only those with positive stories in the COVID-19 pandemic. I stopped the bot shortly after the advent of the vaccine. In this dataset, you will find some of the tweets that I used for training, labeled as ```pos_news``` (good or positive news), and ```not_pos_news```(negative or neutral news).
7
 
8
  This dataset would be useful to make similar news classifiers for other diseases, perhaps replacing some of its entities (e.g. replacing COVID disease mentions for other disease terms).