Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,13 @@ Moreover, we can find the text in the original version in the "articleBody" div,
|
|
22 |
These two files are the ones that we have uploaded to this dataset.
|
23 |
We can see the code below.
|
24 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
|
26 |
About the Plena Inclusión España data, we are using the news as well.
|
27 |
In this case, they are in the url https://www.plenainclusion.org/noticias.
|
|
|
22 |
These two files are the ones that we have uploaded to this dataset.
|
23 |
We can see the code below.
|
24 |
|
25 |
+
```
|
26 |
+
import os
|
27 |
+
from bs4 import BeautifulSoup
|
28 |
+
from urllib.request import urlopen
|
29 |
+
|
30 |
+
urls = []
|
31 |
+
´´´
|
32 |
|
33 |
About the Plena Inclusión España data, we are using the news as well.
|
34 |
In this case, they are in the url https://www.plenainclusion.org/noticias.
|