Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
albertvillanova HF staff commited on
Commit
889ed53
1 Parent(s): 16e284f

Fix source data URL (#6)

Browse files

- Fix source data URL (8e34ec2cd5e4341f26130a9457556120b359058e)

Files changed (1) hide show
  1. um005.py +2 -2
um005.py CHANGED
@@ -36,8 +36,8 @@ The authors provide the religious texts of Quran and Bible for direct download.
36
  - Tokenization (optional, but needed to reproduce our experiments).
37
  - Normalization (optional) of e.g. European vs. Urdu numerals, European vs. Urdu punctuation, removal of Urdu diacritics.
38
  """
39
- _HOMEPAGE_URL = "http://ufal.ms.mff.cuni.cz/umc/005-en-ur/"
40
- _URL = "http://ufal.ms.mff.cuni.cz/umc/005-en-ur/download.php?f=umc005-corpus.zip"
41
  _CITATION = """\
42
  @unpublished{JaZeWordOrderIssues2011,
43
  author = {Bushra Jawaid and Daniel Zeman},
 
36
  - Tokenization (optional, but needed to reproduce our experiments).
37
  - Normalization (optional) of e.g. European vs. Urdu numerals, European vs. Urdu punctuation, removal of Urdu diacritics.
38
  """
39
+ _HOMEPAGE_URL = "https://ufal.mff.cuni.cz/umc/005-en-ur/"
40
+ _URL = "https://ufal.mff.cuni.cz/umc/005-en-ur/download.php?f=umc005-corpus.zip"
41
  _CITATION = """\
42
  @unpublished{JaZeWordOrderIssues2011,
43
  author = {Bushra Jawaid and Daniel Zeman},