Upload dataset
Browse files- .gitattributes +1 -0
- 1997-2008.jsonl +3 -0
- 2021-2025.jsonl +3 -0
- README.md +24 -0
.gitattributes
CHANGED
|
@@ -57,3 +57,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 57 |
# Video files - compressed
|
| 58 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.jsonl filter=lfs diff=lfs merge=lfs -text
|
1997-2008.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3b2ca7d80115219b5d5443c43e79468a5beb4ea817e5e97ea097be54e594353c
|
| 3 |
+
size 224542720
|
2021-2025.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9644782e40bb210f32ba099ceab72dfa035e9dd215d98cd7d6575a94cddb2b92
|
| 3 |
+
size 53639794
|
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- rm
|
| 5 |
+
configs:
|
| 6 |
+
- config_name: default
|
| 7 |
+
data_files:
|
| 8 |
+
- split: 1997-2008
|
| 9 |
+
path: 1997-2008.jsonl
|
| 10 |
+
- split: 2021-2025
|
| 11 |
+
path: 2021-2025.jsonl
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# _La Quotidiana_ news articles in Romansh
|
| 15 |
+
|
| 16 |
+
This dataset has two subsets:
|
| 17 |
+
- `1997-2008`: Articles published by _La Quotidiana_ between 1997 and 2008. The articles have been retrieved from https://github.com/ProSvizraRumantscha/corpora and extracted from the original XML format.
|
| 18 |
+
- `2021-2025`: Articles published by _La Quotidiana_ between 2021 and 2025. These articles have been extracted from WXR WordPress export files.
|
| 19 |
+
|
| 20 |
+
## Annotation of Romansh Varieties
|
| 21 |
+
The dataset includes articles in different Romansh varieties: Rumantsch Grischun (`rm-rumgr`), Sursilvan (`rm-sursilv`), Sutsilvan (`rm-sutsilv`), Surmiran (`rm-surmiran`), Puter (`rm-puter`), and Vallader (`rm-vallader`).
|
| 22 |
+
- For the `1997-2008` subset, the variety has been automatically annotated using an SVM classifier trained on the `2021-2025` subset, among other data. More information [here](https://github.com/ProSvizraRumantscha/corpora/pull/5).
|
| 23 |
+
- For the `2021-2025` subset, the variety is based on manual processing by _La Quotidiana_ editors.
|
| 24 |
+
|
| 25 |
+
## License
|
| 26 |
+
CC BY 4.0 License.\
|
| 27 |
+
© _La Quotidiana_.
|