Update README.md
Browse files
README.md
CHANGED
|
@@ -41,12 +41,12 @@ import datasets
|
|
| 41 |
|
| 42 |
dataset = load_dataset('ranWang/un_corpus_for_sitemap')
|
| 43 |
|
|
|
|
| 44 |
for lang in dataset:
|
| 45 |
for colum in dataset[lang]:
|
| 46 |
# colum.keys = ['uuid', 'url', 'title', 'html_content']
|
| 47 |
# code...
|
| 48 |
|
| 49 |
-
|
| 50 |
OR
|
| 51 |
|
| 52 |
# you want to specify the language
|
|
|
|
| 41 |
|
| 42 |
dataset = load_dataset('ranWang/un_corpus_for_sitemap')
|
| 43 |
|
| 44 |
+
# lang_list = ['zh', 'en', 'fr', 'es', 'ru', 'ar']
|
| 45 |
for lang in dataset:
|
| 46 |
for colum in dataset[lang]:
|
| 47 |
# colum.keys = ['uuid', 'url', 'title', 'html_content']
|
| 48 |
# code...
|
| 49 |
|
|
|
|
| 50 |
OR
|
| 51 |
|
| 52 |
# you want to specify the language
|