kargaranamir
commited on
Commit
•
a6f29aa
1
Parent(s):
bd8e3b3
update udhr host.
Browse files
udhr.py
CHANGED
@@ -32,12 +32,12 @@ document in 464+ languages and dialects.
|
|
32 |
|
33 |
© 1996 – 2009 The Office of the High Commissioner for Human Rights
|
34 |
|
35 |
-
This plain text version prepared by the “UDHR in Unicode” project,
|
36 |
"""
|
37 |
|
38 |
_HOMEPAGE = "https://www.ohchr.org/en/universal-declaration-of-human-rights"
|
39 |
|
40 |
-
_URL = "
|
41 |
|
42 |
|
43 |
class UDHN(datasets.GeneratorBasedBuilder):
|
|
|
32 |
|
33 |
© 1996 – 2009 The Office of the High Commissioner for Human Rights
|
34 |
|
35 |
+
This plain text version prepared by the “UDHR in Unicode” project, http://efele.net/udhr.
|
36 |
"""
|
37 |
|
38 |
_HOMEPAGE = "https://www.ohchr.org/en/universal-declaration-of-human-rights"
|
39 |
|
40 |
+
_URL = "http://efele.net/udhr/assemblies/udhr_xml.zip"
|
41 |
|
42 |
|
43 |
class UDHN(datasets.GeneratorBasedBuilder):
|