Datasets:

Modalities:
Text
Formats:
csv
ArXiv:
Libraries:
Datasets
pandas
License:
GlotSparse / README.md
kargaranamir's picture
Update README.md
1bcb676
|
raw
history blame
No virus
3.46 kB
metadata
license: cc-by-4.0
language:
  - bal
  - glk
  - brh
  - kas
  - sdh
pretty_name: Perso-Arabic Corpra

Perso-Arabic Corpra

  • Balochi (bal)
  • Gilaki (glk)
  • Brahui (brh)
  • Kashmiri (kas)
  • Southern Kurdish (sdh)

Usage

dataset = load_dataset('kargaranamir/perso-arabic')
print(dataset['train'][0]) # First row

Download

If you are not a fan of HF dataloader, download each dataset directly:

! wget https://huggingface.co/datasets/kargaranamir/perso-arabic/resolve/main/balochi.csv
! wget https://huggingface.co/datasets/kargaranamir/perso-arabic/resolve/main/gilaki.csv
! wget https://huggingface.co/datasets/kargaranamir/perso-arabic/resolve/main/brahui.csv
! wget https://huggingface.co/datasets/kargaranamir/perso-arabic/resolve/main/kashmiri.csv
! wget https://huggingface.co/datasets/kargaranamir/perso-arabic/resolve/main/southern-kurdish.csv

Sources

If you are a dataset owner and do not want your dataset to be included in this corpra, please send us an email at [email protected] .

Code

Crawler code is available here under MIT license: https://github.com/kargaranamir/balochi-corpus-crawler/

Ethical Considerations

1. Biases: The text corpus may reflect the perspectives, opinions, or demographics of its sources or creators. It is important for users to critically evaluate the text in context especially for news sources and social medias (e.g., sunnionline, twitter, talarbrahui, shafaq).

2. Representativeness: While we have aimed for diversity and inclusivity, the text corpus may not fully represent all native speakers. Users should be mindful of any potential underrepresentation.

3. Ethical Considerations: We acknowledge that the collection and use of text data can have ethical implications. We have strived to handle the data responsibly, but we encourage users to consider the broader ethical implications of their own research or applications.

Citation

If you use any part of this code and data in your research, please cite it using the following BibTex entry.

@misc{persoarabic-corpus-crawler,
  author = {Kargaran, Amir Hossein},
  title = {Perso-Arabic Corpus Crawler and Corpora},
  year = {2023},
  publisher = {Github},
  journal = {Github Repository},
  howpublished = {\url{https://github.com/kargaranamir/persoarabic-corpus-crawler}},
}