Update Naija-Stopwords.py
Browse files- Naija-Stopwords.py +1 -1
Naija-Stopwords.py
CHANGED
@@ -133,4 +133,4 @@ class NaijaStopwords(datasets.GeneratorBasedBuilder):
|
|
133 |
for id_, row in df.iterrows():
|
134 |
stopword = row["word"]
|
135 |
|
136 |
-
yield id_, {"
|
|
|
133 |
for id_, row in df.iterrows():
|
134 |
stopword = row["word"]
|
135 |
|
136 |
+
yield id_, {"word": stopword}
|