DebasishDhal99 commited on
Commit
04ac83f
1 Parent(s): d043c48

Commenting nltk and all as they are no longer required

Browse files
Files changed (1) hide show
  1. turkish.py +3 -3
turkish.py CHANGED
@@ -1,6 +1,6 @@
1
- import nltk
2
- nltk.download('punkt')
3
- from nltk.tokenize import word_tokenize
4
 
5
  special_combs = {"c" : "ј", "C" : "Ј"} #These are Serbian J characters, they will be later converted to Latin J.
6
 
 
1
+ # import nltk
2
+ # nltk.download('punkt')
3
+ # from nltk.tokenize import word_tokenize
4
 
5
  special_combs = {"c" : "ј", "C" : "Ј"} #These are Serbian J characters, they will be later converted to Latin J.
6