de-francophones commited on
Commit
2c1ef0b
1 Parent(s): ddf772d

Upload 238 files

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +1 -0
  2. AC aligned Vanilla/READ ME.txt +32 -0
  3. AC aligned Vanilla/alignment_statistics_by_language.txt +236 -0
  4. AC aligned Vanilla/alignment_statistics_by_link_type.txt +16 -0
  5. AC aligned Vanilla/createAlignedCorpus.pdf +0 -0
  6. AC aligned Vanilla/getAlignmentWithText.pl +321 -0
  7. AC aligned Vanilla/jrc-bg-cs.xml.gz +3 -0
  8. AC aligned Vanilla/jrc-bg-da.xml.gz +3 -0
  9. AC aligned Vanilla/jrc-bg-de.xml.gz +3 -0
  10. AC aligned Vanilla/jrc-bg-el.xml.gz +3 -0
  11. AC aligned Vanilla/jrc-bg-en.xml.gz +3 -0
  12. AC aligned Vanilla/jrc-bg-es.xml.gz +3 -0
  13. AC aligned Vanilla/jrc-bg-et.xml.gz +3 -0
  14. AC aligned Vanilla/jrc-bg-fi.xml.gz +3 -0
  15. AC aligned Vanilla/jrc-bg-fr.xml.gz +3 -0
  16. AC aligned Vanilla/jrc-bg-hu.xml.gz +3 -0
  17. AC aligned Vanilla/jrc-bg-it.xml.gz +3 -0
  18. AC aligned Vanilla/jrc-bg-lt.xml.gz +3 -0
  19. AC aligned Vanilla/jrc-bg-lv.xml.gz +3 -0
  20. AC aligned Vanilla/jrc-bg-mt.xml.gz +3 -0
  21. AC aligned Vanilla/jrc-bg-nl.xml.gz +3 -0
  22. AC aligned Vanilla/jrc-bg-pl.xml.gz +3 -0
  23. AC aligned Vanilla/jrc-bg-pt.xml.gz +3 -0
  24. AC aligned Vanilla/jrc-bg-ro.xml.gz +3 -0
  25. AC aligned Vanilla/jrc-bg-sk.xml.gz +3 -0
  26. AC aligned Vanilla/jrc-bg-sl.xml.gz +3 -0
  27. AC aligned Vanilla/jrc-bg-sv.xml.gz +3 -0
  28. AC aligned Vanilla/jrc-cs-da.xml.gz +3 -0
  29. AC aligned Vanilla/jrc-cs-de.xml.gz +3 -0
  30. AC aligned Vanilla/jrc-cs-el.xml.gz +3 -0
  31. AC aligned Vanilla/jrc-cs-en.xml.gz +3 -0
  32. AC aligned Vanilla/jrc-cs-es.xml.gz +3 -0
  33. AC aligned Vanilla/jrc-cs-et.xml.gz +3 -0
  34. AC aligned Vanilla/jrc-cs-fi.xml.gz +3 -0
  35. AC aligned Vanilla/jrc-cs-fr.xml.gz +3 -0
  36. AC aligned Vanilla/jrc-cs-hu.xml.gz +3 -0
  37. AC aligned Vanilla/jrc-cs-it.xml.gz +3 -0
  38. AC aligned Vanilla/jrc-cs-lt.xml.gz +3 -0
  39. AC aligned Vanilla/jrc-cs-lv.xml.gz +3 -0
  40. AC aligned Vanilla/jrc-cs-mt.xml.gz +3 -0
  41. AC aligned Vanilla/jrc-cs-nl.xml.gz +3 -0
  42. AC aligned Vanilla/jrc-cs-pl.xml.gz +3 -0
  43. AC aligned Vanilla/jrc-cs-pt.xml.gz +3 -0
  44. AC aligned Vanilla/jrc-cs-ro.xml.gz +3 -0
  45. AC aligned Vanilla/jrc-cs-sk.xml.gz +3 -0
  46. AC aligned Vanilla/jrc-cs-sl.xml.gz +3 -0
  47. AC aligned Vanilla/jrc-cs-sv.xml.gz +3 -0
  48. AC aligned Vanilla/jrc-da-de.xml.gz +3 -0
  49. AC aligned Vanilla/jrc-da-el.xml.gz +3 -0
  50. AC aligned Vanilla/jrc-da-en.xml.gz +3 -0
