Datasets:
File size: 2,763 Bytes
2438ae6 38d7a23 2438ae6 38d7a23 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 |
---
license: cc-by-nc-sa-4.0
language:
- kwn
- nno
- mlg
- miu
- mhi
- yua
- dga
- pol
- sck
- nuj
- ben
- san
- luo
- guz
- hus
- adh
- lwg
- lue
- nhw
- mer
- lug
- xsm
- ell
- rus
- afr
- ewe
- yue
- mnw
- laj
- myx
- fra
- adx
- teo
- cce
- kln
- hat
- zne
- srp
- mmc
- mal
- fat
- nyu
- ndo
- ven
- hch
- ssw
- kqn
- mhw
- koo
- prs
- nso
- yor
- zho
- naq
- nle
- mqu
- lun
- tuv
- ocu
- sme
- kdj
- alz
- lit
- spa
- mfe
- maz
- tum
- nhe
- hun
- dje
- ori
- swa
- ron
- her
- urd
- ttj
- ktz
- tur
- kam
- sag
- kru
- kok
- toi
- jpn
- orm
- rki
- tsn
- nep
- tha
- zul
- ctu
- khg
- dag
- pcm
- keo
- lko
- amh
- saq
- jam
- ara
- kik
- toh
- kan
- lgg
- tam
- aeb
- ckb
- deu
- guj
- ukr
- tir
- tet
- mar
- bxk
- gur
- vie
- old
- nch
- kpz
- xho
- crk
- ita
- kmr
- nyn
- por
- kri
- gaa
- hin
- asm
- mas
- xog
- khm
- csw
- nor
- tgl
- kin
- luc
- ful
- sqi
- kua
- cat
- tsc
- pus
- nld
- kor
- sot
- mya
- lat
- bod
- eng
- nob
- nzi
- twi
- hau
- dan
- kau
- pan
- swe
- fas
- som
- tso
- loz
- anu
- tel
- ada
- nbl
- lsm
- ach
- bem
- pmq
- mat
- gjn
- nya
- epo
pretty_name: GlotStoryBook Corpus
---
# GlotStoryBook Corpus
Story Books for 180 ISO-639-3 script pairs (174 unique ISO-639-3 codes).
## Usage (HF Loader)
```python
from datasets import load_dataset
dataset = load_dataset('cis-lmu/GlotStoryBook')
print(dataset['train'][0]) # First row data
```
## Download
If you are not a fan of the HF dataloader or are just interested in a specific language, download it directly:
Replace `twi_Latn` with your specific language.
```python
! wget https://huggingface.co/datasets/cis-lmu/GlotStoryBook/resolve/main/GlotStoryBook.csv
```
## License and Copyright
All the files are collected from the repository located at https://github.com/global-asp/. The source repository for each text and file is stored in the dataset.
Each file in the dataset is associated with one license from the CC family. The licenses include 'CC BY', 'CC BY-NC', 'CC BY-NC-SA', 'CC-BY', 'CC-BY-NC', and 'Public Domain'.
## Github
We additionally provide a GitHub version that openly shares the source code for processing this dataset:
https://github.com/cisnlp/GlotStoryBook
## Citation
If you use any part of this code and data in your research, please cite it using the following BibTeX entry.
This work is part of the [GlotLID](https://github.com/cisnlp/GlotLID) project.
```
@inproceedings{
kargaran2023glotlid,
title={{GlotLID}: Language Identification for Low-Resource Languages},
author={Kargaran, Amir Hossein and Imani, Ayyoob and Yvon, Fran{\c{c}}ois and Sch{\"u}tze, Hinrich},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=dl4e3EBz5j}
}
``` |