eckendoerffer
commited on
Commit
•
f6b0777
1
Parent(s):
9381ebe
Update README.md
Browse files
README.md
CHANGED
@@ -83,7 +83,7 @@ python 2_extract_news.py
|
|
83 |
|
84 |
### 3_extract_news_txt.py:
|
85 |
|
86 |
-
This script extracts the text content of press articles and saves it (title +
|
87 |
|
88 |
```bash
|
89 |
python 3_extract_news_txt.py
|
@@ -95,7 +95,7 @@ After completing this step, you can use the Python script located at /dataset/2_
|
|
95 |
This script allows for the extraction of links to other articles from local article sources. This ensures swift retrieval of numerous past articles, as opposed to fetching only the most recent ones.
|
96 |
|
97 |
```bash
|
98 |
-
|
99 |
```
|
100 |
|
101 |
After using this script, you'll need to run 2_extract_news.py again to retrieve the sources of the new articles, as well as 3_extract_news_txt.py to extract the text from these articles.
|
|
|
83 |
|
84 |
### 3_extract_news_txt.py:
|
85 |
|
86 |
+
This script extracts the text content of press articles and saves it (title + text) to a `.txt` file.
|
87 |
|
88 |
```bash
|
89 |
python 3_extract_news_txt.py
|
|
|
95 |
This script allows for the extraction of links to other articles from local article sources. This ensures swift retrieval of numerous past articles, as opposed to fetching only the most recent ones.
|
96 |
|
97 |
```bash
|
98 |
+
python 4_extract_news_url.py
|
99 |
```
|
100 |
|
101 |
After using this script, you'll need to run 2_extract_news.py again to retrieve the sources of the new articles, as well as 3_extract_news_txt.py to extract the text from these articles.
|