abumafrim commited on
Commit
09544a3
1 Parent(s): 30f12fc

Update Naija-Stopwords.py

Browse files
Files changed (1) hide show
  1. Naija-Stopwords.py +4 -4
Naija-Stopwords.py CHANGED
@@ -103,10 +103,10 @@ class NaijaStopwords(datasets.GeneratorBasedBuilder):
103
  f"""{_DESCRIPTION}"""
104
  ),
105
  text_features={"word": "word"},
106
- hau_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/hau_stopwords.csv",
107
- ibo_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/ibo_stopwords.csv",
108
- pcm_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/pcm_stopwords.csv",
109
- yor_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/yor_stopwords.csv",
110
  citation=textwrap.dedent(
111
  f"""{_CITATION}"""
112
  ),
 
103
  f"""{_DESCRIPTION}"""
104
  ),
105
  text_features={"word": "word"},
106
+ hau_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/hau.csv",
107
+ ibo_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/ibo.csv",
108
+ pcm_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/pcm.csv",
109
+ yor_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/yor.csv",
110
  citation=textwrap.dedent(
111
  f"""{_CITATION}"""
112
  ),