Commit
•
4e0ee1e
1
Parent(s):
11a37c7
Update homepage
Browse files- README.md +1 -1
- catalan_general_crawling.py +1 -1
README.md
CHANGED
@@ -49,7 +49,7 @@ task_ids:
|
|
49 |
|
50 |
## Dataset Description
|
51 |
|
52 |
-
- **Homepage:** https://zenodo.org/record/5483031
|
53 |
- **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
|
54 |
- **Point of Contact:**
|
55 |
|
|
|
49 |
|
50 |
## Dataset Description
|
51 |
|
52 |
+
- **Homepage:** https://zenodo.org/record/5483031
|
53 |
- **Paper:** [Are Multilingual Models the Best Choice for Moderately Under-resourced Languages? A Comprehensive Assessment for Catalan](https://arxiv.org/abs/2107.07903)
|
54 |
- **Point of Contact:**
|
55 |
|
catalan_general_crawling.py
CHANGED
@@ -48,7 +48,7 @@ _DESCRIPTION = """\
|
|
48 |
The Catalan General Crawling Corpus is a 435-million-token web corpus of Catalan built from the web. It has been obtained by crawling the 500 most popular .cat and .ad domains during July 2020. It consists of 434.817.705 tokens, 19.451.691 sentences and 1.016.114 documents. Documents are separated by single new lines. It is a subcorpus of the Catalan Textual Corpus.
|
49 |
"""
|
50 |
|
51 |
-
_HOMEPAGE = "https://zenodo.org/record/5483031
|
52 |
|
53 |
_LICENSE = "Creative Commons Attribution 4.0 International"
|
54 |
|
|
|
48 |
The Catalan General Crawling Corpus is a 435-million-token web corpus of Catalan built from the web. It has been obtained by crawling the 500 most popular .cat and .ad domains during July 2020. It consists of 434.817.705 tokens, 19.451.691 sentences and 1.016.114 documents. Documents are separated by single new lines. It is a subcorpus of the Catalan Textual Corpus.
|
49 |
"""
|
50 |
|
51 |
+
_HOMEPAGE = "https://zenodo.org/record/5483031"
|
52 |
|
53 |
_LICENSE = "Creative Commons Attribution 4.0 International"
|
54 |
|