Update Naija-Stopwords.py
Browse files- 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/
|
107 |
-
ibo_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/
|
108 |
-
pcm_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/
|
109 |
-
yor_url=f"https://raw.githubusercontent.com/hausanlp/NaijaSenti/main/data/stopwords/
|
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 |
),
|