abumafrim commited on
Commit
28c1015
1 Parent(s): 574622a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +112 -0
README.md CHANGED
@@ -1,3 +1,115 @@
1
  ---
2
  license: cc-by-nc-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
+ - pcm
13
+ - yor
14
+ pretty_name: NaijaStopwords
15
  ---
16
+
17
+ # Naija-Stopwords
18
+
19
+ Naija-Stopwords 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á.
20
+
21
+ --------------------------------------------------------------------------------
22
+
23
+ ## Dataset Description
24
+
25
+
26
+ - **Homepage:** https://github.com/hausanlp/NaijaSenti/tree/main/data/stopwords
27
+ - **Repository:** [GitHub](https://github.com/hausanlp/NaijaSenti/tree/main/data/stopwords)
28
+ - **Paper:** [NaijaSenti: A Nigerian Twitter Sentiment Corpus for Multilingual Sentiment Analysis](https://aclanthology.org/2022.lrec-1.63/)
29
+ - **Leaderboard:** N/A
30
+ - **Point of Contact:** [Shamsuddeen Hassan Muhammad](shamsuddeen2004@gmail.com)
31
+
32
+
33
+ ### Languages
34
+
35
+ 4 most spoken Nigerian languages
36
+
37
+ * Hausa (hau)
38
+ * Igbo (ibo)
39
+ * Nigerian Pidgin (pcm)
40
+ * Yoruba (yor)
41
+
42
+
43
+ ## Dataset Structure
44
+
45
+ ### Data Instances
46
+
47
+ List of stopwords instances in each of the four language.
48
+
49
+
50
+ ```
51
+ {
52
+ "word": "string"
53
+ }
54
+ ```
55
+
56
+
57
+ ### How to use it
58
+
59
+
60
+ ```python
61
+ from datasets import load_dataset
62
+
63
+ # you can load specific languages (e.g., Hausa). This download train, validation and test sets.
64
+ ds = load_dataset("HausaNLP/Naija-Stopwords", "hau")
65
+
66
+ ```
67
+
68
+ ## Additional Information
69
+
70
+ ### Dataset Curators
71
+
72
+ * Shamsuddeen Hassan Muhammad
73
+ * Idris Abdulmumin
74
+ * Ibrahim Said Ahmad
75
+ * Bello Shehu Bello
76
+
77
+
78
+ ### Licensing Information
79
+
80
+ This Naija-Stopwords dataset is licensed under a Creative Commons Attribution BY-NC-SA 4.0 International License
81
+
82
+
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
+
113
+ ### Contributions
114
+
115
+ > 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.