Fix and extend Dataset Sources

#1
Files changed (2) hide show
  1. README.md +4 -4
  2. merlin.py +29 -11
README.md CHANGED
@@ -34,10 +34,10 @@ The MERLIN corpus contains 2,286 texts for learners of Italian, German and Czech
34
 
35
  ### Dataset Sources
36
 
37
- - **Repository:** https://clarin.eurac.edu/repository/xmlui/handle/20.500.12124/6
38
- - **Paper:** Wisniewski, Katrin; Abel, Andrea; Vodičková, Kateřina; et al., 2018,
39
- MERLIN Written Learner Corpus for Czech, German, Italian 1.1, Eurac Research CLARIN Centre,
40
- http://hdl.handle.net/20.500.12124/6.
41
 
42
  ## Uses
43
 
 
34
 
35
  ### Dataset Sources
36
 
37
+ - **Data PID:** https://hdl.handle.net/20.500.12124/6
38
+ - **Verion controlled data (Git):** https://gitlab.inf.unibz.it/commul/merlin-platform/data-bundle
39
+ - **Paper:** Boyd, A., Hana, J., Nicolas, L., Meurers, D., Wisniewski, K., Abel, A., Schöne, K., Štindlová, B., & Vettori, C. (2014). The MERLIN corpus: Learner language and the CEFR. Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC 14), 26-31 May 2014, 1281–1288.
40
+ http://www.lrec-conf.org/proceedings/lrec2014/summaries/606.html.
41
 
42
  ## Uses
43
 
merlin.py CHANGED
@@ -21,17 +21,35 @@ import os
21
  import datasets
22
 
23
  _CITATION = """\
24
- @misc{20.500.12124/6,
25
- title = {{MERLIN} Written Learner Corpus for Czech, German, Italian 1.1},
26
- author = {Wisniewski, Katrin and Abel, Andrea and Vodi{\v c}kov{\'a}, Kate{\v r}ina and Plassmann,
27
- Sybille and Meurers, Detmar and Woldt, Claudia and Sch{\"o}ne, Karin and Blaschitz, Verena and Lyding,
28
- Verena and Nicolas, Lionel and Vettori, Chiara and Pe{\v c}en{\'y}, Pavel and Hana, Jirka and
29
- {\v C}urdov{\'a}, Veronika and {\v S}tindlov{\'a}, Barbora and Klein, Gudrun and Lauppe, Louise and Boyd,
30
- Adriane and Bykh, Serhiy and Krivanek, Julia},
31
- url = {http://hdl.handle.net/20.500.12124/6},
32
- note = {Eurac Research {CLARIN} Centre},
33
- copyright = {Creative Commons - Attribution-{ShareAlike} 4.0 International ({CC} {BY}-{SA} 4.0)},
34
- year = {2018} }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  """
36
 
37
  _DESCRIPTION = """\
 
21
  import datasets
22
 
23
  _CITATION = """\
24
+ @inproceedings{boyd-etal-2014-merlin,
25
+ title = "The {MERLIN} corpus: Learner language and the {CEFR}",
26
+ author = {Boyd, Adriane and
27
+ Hana, Jirka and
28
+ Nicolas, Lionel and
29
+ Meurers, Detmar and
30
+ Wisniewski, Katrin and
31
+ Abel, Andrea and
32
+ Sch{\"o}ne, Karin and
33
+ {\v{S}}tindlov{\'a}, Barbora and
34
+ Vettori, Chiara},
35
+ editor = "Calzolari, Nicoletta and
36
+ Choukri, Khalid and
37
+ Declerck, Thierry and
38
+ Loftsson, Hrafn and
39
+ Maegaard, Bente and
40
+ Mariani, Joseph and
41
+ Moreno, Asuncion and
42
+ Odijk, Jan and
43
+ Piperidis, Stelios",
44
+ booktitle = "Proceedings of the Ninth International Conference on Language Resources and Evaluation ({LREC}'14)",
45
+ month = may,
46
+ year = "2014",
47
+ address = "Reykjavik, Iceland",
48
+ publisher = "European Language Resources Association (ELRA)",
49
+ url = "http://www.lrec-conf.org/proceedings/lrec2014/pdf/606_Paper.pdf",
50
+ pages = "1281--1288",
51
+ abstract = "The MERLIN corpus is a written learner corpus for Czech, German,and Italian that has been designed to illustrate the Common European Framework of Reference for Languages (CEFR) with authentic learner data. The corpus contains 2,290 learner texts produced in standardized language certifications covering CEFR levels A1-C1. The MERLIN annotation scheme includes a wide range of language characteristics that enable research into the empirical foundations of the CEFR scales and provide language teachers, test developers, and Second Language Acquisition researchers with concrete examples of learner performance and progress across multiple proficiency levels. For computational linguistics, it provide a range of authentic learner data for three target languages, supporting a broadening of the scope of research in areas such as automatic proficiency classification or native language identification. The annotated corpus and related information will be freely available as a corpus resource and through a freely accessible, didactically-oriented online platform.",
52
+ }
53
  """
54
 
55
  _DESCRIPTION = """\