DebasishDhal99 commited on
Commit
0a1267d
1 Parent(s): d38b8c7

nltk.download('punkt') in turkish.py

Browse files
Files changed (1) hide show
  1. turkish.py +1 -0
turkish.py CHANGED
@@ -1,3 +1,4 @@
 
1
  nltk.download('punkt')
2
  from nltk.tokenize import word_tokenize
3
 
 
1
+ import nltk
2
  nltk.download('punkt')
3
  from nltk.tokenize import word_tokenize
4