Commit
·
4cdaa69
1
Parent(s):
60abe03
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ The dataset consists of 2564 manually annotated tweets related to COVID-19 vacci
|
|
36 |
The dataset does not contain the content of Twitter statuses. Original tweets can be obtained via Twitter API.
|
37 |
You can use [`twitter`](https://python-twitter.readthedocs.io/en/latest/index.html) library:
|
38 |
|
39 |
-
```
|
40 |
import twitter
|
41 |
from datasets import load_dataset
|
42 |
|
|
|
36 |
The dataset does not contain the content of Twitter statuses. Original tweets can be obtained via Twitter API.
|
37 |
You can use [`twitter`](https://python-twitter.readthedocs.io/en/latest/index.html) library:
|
38 |
|
39 |
+
```python
|
40 |
import twitter
|
41 |
from datasets import load_dataset
|
42 |
|