Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
---
|
4 |
+
|
5 |
+
Adapted from ODIN (the Online Database of INterlinear glossed text). Adapted to the SIGMORPHON-2023 interlinear gloss shared task format by Nate Robinson.
|
6 |
+
|
7 |
+
## Citations
|
8 |
+
|
9 |
+
### Adapted Corpus
|
10 |
+
|
11 |
+
```bibtex
|
12 |
+
@inproceedings{he-etal-2023-sigmorefun,
|
13 |
+
title = "{S}ig{M}ore{F}un Submission to the {SIGMORPHON} Shared Task on Interlinear Glossing",
|
14 |
+
author = "He, Taiqi and
|
15 |
+
Tjuatja, Lindia and
|
16 |
+
Robinson, Nathaniel and
|
17 |
+
Watanabe, Shinji and
|
18 |
+
Mortensen, David R. and
|
19 |
+
Neubig, Graham and
|
20 |
+
Levin, Lori",
|
21 |
+
booktitle = "Proceedings of the 20th SIGMORPHON workshop on Computational Research in Phonetics, Phonology, and Morphology",
|
22 |
+
month = jul,
|
23 |
+
year = "2023",
|
24 |
+
address = "Toronto, Canada",
|
25 |
+
publisher = "Association for Computational Linguistics",
|
26 |
+
url = "https://aclanthology.org/2023.sigmorphon-1.22",
|
27 |
+
doi = "10.18653/v1/2023.sigmorphon-1.22",
|
28 |
+
pages = "209--216",
|
29 |
+
}
|
30 |
+
```
|
31 |
+
|
32 |
+
### Original Corpus
|
33 |
+
|
34 |
+
```bibtex
|
35 |
+
@inproceedings{xia-etal-2014-enriching,
|
36 |
+
title = "Enriching {ODIN}",
|
37 |
+
author = "Xia, Fei and
|
38 |
+
Lewis, William and
|
39 |
+
Goodman, Michael Wayne and
|
40 |
+
Crowgey, Joshua and
|
41 |
+
Bender, Emily M.",
|
42 |
+
booktitle = "Proceedings of the Ninth International Conference on Language Resources and Evaluation ({LREC}'14)",
|
43 |
+
month = may,
|
44 |
+
year = "2014",
|
45 |
+
address = "Reykjavik, Iceland",
|
46 |
+
publisher = "European Language Resources Association (ELRA)",
|
47 |
+
url = "http://www.lrec-conf.org/proceedings/lrec2014/pdf/1072_Paper.pdf",
|
48 |
+
pages = "3151--3157",
|
49 |
+
}
|
50 |
+
```
|