.gitattributes CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ AC[[:space:]]aligned[[:space:]]Vanilla/jrc-el-pt.xml/jrc-el-pt.xml filter=lfs diff=lfs merge=lfs -text
AC aligned Vanilla/READ ME.txt ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This directory contains the results of the automatic alignment using the Vanilla aligner for all 231 language pairs of the JRC-Acquis.
2
+
3
+ As the disk space needed to store the 231 possible corpora was too high, we provide a program that generates the corpus for each of the language pairs on request:
4
+
5
+ getAlignmentWithText.pl
6
+
7
+ This tool allows you to export your own language pair in the format of the English-French example in AlignmentCorpora.
8
+
9
+ For details on using the tool, see the documentation using "perldoc getAlignmentWithText.pl". You can find it in the file
10
+ perldoc_for_getAlignmentWithText.pl .
11
+
12
+
13
+ Example of usage to produce an Italian-English corpus:
14
+
15
+ Before launching the program, make sure you have uncompressed (using the gunzip
16
+ command, for example) the alignment-links-xml file.
17
+
18
+ GET http://wt.jrc.it/lt/Acquis/JRC-Acquis.3.0/alignments/jrc-en-it.xml.gz
19
+ gunzip jrc-en-it.xml.gz
20
+
21
+ Then, you need to get and unpack the two corpora:
22
+
23
+ GET http://wt.jrc.it/lt/Acquis/JRC-Acquis.3.0/corpus/jrc-en.tgz
24
+ GET http://wt.jrc.it/lt/Acquis/JRC-Acquis.3.0/corpus/jrc-it.tgz
25
+
26
+ tar xzf jrc-en.tgz
27
+ tar xzf jrc-it.tgz
28
+
29
+ After this, you can launch this program using a perl5 interpreter:
30
+
31
+ perl getAlignmentwithTextXml.pl jrc-en-it.xml > alignedCorpus_en_it.xml
32
+
AC aligned Vanilla/alignment_statistics_by_language.txt ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Language pair Number of Documents, Number of Links
2
+
3
+ All languages: 4,350,447 documents; 243,187,303 links
4
+ Average per language: 18,833 documents; 1,052,759 links
5
+
6
+ bg-cs 11180 documents, 628649 links
7
+ bg-da 11332 documents, 649891 links
8
+ bg-de 11337 documents, 665848 links
9
+ bg-el 11171 documents, 749502 links
10
+ bg-en 11350 documents, 646778 links
11
+ bg-es 11294 documents, 680148 links
12
+ bg-et 11269 documents, 630818 links
13
+ bg-fi 11032 documents, 644475 links
14
+ bg-fr 11365 documents, 674597 links
15
+ bg-hu 10790 documents, 651947 links
16
+ bg-it 11348 documents, 668894 links
17
+ bg-lt 11279 documents, 642262 links
18
+ bg-lv 11256 documents, 646637 links
19
+ bg-mt 8751 documents, 544611 links
20
+ bg-nl 11336 documents, 665581 links
21
+ bg-pl 11276 documents, 663016 links
22
+ bg-pt 11249 documents, 665148 links
23
+ bg-ro 6442 documents, 360995 links
24
+ bg-sk 10739 documents, 604938 links
25
+ bg-sl 11317 documents, 626739 links
26
+ bg-sv 11058 documents, 634654 links
27
+ cs-da 21366 documents, 1177582 links
28
+ cs-de 21299 documents, 1171406 links
29
+ cs-el 21168 documents, 1062932 links
30
+ cs-en 21305 documents, 1161633 links
31
+ cs-es 21326 documents, 1172375 links
32
+ cs-et 21287 documents, 1210296 links
33
+ cs-fi 21044 documents, 1158513 links
34
+ cs-fr 21369 documents, 1170503 links
35
+ cs-hu 20759 documents, 1157300 links
36
+ cs-it 21224 documents, 1165734 links
37
+ cs-lt 21267 documents, 1194263 links
38
+ cs-lv 21007 documents, 1224735 links
39
+ cs-mt 10287 documents, 727047 links
40
+ cs-nl 21335 documents, 1165280 links
41
+ cs-pl 21285 documents, 1175504 links
42
+ cs-pt 21256 documents, 1168118 links
43
+ cs-ro 6453 documents, 387625 links
44
+ cs-sk 20314 documents, 1092250 links
45
+ cs-sl 19811 documents, 1147227 links
46
+ cs-sv 19419 documents, 1125322 links
47
+ da-de 23489 documents, 1283290 links
48
+ da-el 23139 documents, 1105721 links
49
+ da-en 23485 documents, 1269008 links
50
+ da-es 23519 documents, 1277762 links
51
+ da-et 23468 documents, 1304110 links
52
+ da-fi 23241 documents, 1266215 links
53
+ da-fr 23559 documents, 1276173 links
54
+ da-hu 22723 documents, 1235188 links
55
+ da-it 23416 documents, 1275601 links
56
+ da-lt 23306 documents, 1283729 links
57
+ da-lv 22832 documents, 1282010 links
58
+ da-mt 10484 documents, 759691 links
59
+ da-nl 23518 documents, 1275474 links
60
+ da-pl 23403 documents, 1281124 links
61
+ da-pt 23460 documents, 1275758 links
62
+ da-ro 6550 documents, 391414 links
63
+ da-sk 21877 documents, 1138074 links
64
+ da-sl 20572 documents, 1222406 links
65
+ da-sv 20199 documents, 1199506 links
66
+ de-el 23044 documents, 1131761 links
67
+ de-en 23430 documents, 1264043 links
68
+ de-es 23433 documents, 1269236 links
69
+ de-et 23389 documents, 1305979 links
70
+ de-fi 23149 documents, 1257544 links
71
+ de-fr 23511 documents, 1275239 links
72
+ de-hu 22642 documents, 1223946 links
73
+ de-it 23330 documents, 1264043 links
74
+ de-lt 23233 documents, 1273321 links
75
+ de-lv 22751 documents, 1281734 links
76
+ de-mt 10487 documents, 757539 links
77
+ de-nl 23430 documents, 1267087 links
78
+ de-pl 23322 documents, 1271346 links
79
+ de-pt 23367 documents, 1265874 links
80
+ de-ro 6558 documents, 391972 links
81
+ de-sk 21796 documents, 1128427 links
82
+ de-sl 20513 documents, 1209362 links
83
+ de-sv 20131 documents, 1192755 links
84
+ el-en 23045 documents, 1083007 links
85
+ el-es 23097 documents, 1135492 links
86
+ el-et 23026 documents, 1109902 links
87
+ el-fi 22862 documents, 1098116 links
88
+ el-fr 23118 documents, 1129354 links
89
+ el-hu 22337 documents, 1102801 links
90
+ el-it 22972 documents, 1113195 links
91
+ el-lt 22908 documents, 1101123 links
92
+ el-lv 22569 documents, 1106639 links
93
+ el-mt 10337 documents, 682991 links
94
+ el-nl 23073 documents, 1118549 links
95
+ el-pl 22978 documents, 1115124 links
96
+ el-pt 23040 documents, 1120728 links
97
+ el-ro 6458 documents, 337175 links
98
+ el-sk 21572 documents, 980635 links
99
+ el-sl 20308 documents, 1032414 links
100
+ el-sv 19952 documents, 1030557 links
101
+ en-es 23434 documents, 1261319 links
102
+ en-et 23384 documents, 1283364 links
103
+ en-fi 23143 documents, 1245450 links
104
+ en-fr 23511 documents, 1266712 links
105
+ en-hu 22648 documents, 1225610 links
106
+ en-it 23331 documents, 1258014 links
107
+ en-lt 23230 documents, 1269440 links
108
+ en-lv 22766 documents, 1267008 links
109
+ en-mt 10481 documents, 757984 links
110
+ en-nl 23426 documents, 1258737 links
111
+ en-pl 23323 documents, 1259457 links
112
+ en-pt 23366 documents, 1257344 links
113
+ en-ro 6557 documents, 391324 links
114
+ en-sk 21796 documents, 1121530 links
115
+ en-sl 20523 documents, 1206980 links
116
+ en-sv 20143 documents, 1180336 links
117
+ es-et 23416 documents, 1290839 links
118
+ es-fi 23203 documents, 1257600 links
119
+ es-fr 23515 documents, 1271106 links
120
+ es-hu 22673 documents, 1236000 links
121
+ es-it 23360 documents, 1266809 links
122
+ es-lt 23255 documents, 1279674 links
123
+ es-lv 22777 documents, 1275680 links
124
+ es-mt 10447 documents, 761813 links
125
+ es-nl 23460 documents, 1268987 links
126
+ es-pl 23351 documents, 1270849 links
127
+ es-pt 23460 documents, 1271535 links
128
+ es-ro 6507 documents, 390817 links
129
+ es-sk 21827 documents, 1133078 links
130
+ es-sl 20525 documents, 1215137 links
131
+ es-sv 20167 documents, 1187926 links
132
+ et-fi 23132 documents, 1285968 links
133
+ et-fr 23467 documents, 1288010 links
134
+ et-hu 22690 documents, 1260464 links
135
+ et-it 23311 documents, 1287937 links
136
+ et-lt 23232 documents, 1303169 links
137
+ et-lv 22760 documents, 1309915 links
138
+ et-mt 10419 documents, 781229 links
139
+ et-nl 23404 documents, 1286713 links
140
+ et-pl 23334 documents, 1303496 links
141
+ et-pt 23346 documents, 1286932 links
142
+ et-ro 6523 documents, 390102 links
143
+ et-sk 21824 documents, 1161740 links
144
+ et-sl 20497 documents, 1246919 links
145
+ et-sv 20098 documents, 1217028 links
146
+ fi-fr 23217 documents, 1252348 links
147
+ fi-hu 22396 documents, 1220804 links
148
+ fi-it 23070 documents, 1249054 links
149
+ fi-lt 22984 documents, 1266449 links
150
+ fi-lv 22507 documents, 1264973 links
151
+ fi-mt 10219 documents, 754401 links
152
+ fi-nl 23171 documents, 1251901 links
153
+ fi-pl 23074 documents, 1261354 links
154
+ fi-pt 23152 documents, 1253821 links
155
+ fi-ro 6361 documents, 388997 links
156
+ fi-sk 21571 documents, 1120821 links
157
+ fi-sl 20251 documents, 1203439 links
158
+ fi-sv 20182 documents, 1194764 links
159
+ fr-hu 22727 documents, 1232263 links
160
+ fr-it 23406 documents, 1267799 links
161
+ fr-lt 23306 documents, 1275645 links
162
+ fr-lv 22830 documents, 1273585 links
163
+ fr-mt 10494 documents, 756896 links
164
+ fr-nl 23505 documents, 1267370 links
165
+ fr-pl 23403 documents, 1268776 links
166
+ fr-pt 23442 documents, 1266724 links
167
+ fr-ro 6559 documents, 391522 links
168
+ fr-sk 21871 documents, 1128671 links
169
+ fr-sl 20575 documents, 1212460 links
170
+ fr-sv 20179 documents, 1184336 links
171
+ hu-it 22581 documents, 1230352 links
172
+ hu-lt 22629 documents, 1254793 links
173
+ hu-lv 22164 documents, 1259586 links
174
+ hu-mt 9905 documents, 737350 links
175
+ hu-nl 22670 documents, 1230878 links
176
+ hu-pl 22643 documents, 1231558 links
177
+ hu-pt 22608 documents, 1232665 links
178
+ hu-ro 6386 documents, 387710 links
179
+ hu-sk 21360 documents, 1125684 links
180
+ hu-sl 19761 documents, 1180328 links
181
+ hu-sv 19359 documents, 1155441 links
182
+ it-lt 23161 documents, 1271254 links
183
+ it-lv 22721 documents, 1273124 links
184
+ it-mt 10481 documents, 761739 links
185
+ it-nl 23359 documents, 1266923 links
186
+ it-pl 23250 documents, 1265255 links
187
+ it-pt 23296 documents, 1265207 links
188
+ it-ro 6557 documents, 395383 links
189
+ it-sk 21733 documents, 1125465 links
190
+ it-sl 20419 documents, 1208952 links
191
+ it-sv 20175 documents, 1193673 links
192
+ lt-lv 22708 documents, 1293899 links
193
+ lt-mt 10396 documents, 776194 links
194
+ lt-nl 23247 documents, 1273707 links
195
+ lt-pl 23215 documents, 1286366 links
196
+ lt-pt 23189 documents, 1275117 links
197
+ lt-ro 6510 documents, 398199 links
198
+ lt-sk 21809 documents, 1153369 links
199
+ lt-sl 20342 documents, 1230009 links
200
+ lt-sv 19956 documents, 1200961 links
201
+ lv-mt 10362 documents, 782210 links
202
+ lv-nl 22774 documents, 1271807 links
203
+ lv-pl 22738 documents, 1281890 links
204
+ lv-pt 22714 documents, 1271980 links
205
+ lv-ro 6514 documents, 403385 links
206
+ lv-sk 21435 documents, 1174058 links
207
+ lv-sl 20091 documents, 1230791 links
208
+ lv-sv 19757 documents, 1202943 links
209
+ mt-nl 10492 documents, 756246 links
210
+ mt-pl 10463 documents, 766151 links
211
+ mt-pt 10428 documents, 763381 links
212
+ mt-ro 6343 documents, 392114 links
213
+ mt-sk 9834 documents, 690449 links
214
+ mt-sl 10450 documents, 759402 links
215
+ mt-sv 10192 documents, 735672 links
216
+ nl-pl 23350 documents, 1265692 links
217
+ nl-pt 23401 documents, 1265348 links
218
+ nl-ro 6558 documents, 391779 links
219
+ nl-sk 21822 documents, 1126834 links
220
+ nl-sl 20555 documents, 1210054 links
221
+ nl-sv 20170 documents, 1184478 links
222
+ pl-pt 23340 documents, 1269590 links
223
+ pl-ro 6538 documents, 398228 links
224
+ pl-sk 21817 documents, 1136289 links
225
+ pl-sl 20454 documents, 1221636 links
226
+ pl-sv 20038 documents, 1194418 links
227
+ pt-ro 6499 documents, 393489 links
228
+ pt-sk 21783 documents, 1130708 links
229
+ pt-sl 20475 documents, 1212297 links
230
+ pt-sv 20119 documents, 1186654 links
231
+ ro-sk 6206 documents, 373339 links
232
+ ro-sl 6534 documents, 396913 links
233
+ ro-sv 6360 documents, 381959 links
234
+ sk-sl 18940 documents, 1081168 links
235
+ sk-sv 18552 documents, 1055240 links
236
+ sl-sv 20105 documents, 1187279 links
AC aligned Vanilla/alignment_statistics_by_link_type.txt ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Total 1-1 links: 207751300
2
+ Total 2-1 links: 9973146
3
+ Total 1-2 links: 8776432
4
+ Total 0-1 links: 7230011
5
+ Total 1-0 links: 7015289
6
+ Total 2-2 links: 2441125
7
+ Total links: 243187303
8
+ Average links/lang: 1052759
9
+
10
+
11
+ Percentage 1-1 links: 85.43%
12
+ Percentage 2-1 links: 4.10%
13
+ Percentage 1-2 links: 3.60%
14
+ Percentage 0-1 links: 2.97%
15
+ Percentage 1-0 links: 2.88%
16
+ Percentage 2-2 links: 1.00%
AC aligned Vanilla/createAlignedCorpus.pdf ADDED
Binary file (262 kB). View file
 
