mathiascreutz
commited on
Commit
·
a26f984
1
Parent(s):
90e9e4a
Testing configs
Browse files- opusparcus.py +2 -2
opusparcus.py
CHANGED
@@ -51,6 +51,8 @@ _URLs = {
|
|
51 |
|
52 |
}
|
53 |
|
|
|
|
|
54 |
class OpusparcusConfig(datasets.BuilderConfig):
|
55 |
"""BuilderConfig for Opusparcus."""
|
56 |
|
@@ -62,8 +64,6 @@ class OpusparcusConfig(datasets.BuilderConfig):
|
|
62 |
available dates can be found at https://dumps.wikimedia.org/enwiki/.
|
63 |
**kwargs: keyword arguments forwarded to super.
|
64 |
"""
|
65 |
-
_VERSION = datasets.Version("1.0.0", "")
|
66 |
-
|
67 |
super(OpusparcusConfig, self).__init__(
|
68 |
name="{0}".format(lang),
|
69 |
description="Opusparcus dataset for {0}".format(lang),
|
|
|
51 |
|
52 |
}
|
53 |
|
54 |
+
_VERSION = datasets.Version("1.0.0", "")
|
55 |
+
|
56 |
class OpusparcusConfig(datasets.BuilderConfig):
|
57 |
"""BuilderConfig for Opusparcus."""
|
58 |
|
|
|
64 |
available dates can be found at https://dumps.wikimedia.org/enwiki/.
|
65 |
**kwargs: keyword arguments forwarded to super.
|
66 |
"""
|
|
|
|
|
67 |
super(OpusparcusConfig, self).__init__(
|
68 |
name="{0}".format(lang),
|
69 |
description="Opusparcus dataset for {0}".format(lang),
|