abumafrim commited on
Commit
a08de14
1 Parent(s): b9e09db

Update Naija-Lexicons.py

Browse files
Files changed (1) hide show
  1. Naija-Lexicons.py +1 -0
Naija-Lexicons.py CHANGED
@@ -142,6 +142,7 @@ class NaijaLexicons(datasets.GeneratorBasedBuilder):
142
  print(df.head())
143
  print('-'*100)
144
 
 
145
  for id_, row in df.iterrows():
146
  word = row["word"]
147
  label = row["label"]
 
142
  print(df.head())
143
  print('-'*100)
144
 
145
+
146
  for id_, row in df.iterrows():
147
  word = row["word"]
148
  label = row["label"]