Emilio Marinone
commited on
Commit
•
81fb7d1
1
Parent(s):
78a22a9
dummy url for test download
Browse files
nst_sv.py
CHANGED
@@ -69,7 +69,8 @@ _LICENSE = "CC0 1.0"
|
|
69 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
70 |
_URLS = {
|
71 |
"close_channel": "https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/lydfiler_16_1.tar.gz",
|
72 |
-
"distant_channel": "https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/lydfiler_16_2.tar.gz",
|
|
|
73 |
# TODO: add handling of multi channel
|
74 |
# "multi_channel": "https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/lydfiler_16_begge.tar.gz",
|
75 |
}
|
|
|
69 |
# This can be an arbitrary nested dict/list of URLs (see below in `_split_generators` method)
|
70 |
_URLS = {
|
71 |
"close_channel": "https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/lydfiler_16_1.tar.gz",
|
72 |
+
# "distant_channel": "https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/lydfiler_16_2.tar.gz",
|
73 |
+
"distant_channel": "https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/se-16khz_reorganized.pdf" # dummy
|
74 |
# TODO: add handling of multi channel
|
75 |
# "multi_channel": "https://www.nb.no/sbfil/talegjenkjenning/16kHz_2020/se_2020/lydfiler_16_begge.tar.gz",
|
76 |
}
|