abumafrim commited on
Commit
574622a
1 Parent(s): 8e12fb0

Update Naija-Stopwords.py

Browse files
Files changed (1) hide show
  1. 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_, {"stopword": stopword}
 
133
  for id_, row in df.iterrows():
134
  stopword = row["word"]
135
 
136
+ yield id_, {"word": stopword}