kargaranamir
commited on
Commit
•
9ccf7bb
1
Parent(s):
acd9bac
Update README.md
Browse files
README.md
CHANGED
@@ -5,8 +5,11 @@ language:
|
|
5 |
- glk
|
6 |
- brh
|
7 |
- sdh
|
|
|
8 |
- hac
|
9 |
-
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# GlotSparse Corpus
|
@@ -14,17 +17,18 @@ pretty_name: Perso-Arabic Corpus
|
|
14 |
- Balochi (bal)
|
15 |
- Gilaki (glk)
|
16 |
- Brahui (brh)
|
17 |
-
- Southern Kurdish (sdh)
|
18 |
- Gurani (hac)
|
|
|
19 |
|
20 |
-
|
21 |
```
|
22 |
dataset = load_dataset('kargaranamir/GlotSparse')
|
23 |
print(dataset['train'][0]) # First row
|
24 |
```
|
25 |
|
26 |
## Download
|
27 |
-
If you are not a fan of HF dataloader, download
|
28 |
|
29 |
```
|
30 |
! wget https://huggingface.co/datasets/kargaranamir/GlotSparse/resolve/main/balochi.csv
|
@@ -32,43 +36,47 @@ If you are not a fan of HF dataloader, download each dataset directly:
|
|
32 |
! wget https://huggingface.co/datasets/kargaranamir/GlotSparse/resolve/main/brahui.csv
|
33 |
! wget https://huggingface.co/datasets/kargaranamir/GlotSparse/resolve/main/southern-kurdish.csv
|
34 |
! wget https://huggingface.co/datasets/kargaranamir/GlotSparse/resolve/main/gurani.csv
|
|
|
35 |
|
36 |
```
|
37 |
|
38 |
|
39 |
## Sources
|
40 |
|
41 |
-
- Balochi (bal)
|
42 |
- News: https://sunnionline.us/balochi/
|
43 |
- Stories: https://kissah.org/
|
44 |
- Deiverse Contents such as poems, stories, posts, etc: https://baask.com/archive/category/balochi/
|
45 |
|
46 |
-
- Gilaki (glk)
|
47 |
- Social Media: The original source of this content is Twitter, but Twitter typically doesn't support Gilaki as part of its language identifier due to gilaki is a low resource language. We obtained this content from a Telegram channel (https://t.me/gilaki_twitter) that re-posts Gilaki Twitter content. The admins of the channel are native Gilaki speakers, and after manual inspection, these tweets are selected. At present, there isn't a readily available mapping for Twitter IDs. The primary reason for reposting Twitter content on Telegram in Iran is the relative ease of access to Telegram compared to Twitter.
|
48 |
|
49 |
|
50 |
-
- Brahui (brh)
|
51 |
- News: https://talarbrahui.com/category/news/ and https://talarbrahui.com/category/articles/
|
52 |
|
53 |
-
- Southern Kurdish (sdh)
|
54 |
- News: https://shafaq.com/ku/ (Feyli)
|
55 |
|
56 |
-
- Gurani (hac)
|
57 |
- News: https://anfsorani.com/هۆرامی (Hawrami)
|
58 |
|
|
|
|
|
|
|
59 |
|
60 |
-
If you are a website/dataset owner and do not want your dataset to be included in this corpra, please send us an email at [email protected] .
|
61 |
|
62 |
|
63 |
## Code
|
64 |
|
65 |
Crawler code is available here under MIT license: https://github.com/kargaranamir/GlotSparse.
|
66 |
-
Script checking and cleaning
|
67 |
|
68 |
|
69 |
## Ethical Considerations
|
70 |
|
71 |
-
**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,
|
72 |
|
73 |
**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.
|
74 |
|
|
|
5 |
- glk
|
6 |
- brh
|
7 |
- sdh
|
8 |
+
- kur
|
9 |
- hac
|
10 |
+
- kiu
|
11 |
+
- zza
|
12 |
+
pretty_name: GlotSparse Corpus
|
13 |
---
|
14 |
|
15 |
# GlotSparse Corpus
|
|
|
17 |
- Balochi (bal)
|
18 |
- Gilaki (glk)
|
19 |
- Brahui (brh)
|
20 |
+
- Southern Kurdish (sdh), MacroLanguage: Kurdish (kur)
|
21 |
- Gurani (hac)
|
22 |
+
- Kirmanjki (kiu), MacroLanguage: Zaza (zza)
|
23 |
|
24 |
+
## Usage
|
25 |
```
|
26 |
dataset = load_dataset('kargaranamir/GlotSparse')
|
27 |
print(dataset['train'][0]) # First row
|
28 |
```
|
29 |
|
30 |
## Download
|
31 |
+
If you are not a fan of HF dataloader or just interested in a specific language, download it directly:
|
32 |
|
33 |
```
|
34 |
! wget https://huggingface.co/datasets/kargaranamir/GlotSparse/resolve/main/balochi.csv
|
|
|
36 |
! wget https://huggingface.co/datasets/kargaranamir/GlotSparse/resolve/main/brahui.csv
|
37 |
! wget https://huggingface.co/datasets/kargaranamir/GlotSparse/resolve/main/southern-kurdish.csv
|
38 |
! wget https://huggingface.co/datasets/kargaranamir/GlotSparse/resolve/main/gurani.csv
|
39 |
+
! wget https://huggingface.co/datasets/kargaranamir/GlotSparse/resolve/main/kirmanjki.csv
|
40 |
|
41 |
```
|
42 |
|
43 |
|
44 |
## Sources
|
45 |
|
46 |
+
- **Balochi (bal)**
|
47 |
- News: https://sunnionline.us/balochi/
|
48 |
- Stories: https://kissah.org/
|
49 |
- Deiverse Contents such as poems, stories, posts, etc: https://baask.com/archive/category/balochi/
|
50 |
|
51 |
+
- **Gilaki (glk)**
|
52 |
- Social Media: The original source of this content is Twitter, but Twitter typically doesn't support Gilaki as part of its language identifier due to gilaki is a low resource language. We obtained this content from a Telegram channel (https://t.me/gilaki_twitter) that re-posts Gilaki Twitter content. The admins of the channel are native Gilaki speakers, and after manual inspection, these tweets are selected. At present, there isn't a readily available mapping for Twitter IDs. The primary reason for reposting Twitter content on Telegram in Iran is the relative ease of access to Telegram compared to Twitter.
|
53 |
|
54 |
|
55 |
+
- **Brahui (brh)**
|
56 |
- News: https://talarbrahui.com/category/news/ and https://talarbrahui.com/category/articles/
|
57 |
|
58 |
+
- **Southern Kurdish (sdh)**
|
59 |
- News: https://shafaq.com/ku/ (Feyli)
|
60 |
|
61 |
+
- **Gurani (hac)**
|
62 |
- News: https://anfsorani.com/هۆرامی (Hawrami)
|
63 |
|
64 |
+
- **Kirmanjki (kiu)**
|
65 |
+
- News: https://anfkirmancki.com/
|
66 |
+
|
67 |
|
68 |
+
**Notice**: If you are a website/dataset owner and do not want your dataset to be included in this corpra, please send us an email at [email protected] .
|
69 |
|
70 |
|
71 |
## Code
|
72 |
|
73 |
Crawler code is available here under MIT license: https://github.com/kargaranamir/GlotSparse.
|
74 |
+
Script checking and cleaning is done using [GlotScript](https://arxiv.org/abs/2309.13320).
|
75 |
|
76 |
|
77 |
## Ethical Considerations
|
78 |
|
79 |
+
**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, ...).
|
80 |
|
81 |
**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.
|
82 |
|