eckendoerffer
commited on
Commit
·
1eb2f27
1
Parent(s):
6cbdfb6
Update README.md
Browse files
README.md
CHANGED
@@ -64,8 +64,6 @@ Certainly! Here's an adapted and translated version for a `README.md` file:
|
|
64 |
# WIKIPEDIA EXTRACT
|
65 |
|
66 |
Inside the `/extract_wiki/` directory, you'll find Python scripts used to extract text to compile this dataset.
|
67 |
-
It is possible to change the language to create a Wikipedia dataset in a different language.
|
68 |
-
To change the language, modify the line load_dataset('wikipedia', '20220301.de') for example in `1_extract_link.py` and also change the language in `3_extract_txt.py`: ALLOWED_LANGUAGE = ['de'].
|
69 |
|
70 |
## Requirements:
|
71 |
```python
|
|
|
64 |
# WIKIPEDIA EXTRACT
|
65 |
|
66 |
Inside the `/extract_wiki/` directory, you'll find Python scripts used to extract text to compile this dataset.
|
|
|
|
|
67 |
|
68 |
## Requirements:
|
69 |
```python
|