Skip to content

Commit

Permalink
Update scrap_ml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abinshoby authored Jul 4, 2018
1 parent c22ea1b commit 2470a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrap_ml.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def select_all_tasks(conn):
rows=select_all_tasks(conn)
#print(scrap_word_syn("നിഘണ്ടു"))
fin=[]
no=0
no=0 #currently the no of words is limited to 3 you can remove this condition for all words
for row in rows:
st=str(row[0])
#print(st,"\n")
Expand Down

0 comments on commit 2470a2f

Please sign in to comment.