abumafrim commited on
Commit
fd91d72
1 Parent(s): c1ec9d9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +112 -1
README.md CHANGED
@@ -1,3 +1,114 @@
1
  ---
2
- license: cc-by-sa-4.0
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-nc-sa-4.0
3
+ tags:
4
+ - sentiment analysis, Twitter, tweets
5
+ - stopwords
6
+ multilinguality:
7
+ - monolingual
8
+ - multilingual
9
+ language:
10
+ - hau
11
+ - ibo
12
+ - yor
13
+ pretty_name: NaijaStopwords
14
  ---
15
+
16
+ # Naija-Lexicons
17
+
18
+ Naija-Lexicons is a part of the [Naija-Senti](https://huggingface.co/datasets/HausaNLP/NaijaSenti-Twitter) project. It is a list of collected stopwords from the four most widely spoken languages in Nigeria — Hausa, Igbo, Nigerian-Pidgin, and Yorùbá.
19
+
20
+ --------------------------------------------------------------------------------
21
+
22
+ ## Dataset Description
23
+
24
+
25
+ - **Homepage:** https://github.com/hausanlp/NaijaSenti/tree/main/data/stopwords
26
+ - **Repository:** [GitHub](https://github.com/hausanlp/NaijaSenti/tree/main/data/stopwords)
27
+ - **Paper:** [NaijaSenti: A Nigerian Twitter Sentiment Corpus for Multilingual Sentiment Analysis](https://aclanthology.org/2022.lrec-1.63/)
28
+ - **Leaderboard:** N/A
29
+ - **Point of Contact:** [Shamsuddeen Hassan Muhammad](shamsuddeen2004@gmail.com)
30
+
31
+
32
+ ### Languages
33
+
34
+ 3 most indigenous Nigerian languages
35
+
36
+ * Hausa (hau)
37
+ * Igbo (ibo)
38
+ * Yoruba (yor)
39
+
40
+
41
+ ## Dataset Structure
42
+
43
+ ### Data Instances
44
+
45
+ List of lexicons instances in each of the 3 languages with their sentiment labels.
46
+
47
+
48
+ ```
49
+ {
50
+ "word": "string",
51
+ "label": "string"
52
+ }
53
+ ```
54
+
55
+
56
+ ### How to use it
57
+
58
+
59
+ ```python
60
+ from datasets import load_dataset
61
+
62
+ # you can load specific languages (e.g., Hausa). This download manually created and translated lexicons.
63
+ ds = load_dataset("HausaNLP/Naija-Lexicons", "hau")
64
+
65
+ # you can load specific languages (e.g., Hausa). You may also specify the split you want to downloaf
66
+ ds = load_dataset("HausaNLP/Naija-Lexicons", "hau", split = "manual")
67
+
68
+ ```
69
+
70
+ ## Additional Information
71
+
72
+ ### Dataset Curators
73
+
74
+ * Shamsuddeen Hassan Muhammad
75
+ * Idris Abdulmumin
76
+ * Ibrahim Said Ahmad
77
+ * Bello Shehu Bello
78
+
79
+
80
+ ### Licensing Information
81
+
82
+ This Naija-Lexicons dataset is licensed under a Creative Commons Attribution BY-NC-SA 4.0 International License
83
+
84
+
85
+ ### Citation Information
86
+
87
+ ```
88
+ @inproceedings{muhammad-etal-2022-naijasenti,
89
+ title = "{N}aija{S}enti: A {N}igerian {T}witter Sentiment Corpus for Multilingual Sentiment Analysis",
90
+ author = "Muhammad, Shamsuddeen Hassan and
91
+ Adelani, David Ifeoluwa and
92
+ Ruder, Sebastian and
93
+ Ahmad, Ibrahim Sa{'}id and
94
+ Abdulmumin, Idris and
95
+ Bello, Bello Shehu and
96
+ Choudhury, Monojit and
97
+ Emezue, Chris Chinenye and
98
+ Abdullahi, Saheed Salahudeen and
99
+ Aremu, Anuoluwapo and
100
+ Jorge, Al{\'\i}pio and
101
+ Brazdil, Pavel",
102
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
103
+ month = jun,
104
+ year = "2022",
105
+ address = "Marseille, France",
106
+ publisher = "European Language Resources Association",
107
+ url = "https://aclanthology.org/2022.lrec-1.63",
108
+ pages = "590--602",
109
+ }
110
+ ```
111
+
112
+ ### Contributions
113
+
114
+ > This work was carried out with support from Lacuna Fund, an initiative co-founded by The Rockefeller Foundation, Google.org, and Canada’s International Development Research Centre. The views expressed herein do not necessarily represent those of Lacuna Fund, its Steering Committee, its funders, or Meridian Institute.