Commit
·
eb695a8
1
Parent(s):
eae97c6
Rename MARC.py to marc.py
Browse files- MARC.py → marc.py +1 -1
MARC.py → marc.py
RENAMED
|
@@ -21,7 +21,7 @@ class MARC(datasets.GeneratorBasedBuilder):
|
|
| 21 |
)
|
| 22 |
}),
|
| 23 |
homepage=None,
|
| 24 |
-
citation=
|
| 25 |
)
|
| 26 |
|
| 27 |
def _split_generators(self, dl_manager: datasets.DownloadManager) -> tp.List[datasets.SplitGenerator]:
|
|
|
|
| 21 |
)
|
| 22 |
}),
|
| 23 |
homepage=None,
|
| 24 |
+
citation='https://aclanthology.org/2022.lrec-1.317.pdf'
|
| 25 |
)
|
| 26 |
|
| 27 |
def _split_generators(self, dl_manager: datasets.DownloadManager) -> tp.List[datasets.SplitGenerator]:
|