The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
Naija-Lexicons
Naija-Lexicons is a part of the Naija-Senti project. It is a list of collected stopwords from the four most widely spoken languages in Nigeria — Hausa, Igbo, Nigerian-Pidgin, and Yorùbá.
Languages
3 most indigenous Nigerian languages
- Hausa (hau)
- Igbo (ibo)
- Yoruba (yor)
Dataset Structure
Data Instances
List of lexicons instances in each of the 3 languages with their sentiment labels.
{
"word": "string",
"label": "string"
}
How to use it
from datasets import load_dataset
# you can load specific languages (e.g., Hausa). This download manually created and translated lexicons.
ds = load_dataset("HausaNLP/Naija-Lexicons", "hau")
# you can load specific languages (e.g., Hausa). You may also specify the split you want to downloaf
ds = load_dataset("HausaNLP/Naija-Lexicons", "hau", split = "manual")
Additional Information
Dataset Curators
- Shamsuddeen Hassan Muhammad
- Idris Abdulmumin
- Ibrahim Said Ahmad
- Bello Shehu Bello
Licensing Information
This Naija-Lexicons dataset is licensed under a Creative Commons Attribution BY-NC-SA 4.0 International License
Citation Information
@inproceedings{muhammad-etal-2022-naijasenti,
title = "{N}aija{S}enti: A {N}igerian {T}witter Sentiment Corpus for Multilingual Sentiment Analysis",
author = "Muhammad, Shamsuddeen Hassan and
Adelani, David Ifeoluwa and
Ruder, Sebastian and
Ahmad, Ibrahim Sa{'}id and
Abdulmumin, Idris and
Bello, Bello Shehu and
Choudhury, Monojit and
Emezue, Chris Chinenye and
Abdullahi, Saheed Salahudeen and
Aremu, Anuoluwapo and
Jorge, Al{\'\i}pio and
Brazdil, Pavel",
booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
month = jun,
year = "2022",
address = "Marseille, France",
publisher = "European Language Resources Association",
url = "https://aclanthology.org/2022.lrec-1.63",
pages = "590--602",
}
Contributions
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.
- Downloads last month
- 74