Commit
·
9b049e4
1
Parent(s):
8678eab
Update homepage
Browse files- README.md +1 -1
- catalan_textual_corpus.py +1 -1
README.md
CHANGED
@@ -56,7 +56,7 @@ task_ids:
|
|
56 |
|
57 |
## Dataset Description
|
58 |
|
59 |
-
- **Homepage:** https://zenodo.org/record/4519349
|
60 |
- **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
|
61 |
- **Point of Contact:**
|
62 |
|
|
|
56 |
|
57 |
## Dataset Description
|
58 |
|
59 |
+
- **Homepage:** https://zenodo.org/record/4519349
|
60 |
- **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
|
61 |
- **Point of Contact:**
|
62 |
|
catalan_textual_corpus.py
CHANGED
@@ -50,7 +50,7 @@ The Catalan Textual Corpus is a 1760-million-token web corpus of Catalan built f
|
|
50 |
It consists of 1.758.388.896 tokens, 73.172.152 sentences and 12.556.365 documents. Documents are separated by single new lines. These boundaries have been preserved as long as the license allowed it.
|
51 |
"""
|
52 |
|
53 |
-
_HOMEPAGE = "https://zenodo.org/record/4519349
|
54 |
|
55 |
_LICENSE = "Creative Commons Attribution-ShareAlike 4.0 International"
|
56 |
|
|
|
50 |
It consists of 1.758.388.896 tokens, 73.172.152 sentences and 12.556.365 documents. Documents are separated by single new lines. These boundaries have been preserved as long as the license allowed it.
|
51 |
"""
|
52 |
|
53 |
+
_HOMEPAGE = "https://zenodo.org/record/4519349"
|
54 |
|
55 |
_LICENSE = "Creative Commons Attribution-ShareAlike 4.0 International"
|
56 |
|