===== Romanian (ro) =====
[[http://www.phobos.ro/roric/texts/indexro.html|Resurse pentru Gramaticile de Dependenta]] (RGD)
==== Versions ====
* online Romanian texts annotated using [[http://www.phobos.ro/roric/Ro/DGA/dga.html|DGA]]
==== Obtaining and License ====
The syntactically annotated Romanian texts are available at http://www.phobos.ro/roric/texts/xml/. This is a tcsh script that will download the corpus:
#!/bin/tcsh -f
foreach i ( t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 tp1 tp2 tp3 tp4 tp5 tp6 tp7 tp8 tp9 tp10 tp11 tp12 tp13 tp14 tp15 tp16 tp17 tp18 tp19 tp20 tp21 tp22 tp23 tp24 tp25 tp26 tp27 tp28 tp29 tp30 tp31 tp32 tp33 tp34 tp35 tp36 tp37 tp38 tp39 tp40 tp41 tp42 tp43 tp44 tp45 tp46 tp47 tp48 tp49 tp50 tp51 tp52 tp53 tp54 tp55 tp56 tp57 tp58 tp59 tp60 tp61 tp62 tp63 tp64 tp65 tp66 tp67 tp68 tp69 tp70 tp71 tp72 tp73 tp74 tp75 tp76 tp77 tp78 tp79 tp80 tp81 tp82 )
wget http://www.phobos.ro/roric/texts/xml/$i.xml
end
wget http://www.phobos.ro/roric/texts/xml/dga.dtd
Licensing terms are unknown. I tend to interpret their “public availability” in the following way:
* any usage, commercial or not
* modification and redistribution under a free license permitted, provided the original source is mentioned
* citation in publications not required (but it is common decency)
The texts were prepared by members of [[http://www.phobos.ro/roric/|RORIC-LING]], Faculty of Mathematics and Computer Science (Facultatea de Matematica şi Informatica), University of Bucharest (Universitatea din Bucureşti), Str. Academiei nr. 14, sector 1, RO-010014, Bucureşti, Romania.
==== References ====
* Website
* http://www.phobos.ro/roric/
* http://www.phobos.ro/roric/Ro/dg.html
* http://www.phobos.ro/roric/Ro/DGA/dga.html
* http://www.phobos.ro/roric/texts/indexro.html
* http://www.phobos.ro/roric/texts/xml/
* Data
* //no separate citation//
* Principal publications
* Florentina Hristea, Marius Popescu: [[http://www.phobos.ro/roric/papers/dgro.doc|Gramatici de dependenţă şi gramatici WG]], pp. 233-246.
* Documentation
==== Domain ====
Newspaper.
==== Size ====
The corpus contains 36150 tokens in 4042 clauses, yielding 8.94 tokens per clause on average. There is no official training-test data split. We use the files ''t1.xml'' – ''t10.xml'' (2640 tokens / 266 clauses) for testing and the rest (33510 tokens / 3776 clauses) for training of our HamleDT experiments.
==== Inside ====
Sentences have been segmented into clauses and there is a separate tree for each clause. There are no punctuation nodes, punctuation has been removed. The text lacks diacritical marks, i.e. the Romanian letters //ă, â, î, ş, ţ// have been replaced by //a, a, i, s, t// respectively.
There are part-of-speech tags but no lemmas and no morphological features (gender, number, case etc.) The part-of-speech tags were probably assigned manually, as well as the syntactic structure.
==== Sample ====
The first sentence of our training data:
Marii
1
adjectiv
2
atribut adj.
bancheri
2
substantiv
6
subiect
ai
3
art. poses.
2
atribut subst.
lumii
4
substantiv
3
rel. poses.
au
5
verb aux.
6
rel. aux.
reusit
6
verb
7
predicat
The first sentence of our test data:
Judecatorul
1
substantiv
9
subiect
sindic
2
adjectiv
1
atribut adj.
IonBriac
3
substantiv
1
atribut subst.
de
4
prepozitie
1
atribut subst.
la
5
prepozitie
4
rel. prepoz.
Tribunalul
6
substantiv
4
rel. prepoz.
CarasSeverin
7
substantiv
6
atribut subst.
a
8
verb aux.
9
rel. aux.
decis
9
verb
19
predicat
ieri
10
adverb
9
complement circumst.
declansarea
11
substantiv
9
complement dir.
reorganizarii
12
substantiv
11
atribut subst.
judiciare
13
adjectiv
12
atribut adj.
a
14
art. poses.
12
atribut subst.
Combinatului
15
substantiv
14
rel. poses.
Siderurgic
16
adjectiv
15
atribut adj.
din
17
prepozitie
15
atribut subst.
Resita
18
substantiv
17
rel. prepoz.
==== Parsing ====
The corpus is projective.
I am not aware of any published evaluation of parsing accuracy on this data.