de-francophones
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- gsw
|
4 |
+
viewer: false
|
5 |
+
license: cc-by-sa-4.0
|
6 |
+
task_categories:
|
7 |
+
- token-classification
|
8 |
+
---
|
9 |
+
|
10 |
+
> [!NOTE]
|
11 |
+
> Dataset origin: https://zenodo.org/records/10132307
|
12 |
+
|
13 |
+
## Description
|
14 |
+
|
15 |
+
This corpus contains a collection of texts in the Alsatian dialects which were manually annotated with parts-of-speech, lemmas, translations into French and location entities.
|
16 |
+
|
17 |
+
The corpus was produced in the context of the RESTAURE project, funded by the French ANR. The current version of the corpus contains 21 documents and 12,907 syntactic words. The annotation process is detailed in the following article: http://hal.archives-ouvertes.fr/hal-01704806
|
18 |
+
|
19 |
+
#### Information about version 3
|
20 |
+
|
21 |
+
Version 3 corrects some minor errors in the CONLL-U files: wrong token indexes after multiword tokens and missing _ in glosses. In addition, all files are concatenated into a single CONLL-U file.
|
22 |
+
|
23 |
+
#### Information about version 2
|
24 |
+
|
25 |
+
Version 2 contains the same annotated documents as version 1, but some errors have been corrected and the annotated corpus is provided in the CoNLL-U format
|
26 |
+
|
27 |
+
The untokenised and unannotated versions of the documents are found in the "txt" folder. The annotated versions of the documents are found in the "ud" folder (CoNLL-U format).
|
28 |
+
|
29 |
+
In addition to the form, the lemma and the part-of-speech additional information is also provided:
|
30 |
+
|
31 |
+
translation of the lemma into French (Gloss field)
|
32 |
+
annotation of location names (NamedType field)
|
33 |
+
|
34 |
+
|
35 |
+
## Citation
|
36 |
+
|
37 |
+
```
|
38 |
+
Bernhard, D., Erhart, P., Huck, D., & Steiblé, L. (2023). Annotated Corpus for the Alsatian Dialects (3.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.10132307
|
39 |
+
```
|