Datasets:
Update README.md
Browse files[en] This dataset is part of an assignment for the subject "Traducción Automática" at the Máster en Procesamiento del Lenguaje y Aplicaciones de la Inteligencia Artificial a la Lingüística (Universidad de La Rioja). It includes 276 aligned sentences EN-ES from five literary works of different sorts: the stories "The Ugly Duckling", by Hans Christian Andersen (complete) and "The Duchess and the Jeweller", by Virginia Woolf (small fragment); the poem "Romance sonámbulo", by Federico García Lorca; and two songs by Coldplay: "Something Just Like This" and "iAAM".
[es] Este dataset es parte de una actividad para la asignatura "Traducción Automática", del Máster en Procesamiento del Lenguaje y Aplicaciones de la Inteligencia Artificial a la Lingüística (Universidad de La Rioja). En él se incluyen 276 oraciones alineadas EN-ES procedentes de cinco obras literarias de distinta índole: los cuentos "El patito feo", de Hans Christian Andersen (completo) y "The Duchess and the Jeweller", de Virginia Woolf (extracto); el poema "Romance sonámbulo", de Federico García Lorca; y dos canciones de Coldplay: "Something Just Like This" y "iAAM".
|
@@ -21,4 +21,12 @@ configs:
|
|
| 21 |
path: data/train-*
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
path: data/train-*
|
| 22 |
- split: test
|
| 23 |
path: data/test-*
|
| 24 |
+
task_categories:
|
| 25 |
+
- translation
|
| 26 |
+
language:
|
| 27 |
+
- en
|
| 28 |
+
- es
|
| 29 |
+
pretty_name: 'Literary Translation Dataset: Andersen, Coldplay, Lorca, Woolf'
|
| 30 |
+
size_categories:
|
| 31 |
+
- n<1K
|
| 32 |
+
---
|