DebasishDhal99
commited on
Commit
•
d38b8c7
1
Parent(s):
a216a89
nltk.download('punkt') in turkish.py
Browse files- turkish.py +1 -0
turkish.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
from nltk.tokenize import word_tokenize
|
2 |
|
3 |
special_combs = {"c" : "ј", "C" : "Ј"} #These are Serbian J characters, they will be later converted to Latin J.
|
|
|
1 |
+
nltk.download('punkt')
|
2 |
from nltk.tokenize import word_tokenize
|
3 |
|
4 |
special_combs = {"c" : "ј", "C" : "Ј"} #These are Serbian J characters, they will be later converted to Latin J.
|