michsethowusu commited on
Commit
d7c0461
·
verified ·
1 Parent(s): bbae011

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +76 -0
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: bigram
5
+ dtype: string
6
+ - name: type
7
+ dtype: string
8
+ - name: lang
9
+ dtype: string
10
+ - name: lang_id
11
+ dtype: int32
12
+ - name: count
13
+ dtype: int64
14
+ splits:
15
+ - name: train
16
+
17
+ configs:
18
+ - config_name: default
19
+ data_files:
20
+ - split: train
21
+ path: bigrams.csv
22
+
23
+ language:
24
+ - multilingual
25
+
26
+ license: mit
27
+
28
+ task_categories:
29
+ - text-classification
30
+
31
+ pretty_name: African Languages Bigrams Dataset
32
+
33
+ tags:
34
+ - bigrams
35
+ - african-languages
36
+ - multilingual
37
+ ---
38
+
39
+
40
+ # Afri-Bigrams
41
+
42
+ This dataset contains a large-scale collection of word bigrams extracted from text across 154 African languages. It is meticulously designed to support general research and analysis of African languages, providing foundational data based on two-word sequences.
43
+
44
+ ## **Background**
45
+
46
+ This dataset provides foundational linguistic data, specifically word bigram frequencies, for African languages. This type of structured data is crucial for various computational linguistic tasks, allowing researchers to explore lexical co-occurrence patterns across 154 languages.
47
+
48
+ ## **Approach Overview**
49
+
50
+ The dataset exclusively includes word bigrams (sequences of two words).
51
+
52
+ The data provides the raw frequency counts of these word bigrams for each language. Word bigrams are valuable for analyzing lexical co-occurrence and capturing basic syntactic patterns within the corpus used for extraction.
53
+
54
+ ## **Dataset Structure**
55
+
56
+ Each row in the dataset represents one word bigram and its frequency for a specific language.
57
+
58
+ | Column | Description |
59
+ | ----------- | --------------------------------------------- |
60
+ | **bigram** | Extracted sequence (word pair). |
61
+ | **count** | Frequency of the bigram within that language. |
62
+ | **lang** | Two-letter language code. |
63
+ | **lang_id** | Numeric identifier for the language. |
64
+
65
+ ## **Use Cases**
66
+
67
+ - Statistical analysis of word co-occurrence across African languages.
68
+ - Development of language models and embedding techniques.
69
+ - Linguistic pattern analysis focusing on common lexical sequences.
70
+ - Supporting general multilingual NLP research.
71
+
72
+ ## **Languages**
73
+
74
+ The dataset covers the following languages. Note that representation may vary across languages.
75
+
76
+ Acholi (ach), Dangme (ada), Afrikaans (afr), Akan (aka), Alur (alz), Amharic (amh), Algerian Arabic (arq), Moroccan Arabic (ary), Egyptian Arabic (arz), Bamanankan (bam), Basaa (bas), Baoulé (bci), Bemba (bem), Edo (bin), Bulu (bum), Bilen (byn), Chopi (cce), Chuwabu (chw), Chokwe (cjk), Coptic (cop), Seychelles French Creole (crs), Southwestern Dinka (dik), Dinka (din), Zarma (dje), Lukpa (dop), Duala (dua), Jula (dyu), Efik (efi), Éwé (ewe), Fon (fon), Pulaar (fuc), Fulah (ful), Nigerian Fulfulde (fuv), Ga (gaa), Gun (guw), Hausa (hau), Herero (her), Igbo (ibo), Esan (ish), Isoko (iso), Kabyle (kab), Kamba (kam), Kanuri (kau), Kabiyè (kbp), Kabuverdianu (kea), Gikuyu (kik), Kinyarwanda (kin), Kimbundu (kmb), Kongo (kon), Konzo (koo), Kaonde (kqn), Krio (kri), Kisi, Southern (kss), Oshiwambo (kua), Kwangali (kwn), Kikongo (kwy), Lamba (lam), Lingala (lin), Lozi (loz), Luba-Kasai (lua), Luba-Katanga (lub), Luvale (lue), Ganda (lug), Lunda (lun), Dholuo (luo), Mende (men), Morisyen (mfe), Mambwe-Lungu (mgr), Malagasy (mlg), Moore (mos), Mozambican Sign Language (mzy), Min Nan Chinese (nan), Nyemba (nba), Ndau (ndc), Ndonga (ndo), Lomwe (ngl), Northern Sotho (nso), Chichewa (nya), Nyaneka (nyk), Nyankore (nyn), Nyungwe (nyu), Nzema (nzi), Okpe (oke), Oromo (orm), Nigerian Pidgin (pcm), Merina Malagasy (plt), Tarifit (rif), Ruund (rnd), Rundi (run), Sango (sag), Sena (seh), South African Sign Language (sfs), Tachelhit (shi), Sidaama (sid), Shona (sna), Somali (som), Songe (sop), Swati (ssw), Swahili (swa), Congo Swahili (swc), Swahili (swh), Tigrigna (tir), Tiv (tiv), Tetela (tll), Tamashek (tmh), Tonga (tog), Tonga (toh), Tonga (toi), Tswa (tsc), Setswana (tsn), Tsonga (tso), Tooro (ttj), Tumbuka (tum), Umbundu (umb), Urhobo (urh), Venda (ven), Makhuwa (vmw), Wolaytta (wal), Cameroon Pidgin (wes), Wolof (wol), Xhosa (xho), Yao (yao), Yoruba (yor), Zimbabwe Sign Language (zib), Zande (zne), Zambian Sign Language (zsl), Zulu (zul)