AC aligned Vanilla/getAlignmentWithText.pl ADDED
@@ -0,0 +1,321 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/perl
2
+ #
3
+ # script that add the text to the alignment information
4
+ #
5
+ # CREATION 15/03/2006 Camelia Ignat
6
+ # Modified:
7
+ # V1.01 15/05/2006 Camelia Ignat - take in account a little changement of input format (no more linkGrp)
8
+ # V1.02 13/07/2007 Camelia Ignat - add more documentation, add again linkGrp tag, deal with "/" character in celex code...
9
+ #
10
+
11
+ our $VERSION=1.02;
12
+
13
+
14
+ use strict; use warnings;
15
+
16
+ use Getopt::Long; # to read command line options
17
+ my %options=(
18
+ 'acquisDir' => '.',
19
+ 'outDir' => '',
20
+ 'selectionList' => '',
21
+ );
22
+
23
+ die "usage: $0 [-acquisDir Directory] [-selectionList FileNameForCelexCodes] [-outDir OutputDirectory] AlignmentFile(s)"
24
+ unless (GetOptions (\%options,'acquisDir=s','outDir=s','selectionList=s') and (scalar @ARGV));
25
+
26
+ binmode(STDOUT,"utf8");
27
+ binmode(STDIN,"utf8");
28
+
29
+
30
+ # Initialisations
31
+
32
+ my %text=();
33
+
34
+ my %celexCodes;
35
+ my $select=0;
36
+ my $sizesel=0;
37
+
38
+ if(($options{selectionList} ne "") && (-f $options{selectionList})){
39
+ $select=1;
40
+ open(my $fcelexList, "<:encoding(utf8)", $options{selectionList}) || die "Problems opening file $options{selectionList}: $!\n";
41
+ while(my $line = <$fcelexList>){
42
+ chomp $line;
43
+ if($line =~ /^[\s]*$/){
44
+ next;
45
+ }
46
+ if($line =~ /^#/){
47
+ next;
48
+ }
49
+ my ($celex, $rest) = split(/[\s]+/,$line,2);
50
+ # print STDERR "Celex codes: ",$celex,"\n";
51
+ $celexCodes{$celex}=1;
52
+ $sizesel++;
53
+ }
54
+ close($fcelexList);
55
+ }
56
+
57
+ foreach my $file (@ARGV) { # allows for several alignment text files
58
+ outputAlignedCorpusFromFile($file);
59
+ }
60
+
61
+ sub outputAlignedCorpusFromFile{
62
+ my($file) = @_;
63
+
64
+ open(my $Fal, "<:encoding(utf8)",$file) || die "pb reading alignment file $file:$!";
65
+
66
+ my $docid1="";
67
+ my $docid2="";
68
+ my $celexid="";
69
+ my $lg1="";
70
+ my $lg2="";
71
+
72
+ my $Fout;
73
+ if($options{'outDir'} ne ""){
74
+ unless(-d $options{'outDir'}){
75
+ system("mkdir -p $options{'outDir'}");
76
+ }
77
+ $options{outDir} =~ s/\/$//;
78
+ my $outFile = $file;
79
+ $outFile =~ s/^.*\/([^\/]+)$/$1/;
80
+ $outFile =~ s/(.+)\.([^\.]+)/$1\_withText\.$2/;
81
+ $outFile = $options{'outDir'}."/".$outFile;
82
+ open($Fout,">:encoding(utf8)",$outFile) || die "Cannot open the output file $outFile:$!\n";
83
+ }
84
+ else{
85
+ $Fout=*STDOUT;
86
+ }
87
+
88
+ my $writeDoc=1;
89
+ while (my $line = <$Fal>) {
90
+
91
+ unless(($line =~ /^[\s]*<link/) || ($line =~ /^[\s]*<linkGrp/) || ($line =~ /^[\s]*<div type=\"body\"/)){
92
+ if($writeDoc eq 1){
93
+ if(($select eq 1)&&($line =~ /<extent>/)){
94
+ $line =~ s/<extent>/<extent>Selection of maximum $sizesel documents from: /;
95
+ }
96
+ print $Fout $line;
97
+
98
+ }
99
+ elsif($line =~ /<\/div>/){
100
+ $writeDoc=1;
101
+ }
102
+ next;
103
+ }
104
+ chomp($line);
105
+ if($line =~ /^[\s]*<div type=\"body\" n=\"([^\"]+)\"/){
106
+ $celexid=$1;
107
+ if(($select eq 1) && (not exists $celexCodes{$celexid})){
108
+ $celexid="";
109
+ $writeDoc=0;
110
+ }
111
+ else{
112
+ $writeDoc=1;
113
+ if($line =~ /select=\"([a-z][a-z])\s+([a-z][a-z])\"/){
114
+ $lg1=$1;
115
+ $lg2=$2;
116
+ }
117
+ my $id=$celexid;
118
+ $id =~ s/\(/_/g;
119
+ $id =~ s/\)//g;
120
+ $id =~ s/\//\#/g;
121
+ $docid1="jrc".$id."-".$lg1;
122
+ $docid2="jrc".$id."-".$lg2;
123
+ $text{$lg1} = &getTextInfoFromXmlFile($lg1,$celexid, $docid1);
124
+ $text{$lg2} = &getTextInfoFromXmlFile($lg2,$celexid, $docid2);
125
+ print $Fout $line,"\n";
126
+ }
127
+ next;
128
+ }
129
+ if($writeDoc eq 0){
130
+ next;
131
+ }
132
+ if($line =~ /^[\s]*<linkGrp/){
133
+
134
+ # if($line =~ /xtargets=\"([^\";]+);([^\";]+)\"/){
135
+ # $docid1=$1;
136
+ # $docid2=$2;
137
+ # }
138
+ # if($line =~ /select=\"([a-z][a-z])\s+([a-z][a-z])\"/){
139
+ # $lg1=$1;
140
+ # $lg2=$2;
141
+ # }
142
+ # # print "TEST:",$docid1, "\t",$docid2,"\t", $celexid, "\t", $lg1, "\t", $lg2, "\n";
143
+ # $text{$lg1} = &getTextInfoFromXmlFile($lg1,$celexid, $docid1);
144
+ # $text{$lg2} = &getTextInfoFromXmlFile($lg2,$celexid, $docid2);
145
+ print $Fout $line,"\n";
146
+ next;
147
+ }
148
+
149
+ if($line =~ /^[\s]*<link type=\"([^\"]+)\" xtargets=\"([^\";]+);([^\";]+)\"[\s]*\/>/){
150
+ my $type=$1;
151
+ my $targets1=$2;
152
+ my $targets2=$3;
153
+ $targets1 =~ s/^[\s]+//;
154
+ $targets1 =~ s/[\s]+$//;
155
+ $targets2 =~ s/^[\s]+//;
156
+ $targets2 =~ s/[\s]+$//;
157
+
158
+ if($celexid eq ""){
159
+ # print $Fout $line,"\n";
160
+ }
161
+ else{
162
+ $line =~ s/[\s]*\/>$/>/;
163
+ print $Fout $line,"\n";
164
+ print $Fout &addTextLanguage($lg1, $targets1, 1);
165
+ print $Fout &addTextLanguage($lg2, $targets2, 2);
166
+ print $Fout "<\/link>\n";
167
+ }
168
+ next;
169
+ }
170
+ }
171
+ if($options{'outDir'} ne ""){
172
+ close($Fout);
173
+ }
174
+ }
175
+
176
+
177
+
178
+ sub addTextLanguage{
179
+ my ($lg, $targets1, $n)=@_;
180
+
181
+ my $string = "";
182
+ my @targets1 = split(/[\s]+/,$targets1);
183
+
184
+ if(scalar @targets1 > 0){
185
+ $string .= "<s$n>";
186
+ foreach my $t (@targets1){
187
+ if(scalar @targets1 > 1){
188
+ $string .= "<p>";
189
+ }
190
+ $string .= $text{$lg}->{s}->[$t];
191
+ if(scalar @targets1 > 1){
192
+ $string .= "</p>";
193
+ }
194
+ }
195
+ $string .= "<\/s$n>\n";
196
+ }
197
+ else{
198
+ $string .= "<s$n\/>\n";
199
+ }
200
+ return $string;
201
+ }
202
+
203
+
204
+ sub getTextInfoFromXmlFile {
205
+ my($lg,$celexid, $docid) = @_;
206
+
207
+ my $txtInfo={};
208
+ my $year="";
209
+ if($celexid =~ /^[0-9A-Z]((19|20)[0-9][0-9])/){
210
+ $year=$1;
211
+ }
212
+ $txtInfo->{celex}=$celexid;
213
+ $txtInfo->{s} = [];
214
+ my $fileName=$options{acquisDir}."/".$lg."/".$year."/".$docid.".xml";
215
+ # print "Opening file...",$fileName,"\n";
216
+ # open(my $F, "<:encoding(utf8)", $fileName) || do{warn "Error when reading $fileName: $!"; return();};
217
+
218
+ open(my $F, "<:encoding(utf8)", $fileName) || die "Problems opening file $fileName: $!\n";
219
+ while (my $line = <$F>) {
220
+ # print "LINE:",$line;
221
+ if($line =~ /<p n=\"([^\"]+)\">((.|\n|\r)*)<\/p>/i) {
222
+ # print $1,"\t", $2,"\n";
223
+ $txtInfo->{s}->[$1]=$2;
224
+ }
225
+ }
226
+ close $F;
227
+ return $txtInfo;
228
+ }
229
+
230
+
231
+ __END__
232
+
233
+
234
+ =head1 NAME
235
+
236
+
237
+ getAlignmentWithText.pl - program that add the text to the alignment files.
238
+
239
+
240
+ =head1 SYNOPSIS
241
+
242
+
243
+ perl getAlignmentWithText.pl -acquisDir "JRC-Acquis_corpus_folder" jrc-en-fr.xml >en-fr_alignedCorpus_withText.xml
244
+
245
+ To select only the document from a list of celex codes :
246
+ perl getAlignmentWithText.pl -acquisDir "JRC-Acquis_corpus_folder" -selectionList "file_withCelexCode" jrc-en-fr.xml >en-fr_alignedCorpus_withText.xml
247
+
248
+ To process more files use an output folder as following:
249
+ perl getAlignmentWithText.pl -acquisDir "JRC-Acquis_corpus_folder" -selectionList "file_withCelexCode" -outDir "Output_folder" jrc-bg-cs.xml jrc-en-it.xml
250
+
251
+
252
+ =head1 DESCRIPTION
253
+
254
+ To get the aligned corpora for a language pair, the program need as input the corpora by language and the alignment information. The corpora will be provided by the option "acquisDir" that will specify where the Acquis corpus is located. If the option is not specified the default value is the current directory.
255
+ The alignment information will be provided as argument.
256
+
257
+ Using the option "selectionList" you can provided a list of Celex codes that has to be processed and the programm will output only the files that has the Celex code specified in the list. The codes are given in a file - one celex code by line. This option could be useful if you want to process only documents that have Eurovoc descriptors.
258
+
259
+ The option "outDir" gives the possibility to process more than one language pair. You have to specify all the language pairs that you want to process as arguments and to give the output directory where the alignments with text will be written.
260
+ The result files will have the name composed by the name of the input file (without extension) followed by "_withText", followed by the extension (i.e. jrc-en-fr_withText.xml)
261
+
262
+
263
+ The program outputs an aligned corpus, containing documents in the following format:
264
+
265
+
266
+ ...
267
+ <teiHeader>....header....<teiHeader>
268
+ <text select="fr ro">
269
+ <body>
270
+ <p>19 paragraph links:</p>
271
+ <linkGrp targType="head p" n="22002D0163" select="fr ro" id="jrc22002D0163-fr-ro" type="1-1" xtargets="jrc22002D0163-fr;jrc22002D0163-ro">
272
+ <link type="1-1" xtargets="1;1">
273
+ <s1>Décision du Comité mixte de l'EEE </s1>
274
+ <s2>DECIZIA COMITETULUI MIXT AL SEE </s2>
275
+ </link>
276
+ <link type="1-1" xtargets="2;2">
277
+ <s1>no 163/2002</s1>
278
+ <s2>nr. 163/2002</s2>
279
+ </link>
280
+ <link type="1-1" xtargets="3;3">
281
+ <s1>du 6 décembre 2002</s1>
282
+ <s2>din 6 decembrie 2002</s2>
283
+ </link>
284
+ <link type="1-1" xtargets="4;4">
285
+ ....
286
+
287
+
288
+ The file is fully XML, we must use the UTF-8 encoding to handle all character sets
289
+ (French-Greek for example).
290
+
291
+ Example of use for Lithuanian-Swedish alignment:
292
+
293
+ Before launching it make sure you have uncompressed (using gunzip command for example) the alignment file.
294
+
295
+ gunzip jrc-lt-sv.xml.gz
296
+
297
+ Then, you need to get and unpack the two corpora:
298
+
299
+ tar xzf jrc-lt.tgz
300
+ tar xzf jrc-sv.tgz
301
+
302
+ Then you can launch this program using a perl5 interpreter:
303
+
304
+ perl getAlignmentWithText.pl -acquisDir . jrc-lt-sv.xml > jrc-lt-sv_withText.xml
305
+
306
+
307
+ =head1 COMMENTS
308
+
309
+
310
+ We have deliberately chosen to parse the texts without an XML parser. The format of Xml texts is well known, and the script has to be as fast as possible to handle 8000 texts in less than 5 minutes.
311
+
312
+
313
+ =head1 AUTHORS
314
+
315
+
316
+ camelia.ignat@jrc.it, bruno.pouliquen@jrc.it
317
+
318
+
319
+ =cut
320
+
321
+
AC aligned Vanilla/jrc-bg-cs.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a5248dad9978b483b9205d4561114c41a383e0d6d07fd70000919eb54e282fe
3
+ size 2708838
AC aligned Vanilla/jrc-bg-da.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:281b7dafd46c36cc941913050f353f9646dedee9099abe45a56f67288cf45b43
3
+ size 2728595
AC aligned Vanilla/jrc-bg-de.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55c813347756c026f34c6bdbfb3643d5c232a773771e1f99af1132bcf4f8878d
3
+ size 2712408
AC aligned Vanilla/jrc-bg-el.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86113506b648a04fcb3bc46eeee1bcca3deef74a66739c389f769506bc7a02e5
3
+ size 2357558
AC aligned Vanilla/jrc-bg-en.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6454becbe2dc2c3f369a5475bbaf78ca284fb3cfd6b68b8d1de600d001bdd03b
3
+ size 2710459
AC aligned Vanilla/jrc-bg-es.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2f7a51bd5711240cf45779f7497665ae5e47b64e736868c0b2c4367d3900d21
3
+ size 2575734
AC aligned Vanilla/jrc-bg-et.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2da890753a18f6ba06b927d269468e4b422215159e33198fd7fad92faddbff22
3
+ size 2785172
AC aligned Vanilla/jrc-bg-fi.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7160bc8f7186a36b51b4091f9caf6b7a14dd0cd250604ad8f526078dcdf93113
3
+ size 2642575
AC aligned Vanilla/jrc-bg-fr.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01e559439fe0da12ccb2a5d3c9909c31f2b816bdd141a42a3da4ca85118cceea
3
+ size 2624585
AC aligned Vanilla/jrc-bg-hu.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44cb7ad03e18f12f81eb2c528eb06e55aca594bdb2ca1fff1cab1e8bf1ac9f08
3
+ size 2464907
AC aligned Vanilla/jrc-bg-it.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5710938fd61da94b49e28851c2dedafcecc2e9dc913333e0aba4fe95f01d4446
3
+ size 2670154
AC aligned Vanilla/jrc-bg-lt.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:492751e3f207384f5a77b5bcb8cfdf8fafdf7a585df4555fbf60e72e17458a6d
3
+ size 2748457
AC aligned Vanilla/jrc-bg-lv.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ad87dd90c6296ec1901899907be59ac4a0f5107629d5904301184680e585f7a
3
+ size 2822038
AC aligned Vanilla/jrc-bg-mt.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f58bcb2618eebecc200eef1c3e6174d637e6dfc0063f649839b8c558c563463c
3
+ size 2136257
AC aligned Vanilla/jrc-bg-nl.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fca88cf44e4cdd3f776b2e1b8cf391195aca8dbff93dbdfe8be06bb4cd91f12f
3
+ size 2628886
AC aligned Vanilla/jrc-bg-pl.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f0d22e95ceec90db588646c95faf434f6297c808fd00bc890dc45b991b8cdd
3
+ size 2647950
AC aligned Vanilla/jrc-bg-pt.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14099c08997c24fd922a1d69c5182ad12c6d3d3f361a7ab16e16709cc0d613c4
3
+ size 2651326
AC aligned Vanilla/jrc-bg-ro.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95df28d5a7847a22d1a44c27968cd0aa676474698043e9e4461701ac0b6d94b5
3
+ size 1473602
AC aligned Vanilla/jrc-bg-sk.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df699e6e195da5b9d50fb248b1254c21eb5c471a6af1071ed7f345df27de7f5a
3
+ size 2588346
AC aligned Vanilla/jrc-bg-sl.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07464c6709b54d52b6c5fe92c21599b422d2745ff79a34267654107de637b2f7
3
+ size 2774195
AC aligned Vanilla/jrc-bg-sv.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9549992fef9725385b78ea3b1a3f97bac636c3c00eb817f898a2e4c313fea9ef
3
+ size 2674205
AC aligned Vanilla/jrc-cs-da.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ccf21e8355646a63d3849365f31ce72ca296247f3f66195f915fbf8a60dbdfe
3
+ size 2766262
AC aligned Vanilla/jrc-cs-de.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c169c2d0b70a2aa2f502201f1460c0c66b549be11e1c29148f21c4ea66eec779
3
+ size 2868965
AC aligned Vanilla/jrc-cs-el.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be122f0de8dbbcde2e52ff4f6d5a183517c499216e9098e2bcca9dce01b806ce
3
+ size 4036596
AC aligned Vanilla/jrc-cs-en.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30ff820a6924ce4dd3ef77e4182b3a3db4c6f9f21703842f1a863c4905588b9e
3
+ size 2717445
AC aligned Vanilla/jrc-cs-es.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9e334a459d4dda6c79f28dc8bfb883667266cc0fd1cb7e996a81b712e9667cf
3
+ size 2704072
AC aligned Vanilla/jrc-cs-et.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c661eaa6232ccf34f7d66dcb83834afd122f9f1512d825a723ca6eeffed63e05
3
+ size 2612864
AC aligned Vanilla/jrc-cs-fi.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d30760dec2023eb44664fbf374246dda2be19f9f8d1c1400911f764f0ae9cd9a
3
+ size 2686954
AC aligned Vanilla/jrc-cs-fr.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a85c0711ebb9b0fee308dab5ef1a699370a6508ed19e239e948b984eb9efd13
3
+ size 2794357
AC aligned Vanilla/jrc-cs-hu.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec7853fda7a240c77c12f221708484ca3b23c5da14d741230acad7da85d29a4
3
+ size 2429007
AC aligned Vanilla/jrc-cs-it.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680b26e37dfae40d597aa72427a4f09274b3f2d6ef82466ca1e92f3c97e965e4
3
+ size 2718253
AC aligned Vanilla/jrc-cs-lt.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565f99a11363c6c1d9d17da47dea77974644ea648d976c41c1bc4f9d63443c36
3
+ size 2486326
AC aligned Vanilla/jrc-cs-lv.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25f839fdae1d1469fef0f47ff47d312bf75ed37bb925ad5f52a1187ea2820312
3
+ size 2674210
AC aligned Vanilla/jrc-cs-mt.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:334f7b6991af5799720eb11be37927092f62ab6b1de92f1f1d4e0a2e61d5a8ac
3
+ size 1694655
AC aligned Vanilla/jrc-cs-nl.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:452e039c870149568bf144aaa9c16a694d7e146026fc276119fb0d4669f32fb0
3
+ size 2719118
AC aligned Vanilla/jrc-cs-pl.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:207414470e55485baa745f1e401472edfe99d85f8e91c9f1e995c0676e69e9ea
3
+ size 2389537
AC aligned Vanilla/jrc-cs-pt.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d13ec55eec44099fbe9b9deb31d0b8694476dcbf916fc2a7a2c3a54924719b5
3
+ size 2764781
AC aligned Vanilla/jrc-cs-ro.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd7227f540cc441daad0996de4a728c7721f45e4630f422f10709de06db50e76
3
+ size 1075224
AC aligned Vanilla/jrc-cs-sk.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8ce7e8e1b4e5763147b742fa0bf79dfffc93658f759d89f547f38cd4d0169a5
3
+ size 2115395
AC aligned Vanilla/jrc-cs-sl.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a546e566d217635cb3decee73cb255c24b313b4fa7d82c74158a1f4f137f5b
3
+ size 2315585
AC aligned Vanilla/jrc-cs-sv.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:898096fdf3c5b3b414524e2c9f33086ccad231665b1614099d527ccf7666138c
3
+ size 2673791
AC aligned Vanilla/jrc-da-de.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3968c4fd88843afe3d8b1d196581ccae6d60aecb3e9b271700a1139841dc9211
3
+ size 2953293
AC aligned Vanilla/jrc-da-el.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c433415de4cbf5a396117dcea85204506641843a54f9df8df099ae506f3d17ff
3
+ size 4691539
AC aligned Vanilla/jrc-da-en.xml.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3cdd859ea7f72a03b80764cd400718e4d3c702f2943c10f2f1c89dc9ed1b3c0
3
+ size 2797417